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/Test-Distribution: ChangeLog Test-Distribution-2.00.ebuild
Date: Tue, 23 Jun 2009 08:36:57
Message-Id: E1MJ1Us-0005Yy-HZ@stork.gentoo.org
1 tove 09/06/23 08:36:54
2
3 Modified: ChangeLog Test-Distribution-2.00.ebuild
4 Log:
5 New virtual: dev-perl/Module-CoreList to virtual
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 dev-perl/Test-Distribution/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Test-Distribution/ChangeLog?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Test-Distribution/ChangeLog?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Test-Distribution/ChangeLog?r1=1.1&r2=1.2
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Test-Distribution/ChangeLog,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- ChangeLog 23 Jun 2009 07:46:55 -0000 1.1
22 +++ ChangeLog 23 Jun 2009 08:36:54 -0000 1.2
23 @@ -1,6 +1,10 @@
24 # ChangeLog for dev-perl/Test-Distribution
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Distribution/ChangeLog,v 1.1 2009/06/23 07:46:55 robbat2 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Distribution/ChangeLog,v 1.2 2009/06/23 08:36:54 tove Exp $
28 +
29 + 23 Jun 2009; Torsten Veller <tove@g.o>
30 + Test-Distribution-2.00.ebuild:
31 + New virtual: dev-perl/Module-CoreList to virtual
32
33 *Test-Distribution-2.00 (23 Jun 2009)
34
35
36
37
38 1.2 dev-perl/Test-Distribution/Test-Distribution-2.00.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Test-Distribution/Test-Distribution-2.00.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Test-Distribution/Test-Distribution-2.00.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Test-Distribution/Test-Distribution-2.00.ebuild?r1=1.1&r2=1.2
43
44 Index: Test-Distribution-2.00.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Test-Distribution/Test-Distribution-2.00.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- Test-Distribution-2.00.ebuild 23 Jun 2009 07:46:55 -0000 1.1
51 +++ Test-Distribution-2.00.ebuild 23 Jun 2009 08:36:54 -0000 1.2
52 @@ -1,23 +1,21 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Distribution/Test-Distribution-2.00.ebuild,v 1.1 2009/06/23 07:46:55 robbat2 Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Distribution/Test-Distribution-2.00.ebuild,v 1.2 2009/06/23 08:36:54 tove Exp $
57
58 EAPI=2
59 -MODULE_AUTHOR="SRSHAH"
60
61 +MODULE_AUTHOR="SRSHAH"
62 inherit perl-module
63
64 -DESCRIPTION="No description available"
65 -
66 -IUSE=""
67 +DESCRIPTION="perform tests on all modules of a distribution"
68
69 SLOT="0"
70 -LICENSE="|| ( Artistic GPL-2 )"
71 KEYWORDS="~amd64 ~x86"
72 +IUSE=""
73
74 DEPEND=">=dev-perl/Pod-Coverage-0.20
75 >=dev-perl/File-Find-Rule-0.30
76 dev-perl/Test-Pod-Coverage
77 - >=dev-perl/Module-CoreList-2.17
78 + >=virtual/perl-Module-CoreList-2.17
79 >=dev-perl/Test-Pod-1.26"
80 RDEPEND="${DEPEND}"