Version bump
authorTorsten Veller <tove@gentoo.org>
Thu, 21 Dec 2006 18:06:01 +0000 (18:06 +0000)
committerTorsten Veller <tove@gentoo.org>
Thu, 21 Dec 2006 18:06:01 +0000 (18:06 +0000)
Package-Manager: portage-2.1.2_rc3-r8

net-mail/t-prot/ChangeLog
net-mail/t-prot/files/digest-t-prot-2.3 [new file with mode: 0644]
net-mail/t-prot/t-prot-2.3.ebuild [new file with mode: 0644]

index 165fd4c53e8e2b9a2e6f09bd60c78c1dde46194f..fb144269abb587f0bb07d16bf318a056bda1be11 100644 (file)
@@ -1,6 +1,12 @@
 # ChangeLog for net-mail/t-prot
 # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/t-prot/ChangeLog,v 1.20 2006/12/01 06:55:19 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/t-prot/ChangeLog,v 1.21 2006/12/21 18:06:01 tove Exp $
+
+*t-prot-2.3 (21 Dec 2006)
+
+  21 Dec 2006; Torsten Veller <tove@gentoo.org> -t-prot-2.2.ebuild,
+  +t-prot-2.3.ebuild:
+  Version bump.
 
 *t-prot-2.2 (01 Dec 2006)
 
diff --git a/net-mail/t-prot/files/digest-t-prot-2.3 b/net-mail/t-prot/files/digest-t-prot-2.3
new file mode 100644 (file)
index 0000000..59bfb27
--- /dev/null
@@ -0,0 +1,3 @@
+MD5 083e0105b49397a4e230755e09a5218f t-prot-2.3.tar.gz 40544
+RMD160 17bdbaab1825ed075c30a52812717b0fc8917b74 t-prot-2.3.tar.gz 40544
+SHA256 f3e0f6531b149baca9bb46186f6a1cf1a04e429a17f0f81a4f6e03f568686134 t-prot-2.3.tar.gz 40544
diff --git a/net-mail/t-prot/t-prot-2.3.ebuild b/net-mail/t-prot/t-prot-2.3.ebuild
new file mode 100644 (file)
index 0000000..c9ab1db
--- /dev/null
@@ -0,0 +1,32 @@
+# Copyright 1999-2006 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.3.ebuild,v 1.1 2006/12/21 18:06:01 tove Exp $
+
+inherit eutils
+
+DESCRIPTION="TOFU protection - display filter for RFC822 messages"
+HOMEPAGE="http://www.escape.de/users/tolot/mutt/"
+SRC_URI="http://www.escape.de/users/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
+       dev-perl/Getopt-Mixed"
+
+src_unpack() {
+       unpack ${A}
+       cd "${S}"
+       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.t-prot,t-prot.sl*,filter_innd.pl} \
+               || die "dodoc contrib failed"
+}