diff options
author | Torsten Veller <tove@gentoo.org> | 2006-06-19 08:49:21 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2006-06-19 08:49:21 +0000 |
commit | c1042a03cb1c03d9aff6d14bafac8c6ede3ecbe5 (patch) | |
tree | 32608e2d33b047818f92508da70e4484772db7b6 /net-mail/t-prot | |
parent | Stable on hppa. (diff) | |
download | gentoo-2-c1042a03cb1c03d9aff6d14bafac8c6ede3ecbe5.tar.gz gentoo-2-c1042a03cb1c03d9aff6d14bafac8c6ede3ecbe5.tar.bz2 gentoo-2-c1042a03cb1c03d9aff6d14bafac8c6ede3ecbe5.zip |
Version bump.
(Portage version: 2.1.1_pre1-r1)
Diffstat (limited to 'net-mail/t-prot')
-rw-r--r-- | net-mail/t-prot/ChangeLog | 7 | ||||
-rw-r--r-- | net-mail/t-prot/files/digest-t-prot-2.0.2 | 2 | ||||
-rw-r--r-- | net-mail/t-prot/files/digest-t-prot-2.1 | 3 | ||||
-rw-r--r-- | net-mail/t-prot/t-prot-2.1.ebuild | 32 |
4 files changed, 43 insertions, 1 deletions
diff --git a/net-mail/t-prot/ChangeLog b/net-mail/t-prot/ChangeLog index d3eca4672aca..b361c1162365 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/t-prot/ChangeLog,v 1.15 2006/02/04 09:02:52 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/t-prot/ChangeLog,v 1.16 2006/06/19 08:49:21 tove Exp $ + +*t-prot-2.1 (19 Jun 2006) + + 19 Jun 2006; Torsten Veller <tove@gentoo.org> +t-prot-2.1.ebuild: + New version 04 Feb 2006; Torsten Veller <tove@gentoo.org> -t-prot-2.0.1.ebuild, t-prot-2.0.2.ebuild: diff --git a/net-mail/t-prot/files/digest-t-prot-2.0.2 b/net-mail/t-prot/files/digest-t-prot-2.0.2 index 3d93db40cc17..a96fda0f1770 100644 --- a/net-mail/t-prot/files/digest-t-prot-2.0.2 +++ b/net-mail/t-prot/files/digest-t-prot-2.0.2 @@ -1 +1,3 @@ MD5 9281469b4ca12b3245e21b6d10e65d7c t-prot-2.0.2.tar.gz 39209 +RMD160 04e974fee829fba8dc122728004633c23c5c54cf t-prot-2.0.2.tar.gz 39209 +SHA256 9c8f0d5b6e34530295977ac3f4e9c2808617d31a3164d6911a7898be540af182 t-prot-2.0.2.tar.gz 39209 diff --git a/net-mail/t-prot/files/digest-t-prot-2.1 b/net-mail/t-prot/files/digest-t-prot-2.1 new file mode 100644 index 000000000000..525cdb7036c4 --- /dev/null +++ b/net-mail/t-prot/files/digest-t-prot-2.1 @@ -0,0 +1,3 @@ +MD5 579775e6ac481d1b02d304567094dbf1 t-prot-2.1.tar.gz 39950 +RMD160 ad60d0a98eb08ea89072d432f845c7c61142d620 t-prot-2.1.tar.gz 39950 +SHA256 2823a57bdd2bcdfdf83fa4f36d0dc8e5c59befb32d5f8dde9f950f01f8d5fd62 t-prot-2.1.tar.gz 39950 diff --git a/net-mail/t-prot/t-prot-2.1.ebuild b/net-mail/t-prot/t-prot-2.1.ebuild new file mode 100644 index 000000000000..bd857024cad9 --- /dev/null +++ b/net-mail/t-prot/t-prot-2.1.ebuild @@ -0,0 +1,32 @@ +# 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.ebuild,v 1.1 2006/06/19 08:49:21 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.*-mutt157.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" +} |