diff options
author | Torsten Veller <tove@gentoo.org> | 2011-09-05 17:13:28 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-09-05 17:13:28 +0000 |
commit | dced4d28477a0da53d5ce76225d3e37eb146205d (patch) | |
tree | b0f1076c2fadfad82f94f69d5a2805c57e6e18ad /perl-core | |
parent | opts => extra_commands for init script (#381841 by Nik Warburton) (diff) | |
download | gentoo-2-dced4d28477a0da53d5ce76225d3e37eb146205d.tar.gz gentoo-2-dced4d28477a0da53d5ce76225d3e37eb146205d.tar.bz2 gentoo-2-dced4d28477a0da53d5ce76225d3e37eb146205d.zip |
[bump] perl-core/Math-BigInt-1.997.0
(Portage version: 2.2.0_alpha53/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.997.0.ebuild | 24 |
2 files changed, 30 insertions, 1 deletions
diff --git a/perl-core/Math-BigInt/ChangeLog b/perl-core/Math-BigInt/ChangeLog index d8ae8e49faa2..467515d03de4 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.70 2011/06/24 14:31:54 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/ChangeLog,v 1.71 2011/09/05 17:13:28 tove Exp $ + +*Math-BigInt-1.997.0 (05 Sep 2011) + + 05 Sep 2011; Torsten Veller <tove@gentoo.org> +Math-BigInt-1.997.0.ebuild: + Version bump 24 Jun 2011; Fabian Groffen <grobian@gentoo.org> Math-BigInt-1.993.0.ebuild: Marked ~ppc-macos diff --git a/perl-core/Math-BigInt/Math-BigInt-1.997.0.ebuild b/perl-core/Math-BigInt/Math-BigInt-1.997.0.ebuild new file mode 100644 index 000000000000..aa8f2375c847 --- /dev/null +++ b/perl-core/Math-BigInt/Math-BigInt-1.997.0.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.997.0.ebuild,v 1.1 2011/09/05 17:13:28 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=PJACKLAM +MODULE_VERSION=1.997 +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 ~ppc-macos ~x86-solaris" +IUSE="" + +RDEPEND=">=virtual/perl-Scalar-List-Utils-1.140.0" +DEPEND="${RDEPEND}" + +PDEPEND=">=virtual/perl-Math-BigInt-FastCalc-0.270.0 + >=perl-core/bignum-0.220.0 + >=perl-core/Math-BigRat-0.260.200" + +SRC_TEST="do" |