diff options
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.5 | 3 | ||||
-rw-r--r-- | net-mail/t-prot/t-prot-2.5.ebuild | 32 |
3 files changed, 41 insertions, 1 deletions
diff --git a/net-mail/t-prot/ChangeLog b/net-mail/t-prot/ChangeLog index af88aaf31778..ac690b45c2bf 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.25 2007/07/14 12:22:32 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/t-prot/ChangeLog,v 1.26 2007/09/20 08:37:07 tove Exp $ + +*t-prot-2.5 (20 Sep 2007) + + 20 Sep 2007; Torsten Veller <tove@gentoo.org> +t-prot-2.5.ebuild: + Version bump 14 Jul 2007; Torsten Veller <tove@gentoo.org> -t-prot-2.3.ebuild, t-prot-2.4.ebuild: diff --git a/net-mail/t-prot/files/digest-t-prot-2.5 b/net-mail/t-prot/files/digest-t-prot-2.5 new file mode 100644 index 000000000000..54f96f0f901f --- /dev/null +++ b/net-mail/t-prot/files/digest-t-prot-2.5 @@ -0,0 +1,3 @@ +MD5 2ff61e5a823c9eea9f04f4e6a1e5e8ed t-prot-2.5.tar.gz 41136 +RMD160 8568da171a75510af309a0375a626bbfc910c9a9 t-prot-2.5.tar.gz 41136 +SHA256 7047b8f6175796708624c7a1d88ef5d2126bcd782c8b7cac13b235c42518f234 t-prot-2.5.tar.gz 41136 diff --git a/net-mail/t-prot/t-prot-2.5.ebuild b/net-mail/t-prot/t-prot-2.5.ebuild new file mode 100644 index 000000000000..12609ada2b5c --- /dev/null +++ b/net-mail/t-prot/t-prot-2.5.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.5.ebuild,v 1.1 2007/09/20 08:37:07 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" +} |