From a73973a0a86304cdbcdb0b87f425310f4e3c7bfc Mon Sep 17 00:00:00 2001 From: Torsten Veller Date: Thu, 21 Dec 2006 18:06:01 +0000 Subject: [PATCH] Version bump Package-Manager: portage-2.1.2_rc3-r8 --- net-mail/t-prot/ChangeLog | 8 ++++++- net-mail/t-prot/files/digest-t-prot-2.3 | 3 +++ net-mail/t-prot/t-prot-2.3.ebuild | 32 +++++++++++++++++++++++++ 3 files changed, 42 insertions(+), 1 deletion(-) create mode 100644 net-mail/t-prot/files/digest-t-prot-2.3 create mode 100644 net-mail/t-prot/t-prot-2.3.ebuild diff --git a/net-mail/t-prot/ChangeLog b/net-mail/t-prot/ChangeLog index 165fd4c53e8e..fb144269abb5 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-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 -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 index 000000000000..59bfb27c3e81 --- /dev/null +++ b/net-mail/t-prot/files/digest-t-prot-2.3 @@ -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 index 000000000000..c9ab1db239a1 --- /dev/null +++ b/net-mail/t-prot/t-prot-2.3.ebuild @@ -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" +} -- 2.26.2