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-r2.ebuild ChangeLog Math-BigInt-1.997.0-r1.ebuild
Date: Sat, 26 Jul 2014 14:04:40
Message-Id: 20140726140437.427292004E@flycatcher.gentoo.org
1 dilfridge 14/07/26 14:04:37
2
3 Modified: ChangeLog
4 Added: Math-BigInt-1.997.0-r2.ebuild
5 Removed: Math-BigInt-1.997.0-r1.ebuild
6 Log:
7 EAPI bump, this time really
8
9 (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key EBE6A336BE19039C!)
10
11 Revision Changes Path
12 1.88 perl-core/Math-BigInt/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Math-BigInt/ChangeLog?rev=1.88&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Math-BigInt/ChangeLog?rev=1.88&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Math-BigInt/ChangeLog?r1=1.87&r2=1.88
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/ChangeLog,v
21 retrieving revision 1.87
22 retrieving revision 1.88
23 diff -u -r1.87 -r1.88
24 --- ChangeLog 26 Jul 2014 11:58:41 -0000 1.87
25 +++ ChangeLog 26 Jul 2014 14:04:37 -0000 1.88
26 @@ -1,6 +1,12 @@
27 # ChangeLog for perl-core/Math-BigInt
28 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/ChangeLog,v 1.87 2014/07/26 11:58:41 dilfridge Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/ChangeLog,v 1.88 2014/07/26 14:04:37 dilfridge Exp $
31 +
32 +*Math-BigInt-1.997.0-r2 (26 Jul 2014)
33 +
34 + 26 Jul 2014; Andreas K. Huettel <dilfridge@g.o>
35 + +Math-BigInt-1.997.0-r2.ebuild, -Math-BigInt-1.997.0-r1.ebuild:
36 + EAPI bump, this time really
37
38 *Math-BigInt-1.999.300 (26 Jul 2014)
39 *Math-BigInt-1.997.0-r1 (26 Jul 2014)
40
41
42
43 1.1 perl-core/Math-BigInt/Math-BigInt-1.997.0-r2.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Math-BigInt/Math-BigInt-1.997.0-r2.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Math-BigInt/Math-BigInt-1.997.0-r2.ebuild?rev=1.1&content-type=text/plain
47
48 Index: Math-BigInt-1.997.0-r2.ebuild
49 ===================================================================
50 # Copyright 1999-2014 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/Math-BigInt-1.997.0-r2.ebuild,v 1.1 2014/07/26 14:04:37 dilfridge Exp $
53
54 EAPI=5
55
56 MODULE_AUTHOR=PJACKLAM
57 MODULE_VERSION=1.997
58 inherit perl-module eutils
59
60 DESCRIPTION="Arbitrary size floating point math package"
61
62 SLOT="0"
63 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc s390 sh sparc x86 ~ppc-aix ~ppc-macos ~x86-solaris"
64 IUSE=""
65
66 RDEPEND=">=virtual/perl-Scalar-List-Utils-1.140.0"
67 DEPEND="${RDEPEND}"
68
69 PDEPEND=">=virtual/perl-Math-BigInt-FastCalc-0.270.0
70 >=perl-core/bignum-0.220.0
71 >=virtual/perl-Math-BigRat-0.260.200"
72
73 PATCHES=( "${FILESDIR}/${P}-overload.patch" )
74
75 SRC_TEST="do"