Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in virtual/perl-Module-Load-Conditional: perl-Module-Load-Conditional-0.30.ebuild ChangeLog
Date: Fri, 28 Aug 2009 20:15:46
Message-Id: E1Mfthm-0008Sb-Dy@stork.gentoo.org
1 tove 09/08/25 10:56:46
2
3 Modified: perl-Module-Load-Conditional-0.30.ebuild ChangeLog
4 Log:
5 Add support for perl-5.10.1
6 (Portage version: 2.2_rc40/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 virtual/perl-Module-Load-Conditional/perl-Module-Load-Conditional-0.30.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/perl-Module-Load-Conditional/perl-Module-Load-Conditional-0.30.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/perl-Module-Load-Conditional/perl-Module-Load-Conditional-0.30.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/perl-Module-Load-Conditional/perl-Module-Load-Conditional-0.30.ebuild?r1=1.2&r2=1.3
14
15 Index: perl-Module-Load-Conditional-0.30.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Module-Load-Conditional/perl-Module-Load-Conditional-0.30.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- perl-Module-Load-Conditional-0.30.ebuild 20 Jan 2009 13:04:29 -0000 1.2
22 +++ perl-Module-Load-Conditional-0.30.ebuild 25 Aug 2009 10:56:46 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Load-Conditional/perl-Module-Load-Conditional-0.30.ebuild,v 1.2 2009/01/20 13:04:29 tove Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Load-Conditional/perl-Module-Load-Conditional-0.30.ebuild,v 1.3 2009/08/25 10:56:46 tove Exp $
28
29 DESCRIPTION="Looking up module information / loading at runtime"
30 HOMEPAGE="http://www.gentoo.org/proj/en/perl/"
31 @@ -12,4 +12,4 @@
32 IUSE=""
33
34 DEPEND=""
35 -RDEPEND="~perl-core/Module-Load-Conditional-${PV}"
36 +RDEPEND="|| ( ~dev-lang/perl-5.10.1 ~perl-core/Module-Load-Conditional-${PV} )"
37
38
39
40 1.2 virtual/perl-Module-Load-Conditional/ChangeLog
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/perl-Module-Load-Conditional/ChangeLog?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/perl-Module-Load-Conditional/ChangeLog?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/perl-Module-Load-Conditional/ChangeLog?r1=1.1&r2=1.2
45
46 Index: ChangeLog
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Module-Load-Conditional/ChangeLog,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- ChangeLog 20 Jan 2009 12:55:16 -0000 1.1
53 +++ ChangeLog 25 Aug 2009 10:56:46 -0000 1.2
54 @@ -1,6 +1,10 @@
55 # ChangeLog for virtual/perl-Module-Load-Conditional
56 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
57 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Load-Conditional/ChangeLog,v 1.1 2009/01/20 12:55:16 tove Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Load-Conditional/ChangeLog,v 1.2 2009/08/25 10:56:46 tove Exp $
59 +
60 + 25 Aug 2009; Torsten Veller <tove@g.o>
61 + perl-Module-Load-Conditional-0.30.ebuild:
62 + Add support for perl-5.10.1
63
64 *perl-Module-Load-Conditional-0.30 (20 Jan 2009)
65 *perl-Module-Load-Conditional-0.28 (20 Jan 2009)