diff options
author | Torsten Veller <tove@gentoo.org> | 2011-02-08 07:46:31 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-02-08 07:46:31 +0000 |
commit | 99e84b0c03137b63a685bb78a7affc2f93ea4e7b (patch) | |
tree | c6f19ba463c173de452dc0e654db7cbb61093b96 /virtual | |
parent | Version bump (diff) | |
download | gentoo-2-99e84b0c03137b63a685bb78a7affc2f93ea4e7b.tar.gz gentoo-2-99e84b0c03137b63a685bb78a7affc2f93ea4e7b.tar.bz2 gentoo-2-99e84b0c03137b63a685bb78a7affc2f93ea4e7b.zip |
Version bump
(Portage version: 2.2.0_alpha21/cvs/Linux x86_64)
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/perl-Math-BigInt/ChangeLog | 7 | ||||
-rw-r--r-- | virtual/perl-Math-BigInt/perl-Math-BigInt-1.991.ebuild | 14 |
2 files changed, 20 insertions, 1 deletions
diff --git a/virtual/perl-Math-BigInt/ChangeLog b/virtual/perl-Math-BigInt/ChangeLog index b9e261cf9dfd..db13f2aa07b0 100644 --- a/virtual/perl-Math-BigInt/ChangeLog +++ b/virtual/perl-Math-BigInt/ChangeLog @@ -1,6 +1,11 @@ # 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.46 2011/01/17 07:57:48 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Math-BigInt/ChangeLog,v 1.47 2011/02/08 07:46:31 tove Exp $ + +*perl-Math-BigInt-1.991 (08 Feb 2011) + + 08 Feb 2011; Torsten Veller <tove@gentoo.org> +perl-Math-BigInt-1.991.ebuild: + Version bump 17 Jan 2011; Torsten Veller <tove@gentoo.org> -perl-Math-BigInt-1.90.ebuild, -perl-Math-BigInt-1.92.ebuild, -perl-Math-BigInt-1.95.ebuild, diff --git a/virtual/perl-Math-BigInt/perl-Math-BigInt-1.991.ebuild b/virtual/perl-Math-BigInt/perl-Math-BigInt-1.991.ebuild new file mode 100644 index 000000000000..bc29704a5de5 --- /dev/null +++ b/virtual/perl-Math-BigInt/perl-Math-BigInt-1.991.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.991.ebuild,v 1.1 2011/02/08 07:46:31 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" +IUSE="" + +RDEPEND="~perl-core/Math-BigInt-${PV}" |