diff options
author | Torsten Veller <tove@gentoo.org> | 2010-09-04 07:26:04 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-09-04 07:26:04 +0000 |
commit | 1a509795cffd4e755cea6214140c3dcf96b531b4 (patch) | |
tree | ff8c62110086a97698d10fc62860f8b0ff465227 /perl-core | |
parent | Version bump. (diff) | |
download | historical-1a509795cffd4e755cea6214140c3dcf96b531b4.tar.gz historical-1a509795cffd4e755cea6214140c3dcf96b531b4.tar.bz2 historical-1a509795cffd4e755cea6214140c3dcf96b531b4.zip |
Version bump
Package-Manager: portage-2.2_rc74_p2/cvs/Linux x86_64
Diffstat (limited to 'perl-core')
-rw-r--r-- | perl-core/Math-BigInt-FastCalc/ChangeLog | 8 | ||||
-rw-r--r-- | perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.21.ebuild | 19 | ||||
-rw-r--r-- | perl-core/Math-BigInt/ChangeLog | 7 | ||||
-rw-r--r-- | perl-core/Math-BigInt/Math-BigInt-1.90.ebuild | 21 |
4 files changed, 53 insertions, 2 deletions
diff --git a/perl-core/Math-BigInt-FastCalc/ChangeLog b/perl-core/Math-BigInt-FastCalc/ChangeLog index fbbf5de363b1..29d71f960429 100644 --- a/perl-core/Math-BigInt-FastCalc/ChangeLog +++ b/perl-core/Math-BigInt-FastCalc/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for perl-core/Math-BigInt-FastCalc # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt-FastCalc/ChangeLog,v 1.6 2010/01/17 14:02:02 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt-FastCalc/ChangeLog,v 1.7 2010/09/04 07:26:04 tove Exp $ + +*Math-BigInt-FastCalc-0.21 (04 Sep 2010) + + 04 Sep 2010; Torsten Veller <tove@gentoo.org> + +Math-BigInt-FastCalc-0.21.ebuild: + Version bump 17 Jan 2010; Torsten Veller <tove@gentoo.org> -Math-BigInt-FastCalc-0.15.ebuild: diff --git a/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.21.ebuild b/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.21.ebuild new file mode 100644 index 000000000000..f82987859ef1 --- /dev/null +++ b/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.21.ebuild @@ -0,0 +1,19 @@ +# 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-FastCalc/Math-BigInt-FastCalc-0.21.ebuild,v 1.1 2010/09/04 07:26:04 tove Exp $ + +EAPI=3 + +MODULE_AUTHOR=FLORA +inherit perl-module + +DESCRIPTION="Math::BigInt::Calc with some XS for more speed" + +SLOT="0" +KEYWORDS="~amd64 ~hppa ~ppc ~x86" +IUSE="" + +RDEPEND=">=virtual/perl-Math-BigInt-1.90" +DEPEND="${RDEPEND}" + +SRC_TEST="do" diff --git a/perl-core/Math-BigInt/ChangeLog b/perl-core/Math-BigInt/ChangeLog index edeb3016a188..a2b81cbbe952 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.55 2010/01/17 13:58:56 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/ChangeLog,v 1.56 2010/09/04 07:25:03 tove Exp $ + +*Math-BigInt-1.90 (04 Sep 2010) + + 04 Sep 2010; Torsten Veller <tove@gentoo.org> +Math-BigInt-1.90.ebuild: + Version bump 17 Jan 2010; Torsten Veller <tove@gentoo.org> -Math-BigInt-1.77.ebuild, -Math-BigInt-1.87.ebuild: diff --git a/perl-core/Math-BigInt/Math-BigInt-1.90.ebuild b/perl-core/Math-BigInt/Math-BigInt-1.90.ebuild new file mode 100644 index 000000000000..11432c4d0008 --- /dev/null +++ b/perl-core/Math-BigInt/Math-BigInt-1.90.ebuild @@ -0,0 +1,21 @@ +# 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.90.ebuild,v 1.1 2010/09/04 07:25:03 tove Exp $ + +EAPI=3 + +MODULE_AUTHOR=FLORA +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="" + +DEPEND=">=virtual/perl-Scalar-List-Utils-1.14" + +PDEPEND=">=perl-core/bignum-0.22 + >=perl-core/Math-BigRat-0.22" + +SRC_TEST="do" |