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