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
commit9ea242506d94e3009f26e68fb457e5433c993d26 (patch)
tree8d9afcf623210310f8136bb83ec6c22be1af3fbd /perl-core/Math-BigInt-FastCalc
parentremove old (diff)
downloadhistorical-9ea242506d94e3009f26e68fb457e5433c993d26.tar.gz
historical-9ea242506d94e3009f26e68fb457e5433c993d26.tar.bz2
historical-9ea242506d94e3009f26e68fb457e5433c993d26.zip
[bump] perl-core/Math-BigInt-FastCalc-0.290.0
Package-Manager: portage-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"