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-Scalar-List-Utils: perl-Scalar-List-Utils-1.21.ebuild ChangeLog
Date: Fri, 28 Aug 2009 20:15:50
Message-Id: E1Mfthy-0000BW-0T@stork.gentoo.org
1 tove 09/08/25 10:56:58
2
3 Modified: perl-Scalar-List-Utils-1.21.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-Scalar-List-Utils/perl-Scalar-List-Utils-1.21.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.21.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.21.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.21.ebuild?r1=1.1&r2=1.2
14
15 Index: perl-Scalar-List-Utils-1.21.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.21.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- perl-Scalar-List-Utils-1.21.ebuild 19 May 2009 05:10:31 -0000 1.1
22 +++ perl-Scalar-List-Utils-1.21.ebuild 25 Aug 2009 10:56:57 -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-Scalar-List-Utils/perl-Scalar-List-Utils-1.21.ebuild,v 1.1 2009/05/19 05:10:31 tove Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.21.ebuild,v 1.2 2009/08/25 10:56:57 tove Exp $
28
29 DESCRIPTION="Virtual for Scalar-List-Utils"
30 HOMEPAGE="http://www.gentoo.org/proj/en/perl/"
31 @@ -11,4 +11,4 @@
32 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
33 IUSE=""
34
35 -RDEPEND="~perl-core/Scalar-List-Utils-${PV}"
36 +RDEPEND="|| ( ~dev-lang/perl-5.10.1 ~perl-core/Scalar-List-Utils-${PV} )"
37
38
39
40 1.23 virtual/perl-Scalar-List-Utils/ChangeLog
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/perl-Scalar-List-Utils/ChangeLog?rev=1.23&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/perl-Scalar-List-Utils/ChangeLog?rev=1.23&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/perl-Scalar-List-Utils/ChangeLog?r1=1.22&r2=1.23
45
46 Index: ChangeLog
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Scalar-List-Utils/ChangeLog,v
49 retrieving revision 1.22
50 retrieving revision 1.23
51 diff -u -r1.22 -r1.23
52 --- ChangeLog 19 May 2009 05:10:31 -0000 1.22
53 +++ ChangeLog 25 Aug 2009 10:56:57 -0000 1.23
54 @@ -1,6 +1,10 @@
55 # ChangeLog for virtual/perl-Scalar-List-Utils
56 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
57 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Scalar-List-Utils/ChangeLog,v 1.22 2009/05/19 05:10:31 tove Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Scalar-List-Utils/ChangeLog,v 1.23 2009/08/25 10:56:57 tove Exp $
59 +
60 + 25 Aug 2009; Torsten Veller <tove@g.o>
61 + perl-Scalar-List-Utils-1.21.ebuild:
62 + Add support for perl-5.10.1
63
64 *perl-Scalar-List-Utils-1.21 (19 May 2009)