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-CGI: perl-CGI-3.43.ebuild ChangeLog
Date: Fri, 28 Aug 2009 20:15:49
Message-Id: E1Mfthp-0008UR-Ai@stork.gentoo.org
1 tove 09/08/25 10:56:49
2
3 Modified: perl-CGI-3.43.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.2 virtual/perl-CGI/perl-CGI-3.43.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/perl-CGI/perl-CGI-3.43.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/perl-CGI/perl-CGI-3.43.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/perl-CGI/perl-CGI-3.43.ebuild?r1=1.1&r2=1.2
14
15 Index: perl-CGI-3.43.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/virtual/perl-CGI/perl-CGI-3.43.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- perl-CGI-3.43.ebuild 7 Apr 2009 04:53:11 -0000 1.1
22 +++ perl-CGI-3.43.ebuild 25 Aug 2009 10:56:49 -0000 1.2
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-CGI/perl-CGI-3.43.ebuild,v 1.1 2009/04/07 04:53:11 tove Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CGI/perl-CGI-3.43.ebuild,v 1.2 2009/08/25 10:56:49 tove Exp $
28
29 DESCRIPTION="Virtual for CGI"
30 HOMEPAGE="http://www.gentoo.org/proj/en/perl/"
31 @@ -12,4 +12,4 @@
32 IUSE=""
33
34 DEPEND=""
35 -RDEPEND="~perl-core/CGI-${PV}"
36 +RDEPEND="|| ( ~dev-lang/perl-5.10.1 ~perl-core/CGI-${PV} )"
37
38
39
40 1.54 virtual/perl-CGI/ChangeLog
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/perl-CGI/ChangeLog?rev=1.54&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/perl-CGI/ChangeLog?rev=1.54&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/perl-CGI/ChangeLog?r1=1.53&r2=1.54
45
46 Index: ChangeLog
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/virtual/perl-CGI/ChangeLog,v
49 retrieving revision 1.53
50 retrieving revision 1.54
51 diff -u -r1.53 -r1.54
52 --- ChangeLog 22 Aug 2009 22:19:33 -0000 1.53
53 +++ ChangeLog 25 Aug 2009 10:56:49 -0000 1.54
54 @@ -1,6 +1,9 @@
55 # ChangeLog for virtual/perl-CGI
56 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
57 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CGI/ChangeLog,v 1.53 2009/08/22 22:19:33 tove Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CGI/ChangeLog,v 1.54 2009/08/25 10:56:49 tove Exp $
59 +
60 + 25 Aug 2009; Torsten Veller <tove@g.o> perl-CGI-3.43.ebuild:
61 + Add support for perl-5.10.1
62
63 *perl-CGI-3.45 (22 Aug 2009)