diff options
author | Torsten Veller <tove@gentoo.org> | 2011-02-08 07:47:13 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-02-08 07:47:13 +0000 |
commit | aa03b567a9f1ef1d854e0dc3b1e42dffdbef469b (patch) | |
tree | 17a53440f00533df7633088c5ab7563af9759609 /perl-core/Math-BigInt-FastCalc | |
parent | Version bump (diff) | |
download | gentoo-2-aa03b567a9f1ef1d854e0dc3b1e42dffdbef469b.tar.gz gentoo-2-aa03b567a9f1ef1d854e0dc3b1e42dffdbef469b.tar.bz2 gentoo-2-aa03b567a9f1ef1d854e0dc3b1e42dffdbef469b.zip |
Version bump
(Portage version: 2.2.0_alpha21/cvs/Linux x86_64)
Diffstat (limited to 'perl-core/Math-BigInt-FastCalc')
-rw-r--r-- | perl-core/Math-BigInt-FastCalc/ChangeLog | 8 | ||||
-rw-r--r-- | perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.251.ebuild | 21 |
2 files changed, 28 insertions, 1 deletions
diff --git a/perl-core/Math-BigInt-FastCalc/ChangeLog b/perl-core/Math-BigInt-FastCalc/ChangeLog index 5b1b866e4f56..3e1002f914fd 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.14 2011/01/17 07:56:38 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt-FastCalc/ChangeLog,v 1.15 2011/02/08 07:47:13 tove Exp $ + +*Math-BigInt-FastCalc-0.251 (08 Feb 2011) + + 08 Feb 2011; Torsten Veller <tove@gentoo.org> + +Math-BigInt-FastCalc-0.251.ebuild: + Version bump 17 Jan 2011; Torsten Veller <tove@gentoo.org> -Math-BigInt-FastCalc-0.21.ebuild, -Math-BigInt-FastCalc-0.22.ebuild: diff --git a/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.251.ebuild b/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.251.ebuild new file mode 100644 index 000000000000..e05c12bd5b20 --- /dev/null +++ b/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.251.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.251.ebuild,v 1.1 2011/02/08 07:47:13 tove Exp $ + +EAPI=3 + +MODULE_AUTHOR=PJACKLAM +MODULE_VERSION=0.251 +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.991 + virtual/perl-XSLoader" +DEPEND="${RDEPEND}" + +SRC_TEST="do" |