diff options
author | Torsten Veller <tove@gentoo.org> | 2010-09-10 08:51:06 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-09-10 08:51:06 +0000 |
commit | 5313671150abcc4e43093290d8d72e523886b0fa (patch) | |
tree | 95ce707cb66261edc36f286490aa9b3a2e692c7d /virtual | |
parent | Version bump (diff) | |
download | gentoo-2-5313671150abcc4e43093290d8d72e523886b0fa.tar.gz gentoo-2-5313671150abcc4e43093290d8d72e523886b0fa.tar.bz2 gentoo-2-5313671150abcc4e43093290d8d72e523886b0fa.zip |
Version bump
(Portage version: 2.2_rc77/cvs/Linux x86_64)
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/perl-Math-BigInt/ChangeLog | 8 | ||||
-rw-r--r-- | virtual/perl-Math-BigInt/perl-Math-BigInt-1.92.ebuild | 14 |
2 files changed, 21 insertions, 1 deletions
diff --git a/virtual/perl-Math-BigInt/ChangeLog b/virtual/perl-Math-BigInt/ChangeLog index 9f387a418955..41fbfff1926a 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.37 2010/09/04 07:25:29 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Math-BigInt/ChangeLog,v 1.38 2010/09/10 08:51:06 tove Exp $ + +*perl-Math-BigInt-1.92 (10 Sep 2010) + + 10 Sep 2010; Torsten Veller <tove@gentoo.org> + +perl-Math-BigInt-1.92.ebuild: + Version bump *perl-Math-BigInt-1.90 (04 Sep 2010) diff --git a/virtual/perl-Math-BigInt/perl-Math-BigInt-1.92.ebuild b/virtual/perl-Math-BigInt/perl-Math-BigInt-1.92.ebuild new file mode 100644 index 000000000000..728c0cbd6b4a --- /dev/null +++ b/virtual/perl-Math-BigInt/perl-Math-BigInt-1.92.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.92.ebuild,v 1.1 2010/09/10 08:51:06 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}" |