diff options
author | Torsten Veller <tove@gentoo.org> | 2010-09-28 12:45:07 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-09-28 12:45:07 +0000 |
commit | dc157ebdf99229a159221d2c5f9ee938830cce75 (patch) | |
tree | 642b306eb1a78cc679b5cee0a41e1b40284f29a6 /virtual | |
parent | Version bump (diff) | |
download | gentoo-2-dc157ebdf99229a159221d2c5f9ee938830cce75.tar.gz gentoo-2-dc157ebdf99229a159221d2c5f9ee938830cce75.tar.bz2 gentoo-2-dc157ebdf99229a159221d2c5f9ee938830cce75.zip |
Version bump
(Portage version: 2.2_rc88/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.96.ebuild | 14 |
2 files changed, 21 insertions, 1 deletions
diff --git a/virtual/perl-Math-BigInt/ChangeLog b/virtual/perl-Math-BigInt/ChangeLog index 7aa58f3354d0..7f17e9743195 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.39 2010/09/15 09:08:18 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Math-BigInt/ChangeLog,v 1.40 2010/09/28 12:45:07 tove Exp $ + +*perl-Math-BigInt-1.96 (28 Sep 2010) + + 28 Sep 2010; Torsten Veller <tove@gentoo.org> + +perl-Math-BigInt-1.96.ebuild: + Version bump *perl-Math-BigInt-1.95 (15 Sep 2010) diff --git a/virtual/perl-Math-BigInt/perl-Math-BigInt-1.96.ebuild b/virtual/perl-Math-BigInt/perl-Math-BigInt-1.96.ebuild new file mode 100644 index 000000000000..5a482c3bfcaa --- /dev/null +++ b/virtual/perl-Math-BigInt/perl-Math-BigInt-1.96.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.96.ebuild,v 1.1 2010/09/28 12:45:07 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}" |