summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-09-04 07:26:04 +0000
committerTorsten Veller <tove@gentoo.org>2010-09-04 07:26:04 +0000
commit1a509795cffd4e755cea6214140c3dcf96b531b4 (patch)
treeff8c62110086a97698d10fc62860f8b0ff465227 /perl-core/Math-BigInt-FastCalc
parentVersion bump. (diff)
downloadhistorical-1a509795cffd4e755cea6214140c3dcf96b531b4.tar.gz
historical-1a509795cffd4e755cea6214140c3dcf96b531b4.tar.bz2
historical-1a509795cffd4e755cea6214140c3dcf96b531b4.zip
Version bump
Package-Manager: portage-2.2_rc74_p2/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.21.ebuild19
2 files changed, 26 insertions, 1 deletions
diff --git a/perl-core/Math-BigInt-FastCalc/ChangeLog b/perl-core/Math-BigInt-FastCalc/ChangeLog
index fbbf5de363b1..29d71f960429 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.6 2010/01/17 14:02:02 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt-FastCalc/ChangeLog,v 1.7 2010/09/04 07:26:04 tove Exp $
+
+*Math-BigInt-FastCalc-0.21 (04 Sep 2010)
+
+ 04 Sep 2010; Torsten Veller <tove@gentoo.org>
+ +Math-BigInt-FastCalc-0.21.ebuild:
+ Version bump
17 Jan 2010; Torsten Veller <tove@gentoo.org>
-Math-BigInt-FastCalc-0.15.ebuild:
diff --git a/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.21.ebuild b/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.21.ebuild
new file mode 100644
index 000000000000..f82987859ef1
--- /dev/null
+++ b/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.21.ebuild
@@ -0,0 +1,19 @@
+# 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.21.ebuild,v 1.1 2010/09/04 07:26:04 tove Exp $
+
+EAPI=3
+
+MODULE_AUTHOR=FLORA
+inherit perl-module
+
+DESCRIPTION="Math::BigInt::Calc with some XS for more speed"
+
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~x86"
+IUSE=""
+
+RDEPEND=">=virtual/perl-Math-BigInt-1.90"
+DEPEND="${RDEPEND}"
+
+SRC_TEST="do"