diff options
author | Torsten Veller <tove@gentoo.org> | 2011-09-06 17:59:01 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-09-06 17:59:01 +0000 |
commit | 0af136c4d2417f039ff6bc1c581adeb70302ae49 (patch) | |
tree | f807b3a3439fa84f3b9d5d55aa5464f3a3d4354e /perl-core/threads-shared | |
parent | Correct transposed digits in bug number; should be 381947, not 381497. (diff) | |
download | gentoo-2-0af136c4d2417f039ff6bc1c581adeb70302ae49.tar.gz gentoo-2-0af136c4d2417f039ff6bc1c581adeb70302ae49.tar.bz2 gentoo-2-0af136c4d2417f039ff6bc1c581adeb70302ae49.zip |
[bump] perl-core/threads-shared-1.390.0
(Portage version: 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 |