diff options
author | 2011-04-23 06:29:52 +0000 | |
---|---|---|
committer | 2011-04-23 06:29:52 +0000 | |
commit | 8adc5108c03ff0b42df766d2c3b1c2e1ac2ffb60 (patch) | |
tree | 212b25c4341f98eb2a340939c93148255445d885 /virtual/perl-threads | |
parent | [bump] perl-core/threads-1.830.0 (diff) | |
download | historical-8adc5108c03ff0b42df766d2c3b1c2e1ac2ffb60.tar.gz historical-8adc5108c03ff0b42df766d2c3b1c2e1ac2ffb60.tar.bz2 historical-8adc5108c03ff0b42df766d2c3b1c2e1ac2ffb60.zip |
[bump] virtual/perl-threads-1.830.0
Package-Manager: portage-2.2.0_alpha30/cvs/Linux x86_64
Diffstat (limited to 'virtual/perl-threads')
-rw-r--r-- | virtual/perl-threads/ChangeLog | 7 | ||||
-rw-r--r-- | virtual/perl-threads/perl-threads-1.830.0.ebuild | 15 |
2 files changed, 21 insertions, 1 deletions
diff --git a/virtual/perl-threads/ChangeLog b/virtual/perl-threads/ChangeLog index ff9ae43f63af..062979080928 100644 --- a/virtual/perl-threads/ChangeLog +++ b/virtual/perl-threads/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for virtual/perl-threads # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-threads/ChangeLog,v 1.9 2011/01/22 10:15:35 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-threads/ChangeLog,v 1.10 2011/04/23 06:29:52 tove Exp $ + +*perl-threads-1.830.0 (23 Apr 2011) + + 23 Apr 2011; Torsten Veller <tove@gentoo.org> +perl-threads-1.830.0.ebuild: + Version bump 22 Jan 2011; Torsten Veller <tove@gentoo.org> perl-threads-1.75.ebuild: Add perl-5.12.3 as provider diff --git a/virtual/perl-threads/perl-threads-1.830.0.ebuild b/virtual/perl-threads/perl-threads-1.830.0.ebuild new file mode 100644 index 000000000000..af584b1f3241 --- /dev/null +++ b/virtual/perl-threads/perl-threads-1.830.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-threads/perl-threads-1.830.0.ebuild,v 1.1 2011/04/23 06:29:52 tove Exp $ + +DESCRIPTION="Virtual for threads" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="~perl-core/threads-${PV}" |