diff options
author | Torsten Veller <tove@gentoo.org> | 2006-12-01 06:55:19 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2006-12-01 06:55:19 +0000 |
commit | 413a3b9b4bce7acd36e32a9ed1122446dfc539bc (patch) | |
tree | 22da940cd1bd42152403ca8c512b84fa7ba87839 /net-mail | |
parent | string of coreutils updates, hard to keep up the selinux patch... and its sup... (diff) | |
download | gentoo-2-413a3b9b4bce7acd36e32a9ed1122446dfc539bc.tar.gz gentoo-2-413a3b9b4bce7acd36e32a9ed1122446dfc539bc.tar.bz2 gentoo-2-413a3b9b4bce7acd36e32a9ed1122446dfc539bc.zip |
New version
(Portage version: 2.1.2_rc2-r3)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/t-prot/ChangeLog | 7 | ||||
-rw-r--r-- | net-mail/t-prot/files/digest-t-prot-2.2 | 3 | ||||
-rw-r--r-- | net-mail/t-prot/t-prot-2.2.ebuild | 32 |
3 files changed, 41 insertions, 1 deletions
diff --git a/net-mail/t-prot/ChangeLog b/net-mail/t-prot/ChangeLog index f071bc349d27..165fd4c53e8e 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.19 2006/09/13 17:43:29 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/t-prot/ChangeLog,v 1.20 2006/12/01 06:55:19 tove Exp $ + +*t-prot-2.2 (01 Dec 2006) + + 01 Dec 2006; Torsten Veller <tove@gentoo.org> +t-prot-2.2.ebuild: + Version bump 13 Sep 2006; Torsten Veller <tove@gentoo.org> -t-prot-2.1.ebuild: Removed old ebuild. diff --git a/net-mail/t-prot/files/digest-t-prot-2.2 b/net-mail/t-prot/files/digest-t-prot-2.2 new file mode 100644 index 000000000000..3f9c65cecb6e --- /dev/null +++ b/net-mail/t-prot/files/digest-t-prot-2.2 @@ -0,0 +1,3 @@ +MD5 59d5dd6eab5869435e247ad87987103c t-prot-2.2.tar.gz 40401 +RMD160 aca0f6dc880220cf5904e04e0245cc380d19463a t-prot-2.2.tar.gz 40401 +SHA256 3b8bc28d6d3ffe056032f5106281b88569f87f23e24a828defc86f460c7d0abb t-prot-2.2.tar.gz 40401 diff --git a/net-mail/t-prot/t-prot-2.2.ebuild b/net-mail/t-prot/t-prot-2.2.ebuild new file mode 100644 index 000000000000..1f99ca8d4cd9 --- /dev/null +++ b/net-mail/t-prot/t-prot-2.2.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.2.ebuild,v 1.1 2006/12/01 06:55:19 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" +} |