diff options
4 files changed, 42 insertions, 2 deletions
diff --git a/virtual/perl-Math-BigInt-FastCalc/ChangeLog b/virtual/perl-Math-BigInt-FastCalc/ChangeLog index a422a8dd52ab..465ca16d4d75 100644 --- a/virtual/perl-Math-BigInt-FastCalc/ChangeLog +++ b/virtual/perl-Math-BigInt-FastCalc/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for virtual/perl-Math-BigInt-FastCalc # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Math-BigInt-FastCalc/ChangeLog,v 1.14 2010/09/15 09:05:34 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Math-BigInt-FastCalc/ChangeLog,v 1.15 2010/11/15 11:39:12 tove Exp $ + +*perl-Math-BigInt-FastCalc-0.24 (15 Nov 2010) + + 15 Nov 2010; Torsten Veller <tove@gentoo.org> + +perl-Math-BigInt-FastCalc-0.24.ebuild: + Version bump *perl-Math-BigInt-FastCalc-0.22 (15 Sep 2010) diff --git a/virtual/perl-Math-BigInt-FastCalc/perl-Math-BigInt-FastCalc-0.24.ebuild b/virtual/perl-Math-BigInt-FastCalc/perl-Math-BigInt-FastCalc-0.24.ebuild new file mode 100644 index 000000000000..e46e6be87496 --- /dev/null +++ b/virtual/perl-Math-BigInt-FastCalc/perl-Math-BigInt-FastCalc-0.24.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Math-BigInt-FastCalc/perl-Math-BigInt-FastCalc-0.24.ebuild,v 1.1 2010/11/15 11:39:12 tove Exp $ + +DESCRIPTION="Math::BigInt::Calc with some XS for more speed" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="~perl-core/Math-BigInt-FastCalc-${PV}" diff --git a/virtual/perl-Math-BigInt/ChangeLog b/virtual/perl-Math-BigInt/ChangeLog index 7f17e9743195..68f0e9aa5a22 100644 --- a/virtual/perl-Math-BigInt/ChangeLog +++ b/virtual/perl-Math-BigInt/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for virtual/perl-Math-BigInt # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Math-BigInt/ChangeLog,v 1.40 2010/09/28 12:45:07 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Math-BigInt/ChangeLog,v 1.41 2010/11/15 11:42:47 tove Exp $ + +*perl-Math-BigInt-1.99 (15 Nov 2010) + + 15 Nov 2010; Torsten Veller <tove@gentoo.org> + +perl-Math-BigInt-1.99.ebuild: + Version bump *perl-Math-BigInt-1.96 (28 Sep 2010) diff --git a/virtual/perl-Math-BigInt/perl-Math-BigInt-1.99.ebuild b/virtual/perl-Math-BigInt/perl-Math-BigInt-1.99.ebuild new file mode 100644 index 000000000000..90f2ad9afe18 --- /dev/null +++ b/virtual/perl-Math-BigInt/perl-Math-BigInt-1.99.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Math-BigInt/perl-Math-BigInt-1.99.ebuild,v 1.1 2010/11/15 11:42:47 tove Exp $ + +DESCRIPTION="Virtual for Math-BigInt" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="~perl-core/Math-BigInt-${PV}" |