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/PPIx-EditorTools: ChangeLog PPIx-EditorTools-0.10.ebuild
Date: Tue, 28 Sep 2010 07:07:11
Message-Id: 20100928070707.1E1CA20051@flycatcher.gentoo.org
1 tove 10/09/28 07:07:07
2
3 Modified: ChangeLog
4 Added: PPIx-EditorTools-0.10.ebuild
5 Log:
6 Version bump. Run tests
7
8 (Portage version: 2.2_rc88/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 dev-perl/PPIx-EditorTools/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PPIx-EditorTools/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PPIx-EditorTools/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PPIx-EditorTools/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/PPIx-EditorTools/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 15 Feb 2010 13:57:10 -0000 1.1
24 +++ ChangeLog 28 Sep 2010 07:07:06 -0000 1.2
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-perl/PPIx-EditorTools
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PPIx-EditorTools/ChangeLog,v 1.1 2010/02/15 13:57:10 tove Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PPIx-EditorTools/ChangeLog,v 1.2 2010/09/28 07:07:06 tove Exp $
30 +
31 +*PPIx-EditorTools-0.10 (28 Sep 2010)
32 +
33 + 28 Sep 2010; Torsten Veller <tove@g.o>
34 + +PPIx-EditorTools-0.10.ebuild:
35 + Version bump. Run tests
36
37 15 Feb 2010; Torsten Veller <tove@g.o>
38 +PPIx-EditorTools-0.09.ebuild, +metadata.xml:
39
40
41
42 1.1 dev-perl/PPIx-EditorTools/PPIx-EditorTools-0.10.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PPIx-EditorTools/PPIx-EditorTools-0.10.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PPIx-EditorTools/PPIx-EditorTools-0.10.ebuild?rev=1.1&content-type=text/plain
46
47 Index: PPIx-EditorTools-0.10.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-perl/PPIx-EditorTools/PPIx-EditorTools-0.10.ebuild,v 1.1 2010/09/28 07:07:06 tove Exp $
52
53 EAPI=3
54
55 MODULE_AUTHOR=AZAWAWI
56 inherit perl-module
57
58 DESCRIPTION="Utility methods and base class for manipulating Perl via PPI"
59
60 SLOT="0"
61 KEYWORDS="~amd64 ~x86"
62 IUSE="test"
63
64 RDEPEND=">=dev-perl/Class-XSAccessor-1.02
65 >=dev-perl/PPI-1.203"
66 DEPEND="test? ( ${RDEPEND}
67 >=dev-perl/Test-Differences-0.48.01 )"
68
69 SRC_TEST=do