diff options
-rw-r--r-- | virtual/perl-Math-BigInt/ChangeLog | 8 | ||||
-rw-r--r-- | virtual/perl-Math-BigInt/perl-Math-BigInt-1.997.0.ebuild | 14 |
2 files changed, 21 insertions, 1 deletions
diff --git a/virtual/perl-Math-BigInt/ChangeLog b/virtual/perl-Math-BigInt/ChangeLog index e2302cccbcca..833d2e799e21 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Math-BigInt/ChangeLog,v 1.51 2011/06/24 14:40:06 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Math-BigInt/ChangeLog,v 1.52 2011/09/05 17:14:12 tove Exp $ + +*perl-Math-BigInt-1.997.0 (05 Sep 2011) + + 05 Sep 2011; Torsten Veller <tove@gentoo.org> + +perl-Math-BigInt-1.997.0.ebuild: + Version bump 24 Jun 2011; Fabian Groffen <grobian@gentoo.org> perl-Math-BigInt-1.993.0.ebuild: diff --git a/virtual/perl-Math-BigInt/perl-Math-BigInt-1.997.0.ebuild b/virtual/perl-Math-BigInt/perl-Math-BigInt-1.997.0.ebuild new file mode 100644 index 000000000000..cd43db57379d --- /dev/null +++ b/virtual/perl-Math-BigInt/perl-Math-BigInt-1.997.0.ebuild @@ -0,0 +1,14 @@ +# 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/perl-Math-BigInt-1.997.0.ebuild,v 1.1 2011/09/05 17:14:12 tove Exp $ + +DESCRIPTION="Virtual for Math-BigInt" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86 ~ppc-macos ~x86-solaris" +IUSE="" + +RDEPEND="~perl-core/Math-BigInt-${PV}" |