summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-07-12 15:59:33 +0000
committerTorsten Veller <tove@gentoo.org>2011-07-12 15:59:33 +0000
commitb3dd2ce4e6d9e2cde9402a494cbabb238c27c4d0 (patch)
tree1380e0250536cb5a8268cb04b0e4c49b1c4b3b7f /perl-core/Math-BigInt-FastCalc
parentremove old (diff)
downloadgentoo-2-b3dd2ce4e6d9e2cde9402a494cbabb238c27c4d0.tar.gz
gentoo-2-b3dd2ce4e6d9e2cde9402a494cbabb238c27c4d0.tar.bz2
gentoo-2-b3dd2ce4e6d9e2cde9402a494cbabb238c27c4d0.zip
[bump] perl-core/Math-BigInt-FastCalc-0.290.0
(Portage version: 2.2.0_alpha43/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.290.0.ebuild21
2 files changed, 28 insertions, 1 deletions
diff --git a/perl-core/Math-BigInt-FastCalc/ChangeLog b/perl-core/Math-BigInt-FastCalc/ChangeLog
index 3604a8d4cc20..85eb3008f727 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-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt-FastCalc/ChangeLog,v 1.20 2011/06/24 14:43:28 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt-FastCalc/ChangeLog,v 1.21 2011/07/12 15:59:33 tove Exp $
+
+*Math-BigInt-FastCalc-0.290.0 (12 Jul 2011)
+
+ 12 Jul 2011; Torsten Veller <tove@gentoo.org>
+ +Math-BigInt-FastCalc-0.290.0.ebuild:
+ Version bump
24 Jun 2011; Fabian Groffen <grobian@gentoo.org>
Math-BigInt-FastCalc-0.270.0.ebuild, Math-BigInt-FastCalc-0.280.0.ebuild:
diff --git a/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.290.0.ebuild b/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.290.0.ebuild
new file mode 100644
index 000000000000..f06305cefee2
--- /dev/null
+++ b/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.290.0.ebuild
@@ -0,0 +1,21 @@
+# 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-FastCalc/Math-BigInt-FastCalc-0.290.0.ebuild,v 1.1 2011/07/12 15:59:33 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=FLORA
+MODULE_VERSION=0.29
+inherit perl-module
+
+DESCRIPTION="Math::BigInt::Calc with some XS for more speed"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86 ~ppc-macos ~x86-solaris"
+IUSE=""
+
+RDEPEND=">=virtual/perl-Math-BigInt-1.993
+ virtual/perl-XSLoader"
+DEPEND="${RDEPEND}"
+
+SRC_TEST="do"