Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-mail/t-prot: ChangeLog t-prot-2.11.ebuild
Date: Wed, 06 Jan 2010 22:12:09
Message-Id: E1NSe6l-0007b3-OW@stork.gentoo.org
1 tove 10/01/06 22:12:03
2
3 Modified: ChangeLog
4 Added: t-prot-2.11.ebuild
5 Log:
6 Version bump (#299950). Thanks to Tim Harder
7 (Portage version: 2.2_rc61/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.29 net-mail/t-prot/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/t-prot/ChangeLog?rev=1.29&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/t-prot/ChangeLog?rev=1.29&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/t-prot/ChangeLog?r1=1.28&r2=1.29
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-mail/t-prot/ChangeLog,v
19 retrieving revision 1.28
20 retrieving revision 1.29
21 diff -u -r1.28 -r1.29
22 --- ChangeLog 29 May 2009 21:50:57 -0000 1.28
23 +++ ChangeLog 6 Jan 2010 22:12:03 -0000 1.29
24 @@ -1,6 +1,11 @@
25 # ChangeLog for net-mail/t-prot
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-mail/t-prot/ChangeLog,v 1.28 2009/05/29 21:50:57 tcunha Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/net-mail/t-prot/ChangeLog,v 1.29 2010/01/06 22:12:03 tove Exp $
30 +
31 +*t-prot-2.11 (06 Jan 2010)
32 +
33 + 06 Jan 2010; Torsten Veller <tove@g.o> +t-prot-2.11.ebuild:
34 + Version bump (#299950). Thanks to Tim Harder
35
36 29 May 2009; Tiago Cunha <tcunha@g.o> t-prot-2.5.ebuild:
37 stable amd64/sparc
38
39
40
41 1.1 net-mail/t-prot/t-prot-2.11.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/t-prot/t-prot-2.11.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/t-prot/t-prot-2.11.ebuild?rev=1.1&content-type=text/plain
45
46 Index: t-prot-2.11.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/net-mail/t-prot/t-prot-2.11.ebuild,v 1.1 2010/01/06 22:12:03 tove Exp $
51
52 EAPI=2
53
54 inherit eutils
55
56 DESCRIPTION="TOFU protection - display filter for RFC822 messages"
57 HOMEPAGE="http://www.escape.de/~tolot/mutt/"
58 SRC_URI="http://www.escape.de/~tolot/mutt/t-prot/downloads/${P}.tar.gz"
59
60 LICENSE="as-is"
61 SLOT="0"
62 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
63 IUSE=""
64
65 RDEPEND="dev-lang/perl
66 dev-perl/Locale-gettext
67 dev-perl/Getopt-Mixed"
68
69 src_prepare() {
70 epatch "${S}"/contrib/t-prot-r1.*-mutt*.diff
71 }
72
73 src_install() {
74 dobin t-prot || die "dobin failed"
75 doman t-prot.1 || die "doman failed"
76 dodoc ChangeLog README TODO || die "dodoc failed"
77 docinto contrib
78 dodoc contrib/{README.examples,muttrc.t-prot,t-prot.sl*,filter_innd.pl} \
79 || die "dodoc contrib failed"
80 }