diff options
author | 2010-09-04 07:26:37 +0000 | |
---|---|---|
committer | 2010-09-04 07:26:37 +0000 | |
commit | 0bcc23ee65bf7c6579a7a95c7fbbeb4d0367f193 (patch) | |
tree | dbb6eb53e7426c8ebdaa273dfc82ef1bd75cad57 /virtual | |
parent | version bump (diff) | |
download | gentoo-2-0bcc23ee65bf7c6579a7a95c7fbbeb4d0367f193.tar.gz gentoo-2-0bcc23ee65bf7c6579a7a95c7fbbeb4d0367f193.tar.bz2 gentoo-2-0bcc23ee65bf7c6579a7a95c7fbbeb4d0367f193.zip |
Version bump
(Portage version: 2.2_rc74_p2/cvs/Linux x86_64)
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/perl-Math-BigInt-FastCalc/ChangeLog | 8 | ||||
-rw-r--r-- | virtual/perl-Math-BigInt-FastCalc/perl-Math-BigInt-FastCalc-0.21.ebuild | 14 |
2 files changed, 21 insertions, 1 deletions
diff --git a/virtual/perl-Math-BigInt-FastCalc/ChangeLog b/virtual/perl-Math-BigInt-FastCalc/ChangeLog index 63b823e3d960..39756f784b4a 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.11 2010/07/14 12:01:22 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Math-BigInt-FastCalc/ChangeLog,v 1.12 2010/09/04 07:26:37 tove Exp $ + +*perl-Math-BigInt-FastCalc-0.21 (04 Sep 2010) + + 04 Sep 2010; Torsten Veller <tove@gentoo.org> + +perl-Math-BigInt-FastCalc-0.21.ebuild: + Version bump 14 Jul 2010; Torsten Veller <tove@gentoo.org> perl-Math-BigInt-FastCalc-0.19.ebuild: diff --git a/virtual/perl-Math-BigInt-FastCalc/perl-Math-BigInt-FastCalc-0.21.ebuild b/virtual/perl-Math-BigInt-FastCalc/perl-Math-BigInt-FastCalc-0.21.ebuild new file mode 100644 index 000000000000..748553bfc65d --- /dev/null +++ b/virtual/perl-Math-BigInt-FastCalc/perl-Math-BigInt-FastCalc-0.21.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.21.ebuild,v 1.1 2010/09/04 07:26:37 tove Exp $ + +DESCRIPTION="Math::BigInt::Calc with some XS for more speed" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~ppc ~x86" +IUSE="" + +RDEPEND="~perl-core/Math-BigInt-FastCalc-${PV}" |