diff options
author | Torsten Veller <tove@gentoo.org> | 2006-07-12 05:51:46 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2006-07-12 05:51:46 +0000 |
commit | 5da385670fc12ec7cabc00f7284177c3f650515f (patch) | |
tree | a1668c354b2b22e142665c6b0a165676df02717d /net-mail | |
parent | Removing x86 stable as the new version dies horribly, and the old is worse (diff) | |
download | gentoo-2-5da385670fc12ec7cabc00f7284177c3f650515f.tar.gz gentoo-2-5da385670fc12ec7cabc00f7284177c3f650515f.tar.bz2 gentoo-2-5da385670fc12ec7cabc00f7284177c3f650515f.zip |
Version bump
(Portage version: 2.1.1_pre2-r7)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/t-prot/ChangeLog | 10 | ||||
-rw-r--r-- | net-mail/t-prot/files/digest-t-prot-2.1.1 | 3 | ||||
-rw-r--r-- | net-mail/t-prot/t-prot-2.1.1.ebuild | 32 |
3 files changed, 43 insertions, 2 deletions
diff --git a/net-mail/t-prot/ChangeLog b/net-mail/t-prot/ChangeLog index b361c1162365..59b719532657 100644 --- a/net-mail/t-prot/ChangeLog +++ b/net-mail/t-prot/ChangeLog @@ -1,11 +1,17 @@ # 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.16 2006/06/19 08:49:21 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/t-prot/ChangeLog,v 1.17 2006/07/12 05:51:46 tove Exp $ + +*t-prot-2.1.1 (12 Jul 2006) + + 12 Jul 2006; Torsten Veller <tove@gentoo.org> -t-prot-2.0.2.ebuild, + +t-prot-2.1.1.ebuild: + Version bump. *t-prot-2.1 (19 Jun 2006) 19 Jun 2006; Torsten Veller <tove@gentoo.org> +t-prot-2.1.ebuild: - New version + 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.1.1 b/net-mail/t-prot/files/digest-t-prot-2.1.1 new file mode 100644 index 000000000000..ac6fe7068d89 --- /dev/null +++ b/net-mail/t-prot/files/digest-t-prot-2.1.1 @@ -0,0 +1,3 @@ +MD5 79d2223e03257ab7627f7fcbcde2cfac t-prot-2.1.1.tar.gz 40274 +RMD160 c4d36af5e1071be0a2857f73c152f871aa31a017 t-prot-2.1.1.tar.gz 40274 +SHA256 eb9075452dd16b815b1154151fd7aa1999d6be9bc9cd2f764cbfdcaba3947f92 t-prot-2.1.1.tar.gz 40274 diff --git a/net-mail/t-prot/t-prot-2.1.1.ebuild b/net-mail/t-prot/t-prot-2.1.1.ebuild new file mode 100644 index 000000000000..fd9f431da1f4 --- /dev/null +++ b/net-mail/t-prot/t-prot-2.1.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.1.ebuild,v 1.1 2006/07/12 05:51:46 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" +} |