summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2005-05-28 14:07:12 +0000
committerTorsten Veller <tove@gentoo.org>2005-05-28 14:07:12 +0000
commit30ec88e90a2e702e9a8fba8dacf58a6d77559818 (patch)
tree79bbbd1f9d2c82878f8dbea46b267856655e994e /net-mail
parentDont make use of the deprecated oggvorbis useflag any longer, see #94254. (diff)
downloadgentoo-2-30ec88e90a2e702e9a8fba8dacf58a6d77559818.tar.gz
gentoo-2-30ec88e90a2e702e9a8fba8dacf58a6d77559818.tar.bz2
gentoo-2-30ec88e90a2e702e9a8fba8dacf58a6d77559818.zip
Version bump.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/t-prot/ChangeLog7
-rw-r--r--net-mail/t-prot/Manifest18
-rw-r--r--net-mail/t-prot/files/digest-t-prot-2.01
-rw-r--r--net-mail/t-prot/t-prot-2.0.ebuild36
4 files changed, 50 insertions, 12 deletions
diff --git a/net-mail/t-prot/ChangeLog b/net-mail/t-prot/ChangeLog
index f4c0b647414b..20409eeb7c8f 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-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/t-prot/ChangeLog,v 1.7 2005/04/30 10:32:44 slarti Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/t-prot/ChangeLog,v 1.8 2005/05/28 14:07:12 tove Exp $
+
+*t-prot-2.0 (28 May 2005)
+
+ 28 May 2005; Torsten Veller <tove@gentoo.org> +t-prot-2.0.ebuild:
+ Version bump.
30 Apr 2005; Tom Martin <slarti@gentoo.org> t-prot-1.99.1.ebuild:
Marked ~amd64.
diff --git a/net-mail/t-prot/Manifest b/net-mail/t-prot/Manifest
index cfcaa26056d5..a001679fb5ef 100644
--- a/net-mail/t-prot/Manifest
+++ b/net-mail/t-prot/Manifest
@@ -1,14 +1,10 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 4a5d92232099a1f099368e674ead806c ChangeLog 1263
+MD5 1d1188930ffa52a2749e8761a10b3720 t-prot-2.0_rc3.ebuild 1056
MD5 bc2c832139fdf200a2db5c2f8d9fa5e1 t-prot-1.99.1.ebuild 1117
+MD5 1d1188930ffa52a2749e8761a10b3720 t-prot-2.0_rc4.ebuild 1056
+MD5 4a5d92232099a1f099368e674ead806c ChangeLog 1263
MD5 9d7120f9b92852e129ad7428da4971ba metadata.xml 251
+MD5 4ee9543a42407e7ca411dc95b978d3f0 t-prot-2.0.ebuild 1013
MD5 1449d9196d50ee8eba0c758046440429 files/digest-t-prot-1.99.1 64
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.1 (GNU/Linux)
-
-iD8DBQFCc17rCHk4+ZoBpvsRApAJAJ9GifBTttjkpE/0i93kY4zbCLvKuACfd2PV
-Cmu+HqXDhiL7nPLmUCrunLw=
-=Y5YW
------END PGP SIGNATURE-----
+MD5 e82b8181c8e26613a3c180712805ef54 files/digest-t-prot-2.0_rc3 65
+MD5 34811ff6be3ec7b1b1e0e9b7a2c33e37 files/digest-t-prot-2.0_rc4 65
+MD5 a6123387e473e0b9e733e644118c33b1 files/digest-t-prot-2.0 61
diff --git a/net-mail/t-prot/files/digest-t-prot-2.0 b/net-mail/t-prot/files/digest-t-prot-2.0
new file mode 100644
index 000000000000..179dd746d589
--- /dev/null
+++ b/net-mail/t-prot/files/digest-t-prot-2.0
@@ -0,0 +1 @@
+MD5 baa171d737731cd30469c9e10858f102 t-prot-2.0.tar.gz 38933
diff --git a/net-mail/t-prot/t-prot-2.0.ebuild b/net-mail/t-prot/t-prot-2.0.ebuild
new file mode 100644
index 000000000000..9ee9f6890810
--- /dev/null
+++ b/net-mail/t-prot/t-prot-2.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2005 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.0.ebuild,v 1.1 2005/05/28 14:07:12 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="~x86 ~amd64"
+IUSE=""
+RDEPEND="dev-lang/perl
+ dev-perl/Locale-gettext
+ dev-perl/Getopt-Mixed"
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+
+ if has_version '>=mail-client/mutt-1.5.7' || \
+ has_version 'mail-client/muttng' ; then
+ epatch ${S}/contrib/t-prot-r1.*-mutt157.diff
+ fi
+}
+
+src_install() {
+ dobin t-prot || die "dobin failed."
+ doman t-prot.1 || die "doman failed."
+ dodoc BUGS 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"
+}