summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-02-26 19:00:13 +0000
committerTorsten Veller <tove@gentoo.org>2011-02-26 19:00:13 +0000
commitac2d2415b735e0d1c398da3a115b9ef89123fc4f (patch)
treec293d216257bc41420e7412aec764895248489d4 /perl-core/Math-BigInt/Math-BigInt-1.993.0.ebuild
parentdepend virtual/jpeg (diff)
downloadgentoo-2-ac2d2415b735e0d1c398da3a115b9ef89123fc4f.tar.gz
gentoo-2-ac2d2415b735e0d1c398da3a115b9ef89123fc4f.tar.bz2
gentoo-2-ac2d2415b735e0d1c398da3a115b9ef89123fc4f.zip
[bump] perl-core/Math-BigInt-1.993.0
(Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
Diffstat (limited to 'perl-core/Math-BigInt/Math-BigInt-1.993.0.ebuild')
-rw-r--r--perl-core/Math-BigInt/Math-BigInt-1.993.0.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/perl-core/Math-BigInt/Math-BigInt-1.993.0.ebuild b/perl-core/Math-BigInt/Math-BigInt-1.993.0.ebuild
new file mode 100644
index 000000000000..c86136600aae
--- /dev/null
+++ b/perl-core/Math-BigInt/Math-BigInt-1.993.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.993.0.ebuild,v 1.1 2011/02/26 19:00:13 tove Exp $
+
+EAPI=3
+
+MODULE_AUTHOR=PJACKLAM
+MODULE_VERSION=1.993
+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.25
+ >=perl-core/bignum-0.22
+ >=perl-core/Math-BigRat-0.260.200"
+
+SRC_TEST="do"