diff options
author | 2010-11-15 11:41:51 +0000 | |
---|---|---|
committer | 2010-11-15 11:41:51 +0000 | |
commit | a96c3b2468287b9797a985aa49d2a456b1b42722 (patch) | |
tree | a21018fedb5c0c069b92f95d2be4d04638e13990 /perl-core | |
parent | Version bump (diff) | |
download | gentoo-2-a96c3b2468287b9797a985aa49d2a456b1b42722.tar.gz gentoo-2-a96c3b2468287b9797a985aa49d2a456b1b42722.tar.bz2 gentoo-2-a96c3b2468287b9797a985aa49d2a456b1b42722.zip |
Version bump
(Portage version: 2.2.0_alpha4/cvs/Linux x86_64)
Diffstat (limited to 'perl-core')
-rw-r--r-- | perl-core/Math-BigInt/ChangeLog | 7 | ||||
-rw-r--r-- | perl-core/Math-BigInt/Math-BigInt-1.99.ebuild | 23 |
2 files changed, 29 insertions, 1 deletions
diff --git a/perl-core/Math-BigInt/ChangeLog b/perl-core/Math-BigInt/ChangeLog index 8e8cc9a472d0..1d14479e6f79 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/ChangeLog,v 1.59 2010/09/28 12:44:37 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/ChangeLog,v 1.60 2010/11/15 11:41:51 tove Exp $ + +*Math-BigInt-1.99 (15 Nov 2010) + + 15 Nov 2010; Torsten Veller <tove@gentoo.org> +Math-BigInt-1.99.ebuild: + Version bump *Math-BigInt-1.96 (28 Sep 2010) diff --git a/perl-core/Math-BigInt/Math-BigInt-1.99.ebuild b/perl-core/Math-BigInt/Math-BigInt-1.99.ebuild new file mode 100644 index 000000000000..f6d95f0c9f99 --- /dev/null +++ b/perl-core/Math-BigInt/Math-BigInt-1.99.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2010 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.99.ebuild,v 1.1 2010/11/15 11:41:51 tove Exp $ + +EAPI=3 + +MODULE_AUTHOR=FLORA +inherit perl-module eutils + +DESCRIPTION="Arbitrary size floating point math package" + +SLOT="0" +KEYWORDS="~amd64 ~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" |