diff options
author | Torsten Veller <tove@gentoo.org> | 2010-04-09 10:53:26 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-04-09 10:53:26 +0000 |
commit | e29d57b799465279d97a303ecf39f3ac8b69ca6b (patch) | |
tree | 0b8ab1e05ba812507ea486253d7888e3d444d47c /net-mail | |
parent | stable x86, bug 308521 (diff) | |
download | gentoo-2-e29d57b799465279d97a303ecf39f3ac8b69ca6b.tar.gz gentoo-2-e29d57b799465279d97a303ecf39f3ac8b69ca6b.tar.bz2 gentoo-2-e29d57b799465279d97a303ecf39f3ac8b69ca6b.zip |
Version bump
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/t-prot/ChangeLog | 7 | ||||
-rw-r--r-- | net-mail/t-prot/t-prot-2.98.ebuild | 33 |
2 files changed, 39 insertions, 1 deletions
diff --git a/net-mail/t-prot/ChangeLog b/net-mail/t-prot/ChangeLog index 676ef7b68541..e1ef430bb172 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.32 2010/03/14 08:39:10 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/t-prot/ChangeLog,v 1.33 2010/04/09 10:53:26 tove Exp $ + +*t-prot-2.98 (09 Apr 2010) + + 09 Apr 2010; Torsten Veller <tove@gentoo.org> +t-prot-2.98.ebuild: + Version bump *t-prot-2.97.1 (14 Mar 2010) diff --git a/net-mail/t-prot/t-prot-2.98.ebuild b/net-mail/t-prot/t-prot-2.98.ebuild new file mode 100644 index 000000000000..eade795f19f3 --- /dev/null +++ b/net-mail/t-prot/t-prot-2.98.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.98.ebuild,v 1.1 2010/04/09 10:53:26 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" +} |