diff options
author | 2011-02-08 07:54:35 +0000 | |
---|---|---|
committer | 2011-02-08 07:54:35 +0000 | |
commit | 3fc48acbbf0c7033aafd739c45173139c65f4db2 (patch) | |
tree | 42abf7a77396da57e226ffffd661b7b535722a73 /perl-core/Math-BigInt | |
parent | Version bump (diff) | |
download | historical-3fc48acbbf0c7033aafd739c45173139c65f4db2.tar.gz historical-3fc48acbbf0c7033aafd739c45173139c65f4db2.tar.bz2 historical-3fc48acbbf0c7033aafd739c45173139c65f4db2.zip |
Version bump
Package-Manager: portage-2.2.0_alpha21/cvs/Linux x86_64
Diffstat (limited to 'perl-core/Math-BigInt')
-rw-r--r-- | perl-core/Math-BigInt/ChangeLog | 7 | ||||
-rw-r--r-- | perl-core/Math-BigInt/Math-BigInt-1.991.ebuild | 24 |
2 files changed, 30 insertions, 1 deletions
diff --git a/perl-core/Math-BigInt/ChangeLog b/perl-core/Math-BigInt/ChangeLog index 716333f8b0da..61d53e7c8048 100644 --- a/perl-core/Math-BigInt/ChangeLog +++ b/perl-core/Math-BigInt/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for perl-core/Math-BigInt # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/ChangeLog,v 1.65 2011/01/17 07:57:47 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/ChangeLog,v 1.66 2011/02/08 07:46:09 tove Exp $ + +*Math-BigInt-1.991 (08 Feb 2011) + + 08 Feb 2011; Torsten Veller <tove@gentoo.org> +Math-BigInt-1.991.ebuild: + Version bump 17 Jan 2011; Torsten Veller <tove@gentoo.org> -Math-BigInt-1.90.ebuild, -Math-BigInt-1.92.ebuild, -Math-BigInt-1.95.ebuild, -Math-BigInt-1.96.ebuild: diff --git a/perl-core/Math-BigInt/Math-BigInt-1.991.ebuild b/perl-core/Math-BigInt/Math-BigInt-1.991.ebuild new file mode 100644 index 000000000000..031b2734b295 --- /dev/null +++ b/perl-core/Math-BigInt/Math-BigInt-1.991.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2011 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.991.ebuild,v 1.1 2011/02/08 07:46:09 tove Exp $ + +EAPI=3 + +MODULE_AUTHOR=PJACKLAM +MODULE_VERSION=1.991 +inherit perl-module eutils + +DESCRIPTION="Arbitrary size floating point math package" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86" +IUSE="" + +RDEPEND=">=virtual/perl-Scalar-List-Utils-1.14" +DEPEND="${RDEPEND}" + +PDEPEND=">=virtual/perl-Math-BigInt-FastCalc-0.24 + >=perl-core/bignum-0.22 + >=perl-core/Math-BigRat-0.22" + +SRC_TEST="do" |