diff options
author | Torsten Veller <tove@gentoo.org> | 2011-02-08 19:16:04 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-02-08 19:16:04 +0000 |
commit | 81fdb3cf4292e3849c43e70d7741209f7f92c00d (patch) | |
tree | b1532805e4d439286550ed3c77f3d3f857fdd29d /perl-core/Math-BigInt-FastCalc | |
parent | Version bump (diff) | |
download | gentoo-2-81fdb3cf4292e3849c43e70d7741209f7f92c00d.tar.gz gentoo-2-81fdb3cf4292e3849c43e70d7741209f7f92c00d.tar.bz2 gentoo-2-81fdb3cf4292e3849c43e70d7741209f7f92c00d.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.260.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 3e1002f914fd..bbbac04bbbfd 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.15 2011/02/08 07:47:13 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt-FastCalc/ChangeLog,v 1.16 2011/02/08 19:16:04 tove Exp $ + +*Math-BigInt-FastCalc-0.260 (08 Feb 2011) + + 08 Feb 2011; Torsten Veller <tove@gentoo.org> + +Math-BigInt-FastCalc-0.260.ebuild: + Version bump *Math-BigInt-FastCalc-0.251 (08 Feb 2011) diff --git a/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.260.ebuild b/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.260.ebuild new file mode 100644 index 000000000000..dc1f6185ed62 --- /dev/null +++ b/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.260.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.260.ebuild,v 1.1 2011/02/08 19:16:04 tove Exp $ + +EAPI=3 + +MODULE_AUTHOR=PJACKLAM +MODULE_VERSION=0.26 +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" |