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-Text-Balanced: ChangeLog perl-Text-Balanced-2.0.0.ebuild
Date: Fri, 28 Aug 2009 20:15:50
Message-Id: E1Mfthw-0000AJ-22@stork.gentoo.org
1 tove 09/08/25 10:56:56
2
3 Modified: ChangeLog perl-Text-Balanced-2.0.0.ebuild
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.22 virtual/perl-Text-Balanced/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/perl-Text-Balanced/ChangeLog?rev=1.22&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/perl-Text-Balanced/ChangeLog?rev=1.22&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/perl-Text-Balanced/ChangeLog?r1=1.21&r2=1.22
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Text-Balanced/ChangeLog,v
18 retrieving revision 1.21
19 retrieving revision 1.22
20 diff -u -r1.21 -r1.22
21 --- ChangeLog 2 Aug 2009 18:49:28 -0000 1.21
22 +++ ChangeLog 25 Aug 2009 10:56:55 -0000 1.22
23 @@ -1,6 +1,10 @@
24 # ChangeLog for virtual/perl-Text-Balanced
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Text-Balanced/ChangeLog,v 1.21 2009/08/02 18:49:28 tove Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Text-Balanced/ChangeLog,v 1.22 2009/08/25 10:56:55 tove Exp $
28 +
29 + 25 Aug 2009; Torsten Veller <tove@g.o>
30 + perl-Text-Balanced-2.0.0.ebuild:
31 + Add support for perl-5.10.1
32
33 *perl-Text-Balanced-2.02 (02 Aug 2009)
34
35
36
37
38 1.14 virtual/perl-Text-Balanced/perl-Text-Balanced-2.0.0.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/perl-Text-Balanced/perl-Text-Balanced-2.0.0.ebuild?rev=1.14&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/perl-Text-Balanced/perl-Text-Balanced-2.0.0.ebuild?rev=1.14&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/perl-Text-Balanced/perl-Text-Balanced-2.0.0.ebuild?r1=1.13&r2=1.14
43
44 Index: perl-Text-Balanced-2.0.0.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Text-Balanced/perl-Text-Balanced-2.0.0.ebuild,v
47 retrieving revision 1.13
48 retrieving revision 1.14
49 diff -u -r1.13 -r1.14
50 --- perl-Text-Balanced-2.0.0.ebuild 12 May 2009 13:02:03 -0000 1.13
51 +++ perl-Text-Balanced-2.0.0.ebuild 25 Aug 2009 10:56:55 -0000 1.14
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Text-Balanced/perl-Text-Balanced-2.0.0.ebuild,v 1.13 2009/05/12 13:02:03 aballier Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Text-Balanced/perl-Text-Balanced-2.0.0.ebuild,v 1.14 2009/08/25 10:56:55 tove Exp $
57
58 DESCRIPTION="Virtual for Text-Balanced"
59 HOMEPAGE="http://www.gentoo.org/proj/en/perl/"
60 @@ -12,4 +12,4 @@
61
62 IUSE=""
63 DEPEND=""
64 -RDEPEND="~perl-core/Text-Balanced-${PV}"
65 +RDEPEND="|| ( ~dev-lang/perl-5.10.1 ~perl-core/Text-Balanced-${PV} )"