diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-04-16 11:03:46 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-04-16 11:03:46 +0000 |
commit | f19978a5c0e5a5443f647ec6d65be297dcdccb59 (patch) | |
tree | 4da73df5bb11d9a57679ece2a6329124f1c27dd9 | |
parent | Version bump. (diff) | |
download | gentoo-2-f19978a5c0e5a5443f647ec6d65be297dcdccb59.tar.gz gentoo-2-f19978a5c0e5a5443f647ec6d65be297dcdccb59.tar.bz2 gentoo-2-f19978a5c0e5a5443f647ec6d65be297dcdccb59.zip |
Version bump
(Portage version: 2.1.2.3)
-rw-r--r-- | virtual/perl-Math-BigInt/ChangeLog | 8 | ||||
-rw-r--r-- | virtual/perl-Math-BigInt/files/digest-perl-Math-BigInt-1.82 | 0 | ||||
-rw-r--r-- | virtual/perl-Math-BigInt/perl-Math-BigInt-1.82.ebuild | 16 |
3 files changed, 23 insertions, 1 deletions
diff --git a/virtual/perl-Math-BigInt/ChangeLog b/virtual/perl-Math-BigInt/ChangeLog index 8fe3f6e7a2b4..2bfae7306326 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.10 2007/04/09 21:53:03 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Math-BigInt/ChangeLog,v 1.11 2007/04/16 11:03:46 mcummings Exp $ + +*perl-Math-BigInt-1.82 (16 Apr 2007) + + 16 Apr 2007; Michael Cummings <mcummings@gentoo.org> + +perl-Math-BigInt-1.82.ebuild: + Version bump 09 Apr 2007; Michael Cummings <mcummings@gentoo.org> perl-Math-BigInt-1.79.ebuild: diff --git a/virtual/perl-Math-BigInt/files/digest-perl-Math-BigInt-1.82 b/virtual/perl-Math-BigInt/files/digest-perl-Math-BigInt-1.82 new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/virtual/perl-Math-BigInt/files/digest-perl-Math-BigInt-1.82 diff --git a/virtual/perl-Math-BigInt/perl-Math-BigInt-1.82.ebuild b/virtual/perl-Math-BigInt/perl-Math-BigInt-1.82.ebuild new file mode 100644 index 000000000000..4d4f005ffcab --- /dev/null +++ b/virtual/perl-Math-BigInt/perl-Math-BigInt-1.82.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.82.ebuild,v 1.1 2007/04/16 11:03:46 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}" + |