diff options
author | Tim Harder <radhermit@gentoo.org> | 2015-07-10 01:23:36 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2015-07-10 01:23:36 +0000 |
commit | 1f234efc06ebc1dd52517bb422f4fe85ff044194 (patch) | |
tree | 87da268bdd1931850d5b383b2b8d30f02f820be6 /net-mail | |
parent | Stabilize for amd64/x86. (diff) | |
download | gentoo-2-1f234efc06ebc1dd52517bb422f4fe85ff044194.tar.gz gentoo-2-1f234efc06ebc1dd52517bb422f4fe85ff044194.tar.bz2 gentoo-2-1f234efc06ebc1dd52517bb422f4fe85ff044194.zip |
Remove old.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/t-prot/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/t-prot/t-prot-3.3.ebuild | 25 |
2 files changed, 4 insertions, 26 deletions
diff --git a/net-mail/t-prot/ChangeLog b/net-mail/t-prot/ChangeLog index e6cf68386a26..88d71736f04e 100644 --- a/net-mail/t-prot/ChangeLog +++ b/net-mail/t-prot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/t-prot # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/t-prot/ChangeLog,v 1.52 2015/07/10 01:23:04 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/t-prot/ChangeLog,v 1.53 2015/07/10 01:23:36 radhermit Exp $ + + 10 Jul 2015; Tim Harder <radhermit@gentoo.org> -t-prot-3.3.ebuild: + Remove old. 10 Jul 2015; Tim Harder <radhermit@gentoo.org> t-prot-3.4.ebuild: Stabilize for amd64/x86. diff --git a/net-mail/t-prot/t-prot-3.3.ebuild b/net-mail/t-prot/t-prot-3.3.ebuild deleted file mode 100644 index 37f804d81154..000000000000 --- a/net-mail/t-prot/t-prot-3.3.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/t-prot/t-prot-3.3.ebuild,v 1.2 2015/01/05 19:00:59 radhermit Exp $ - -EAPI=5 - -DESCRIPTION="TOFU protection - display filter for RFC822 messages" -HOMEPAGE="http://www.escape.de/~tolot/mutt/" -SRC_URI="http://www.escape.de/~tolot/mutt/t-prot/downloads/${P}.tar.gz" - -LICENSE="BSD-4" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" - -RDEPEND="dev-lang/perl - dev-perl/Locale-gettext - virtual/perl-Getopt-Long" - -src_install() { - dobin t-prot - doman t-prot.1 - dodoc ChangeLog README TODO - docinto contrib - dodoc contrib/{README.examples,{muttrc,mailcap,nailrc}.t-prot*,t-prot.sl*,filter_innd.pl} -} |