Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/text-template: ChangeLog text-template-1.45.ebuild
Date: Mon, 08 Sep 2008 07:15:40
Message-Id: E1KcayH-0004qA-VS@stork.gentoo.org
1 tove 08/09/08 07:15:37
2
3 Modified: ChangeLog
4 Added: text-template-1.45.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc8/cvs/Linux 2.6.26-tuxonice i686)
8
9 Revision Changes Path
10 1.14 dev-perl/text-template/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/text-template/ChangeLog?rev=1.14&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/text-template/ChangeLog?rev=1.14&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/text-template/ChangeLog?r1=1.13&r2=1.14
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/text-template/ChangeLog,v
19 retrieving revision 1.13
20 retrieving revision 1.14
21 diff -u -r1.13 -r1.14
22 --- ChangeLog 19 Jan 2007 17:01:07 -0000 1.13
23 +++ ChangeLog 8 Sep 2008 07:15:37 -0000 1.14
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-perl/text-template
26 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/text-template/ChangeLog,v 1.13 2007/01/19 17:01:07 mcummings Exp $
28 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/text-template/ChangeLog,v 1.14 2008/09/08 07:15:37 tove Exp $
30 +
31 +*text-template-1.45 (08 Sep 2008)
32 +
33 + 08 Sep 2008; Torsten Veller <tove@g.o> +text-template-1.45.ebuild:
34 + Version bump
35
36 19 Jan 2007; Michael Cummings <mcummings@g.o>
37 text-template-1.44.ebuild:
38
39
40
41 1.1 dev-perl/text-template/text-template-1.45.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/text-template/text-template-1.45.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/text-template/text-template-1.45.ebuild?rev=1.1&content-type=text/plain
45
46 Index: text-template-1.45.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-perl/text-template/text-template-1.45.ebuild,v 1.1 2008/09/08 07:15:37 tove Exp $
51
52 MODULE_AUTHOR=MJD
53 inherit perl-module
54
55 MY_P=Text-Template-${PV}
56 S=${WORKDIR}/${MY_P}
57
58 DESCRIPTION="Expand template text with embedded Perl"
59 SRC_URI="mirror://cpan/authors/id/M/MJ/MJD/${MY_P}.tar.gz"
60 HOMEPAGE="http://www.cpan.org/authors/id/M/MJ/MJD/"
61
62 SLOT="0"
63 LICENSE="|| ( Artistic GPL-2 )"
64 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
65 IUSE=""
66
67 DEPEND="dev-lang/perl"
68
69 SRC_TEST=do