summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'perl-core/Math-BigInt')
-rw-r--r--perl-core/Math-BigInt/ChangeLog7
-rw-r--r--perl-core/Math-BigInt/Math-BigInt-1.92.ebuild21
2 files changed, 27 insertions, 1 deletions
diff --git a/perl-core/Math-BigInt/ChangeLog b/perl-core/Math-BigInt/ChangeLog
index a2b81cbbe952..4c56cfbb9e91 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.56 2010/09/04 07:25:03 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/ChangeLog,v 1.57 2010/09/10 08:49:54 tove Exp $
+
+*Math-BigInt-1.92 (10 Sep 2010)
+
+ 10 Sep 2010; Torsten Veller <tove@gentoo.org> +Math-BigInt-1.92.ebuild:
+ Version bump
*Math-BigInt-1.90 (04 Sep 2010)
diff --git a/perl-core/Math-BigInt/Math-BigInt-1.92.ebuild b/perl-core/Math-BigInt/Math-BigInt-1.92.ebuild
new file mode 100644
index 000000000000..535b8a4e6962
--- /dev/null
+++ b/perl-core/Math-BigInt/Math-BigInt-1.92.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.92.ebuild,v 1.1 2010/09/10 08:49:54 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"