diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-12-20 23:51:32 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-12-20 23:51:32 +0100 |
commit | 7c0afca8c758d21542fa5fdad720a9e2b4094592 (patch) | |
tree | 64b20b1faa59b8bd91fff17e53decc4954be88de /perl-core | |
parent | dev-perl/Log-Agent: Version bump (diff) | |
download | gentoo-7c0afca8c758d21542fa5fdad720a9e2b4094592.tar.gz gentoo-7c0afca8c758d21542fa5fdad720a9e2b4094592.tar.bz2 gentoo-7c0afca8c758d21542fa5fdad720a9e2b4094592.zip |
perl-core/Math-BigInt: Version bump, needed by dev-perl/Math-BigInt-GMP
Package-Manager: portage-2.2.26
Diffstat (limited to 'perl-core')
-rw-r--r-- | perl-core/Math-BigInt/Manifest | 1 | ||||
-rw-r--r-- | perl-core/Math-BigInt/Math-BigInt-1.999.710.ebuild | 30 |
2 files changed, 31 insertions, 0 deletions
diff --git a/perl-core/Math-BigInt/Manifest b/perl-core/Math-BigInt/Manifest index c981014e85a5..7f3517750df8 100644 --- a/perl-core/Math-BigInt/Manifest +++ b/perl-core/Math-BigInt/Manifest @@ -1 +1,2 @@ DIST Math-BigInt-1.9993.tar.gz 215143 SHA256 d937c0d1afbb3ddd9b666177faf56471b6c2d1917863db5879d04a2d1a69bf7e SHA512 23ae7d11094f6bf5df45a2c3a01a7d9895b244156b8f48497edbfee4de0e56588e59abb4b1fa8808f2e221bd63eae175cd13987c7dc93867b8f969fbf54b6f15 WHIRLPOOL 70d9899003d1b547b066170fb397d03cfddd0edfdeb9beadf4998ee59f4b18fcbce480bf371ef2f3d35ec86f30b883fcdf2a70765cf239b0f73320766c8048e0 +DIST Math-BigInt-1.999710.tar.gz 225641 SHA256 879514c3dda33b6f05816569ca1a0f31b650df87660ecf80afbd60e396118610 SHA512 a5f938f5f2c61fd1b4c5c01caa99104aea2a009c8f6e089b465d52948a631cd7cb2df2c54917d9e4bd0bc34281c3a8aa865eb3bf7e6e84f15cff1eb79ccf358d WHIRLPOOL 73e26895de11824008b41e39968903c9a7b888a5b199e64f235e2b86e2360df8b095e6a9f2e29c3c29a385025e33cbbd88dc3f84220c6fd89add49596a1814ee diff --git a/perl-core/Math-BigInt/Math-BigInt-1.999.710.ebuild b/perl-core/Math-BigInt/Math-BigInt-1.999.710.ebuild new file mode 100644 index 000000000000..3be07542dcc9 --- /dev/null +++ b/perl-core/Math-BigInt/Math-BigInt-1.999.710.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR=PJACKLAM +DIST_VERSION=1.999710 +inherit perl-module + +DESCRIPTION="Arbitrary size floating point math package" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86 ~ppc-aix ~ppc-macos ~x86-solaris" +IUSE="test" + +RDEPEND=" + >=virtual/perl-Math-Complex-1.390.0 +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( >=virtual/perl-Test-Simple-0.930.100 ) +" + +PDEPEND=" + >=virtual/perl-Math-BigInt-FastCalc-0.270.0 + >=virtual/perl-bignum-0.220.0 + >=virtual/perl-Math-BigRat-0.260.200 +" +# where does this come from? |