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