diff options
author | Torsten Veller <tove@gentoo.org> | 2008-06-10 19:42:30 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2008-06-10 19:42:30 +0000 |
commit | 86e4ab60e85efc998c1dd3119455066ed5972702 (patch) | |
tree | 7bc0a3b6ee1993abc0105b8aa33452a1fb5b54dd /net-mail/t-prot | |
parent | alpha/ia64/sparc/x86 stable (diff) | |
download | gentoo-2-86e4ab60e85efc998c1dd3119455066ed5972702.tar.gz gentoo-2-86e4ab60e85efc998c1dd3119455066ed5972702.tar.bz2 gentoo-2-86e4ab60e85efc998c1dd3119455066ed5972702.zip |
Marked 2.5 stable on x86 and removed old version.
(Portage version: 2.1.5.4)
Diffstat (limited to 'net-mail/t-prot')
-rw-r--r-- | net-mail/t-prot/ChangeLog | 8 | ||||
-rw-r--r-- | net-mail/t-prot/t-prot-2.4.ebuild | 32 | ||||
-rw-r--r-- | net-mail/t-prot/t-prot-2.5.ebuild | 6 |
3 files changed, 9 insertions, 37 deletions
diff --git a/net-mail/t-prot/ChangeLog b/net-mail/t-prot/ChangeLog index ac690b45c2bf..8cc9b83b4374 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.26 2007/09/20 08:37:07 tove Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/t-prot/ChangeLog,v 1.27 2008/06/10 19:42:30 tove Exp $ + + 10 Jun 2008; Torsten Veller <tove@gentoo.org> -t-prot-2.4.ebuild, + t-prot-2.5.ebuild: + Marked 2.5 stable on x86 and removed old version. *t-prot-2.5 (20 Sep 2007) diff --git a/net-mail/t-prot/t-prot-2.4.ebuild b/net-mail/t-prot/t-prot-2.4.ebuild deleted file mode 100644 index e30af05ca771..000000000000 --- a/net-mail/t-prot/t-prot-2.4.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.4.ebuild,v 1.2 2007/07/14 12:22:32 tove 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.5.ebuild b/net-mail/t-prot/t-prot-2.5.ebuild index 12609ada2b5c..3bae9162d7e8 100644 --- a/net-mail/t-prot/t-prot-2.5.ebuild +++ b/net-mail/t-prot/t-prot-2.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 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.5.ebuild,v 1.1 2007/09/20 08:37:07 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/t-prot/t-prot-2.5.ebuild,v 1.2 2008/06/10 19:42:30 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 |