summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2014-10-07 23:42:11 +0000
committerTim Harder <radhermit@gentoo.org>2014-10-07 23:42:11 +0000
commitedef2f7a449392e3ae915f9493ff9d376b87be1c (patch)
tree85d49aaf2c9c36b9acb4e566f2aac0a53264d152 /net-mail/t-prot
parentVersion bump. (diff)
downloadgentoo-2-edef2f7a449392e3ae915f9493ff9d376b87be1c.tar.gz
gentoo-2-edef2f7a449392e3ae915f9493ff9d376b87be1c.tar.bz2
gentoo-2-edef2f7a449392e3ae915f9493ff9d376b87be1c.zip
Version bump.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'net-mail/t-prot')
-rw-r--r--net-mail/t-prot/ChangeLog7
-rw-r--r--net-mail/t-prot/t-prot-3.3.ebuild25
2 files changed, 31 insertions, 1 deletions
diff --git a/net-mail/t-prot/ChangeLog b/net-mail/t-prot/ChangeLog
index 6578d606da4d..ae82db2f0e74 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-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/t-prot/ChangeLog,v 1.47 2014/03/04 20:12:32 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/t-prot/ChangeLog,v 1.48 2014/10/07 23:42:11 radhermit Exp $
+
+*t-prot-3.3 (07 Oct 2014)
+
+ 07 Oct 2014; Tim Harder <radhermit@gentoo.org> +t-prot-3.3.ebuild:
+ Version bump.
04 Mar 2014; Agostino Sarubbo <ago@gentoo.org> t-prot-3.0.ebuild:
Stable for x86, wrt bug #502892
diff --git a/net-mail/t-prot/t-prot-3.3.ebuild b/net-mail/t-prot/t-prot-3.3.ebuild
new file mode 100644
index 000000000000..ddfcb6be4d7b
--- /dev/null
+++ b/net-mail/t-prot/t-prot-3.3.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/t-prot/t-prot-3.3.ebuild,v 1.1 2014/10/07 23:42:11 radhermit Exp $
+
+EAPI=5
+
+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="BSD-4"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+RDEPEND="dev-lang/perl
+ dev-perl/Locale-gettext
+ virtual/perl-Getopt-Long"
+
+src_install() {
+ dobin t-prot
+ doman t-prot.1
+ dodoc ChangeLog README TODO
+ docinto contrib
+ dodoc contrib/{README.examples,{muttrc,mailcap,nailrc}.t-prot*,t-prot.sl*,filter_innd.pl}
+}