diff options
author | Torsten Veller <tove@gentoo.org> | 2010-07-06 15:01:13 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-07-06 15:01:13 +0000 |
commit | 94e56fb5b1b609b0b2aeba2f9b01431c38157d81 (patch) | |
tree | dc7ca9276e8cc91b101a612980fe48b2cd2e7ebb /net-mail/t-prot | |
parent | Set SUPPORT_PYTHON_ABIS (bug #316241). (diff) | |
download | gentoo-2-94e56fb5b1b609b0b2aeba2f9b01431c38157d81.tar.gz gentoo-2-94e56fb5b1b609b0b2aeba2f9b01431c38157d81.tar.bz2 gentoo-2-94e56fb5b1b609b0b2aeba2f9b01431c38157d81.zip |
Version bump (#327121). Thanks to Tim Harder
(Portage version: 2.2_rc67_p182/cvs/Linux x86_64)
Diffstat (limited to 'net-mail/t-prot')
-rw-r--r-- | net-mail/t-prot/ChangeLog | 7 | ||||
-rw-r--r-- | net-mail/t-prot/t-prot-2.99.ebuild | 33 |
2 files changed, 39 insertions, 1 deletions
diff --git a/net-mail/t-prot/ChangeLog b/net-mail/t-prot/ChangeLog index e1ef430bb172..be4aa176041c 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/t-prot/ChangeLog,v 1.33 2010/04/09 10:53:26 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/t-prot/ChangeLog,v 1.34 2010/07/06 15:01:13 tove Exp $ + +*t-prot-2.99 (06 Jul 2010) + + 06 Jul 2010; Torsten Veller <tove@gentoo.org> +t-prot-2.99.ebuild: + Version bump (#327121). Thanks to Tim Harder *t-prot-2.98 (09 Apr 2010) diff --git a/net-mail/t-prot/t-prot-2.99.ebuild b/net-mail/t-prot/t-prot-2.99.ebuild new file mode 100644 index 000000000000..8dd6608e75c5 --- /dev/null +++ b/net-mail/t-prot/t-prot-2.99.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2010 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.99.ebuild,v 1.1 2010/07/06 15:01:13 tove Exp $ + +EAPI=2 + +inherit eutils + +DESCRIPTION="TOFU protection - display filter for RFC822 messages" +HOMEPAGE="http://www.escape.de/~tolot/mutt/" +SRC_URI="http://www.escape.de/~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 + virtual/perl-Getopt-Long" + +src_prepare() { + 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,mailcap,nailrc}.t-prot*,t-prot.sl*,filter_innd.pl} \ + || die "dodoc contrib failed" +} |