diff options
author | Torsten Veller <tove@gentoo.org> | 2011-01-13 08:14:53 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-01-13 08:14:53 +0000 |
commit | 7ab73ded4a6c829b2c4ad2fe3183f0a8ad66b946 (patch) | |
tree | 79dcdbee00030032e26c33fa59d5a396d678e77e /virtual/perl-threads | |
parent | Version bump (diff) | |
download | gentoo-2-7ab73ded4a6c829b2c4ad2fe3183f0a8ad66b946.tar.gz gentoo-2-7ab73ded4a6c829b2c4ad2fe3183f0a8ad66b946.tar.bz2 gentoo-2-7ab73ded4a6c829b2c4ad2fe3183f0a8ad66b946.zip |
Version bump
(Portage version: 2.2.0_alpha15/cvs/Linux x86_64)
Diffstat (limited to 'virtual/perl-threads')
-rw-r--r-- | virtual/perl-threads/ChangeLog | 9 | ||||
-rw-r--r-- | virtual/perl-threads/perl-threads-1.820.ebuild | 15 |
2 files changed, 22 insertions, 2 deletions
diff --git a/virtual/perl-threads/ChangeLog b/virtual/perl-threads/ChangeLog index 323b3166433c..8b89417d0962 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.7 2010/09/28 12:49:02 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-threads/ChangeLog,v 1.8 2011/01/13 08:14:53 tove Exp $ + +*perl-threads-1.820 (13 Jan 2011) + + 13 Jan 2011; Torsten Veller <tove@gentoo.org> +perl-threads-1.820.ebuild: + Version bump *perl-threads-1.81 (28 Sep 2010) diff --git a/virtual/perl-threads/perl-threads-1.820.ebuild b/virtual/perl-threads/perl-threads-1.820.ebuild new file mode 100644 index 000000000000..bc41fd9f035d --- /dev/null +++ b/virtual/perl-threads/perl-threads-1.820.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.820.ebuild,v 1.1 2011/01/13 08:14:53 tove Exp $ + +DESCRIPTION="Virtual for threads" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="~perl-core/threads-${PV}" |