diff options
author | Torsten Veller <tove@gentoo.org> | 2010-09-28 12:49:02 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-09-28 12:49:02 +0000 |
commit | df4eb772a3841d8d57463a14ffc97309839e698a (patch) | |
tree | ab2bc3f9e778fa71c70b9c852fe2571ae783ace3 /virtual | |
parent | Version bump (diff) | |
download | historical-df4eb772a3841d8d57463a14ffc97309839e698a.tar.gz historical-df4eb772a3841d8d57463a14ffc97309839e698a.tar.bz2 historical-df4eb772a3841d8d57463a14ffc97309839e698a.zip |
Version bump
Package-Manager: portage-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 | ||||
-rw-r--r-- | virtual/perl-threads/ChangeLog | 7 | ||||
-rw-r--r-- | virtual/perl-threads/perl-threads-1.81.ebuild | 15 |
4 files changed, 42 insertions, 2 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}" diff --git a/virtual/perl-threads/ChangeLog b/virtual/perl-threads/ChangeLog index 8f1d2429ad79..323b3166433c 100644 --- a/virtual/perl-threads/ChangeLog +++ b/virtual/perl-threads/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for virtual/perl-threads # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-threads/ChangeLog,v 1.6 2010/09/26 07:29:32 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-threads/ChangeLog,v 1.7 2010/09/28 12:49:02 tove Exp $ + +*perl-threads-1.81 (28 Sep 2010) + + 28 Sep 2010; Torsten Veller <tove@gentoo.org> +perl-threads-1.81.ebuild: + Version bump *perl-threads-1.79 (26 Sep 2010) diff --git a/virtual/perl-threads/perl-threads-1.81.ebuild b/virtual/perl-threads/perl-threads-1.81.ebuild new file mode 100644 index 000000000000..a8ec1cca33a6 --- /dev/null +++ b/virtual/perl-threads/perl-threads-1.81.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-threads/perl-threads-1.81.ebuild,v 1.1 2010/09/28 12:49:02 tove Exp $ + +DESCRIPTION="Virtual for threads" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="~perl-core/threads-${PV}" |