diff options
author | Christian Hartmann <ian@gentoo.org> | 2007-10-17 07:30:50 +0000 |
---|---|---|
committer | Christian Hartmann <ian@gentoo.org> | 2007-10-17 07:30:50 +0000 |
commit | aad7c9775f61c4ebcdd8d4426d432b86db1898b4 (patch) | |
tree | f934ef5fa51b405e5927f65e7d256e3ce1f5e4a4 /perl-core | |
parent | Stable on ppc64 (diff) | |
download | gentoo-2-aad7c9775f61c4ebcdd8d4426d432b86db1898b4.tar.gz gentoo-2-aad7c9775f61c4ebcdd8d4426d432b86db1898b4.tar.bz2 gentoo-2-aad7c9775f61c4ebcdd8d4426d432b86db1898b4.zip |
Bump for bug #196130
(Portage version: 2.1.3.9)
Diffstat (limited to 'perl-core')
-rw-r--r-- | perl-core/Math-BigInt/ChangeLog | 7 | ||||
-rw-r--r-- | perl-core/Math-BigInt/Math-BigInt-1.87.ebuild | 23 | ||||
-rw-r--r-- | perl-core/Math-BigInt/files/digest-Math-BigInt-1.87 | 3 |
3 files changed, 32 insertions, 1 deletions
diff --git a/perl-core/Math-BigInt/ChangeLog b/perl-core/Math-BigInt/ChangeLog index 619155fdd77f..a726a69acfc7 100644 --- a/perl-core/Math-BigInt/ChangeLog +++ b/perl-core/Math-BigInt/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for perl-core/Math-BigInt # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/ChangeLog,v 1.39 2007/07/27 17:03:42 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/ChangeLog,v 1.40 2007/10/17 07:30:49 ian Exp $ + +*Math-BigInt-1.87 (17 Oct 2007) + + 17 Oct 2007; Christian Hartmann <ian@gentoo.org> +Math-BigInt-1.87.ebuild: + Bump for bug #196130 27 Jul 2007; Raúl Porcel <armin76@gentoo.org> Math-BigInt-1.86.ebuild: alpha/ia64/x86 stable diff --git a/perl-core/Math-BigInt/Math-BigInt-1.87.ebuild b/perl-core/Math-BigInt/Math-BigInt-1.87.ebuild new file mode 100644 index 000000000000..eee807c9d726 --- /dev/null +++ b/perl-core/Math-BigInt/Math-BigInt-1.87.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/Math-BigInt-1.87.ebuild,v 1.1 2007/10/17 07:30:49 ian Exp $ + +inherit perl-module eutils + +DESCRIPTION="Arbitrary size floating point math package" +HOMEPAGE="http://search.cpan.org/~tels/" +SRC_URI="mirror://cpan/authors/id/T/TE/TELS/math/${P}.tar.gz" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86" +IUSE="" + +DEPEND="dev-lang/perl + >=virtual/perl-Scalar-List-Utils-1.14" + +PDEPEND=">=perl-core/bignum-0.21 + >=perl-core/Math-BigRat-0.19" + +SRC_TEST="do" +PREFER_BUILDPL="no" diff --git a/perl-core/Math-BigInt/files/digest-Math-BigInt-1.87 b/perl-core/Math-BigInt/files/digest-Math-BigInt-1.87 new file mode 100644 index 000000000000..80f66c9fb172 --- /dev/null +++ b/perl-core/Math-BigInt/files/digest-Math-BigInt-1.87 @@ -0,0 +1,3 @@ +MD5 639a8a21dd08ce331ba7e2e4773e59c9 Math-BigInt-1.87.tar.gz 198186 +RMD160 ebc622a759b6fd7b90380e7ba43eadd8b103b1da Math-BigInt-1.87.tar.gz 198186 +SHA256 5aa3a0c3a13339e643c4b2d34a4e90d84cf032658ec2593e0825fcfbd4f9319c Math-BigInt-1.87.tar.gz 198186 |