summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-09-13 18:06:58 +0000
committerTorsten Veller <tove@gentoo.org>2011-09-13 18:06:58 +0000
commit0bc1694904aa4564bfb1aaa7a357b7c0cecf64ba (patch)
tree57c9f4f9c57de35c8a0f851b6fd51c041804f890 /perl-core/Math-BigInt-FastCalc
parentMissing virtual/libusb:1 and dev-util/pkgconfig deps wrt #341601 by Christian... (diff)
downloadgentoo-2-0bc1694904aa4564bfb1aaa7a357b7c0cecf64ba.tar.gz
gentoo-2-0bc1694904aa4564bfb1aaa7a357b7c0cecf64ba.tar.bz2
gentoo-2-0bc1694904aa4564bfb1aaa7a357b7c0cecf64ba.zip
[bump] perl-core/Math-BigInt-FastCalc-0.300.0
(Portage version: 2.2.0_alpha54/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.300.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 85eb3008f727..fcb2507785ed 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.21 2011/07/12 15:59:33 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt-FastCalc/ChangeLog,v 1.22 2011/09/13 18:06:58 tove Exp $
+
+*Math-BigInt-FastCalc-0.300.0 (13 Sep 2011)
+
+ 13 Sep 2011; Torsten Veller <tove@gentoo.org>
+ +Math-BigInt-FastCalc-0.300.0.ebuild:
+ Version bump
*Math-BigInt-FastCalc-0.290.0 (12 Jul 2011)
diff --git a/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.300.0.ebuild b/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.300.0.ebuild
new file mode 100644
index 000000000000..d19fb2d539c1
--- /dev/null
+++ b/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.300.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.300.0.ebuild,v 1.1 2011/09/13 18:06:58 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=PJACKLAM
+MODULE_VERSION=0.30
+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.997.0
+ virtual/perl-XSLoader"
+DEPEND="${RDEPEND}"
+
+SRC_TEST="do"