diff options
author | Torsten Veller <tove@gentoo.org> | 2005-05-28 14:07:12 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2005-05-28 14:07:12 +0000 |
commit | 43ff8060fd7f4448d3fe33bee80fe820a343659a (patch) | |
tree | 421a816c24db2855e18367677cfa4f333312433f /net-mail/t-prot | |
parent | Dont make use of the deprecated oggvorbis useflag any longer, see #94254. (diff) | |
download | historical-43ff8060fd7f4448d3fe33bee80fe820a343659a.tar.gz historical-43ff8060fd7f4448d3fe33bee80fe820a343659a.tar.bz2 historical-43ff8060fd7f4448d3fe33bee80fe820a343659a.zip |
Version bump.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'net-mail/t-prot')
-rw-r--r-- | net-mail/t-prot/ChangeLog | 7 | ||||
-rw-r--r-- | net-mail/t-prot/Manifest | 10 | ||||
-rw-r--r-- | net-mail/t-prot/files/digest-t-prot-2.0 | 1 | ||||
-rw-r--r-- | net-mail/t-prot/t-prot-2.0.ebuild | 36 |
4 files changed, 49 insertions, 5 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..184a0d691bfe 100644 --- a/net-mail/t-prot/Manifest +++ b/net-mail/t-prot/Manifest @@ -1,14 +1,16 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 4a5d92232099a1f099368e674ead806c ChangeLog 1263 MD5 bc2c832139fdf200a2db5c2f8d9fa5e1 t-prot-1.99.1.ebuild 1117 +MD5 e1b23e1f7101a0666049729d33cf4a71 ChangeLog 1373 MD5 9d7120f9b92852e129ad7428da4971ba metadata.xml 251 +MD5 d128850c14190aebe8fbcbb8098e77ef t-prot-2.0.ebuild 1010 MD5 1449d9196d50ee8eba0c758046440429 files/digest-t-prot-1.99.1 64 +MD5 a6123387e473e0b9e733e644118c33b1 files/digest-t-prot-2.0 61 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) -iD8DBQFCc17rCHk4+ZoBpvsRApAJAJ9GifBTttjkpE/0i93kY4zbCLvKuACfd2PV -Cmu+HqXDhiL7nPLmUCrunLw= -=Y5YW +iD8DBQFCmHsoV3J2n04EauwRAvsWAJ4gqLN1hJFFK1zVdXQhsRbWUDeDbQCgsH8+ +hd/tf/w6k4wibpv5Q4/I2tk= +=7BPC -----END PGP SIGNATURE----- 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" +} |