summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-02-26 19:03:18 +0000
committerTorsten Veller <tove@gentoo.org>2011-02-26 19:03:18 +0000
commit7e551b30ec69e11bc402eaac5a59fb75ac762086 (patch)
tree5c50cd562f07f72068d107c8ea6232a46838e0b3
parentTransfer stable X86 keyword from -r1 to -r2; removing defective keepsrc USE-f... (diff)
downloadgentoo-2-7e551b30ec69e11bc402eaac5a59fb75ac762086.tar.gz
gentoo-2-7e551b30ec69e11bc402eaac5a59fb75ac762086.tar.bz2
gentoo-2-7e551b30ec69e11bc402eaac5a59fb75ac762086.zip
[bump] perl-core/Math-BigInt-FastCalc-0.270.0
(Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
-rw-r--r--perl-core/Math-BigInt-FastCalc/ChangeLog8
-rw-r--r--perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.270.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 bbbac04bbbfd..bfccad4a18f8 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.16 2011/02/08 19:16:04 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt-FastCalc/ChangeLog,v 1.17 2011/02/26 19:03:18 tove Exp $
+
+*Math-BigInt-FastCalc-0.270.0 (26 Feb 2011)
+
+ 26 Feb 2011; Torsten Veller <tove@gentoo.org>
+ +Math-BigInt-FastCalc-0.270.0.ebuild:
+ Version bump
*Math-BigInt-FastCalc-0.260 (08 Feb 2011)
diff --git a/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.270.0.ebuild b/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.270.0.ebuild
new file mode 100644
index 000000000000..97b573e4f9c9
--- /dev/null
+++ b/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.270.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.270.0.ebuild,v 1.1 2011/02/26 19:03:18 tove Exp $
+
+EAPI=3
+
+MODULE_AUTHOR=PJACKLAM
+MODULE_VERSION=0.27
+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"
+IUSE=""
+
+RDEPEND=">=virtual/perl-Math-BigInt-1.993
+ virtual/perl-XSLoader"
+DEPEND="${RDEPEND}"
+
+SRC_TEST="do"