diff options
author | 2007-07-14 12:22:32 +0000 | |
---|---|---|
committer | 2007-07-14 12:22:32 +0000 | |
commit | b7651e66fcb871f9d9d511a4b4c184b1d82e1085 (patch) | |
tree | 7ad7ba9883ca7e46f36a2d1883eb6ea391057228 | |
parent | Use emake -j1 install. (diff) | |
download | gentoo-2-b7651e66fcb871f9d9d511a4b4c184b1d82e1085.tar.gz gentoo-2-b7651e66fcb871f9d9d511a4b4c184b1d82e1085.tar.bz2 gentoo-2-b7651e66fcb871f9d9d511a4b4c184b1d82e1085.zip |
Marked 2.4 stable on x86 and removed old version.
(Portage version: 2.1.3_rc8)
-rw-r--r-- | net-mail/t-prot/ChangeLog | 6 | ||||
-rw-r--r-- | net-mail/t-prot/files/digest-t-prot-2.3 | 3 | ||||
-rw-r--r-- | net-mail/t-prot/t-prot-2.3.ebuild | 32 | ||||
-rw-r--r-- | net-mail/t-prot/t-prot-2.4.ebuild | 4 |
4 files changed, 7 insertions, 38 deletions
diff --git a/net-mail/t-prot/ChangeLog b/net-mail/t-prot/ChangeLog index 75f3e4bed39e..af88aaf31778 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/t-prot/ChangeLog,v 1.24 2007/03/21 07:09:36 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/t-prot/ChangeLog,v 1.25 2007/07/14 12:22:32 tove Exp $ + + 14 Jul 2007; Torsten Veller <tove@gentoo.org> -t-prot-2.3.ebuild, + t-prot-2.4.ebuild: + Marked 2.4 stable on x86 and removed old version. *t-prot-2.4 (21 Mar 2007) diff --git a/net-mail/t-prot/files/digest-t-prot-2.3 b/net-mail/t-prot/files/digest-t-prot-2.3 deleted file mode 100644 index 59bfb27c3e81..000000000000 --- a/net-mail/t-prot/files/digest-t-prot-2.3 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 083e0105b49397a4e230755e09a5218f t-prot-2.3.tar.gz 40544 -RMD160 17bdbaab1825ed075c30a52812717b0fc8917b74 t-prot-2.3.tar.gz 40544 -SHA256 f3e0f6531b149baca9bb46186f6a1cf1a04e429a17f0f81a4f6e03f568686134 t-prot-2.3.tar.gz 40544 diff --git a/net-mail/t-prot/t-prot-2.3.ebuild b/net-mail/t-prot/t-prot-2.3.ebuild deleted file mode 100644 index 2e39244f89a3..000000000000 --- a/net-mail/t-prot/t-prot-2.3.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2007 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.3.ebuild,v 1.2 2007/02/01 12:15:27 opfer 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.*-mutt*.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.4.ebuild b/net-mail/t-prot/t-prot-2.4.ebuild index ae32bd0b2caa..e30af05ca771 100644 --- a/net-mail/t-prot/t-prot-2.4.ebuild +++ b/net-mail/t-prot/t-prot-2.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 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.4.ebuild,v 1.1 2007/03/21 07:09:36 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/t-prot/t-prot-2.4.ebuild,v 1.2 2007/07/14 12:22:32 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 |