diff options
author | Torsten Veller <tove@gentoo.org> | 2011-05-20 14:35:56 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-05-20 14:35:56 +0000 |
commit | 794aa7d3cf966309bbc54d3733d5c5ee7f119101 (patch) | |
tree | cd9aaf597ac906640464854c742bd4448b830066 /virtual/perl-Math-BigInt-FastCalc | |
parent | Fix typo upack -> unpack (diff) | |
download | historical-794aa7d3cf966309bbc54d3733d5c5ee7f119101.tar.gz historical-794aa7d3cf966309bbc54d3733d5c5ee7f119101.tar.bz2 historical-794aa7d3cf966309bbc54d3733d5c5ee7f119101.zip |
Add perl-5.14.0 as provider
Package-Manager: portage-2.2.0_alpha34/cvs/Linux x86_64
Diffstat (limited to 'virtual/perl-Math-BigInt-FastCalc')
-rw-r--r-- | virtual/perl-Math-BigInt-FastCalc/ChangeLog | 9 | ||||
-rw-r--r-- | virtual/perl-Math-BigInt-FastCalc/perl-Math-BigInt-FastCalc-0.280.0-r1.ebuild (renamed from virtual/perl-Math-BigInt-FastCalc/perl-Math-BigInt-FastCalc-0.280.0.ebuild) | 4 |
2 files changed, 10 insertions, 3 deletions
diff --git a/virtual/perl-Math-BigInt-FastCalc/ChangeLog b/virtual/perl-Math-BigInt-FastCalc/ChangeLog index 79139f6f0aad..0d714c56a68d 100644 --- a/virtual/perl-Math-BigInt-FastCalc/ChangeLog +++ b/virtual/perl-Math-BigInt-FastCalc/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for virtual/perl-Math-BigInt-FastCalc # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Math-BigInt-FastCalc/ChangeLog,v 1.26 2011/04/24 15:26:11 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Math-BigInt-FastCalc/ChangeLog,v 1.27 2011/05/20 14:35:56 tove Exp $ + +*perl-Math-BigInt-FastCalc-0.280.0-r1 (20 May 2011) + + 20 May 2011; Torsten Veller <tove@gentoo.org> + -perl-Math-BigInt-FastCalc-0.280.0.ebuild, + +perl-Math-BigInt-FastCalc-0.280.0-r1.ebuild: + Add perl-5.14.0 as provider 24 Apr 2011; Fabian Groffen <grobian@gentoo.org> ChangeLog: Marked ~x86-solaris, bug #296509 diff --git a/virtual/perl-Math-BigInt-FastCalc/perl-Math-BigInt-FastCalc-0.280.0.ebuild b/virtual/perl-Math-BigInt-FastCalc/perl-Math-BigInt-FastCalc-0.280.0-r1.ebuild index 2c5c2f757f3b..e64e4a0e47af 100644 --- a/virtual/perl-Math-BigInt-FastCalc/perl-Math-BigInt-FastCalc-0.280.0.ebuild +++ b/virtual/perl-Math-BigInt-FastCalc/perl-Math-BigInt-FastCalc-0.280.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 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.280.0.ebuild,v 1.2 2011/04/24 15:22:35 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Math-BigInt-FastCalc/perl-Math-BigInt-FastCalc-0.280.0-r1.ebuild,v 1.1 2011/05/20 14:35:56 tove Exp $ DESCRIPTION="Math::BigInt::Calc with some XS for more speed" HOMEPAGE="" @@ -11,4 +11,4 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86 ~x86-solaris" IUSE="" -RDEPEND="~perl-core/Math-BigInt-FastCalc-${PV}" +RDEPEND="|| ( ~dev-lang/perl-5.14.0 ~perl-core/Math-BigInt-FastCalc-${PV} )" |