diff options
author | Torsten Veller <tove@gentoo.org> | 2011-09-06 17:55:44 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-09-06 17:55:44 +0000 |
commit | c5237dfe0df48fc8319dec8fc609efe18395a4a9 (patch) | |
tree | 5075cec59fe8209b705916c90b17e14a63e1a5b7 /perl-core | |
parent | Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo in bug... (diff) | |
download | gentoo-2-c5237dfe0df48fc8319dec8fc609efe18395a4a9.tar.gz gentoo-2-c5237dfe0df48fc8319dec8fc609efe18395a4a9.tar.bz2 gentoo-2-c5237dfe0df48fc8319dec8fc609efe18395a4a9.zip |
[bump] perl-core/threads-1.850.0
(Portage version: 2.2.0_alpha53/cvs/Linux x86_64)
Diffstat (limited to 'perl-core')
-rw-r--r-- | perl-core/threads/ChangeLog | 7 | ||||
-rw-r--r-- | perl-core/threads/threads-1.850.0.ebuild | 20 |
2 files changed, 26 insertions, 1 deletions
diff --git a/perl-core/threads/ChangeLog b/perl-core/threads/ChangeLog index 23c281548aa1..fd6fcb126770 100644 --- a/perl-core/threads/ChangeLog +++ b/perl-core/threads/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for perl-core/threads # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/threads/ChangeLog,v 1.7 2011/04/23 06:29:03 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/threads/ChangeLog,v 1.8 2011/09/06 17:55:44 tove Exp $ + +*threads-1.850.0 (06 Sep 2011) + + 06 Sep 2011; Torsten Veller <tove@gentoo.org> +threads-1.850.0.ebuild: + Version bump *threads-1.830.0 (23 Apr 2011) diff --git a/perl-core/threads/threads-1.850.0.ebuild b/perl-core/threads/threads-1.850.0.ebuild new file mode 100644 index 000000000000..79b45c655f64 --- /dev/null +++ b/perl-core/threads/threads-1.850.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/threads/threads-1.850.0.ebuild,v 1.1 2011/09/06 17:55:44 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=JDHEDDEN +MODULE_VERSION=1.85 +inherit perl-module + +DESCRIPTION="Perl interpreter-based threads" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-lang/perl[ithreads]" +DEPEND="${RDEPEND}" + +SRC_TEST=do |