summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2007-02-02 06:39:47 +0000
committerTorsten Veller <tove@gentoo.org>2007-02-02 06:39:47 +0000
commitbe673e96abe3969f35c14be0db93579461de981a (patch)
treededff4c155a92fc92442ab3ab25e4abc84682f11 /net-mail/t-prot
parentPatch jedit javadocs. (diff)
downloadgentoo-2-be673e96abe3969f35c14be0db93579461de981a.tar.gz
gentoo-2-be673e96abe3969f35c14be0db93579461de981a.tar.bz2
gentoo-2-be673e96abe3969f35c14be0db93579461de981a.zip
Remove unneeded version
(Portage version: 2.1.2-r5)
Diffstat (limited to 'net-mail/t-prot')
-rw-r--r--net-mail/t-prot/ChangeLog5
-rw-r--r--net-mail/t-prot/files/digest-t-prot-2.1.13
-rw-r--r--net-mail/t-prot/t-prot-2.1.1.ebuild32
3 files changed, 4 insertions, 36 deletions
diff --git a/net-mail/t-prot/ChangeLog b/net-mail/t-prot/ChangeLog
index d207fe8c4c8c..ec1e5ea078f7 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-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/t-prot/ChangeLog,v 1.22 2007/02/01 12:15:27 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/t-prot/ChangeLog,v 1.23 2007/02/02 06:39:47 tove Exp $
+
+ 02 Feb 2007; Torsten Veller <tove@gentoo.org> -t-prot-2.1.1.ebuild:
+ Remove unneeded version
01 Feb 2007; Christian Faulhammer <opfer@gentoo.org> t-prot-2.3.ebuild:
stable x86; bug #164662
diff --git a/net-mail/t-prot/files/digest-t-prot-2.1.1 b/net-mail/t-prot/files/digest-t-prot-2.1.1
deleted file mode 100644
index ac6fe7068d89..000000000000
--- a/net-mail/t-prot/files/digest-t-prot-2.1.1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 79d2223e03257ab7627f7fcbcde2cfac t-prot-2.1.1.tar.gz 40274
-RMD160 c4d36af5e1071be0a2857f73c152f871aa31a017 t-prot-2.1.1.tar.gz 40274
-SHA256 eb9075452dd16b815b1154151fd7aa1999d6be9bc9cd2f764cbfdcaba3947f92 t-prot-2.1.1.tar.gz 40274
diff --git a/net-mail/t-prot/t-prot-2.1.1.ebuild b/net-mail/t-prot/t-prot-2.1.1.ebuild
deleted file mode 100644
index 6e0944834798..000000000000
--- a/net-mail/t-prot/t-prot-2.1.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# 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.1.1.ebuild,v 1.2 2006/08/19 19:45:01 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"
-}