summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-11-15 11:38:39 +0000
committerTorsten Veller <tove@gentoo.org>2010-11-15 11:38:39 +0000
commita333d333f3c37e5da6db9ed5a22ee175e1600045 (patch)
tree1181c69ddcad0155f5e1037e43007e9f000f6db1 /perl-core/Math-BigInt-FastCalc
parentx86 stable per bug #340917 (diff)
downloadgentoo-2-a333d333f3c37e5da6db9ed5a22ee175e1600045.tar.gz
gentoo-2-a333d333f3c37e5da6db9ed5a22ee175e1600045.tar.bz2
gentoo-2-a333d333f3c37e5da6db9ed5a22ee175e1600045.zip
Version bump
(Portage version: 2.2.0_alpha4/cvs/Linux x86_64)
Diffstat (limited to 'perl-core/Math-BigInt-FastCalc')
-rw-r--r--perl-core/Math-BigInt-FastCalc/ChangeLog8
-rw-r--r--perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.24.ebuild20
2 files changed, 27 insertions, 1 deletions
diff --git a/perl-core/Math-BigInt-FastCalc/ChangeLog b/perl-core/Math-BigInt-FastCalc/ChangeLog
index 48edc8cb24f2..734de811b7e7 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.8 2010/09/15 09:04:40 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt-FastCalc/ChangeLog,v 1.9 2010/11/15 11:38:39 tove Exp $
+
+*Math-BigInt-FastCalc-0.24 (15 Nov 2010)
+
+ 15 Nov 2010; Torsten Veller <tove@gentoo.org>
+ +Math-BigInt-FastCalc-0.24.ebuild:
+ Version bump
*Math-BigInt-FastCalc-0.22 (15 Sep 2010)
diff --git a/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.24.ebuild b/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.24.ebuild
new file mode 100644
index 000000000000..b9afb8d9a08a
--- /dev/null
+++ b/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.24.ebuild
@@ -0,0 +1,20 @@
+# 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.24.ebuild,v 1.1 2010/11/15 11:38:39 tove Exp $
+
+EAPI=3
+
+MODULE_AUTHOR=FLORA
+inherit perl-module
+
+DESCRIPTION="Math::BigInt::Calc with some XS for more speed"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=virtual/perl-Math-BigInt-1.97
+ virtual/perl-XSLoader"
+DEPEND="${RDEPEND}"
+
+SRC_TEST="do"