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