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