summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-02-27 07:09:29 +0000
committerTorsten Veller <tove@gentoo.org>2011-02-27 07:09:29 +0000
commit826ca5c2323b66a5e12c4bf5fbfaf54fa5c6fe45 (patch)
tree5a13e77eace2b5a7aaae290d7e264c03f1dd5245 /perl-core/Math-BigInt-FastCalc
parentInitial import (bug #272205). Ebuild by me. (diff)
downloadgentoo-2-826ca5c2323b66a5e12c4bf5fbfaf54fa5c6fe45.tar.gz
gentoo-2-826ca5c2323b66a5e12c4bf5fbfaf54fa5c6fe45.tar.bz2
gentoo-2-826ca5c2323b66a5e12c4bf5fbfaf54fa5c6fe45.zip
[bump] perl-core/Math-BigInt-FastCalc-0.280.0
(Portage version: 2.2.0_alpha25/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.280.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 bfccad4a18f8..ca4c3d0ef421 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.17 2011/02/26 19:03:18 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt-FastCalc/ChangeLog,v 1.18 2011/02/27 07:09:29 tove Exp $
+
+*Math-BigInt-FastCalc-0.280.0 (27 Feb 2011)
+
+ 27 Feb 2011; Torsten Veller <tove@gentoo.org>
+ +Math-BigInt-FastCalc-0.280.0.ebuild:
+ Version bump
*Math-BigInt-FastCalc-0.270.0 (26 Feb 2011)
diff --git a/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.280.0.ebuild b/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.280.0.ebuild
new file mode 100644
index 000000000000..97c2bb38a3a6
--- /dev/null
+++ b/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.280.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.280.0.ebuild,v 1.1 2011/02/27 07:09:29 tove Exp $
+
+EAPI=3
+
+MODULE_AUTHOR=PJACKLAM
+MODULE_VERSION=0.28
+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"