summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2007-03-21 07:09:36 +0000
committerTorsten Veller <tove@gentoo.org>2007-03-21 07:09:36 +0000
commitff90c8a858229ee63fdd8a327d77d8d108a739bf (patch)
tree218c78c716c10d97725b71c326bad1da928e9f05 /net-mail
parentaddition of the local for beryl, as you can have beryl use three different ones (diff)
downloadgentoo-2-ff90c8a858229ee63fdd8a327d77d8d108a739bf.tar.gz
gentoo-2-ff90c8a858229ee63fdd8a327d77d8d108a739bf.tar.bz2
gentoo-2-ff90c8a858229ee63fdd8a327d77d8d108a739bf.zip
Version bump
(Portage version: 2.1.2.2)
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/t-prot/ChangeLog7
-rw-r--r--net-mail/t-prot/files/digest-t-prot-2.43
-rw-r--r--net-mail/t-prot/t-prot-2.4.ebuild32
3 files changed, 41 insertions, 1 deletions
diff --git a/net-mail/t-prot/ChangeLog b/net-mail/t-prot/ChangeLog
index ec1e5ea078f7..75f3e4bed39e 100644
--- a/net-mail/t-prot/ChangeLog
+++ b/net-mail/t-prot/ChangeLog
@@ -1,6 +1,11 @@
# 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.23 2007/02/02 06:39:47 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/t-prot/ChangeLog,v 1.24 2007/03/21 07:09:36 tove Exp $
+
+*t-prot-2.4 (21 Mar 2007)
+
+ 21 Mar 2007; Torsten Veller <tove@gentoo.org> +t-prot-2.4.ebuild:
+ Version bump.
02 Feb 2007; Torsten Veller <tove@gentoo.org> -t-prot-2.1.1.ebuild:
Remove unneeded version
diff --git a/net-mail/t-prot/files/digest-t-prot-2.4 b/net-mail/t-prot/files/digest-t-prot-2.4
new file mode 100644
index 000000000000..cae4d3964c94
--- /dev/null
+++ b/net-mail/t-prot/files/digest-t-prot-2.4
@@ -0,0 +1,3 @@
+MD5 4615c5c6425a658482cfbc5e262ab651 t-prot-2.4.tar.gz 40876
+RMD160 e65039f582b089784982c6e59030fe9fed13ac92 t-prot-2.4.tar.gz 40876
+SHA256 aee6bbc85ff459f1d2a067d6a1d0e7de14581e93d44800a319082a1d640f988d t-prot-2.4.tar.gz 40876
diff --git a/net-mail/t-prot/t-prot-2.4.ebuild b/net-mail/t-prot/t-prot-2.4.ebuild
new file mode 100644
index 000000000000..ae32bd0b2caa
--- /dev/null
+++ b/net-mail/t-prot/t-prot-2.4.ebuild
@@ -0,0 +1,32 @@
+# 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 $
+
+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"
+}