summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2015-01-05 19:01:22 +0000
committerTim Harder <radhermit@gentoo.org>2015-01-05 19:01:22 +0000
commit36733226f9ef7986e34ab8b002dafd1b872110d9 (patch)
treeb9ab5a87e2471681ffd3913bc07c1e904883ab7e /net-mail/t-prot
parentStabilize for amd64/x86 (bug #535592). (diff)
downloadgentoo-2-36733226f9ef7986e34ab8b002dafd1b872110d9.tar.gz
gentoo-2-36733226f9ef7986e34ab8b002dafd1b872110d9.tar.bz2
gentoo-2-36733226f9ef7986e34ab8b002dafd1b872110d9.zip
Remove old.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 4F064CA3)
Diffstat (limited to 'net-mail/t-prot')
-rw-r--r--net-mail/t-prot/ChangeLog6
-rw-r--r--net-mail/t-prot/t-prot-2.101.ebuild33
-rw-r--r--net-mail/t-prot/t-prot-3.0.ebuild25
3 files changed, 5 insertions, 59 deletions
diff --git a/net-mail/t-prot/ChangeLog b/net-mail/t-prot/ChangeLog
index 8f03cb273756..0099a7e32c87 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-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/t-prot/ChangeLog,v 1.49 2015/01/05 19:00:59 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/t-prot/ChangeLog,v 1.50 2015/01/05 19:01:22 radhermit Exp $
+
+ 05 Jan 2015; Tim Harder <radhermit@gentoo.org> -t-prot-2.101.ebuild,
+ -t-prot-3.0.ebuild:
+ Remove old.
05 Jan 2015; Tim Harder <radhermit@gentoo.org> t-prot-3.3.ebuild:
Stabilize for amd64/x86 (bug #535592).
diff --git a/net-mail/t-prot/t-prot-2.101.ebuild b/net-mail/t-prot/t-prot-2.101.ebuild
deleted file mode 100644
index 4816728ea7c4..000000000000
--- a/net-mail/t-prot/t-prot-2.101.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2013 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.101.ebuild,v 1.5 2013/01/12 08:30:18 ulm Exp $
-
-EAPI=2
-
-inherit eutils
-
-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"
-IUSE=""
-
-RDEPEND="dev-lang/perl
- dev-perl/Locale-gettext
- virtual/perl-Getopt-Long"
-
-src_prepare() {
- 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,mailcap,nailrc}.t-prot*,t-prot.sl*,filter_innd.pl} \
- || die "dodoc contrib failed"
-}
diff --git a/net-mail/t-prot/t-prot-3.0.ebuild b/net-mail/t-prot/t-prot-3.0.ebuild
deleted file mode 100644
index edff968fb328..000000000000
--- a/net-mail/t-prot/t-prot-3.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2014 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.0.ebuild,v 1.3 2014/03/04 20:12:32 ago 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}
-}