diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-04-22 14:19:09 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-04-22 14:19:09 +0000 |
commit | b1bd9edae89b8535e2d9c7977545e3a68b0088e1 (patch) | |
tree | fc2292310559b5ec9b21f5821e33afb037716a2c /virtual/perl-Math-BigInt | |
parent | Version bump (diff) | |
download | gentoo-2-b1bd9edae89b8535e2d9c7977545e3a68b0088e1.tar.gz gentoo-2-b1bd9edae89b8535e2d9c7977545e3a68b0088e1.tar.bz2 gentoo-2-b1bd9edae89b8535e2d9c7977545e3a68b0088e1.zip |
Version bump
(Portage version: 2.1.2.3)
Diffstat (limited to 'virtual/perl-Math-BigInt')
4 files changed, 26 insertions, 4 deletions
diff --git a/virtual/perl-Math-BigInt/ChangeLog b/virtual/perl-Math-BigInt/ChangeLog index 30e4c7e5a318..0fcdf25594d6 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Math-BigInt/ChangeLog,v 1.12 2007/04/17 22:29:39 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Math-BigInt/ChangeLog,v 1.13 2007/04/22 14:19:09 mcummings Exp $ + +*perl-Math-BigInt-1.83 (22 Apr 2007) + + 22 Apr 2007; Michael Cummings <mcummings@gentoo.org> + perl-Math-BigInt-1.77.ebuild, +perl-Math-BigInt-1.83.ebuild: + Version bump 17 Apr 2007; Gustavo Zacarias <gustavoz@gentoo.org> perl-Math-BigInt-1.79.ebuild: diff --git a/virtual/perl-Math-BigInt/files/digest-perl-Math-BigInt-1.83 b/virtual/perl-Math-BigInt/files/digest-perl-Math-BigInt-1.83 new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/virtual/perl-Math-BigInt/files/digest-perl-Math-BigInt-1.83 diff --git a/virtual/perl-Math-BigInt/perl-Math-BigInt-1.77.ebuild b/virtual/perl-Math-BigInt/perl-Math-BigInt-1.77.ebuild index 0baaed036798..03c91c2a0c8a 100644 --- a/virtual/perl-Math-BigInt/perl-Math-BigInt-1.77.ebuild +++ b/virtual/perl-Math-BigInt/perl-Math-BigInt-1.77.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 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.77.ebuild,v 1.5 2006/11/05 02:16:12 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Math-BigInt/perl-Math-BigInt-1.77.ebuild,v 1.6 2007/04/22 14:19:09 mcummings Exp $ DESCRIPTION="Virtual for Math-BigInt" HOMEPAGE="http://www.gentoo.org/proj/en/perl/" @@ -12,5 +12,5 @@ KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc s390 sh sparc x86" IUSE="" DEPEND="" -RDEPEND="~perl-core/Math-BigInt-${PV}" +RDEPEND="|| ( ~dev-lang/perl-5.8.8 ~perl-core/Math-BigInt-${PV} )" diff --git a/virtual/perl-Math-BigInt/perl-Math-BigInt-1.83.ebuild b/virtual/perl-Math-BigInt/perl-Math-BigInt-1.83.ebuild new file mode 100644 index 000000000000..8620c0035ded --- /dev/null +++ b/virtual/perl-Math-BigInt/perl-Math-BigInt-1.83.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2007 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.83.ebuild,v 1.1 2007/04/22 14:19:09 mcummings Exp $ + +DESCRIPTION="Virtual for Math-BigInt" +HOMEPAGE="http://www.gentoo.org/proj/en/perl/" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86" + +IUSE="" +DEPEND="" +RDEPEND="~perl-core/Math-BigInt-${PV}" + |