Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: perl-core/Math-BigInt/
Date: Sun, 20 Dec 2015 22:59:02
Message-Id: 1450651892.7c0afca8c758d21542fa5fdad720a9e2b4094592.dilfridge@gentoo
1 commit: 7c0afca8c758d21542fa5fdad720a9e2b4094592
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 20 22:51:32 2015 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 20 22:51:32 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c0afca8
7
8 perl-core/Math-BigInt: Version bump, needed by dev-perl/Math-BigInt-GMP
9
10 Package-Manager: portage-2.2.26
11
12 perl-core/Math-BigInt/Manifest | 1 +
13 perl-core/Math-BigInt/Math-BigInt-1.999.710.ebuild | 30 ++++++++++++++++++++++
14 2 files changed, 31 insertions(+)
15
16 diff --git a/perl-core/Math-BigInt/Manifest b/perl-core/Math-BigInt/Manifest
17 index c981014..7f35177 100644
18 --- a/perl-core/Math-BigInt/Manifest
19 +++ b/perl-core/Math-BigInt/Manifest
20 @@ -1 +1,2 @@
21 DIST Math-BigInt-1.9993.tar.gz 215143 SHA256 d937c0d1afbb3ddd9b666177faf56471b6c2d1917863db5879d04a2d1a69bf7e SHA512 23ae7d11094f6bf5df45a2c3a01a7d9895b244156b8f48497edbfee4de0e56588e59abb4b1fa8808f2e221bd63eae175cd13987c7dc93867b8f969fbf54b6f15 WHIRLPOOL 70d9899003d1b547b066170fb397d03cfddd0edfdeb9beadf4998ee59f4b18fcbce480bf371ef2f3d35ec86f30b883fcdf2a70765cf239b0f73320766c8048e0
22 +DIST Math-BigInt-1.999710.tar.gz 225641 SHA256 879514c3dda33b6f05816569ca1a0f31b650df87660ecf80afbd60e396118610 SHA512 a5f938f5f2c61fd1b4c5c01caa99104aea2a009c8f6e089b465d52948a631cd7cb2df2c54917d9e4bd0bc34281c3a8aa865eb3bf7e6e84f15cff1eb79ccf358d WHIRLPOOL 73e26895de11824008b41e39968903c9a7b888a5b199e64f235e2b86e2360df8b095e6a9f2e29c3c29a385025e33cbbd88dc3f84220c6fd89add49596a1814ee
23
24 diff --git a/perl-core/Math-BigInt/Math-BigInt-1.999.710.ebuild b/perl-core/Math-BigInt/Math-BigInt-1.999.710.ebuild
25 new file mode 100644
26 index 0000000..3be0754
27 --- /dev/null
28 +++ b/perl-core/Math-BigInt/Math-BigInt-1.999.710.ebuild
29 @@ -0,0 +1,30 @@
30 +# Copyright 1999-2014 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +# $Id$
33 +
34 +EAPI=6
35 +
36 +DIST_AUTHOR=PJACKLAM
37 +DIST_VERSION=1.999710
38 +inherit perl-module
39 +
40 +DESCRIPTION="Arbitrary size floating point math package"
41 +
42 +SLOT="0"
43 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86 ~ppc-aix ~ppc-macos ~x86-solaris"
44 +IUSE="test"
45 +
46 +RDEPEND="
47 + >=virtual/perl-Math-Complex-1.390.0
48 +"
49 +DEPEND="${RDEPEND}
50 + virtual/perl-ExtUtils-MakeMaker
51 + test? ( >=virtual/perl-Test-Simple-0.930.100 )
52 +"
53 +
54 +PDEPEND="
55 + >=virtual/perl-Math-BigInt-FastCalc-0.270.0
56 + >=virtual/perl-bignum-0.220.0
57 + >=virtual/perl-Math-BigRat-0.260.200
58 +"
59 +# where does this come from?