summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2010-11-11 22:41:17 +0000
committerTim Harder <radhermit@gentoo.org>2010-11-11 22:41:17 +0000
commit9aae402b4171ec4cac829694a504a51a9b0a6968 (patch)
tree79181b8ef7bda863103c781115df3def324ff7ad /net-mail/t-prot
parentVersion bump. (diff)
downloadgentoo-2-9aae402b4171ec4cac829694a504a51a9b0a6968.tar.gz
gentoo-2-9aae402b4171ec4cac829694a504a51a9b0a6968.tar.bz2
gentoo-2-9aae402b4171ec4cac829694a504a51a9b0a6968.zip
Version bump.
(Portage version: 2.2.0_alpha4/cvs/Linux x86_64)
Diffstat (limited to 'net-mail/t-prot')
-rw-r--r--net-mail/t-prot/ChangeLog7
-rw-r--r--net-mail/t-prot/t-prot-2.101.ebuild33
2 files changed, 39 insertions, 1 deletions
diff --git a/net-mail/t-prot/ChangeLog b/net-mail/t-prot/ChangeLog
index 08ebe5918c73..2a054bddda93 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.35 2010/08/12 08:03:09 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/t-prot/ChangeLog,v 1.36 2010/11/11 22:41:17 radhermit Exp $
+
+*t-prot-2.101 (11 Nov 2010)
+
+ 11 Nov 2010; Tim Harder <radhermit@gentoo.org> +t-prot-2.101.ebuild:
+ Version bump.
*t-prot-2.100 (12 Aug 2010)
diff --git a/net-mail/t-prot/t-prot-2.101.ebuild b/net-mail/t-prot/t-prot-2.101.ebuild
new file mode 100644
index 000000000000..74aae63806d7
--- /dev/null
+++ b/net-mail/t-prot/t-prot-2.101.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.101.ebuild,v 1.1 2010/11/11 22:41:17 radhermit 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"
+}