summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-02-19 08:30:58 +0000
committerTorsten Veller <tove@gentoo.org>2011-02-19 08:30:58 +0000
commitdf3bbed07154783aa661ae65dec4de324cf71fab (patch)
treea6ec680f29545288e10ea663fcf8c4b1390e8a76 /perl-core
parentVersion bump. (diff)
downloadgentoo-2-df3bbed07154783aa661ae65dec4de324cf71fab.tar.gz
gentoo-2-df3bbed07154783aa661ae65dec4de324cf71fab.tar.bz2
gentoo-2-df3bbed07154783aa661ae65dec4de324cf71fab.zip
Version bump
(Portage version: 2.2.0_alpha24/cvs/Linux x86_64)
Diffstat (limited to 'perl-core')
-rw-r--r--perl-core/Math-BigInt/ChangeLog7
-rw-r--r--perl-core/Math-BigInt/Math-BigInt-1.992.ebuild24
2 files changed, 30 insertions, 1 deletions
diff --git a/perl-core/Math-BigInt/ChangeLog b/perl-core/Math-BigInt/ChangeLog
index 61d53e7c8048..12fb33f11ab0 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.66 2011/02/08 07:46:09 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/ChangeLog,v 1.67 2011/02/19 08:30:58 tove Exp $
+
+*Math-BigInt-1.992 (19 Feb 2011)
+
+ 19 Feb 2011; Torsten Veller <tove@gentoo.org> +Math-BigInt-1.992.ebuild:
+ Version bump
*Math-BigInt-1.991 (08 Feb 2011)
diff --git a/perl-core/Math-BigInt/Math-BigInt-1.992.ebuild b/perl-core/Math-BigInt/Math-BigInt-1.992.ebuild
new file mode 100644
index 000000000000..a1097ed05562
--- /dev/null
+++ b/perl-core/Math-BigInt/Math-BigInt-1.992.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.992.ebuild,v 1.1 2011/02/19 08:30:58 tove Exp $
+
+EAPI=3
+
+MODULE_AUTHOR=PJACKLAM
+MODULE_VERSION=1.992
+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"