Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in perl-core/Math-BigInt: Math-BigInt-1.997.0.ebuild ChangeLog
Date: Thu, 10 Jul 2014 22:08:52
Message-Id: 20140710220847.51A8D2004E@flycatcher.gentoo.org
1 dilfridge 14/07/10 22:08:47
2
3 Modified: Math-BigInt-1.997.0.ebuild ChangeLog
4 Log:
5 Improve dependencies
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
8
9 Revision Changes Path
10 1.14 perl-core/Math-BigInt/Math-BigInt-1.997.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Math-BigInt/Math-BigInt-1.997.0.ebuild?rev=1.14&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Math-BigInt/Math-BigInt-1.997.0.ebuild?rev=1.14&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Math-BigInt/Math-BigInt-1.997.0.ebuild?r1=1.13&r2=1.14
15
16 Index: Math-BigInt-1.997.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/Math-BigInt-1.997.0.ebuild,v
19 retrieving revision 1.13
20 retrieving revision 1.14
21 diff -u -r1.13 -r1.14
22 --- Math-BigInt-1.997.0.ebuild 25 Jan 2014 20:20:09 -0000 1.13
23 +++ Math-BigInt-1.997.0.ebuild 10 Jul 2014 22:08:47 -0000 1.14
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/Math-BigInt-1.997.0.ebuild,v 1.13 2014/01/25 20:20:09 zlogene Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/Math-BigInt-1.997.0.ebuild,v 1.14 2014/07/10 22:08:47 dilfridge Exp $
29
30 EAPI=4
31
32 @@ -19,7 +19,7 @@
33
34 PDEPEND=">=virtual/perl-Math-BigInt-FastCalc-0.270.0
35 >=perl-core/bignum-0.220.0
36 - >=perl-core/Math-BigRat-0.260.200"
37 + >=virtual/perl-Math-BigRat-0.260.200"
38
39 PATCHES=( "${FILESDIR}/${P}-overload.patch" )
40
41
42
43
44 1.86 perl-core/Math-BigInt/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Math-BigInt/ChangeLog?rev=1.86&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Math-BigInt/ChangeLog?rev=1.86&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Math-BigInt/ChangeLog?r1=1.85&r2=1.86
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/ChangeLog,v
53 retrieving revision 1.85
54 retrieving revision 1.86
55 diff -u -r1.85 -r1.86
56 --- ChangeLog 25 Jan 2014 20:20:09 -0000 1.85
57 +++ ChangeLog 10 Jul 2014 22:08:47 -0000 1.86
58 @@ -1,6 +1,10 @@
59 # ChangeLog for perl-core/Math-BigInt
60 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/ChangeLog,v 1.85 2014/01/25 20:20:09 zlogene Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/ChangeLog,v 1.86 2014/07/10 22:08:47 dilfridge Exp $
63 +
64 + 10 Jul 2014; Andreas K. Huettel <dilfridge@g.o>
65 + Math-BigInt-1.997.0.ebuild:
66 + Improve dependencies
67
68 25 Jan 2014; Mikle Kolyada <zlogene@g.o>
69 +files/Math-BigInt-1.997.0-overload.patch, Math-BigInt-1.997.0.ebuild: