summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-mail/t-prot')
-rw-r--r--net-mail/t-prot/ChangeLog8
-rw-r--r--net-mail/t-prot/metadata.xml26
-rw-r--r--net-mail/t-prot/t-prot-3.0.ebuild25
3 files changed, 47 insertions, 12 deletions
diff --git a/net-mail/t-prot/ChangeLog b/net-mail/t-prot/ChangeLog
index ae9999cb0e8f..6ba23341cf33 100644
--- a/net-mail/t-prot/ChangeLog
+++ b/net-mail/t-prot/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-mail/t-prot
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/t-prot/ChangeLog,v 1.44 2013/12/23 15:40:16 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/t-prot/ChangeLog,v 1.45 2013/12/23 17:36:48 radhermit Exp $
+
+*t-prot-3.0 (23 Dec 2013)
+
+ 23 Dec 2013; Tim Harder <radhermit@gentoo.org> +t-prot-3.0.ebuild,
+ metadata.xml:
+ Version bump, add myself as maintainer.
23 Dec 2013; Pacho Ramos <pacho@gentoo.org> metadata.xml:
Cleanup due bug #65652
diff --git a/net-mail/t-prot/metadata.xml b/net-mail/t-prot/metadata.xml
index f719fc371d71..42f942e8e000 100644
--- a/net-mail/t-prot/metadata.xml
+++ b/net-mail/t-prot/metadata.xml
@@ -1,16 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>net-mail</herd>
-<longdescription>
- This program is a filter which shall improve the readability for messages
- (emails and usenet postings) by *hiding* some annoying parts, e.g. mailing
- list footers, signatures, and TOFU, as well as squeezing sequences of blank
- lines or punctuation.
+ <maintainer>
+ <email>radhermit@gentoo.org</email>
+ <name>Tim Harder</name>
+ </maintainer>
+ <herd>net-mail</herd>
+ <longdescription>
+ This program is a filter which shall improve the readability for messages
+ (emails and usenet postings) by *hiding* some annoying parts, e.g. mailing
+ list footers, signatures, and TOFU, as well as squeezing sequences of blank
+ lines or punctuation.
- TOFU is an acronym that stands for "Text oben, Fullquote unten" (german
- language) which means the style of sadly so many people that just leave all
- the quotes in a reply and add some own lines above. This acronym is what
- gave the script its name - TOFU Protection.
-</longdescription>
+ TOFU is an acronym that stands for "Text oben, Fullquote unten" (german
+ language) which means the style of sadly so many people that just leave all
+ the quotes in a reply and add some own lines above. This acronym is what
+ gave the script its name - TOFU Protection.
+ </longdescription>
</pkgmetadata>
diff --git a/net-mail/t-prot/t-prot-3.0.ebuild b/net-mail/t-prot/t-prot-3.0.ebuild
new file mode 100644
index 000000000000..250cf3da1a58
--- /dev/null
+++ b/net-mail/t-prot/t-prot-3.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2013 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.0.ebuild,v 1.1 2013/12/23 17:36:48 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}
+}