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/DateManip: ChangeLog DateManip-6.11.ebuild
Date: Thu, 06 May 2010 07:21:58
Message-Id: 20100506072153.A15852950A@corvid.gentoo.org
1 tove 10/05/06 07:21:53
2
3 Modified: ChangeLog DateManip-6.11.ebuild
4 Log:
5 EAPI=3. Add Test-Inter as test dependency only.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.52 dev-perl/DateManip/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/DateManip/ChangeLog?rev=1.52&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/DateManip/ChangeLog?rev=1.52&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/DateManip/ChangeLog?r1=1.51&r2=1.52
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-perl/DateManip/ChangeLog,v
18 retrieving revision 1.51
19 retrieving revision 1.52
20 diff -u -r1.51 -r1.52
21 --- ChangeLog 5 May 2010 05:34:48 -0000 1.51
22 +++ ChangeLog 6 May 2010 07:21:53 -0000 1.52
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-perl/DateManip
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateManip/ChangeLog,v 1.51 2010/05/05 05:34:48 jer Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateManip/ChangeLog,v 1.52 2010/05/06 07:21:53 tove Exp $
28 +
29 + 06 May 2010; Torsten Veller <tove@g.o> DateManip-6.11.ebuild:
30 + EAPI=3. Add Test-Inter as test dependency only.
31
32 05 May 2010; Jeroen Roovers <jer@g.o> DateManip-5.56.ebuild:
33 Stable for HPPA (bug #314467).
34
35
36
37 1.2 dev-perl/DateManip/DateManip-6.11.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/DateManip/DateManip-6.11.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/DateManip/DateManip-6.11.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/DateManip/DateManip-6.11.ebuild?r1=1.1&r2=1.2
42
43 Index: DateManip-6.11.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-perl/DateManip/DateManip-6.11.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- DateManip-6.11.ebuild 2 May 2010 21:58:06 -0000 1.1
50 +++ DateManip-6.11.ebuild 6 May 2010 07:21:53 -0000 1.2
51 @@ -1,8 +1,8 @@
52 # Copyright 1999-2010 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateManip/DateManip-6.11.ebuild,v 1.1 2010/05/02 21:58:06 robbat2 Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateManip/DateManip-6.11.ebuild,v 1.2 2010/05/06 07:21:53 tove Exp $
56
57 -EAPI=2
58 +EAPI=3
59
60 MY_PN=Date-Manip
61 MY_P=${MY_PN}-${PV}
62 @@ -17,17 +17,17 @@
63 KEYWORDS="~amd64 ~x86" #~ppc-aix ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris"
64 IUSE="test"
65
66 -# WARNING, the 6.x tarballs DO also include the 5.x version, and the build
67 +# WARNING, the >=6.1x tarballs DO also include the 5.x version, and the build
68 # system actually installs the 5.x version if you have perl 5.8!
69 RDEPEND=">=dev-lang/perl-5.10
70 dev-perl/YAML-Syck
71 virtual/perl-Storable"
72 DEPEND="${RDEPEND}
73 virtual/perl-Module-Build
74 - dev-perl/Test-Inter
75 test? ( dev-perl/Test-Pod
76 - dev-perl/Test-Pod-Coverage )"
77 + dev-perl/Test-Pod-Coverage
78 + dev-perl/Test-Inter )"
79
80 SRC_TEST="do"
81
82 -mydoc="HISTORY TODO README.first"
83 +mydoc="HISTORY README.first"