diff options
author | 2011-09-06 17:59:01 +0000 | |
---|---|---|
committer | 2011-09-06 17:59:01 +0000 | |
commit | c8e4fc8d4add23cf90384b54f1e131099d212610 (patch) | |
tree | 3e7e12f5c4a3a55bd7c6bbfd0f6d5de0e37bfe3e /perl-core/threads-shared | |
parent | Correct transposed digits in bug number; should be 381947, not 381497. (diff) | |
download | historical-c8e4fc8d4add23cf90384b54f1e131099d212610.tar.gz historical-c8e4fc8d4add23cf90384b54f1e131099d212610.tar.bz2 historical-c8e4fc8d4add23cf90384b54f1e131099d212610.zip |
[bump] perl-core/threads-shared-1.390.0
Package-Manager: portage-2.2.0_alpha53/cvs/Linux x86_64
Diffstat (limited to 'perl-core/threads-shared')
-rw-r--r-- | perl-core/threads-shared/ChangeLog | 7 | ||||
-rw-r--r-- | perl-core/threads-shared/threads-shared-1.390.0.ebuild | 21 |
2 files changed, 27 insertions, 1 deletions
diff --git a/perl-core/threads-shared/ChangeLog b/perl-core/threads-shared/ChangeLog index cc97087f5046..8aa70851c393 100644 --- a/perl-core/threads-shared/ChangeLog +++ b/perl-core/threads-shared/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for perl-core/threads-shared # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/threads-shared/ChangeLog,v 1.5 2011/04/23 06:26:01 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/threads-shared/ChangeLog,v 1.6 2011/09/06 17:59:01 tove Exp $ + +*threads-shared-1.390.0 (06 Sep 2011) + + 06 Sep 2011; Torsten Veller <tove@gentoo.org> +threads-shared-1.390.0.ebuild: + Version bump *threads-shared-1.370.0 (23 Apr 2011) diff --git a/perl-core/threads-shared/threads-shared-1.390.0.ebuild b/perl-core/threads-shared/threads-shared-1.390.0.ebuild new file mode 100644 index 000000000000..2ca4e93a9323 --- /dev/null +++ b/perl-core/threads-shared/threads-shared-1.390.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/threads-shared/threads-shared-1.390.0.ebuild,v 1.1 2011/09/06 17:59:01 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=JDHEDDEN +MODULE_VERSION=1.39 +inherit perl-module + +DESCRIPTION="Extension for sharing data structures between threads" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-lang/perl[ithreads] + >=virtual/perl-threads-1.71" +DEPEND="${RDEPEND}" + +SRC_TEST=do |