diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-06-09 11:42:31 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-06-09 11:42:31 +0000 |
commit | d632a252a4f2952aa2aedfce37e0d02f4e238f03 (patch) | |
tree | 7e9e036b508aafd2cab553dc7bc430bdd75f1318 /virtual/perl-Math-BigInt | |
parent | Version bump (diff) | |
download | gentoo-2-d632a252a4f2952aa2aedfce37e0d02f4e238f03.tar.gz gentoo-2-d632a252a4f2952aa2aedfce37e0d02f4e238f03.tar.bz2 gentoo-2-d632a252a4f2952aa2aedfce37e0d02f4e238f03.zip |
Version bump
(Portage version: 2.1.2.7)
Diffstat (limited to 'virtual/perl-Math-BigInt')
-rw-r--r-- | virtual/perl-Math-BigInt/ChangeLog | 8 | ||||
-rw-r--r-- | virtual/perl-Math-BigInt/files/digest-perl-Math-BigInt-1.86 | 0 | ||||
-rw-r--r-- | virtual/perl-Math-BigInt/perl-Math-BigInt-1.86.ebuild | 16 |
3 files changed, 23 insertions, 1 deletions
diff --git a/virtual/perl-Math-BigInt/ChangeLog b/virtual/perl-Math-BigInt/ChangeLog index 0fcdf25594d6..e1723c1fb512 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.13 2007/04/22 14:19:09 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Math-BigInt/ChangeLog,v 1.14 2007/06/09 11:42:31 mcummings Exp $ + +*perl-Math-BigInt-1.86 (09 Jun 2007) + + 09 Jun 2007; Michael Cummings <mcummings@gentoo.org> + +perl-Math-BigInt-1.86.ebuild: + Version bump *perl-Math-BigInt-1.83 (22 Apr 2007) diff --git a/virtual/perl-Math-BigInt/files/digest-perl-Math-BigInt-1.86 b/virtual/perl-Math-BigInt/files/digest-perl-Math-BigInt-1.86 new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/virtual/perl-Math-BigInt/files/digest-perl-Math-BigInt-1.86 diff --git a/virtual/perl-Math-BigInt/perl-Math-BigInt-1.86.ebuild b/virtual/perl-Math-BigInt/perl-Math-BigInt-1.86.ebuild new file mode 100644 index 000000000000..0fdf0dbc6614 --- /dev/null +++ b/virtual/perl-Math-BigInt/perl-Math-BigInt-1.86.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.86.ebuild,v 1.1 2007/06/09 11:42:31 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}" + |