diff options
author | Torsten Veller <tove@gentoo.org> | 2006-02-04 09:02:52 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2006-02-04 09:02:52 +0000 |
commit | 117b55c24d12c60a77fbc63a150436f3b97d7e4f (patch) | |
tree | 8cdbdd2927108077afbfa60462e670342f89b5df /net-mail/t-prot | |
parent | New release. (diff) | |
download | gentoo-2-117b55c24d12c60a77fbc63a150436f3b97d7e4f.tar.gz gentoo-2-117b55c24d12c60a77fbc63a150436f3b97d7e4f.tar.bz2 gentoo-2-117b55c24d12c60a77fbc63a150436f3b97d7e4f.zip |
t-prot-2.0.2 stable on x86. Removed t-prot-2.0.1.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'net-mail/t-prot')
-rw-r--r-- | net-mail/t-prot/ChangeLog | 6 | ||||
-rw-r--r-- | net-mail/t-prot/files/digest-t-prot-2.0.1 | 1 | ||||
-rw-r--r-- | net-mail/t-prot/t-prot-2.0.1.ebuild | 32 | ||||
-rw-r--r-- | net-mail/t-prot/t-prot-2.0.2.ebuild | 4 |
4 files changed, 7 insertions, 36 deletions
diff --git a/net-mail/t-prot/ChangeLog b/net-mail/t-prot/ChangeLog index 74e12d6182bb..d3eca4672aca 100644 --- a/net-mail/t-prot/ChangeLog +++ b/net-mail/t-prot/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-mail/t-prot # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/t-prot/ChangeLog,v 1.14 2006/01/08 21:07:59 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/t-prot/ChangeLog,v 1.15 2006/02/04 09:02:52 tove Exp $ + + 04 Feb 2006; Torsten Veller <tove@gentoo.org> -t-prot-2.0.1.ebuild, + t-prot-2.0.2.ebuild: + t-prot-2.0.2 stable on x86. Removed t-prot-2.0.1. *t-prot-2.0.2 (08 Jan 2006) diff --git a/net-mail/t-prot/files/digest-t-prot-2.0.1 b/net-mail/t-prot/files/digest-t-prot-2.0.1 deleted file mode 100644 index 7a7e7672769e..000000000000 --- a/net-mail/t-prot/files/digest-t-prot-2.0.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 4fb760f47cc0ef531ce39db47ff8c2b6 t-prot-2.0.1.tar.gz 39165 diff --git a/net-mail/t-prot/t-prot-2.0.1.ebuild b/net-mail/t-prot/t-prot-2.0.1.ebuild deleted file mode 100644 index a5bfad415032..000000000000 --- a/net-mail/t-prot/t-prot-2.0.1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/t-prot/t-prot-2.0.1.ebuild,v 1.4 2005/09/04 11:23:19 slarti Exp $ - -inherit eutils - -DESCRIPTION="TOFU protection - display filter for RFC822 messages" -HOMEPAGE="http://www.escape.de/users/tolot/mutt/" -SRC_URI="http://www.escape.de/users/tolot/mutt/t-prot/downloads/${P}.tar.gz" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc x86" -IUSE="" -RDEPEND="dev-lang/perl - dev-perl/Locale-gettext - dev-perl/Getopt-Mixed" - -src_unpack() { - unpack "${A}" - cd "${S}" - epatch "${S}"/contrib/t-prot-r1.*-mutt157.diff -} - -src_install() { - dobin t-prot || die "dobin failed." - doman t-prot.1 || die "doman failed." - dodoc ChangeLog README TODO || die "dodoc failed." - docinto contrib - dodoc contrib/{README.examples,muttrc.t-prot,t-prot.sl,filter_innd.pl} \ - || die "dodoc contrib failed" -} diff --git a/net-mail/t-prot/t-prot-2.0.2.ebuild b/net-mail/t-prot/t-prot-2.0.2.ebuild index 489170970a94..3d6639a85daa 100644 --- a/net-mail/t-prot/t-prot-2.0.2.ebuild +++ b/net-mail/t-prot/t-prot-2.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/t-prot/t-prot-2.0.2.ebuild,v 1.1 2006/01/08 21:07:59 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/t-prot/t-prot-2.0.2.ebuild,v 1.2 2006/02/04 09:02:52 tove Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.escape.de/users/tolot/mutt/t-prot/downloads/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~ppc ~sparc x86" IUSE="" RDEPEND="dev-lang/perl dev-perl/Locale-gettext |