diff options
author | Torsten Veller <tove@gentoo.org> | 2011-02-26 19:03:18 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-02-26 19:03:18 +0000 |
commit | 9466dce6da08c8ffc7592978afdc00c15b8fdf74 (patch) | |
tree | 611f6ca261e2179131ce49442345afda5a9adf0e /perl-core/Math-BigInt-FastCalc | |
parent | Transfer stable X86 keyword from -r1 to -r2; removing defective keepsrc USE-f... (diff) | |
download | historical-9466dce6da08c8ffc7592978afdc00c15b8fdf74.tar.gz historical-9466dce6da08c8ffc7592978afdc00c15b8fdf74.tar.bz2 historical-9466dce6da08c8ffc7592978afdc00c15b8fdf74.zip |
[bump] perl-core/Math-BigInt-FastCalc-0.270.0
Package-Manager: portage-2.2.0_alpha25/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.270.0.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 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" |