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: Tue, 07 Sep 2010 20:27:19
Message-Id: 20100907202712.893B820051@flycatcher.gentoo.org
1 tove 10/09/07 20:27:12
2
3 Modified: perl-Math-BigInt-FastCalc-0.19.ebuild ChangeLog
4 Log:
5 Add perl-5.12.2 as provider
6
7 (Portage version: 2.2_rc77/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.10 virtual/perl-Math-BigInt-FastCalc/perl-Math-BigInt-FastCalc-0.19.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Math-BigInt-FastCalc/perl-Math-BigInt-FastCalc-0.19.ebuild?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Math-BigInt-FastCalc/perl-Math-BigInt-FastCalc-0.19.ebuild?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Math-BigInt-FastCalc/perl-Math-BigInt-FastCalc-0.19.ebuild?r1=1.9&r2=1.10
15
16 Index: perl-Math-BigInt-FastCalc-0.19.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Math-BigInt-FastCalc/perl-Math-BigInt-FastCalc-0.19.ebuild,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- perl-Math-BigInt-FastCalc-0.19.ebuild 14 Jul 2010 12:01:22 -0000 1.9
23 +++ perl-Math-BigInt-FastCalc-0.19.ebuild 7 Sep 2010 20:27:12 -0000 1.10
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2010 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.9 2010/07/14 12:01:22 tove Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Math-BigInt-FastCalc/perl-Math-BigInt-FastCalc-0.19.ebuild,v 1.10 2010/09/07 20:27:12 tove Exp $
29
30 DESCRIPTION="Math::BigInt::Calc with some XS for more speed"
31 HOMEPAGE=""
32 @@ -13,4 +13,4 @@
33 IUSE=""
34 DEPEND=""
35
36 -RDEPEND="|| ( ~dev-lang/perl-5.12.1 ~dev-lang/perl-5.10.1 ~perl-core/Math-BigInt-FastCalc-${PV} )"
37 +RDEPEND="|| ( ~dev-lang/perl-5.12.2 ~dev-lang/perl-5.12.1 ~dev-lang/perl-5.10.1 ~perl-core/Math-BigInt-FastCalc-${PV} )"
38
39
40
41 1.13 virtual/perl-Math-BigInt-FastCalc/ChangeLog
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Math-BigInt-FastCalc/ChangeLog?rev=1.13&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Math-BigInt-FastCalc/ChangeLog?rev=1.13&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Math-BigInt-FastCalc/ChangeLog?r1=1.12&r2=1.13
46
47 Index: ChangeLog
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Math-BigInt-FastCalc/ChangeLog,v
50 retrieving revision 1.12
51 retrieving revision 1.13
52 diff -u -r1.12 -r1.13
53 --- ChangeLog 4 Sep 2010 07:26:37 -0000 1.12
54 +++ ChangeLog 7 Sep 2010 20:27:12 -0000 1.13
55 @@ -1,6 +1,10 @@
56 # ChangeLog for virtual/perl-Math-BigInt-FastCalc
57 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
58 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Math-BigInt-FastCalc/ChangeLog,v 1.12 2010/09/04 07:26:37 tove Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Math-BigInt-FastCalc/ChangeLog,v 1.13 2010/09/07 20:27:12 tove Exp $
60 +
61 + 07 Sep 2010; Torsten Veller <tove@g.o>
62 + perl-Math-BigInt-FastCalc-0.19.ebuild:
63 + Add perl-5.12.2 as provider
64
65 *perl-Math-BigInt-FastCalc-0.21 (04 Sep 2010)