diff options
author | Torsten Veller <tove@gentoo.org> | 2010-11-15 11:42:47 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-11-15 11:42:47 +0000 |
commit | 0824b9afbdf09d0ae46965afa1e4c6d167a4c8b6 (patch) | |
tree | 61b787648d2fba5b7104484adf7717ae4d9e2409 /virtual/perl-Math-BigInt | |
parent | Version bump (diff) | |
download | historical-0824b9afbdf09d0ae46965afa1e4c6d167a4c8b6.tar.gz historical-0824b9afbdf09d0ae46965afa1e4c6d167a4c8b6.tar.bz2 historical-0824b9afbdf09d0ae46965afa1e4c6d167a4c8b6.zip |
Version bump
Package-Manager: portage-2.2.0_alpha4/cvs/Linux x86_64
Diffstat (limited to 'virtual/perl-Math-BigInt')
-rw-r--r-- | virtual/perl-Math-BigInt/ChangeLog | 8 | ||||
-rw-r--r-- | virtual/perl-Math-BigInt/perl-Math-BigInt-1.99.ebuild | 14 |
2 files changed, 21 insertions, 1 deletions
diff --git a/virtual/perl-Math-BigInt/ChangeLog b/virtual/perl-Math-BigInt/ChangeLog index 7f17e9743195..68f0e9aa5a22 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Math-BigInt/ChangeLog,v 1.40 2010/09/28 12:45:07 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Math-BigInt/ChangeLog,v 1.41 2010/11/15 11:42:47 tove Exp $ + +*perl-Math-BigInt-1.99 (15 Nov 2010) + + 15 Nov 2010; Torsten Veller <tove@gentoo.org> + +perl-Math-BigInt-1.99.ebuild: + Version bump *perl-Math-BigInt-1.96 (28 Sep 2010) diff --git a/virtual/perl-Math-BigInt/perl-Math-BigInt-1.99.ebuild b/virtual/perl-Math-BigInt/perl-Math-BigInt-1.99.ebuild new file mode 100644 index 000000000000..90f2ad9afe18 --- /dev/null +++ b/virtual/perl-Math-BigInt/perl-Math-BigInt-1.99.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2010 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.99.ebuild,v 1.1 2010/11/15 11:42:47 tove Exp $ + +DESCRIPTION="Virtual for Math-BigInt" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="~perl-core/Math-BigInt-${PV}" |