diff options
author | Torsten Veller <tove@gentoo.org> | 2010-09-28 12:48:50 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-09-28 12:48:50 +0000 |
commit | 4fc16c13f248f10a4a3b36df83486538081c9261 (patch) | |
tree | 645bc4dd601e7dc627e1f8ee0f6ab003c8a1c43c /perl-core/threads | |
parent | Revision bump to fix initscript, thx to Michal Gorny (bug #338837). Apply pat... (diff) | |
download | historical-4fc16c13f248f10a4a3b36df83486538081c9261.tar.gz historical-4fc16c13f248f10a4a3b36df83486538081c9261.tar.bz2 historical-4fc16c13f248f10a4a3b36df83486538081c9261.zip |
Version bump
Package-Manager: portage-2.2_rc88/cvs/Linux x86_64
Diffstat (limited to 'perl-core/threads')
-rw-r--r-- | perl-core/threads/ChangeLog | 7 | ||||
-rw-r--r-- | perl-core/threads/threads-1.81.ebuild | 19 |
2 files changed, 25 insertions, 1 deletions
diff --git a/perl-core/threads/ChangeLog b/perl-core/threads/ChangeLog index cb04195ba493..b084da4ee5d4 100644 --- a/perl-core/threads/ChangeLog +++ b/perl-core/threads/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for perl-core/threads # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/threads/ChangeLog,v 1.4 2010/09/26 07:29:21 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/threads/ChangeLog,v 1.5 2010/09/28 12:48:50 tove Exp $ + +*threads-1.81 (28 Sep 2010) + + 28 Sep 2010; Torsten Veller <tove@gentoo.org> +threads-1.81.ebuild: + Version bump *threads-1.79 (26 Sep 2010) diff --git a/perl-core/threads/threads-1.81.ebuild b/perl-core/threads/threads-1.81.ebuild new file mode 100644 index 000000000000..e03c264fbd2a --- /dev/null +++ b/perl-core/threads/threads-1.81.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/threads/threads-1.81.ebuild,v 1.1 2010/09/28 12:48:50 tove Exp $ + +EAPI=3 + +MODULE_AUTHOR=JDHEDDEN +inherit perl-module + +DESCRIPTION="Perl interpreter-based threads" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-lang/perl[ithreads]" +DEPEND="${RDEPEND}" + +SRC_TEST=do |