diff options
-rw-r--r-- | perl-core/Storable/ChangeLog | 9 | ||||
-rw-r--r-- | perl-core/Storable/Storable-2.250.ebuild | 17 | ||||
-rw-r--r-- | perl-core/threads-shared/ChangeLog | 9 | ||||
-rw-r--r-- | perl-core/threads-shared/threads-shared-1.360.ebuild | 21 | ||||
-rw-r--r-- | perl-core/threads/ChangeLog | 9 | ||||
-rw-r--r-- | perl-core/threads/threads-1.820.ebuild | 20 |
6 files changed, 79 insertions, 6 deletions
diff --git a/perl-core/Storable/ChangeLog b/perl-core/Storable/ChangeLog index 94a0d4dcfad6..2317edbe2cc3 100644 --- a/perl-core/Storable/ChangeLog +++ b/perl-core/Storable/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for perl-core/Storable -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Storable/ChangeLog,v 1.41 2010/01/17 14:45:32 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Storable/ChangeLog,v 1.42 2011/01/13 08:18:44 tove Exp $ + +*Storable-2.250 (13 Jan 2011) + + 13 Jan 2011; Torsten Veller <tove@gentoo.org> +Storable-2.250.ebuild: + Version bump 17 Jan 2010; Torsten Veller <tove@gentoo.org> -Storable-2.16.ebuild, -Storable-2.18.ebuild: diff --git a/perl-core/Storable/Storable-2.250.ebuild b/perl-core/Storable/Storable-2.250.ebuild new file mode 100644 index 000000000000..dfc4ecd135b9 --- /dev/null +++ b/perl-core/Storable/Storable-2.250.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Storable/Storable-2.250.ebuild,v 1.1 2011/01/13 08:18:44 tove Exp $ + +EAPI=3 + +MODULE_AUTHOR=AMS +MODULE_VERSION=2.25 +inherit perl-module + +DESCRIPTION="The Perl Storable Module" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +SRC_TEST="do" diff --git a/perl-core/threads-shared/ChangeLog b/perl-core/threads-shared/ChangeLog index 94d606de1bb8..65985f33aad7 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/threads-shared/ChangeLog,v 1.3 2010/10/11 07:20:16 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/threads-shared/ChangeLog,v 1.4 2011/01/13 08:11:41 tove Exp $ + +*threads-shared-1.360 (13 Jan 2011) + + 13 Jan 2011; Torsten Veller <tove@gentoo.org> +threads-shared-1.360.ebuild: + Version bump *threads-shared-1.34 (11 Oct 2010) diff --git a/perl-core/threads-shared/threads-shared-1.360.ebuild b/perl-core/threads-shared/threads-shared-1.360.ebuild new file mode 100644 index 000000000000..314a47b02495 --- /dev/null +++ b/perl-core/threads-shared/threads-shared-1.360.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.360.ebuild,v 1.1 2011/01/13 08:11:41 tove Exp $ + +EAPI=3 + +MODULE_AUTHOR=JDHEDDEN +MODULE_VERSION=1.36 +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 diff --git a/perl-core/threads/ChangeLog b/perl-core/threads/ChangeLog index b084da4ee5d4..b1ff4093d963 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.5 2010/09/28 12:48:50 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/threads/ChangeLog,v 1.6 2011/01/13 08:14:37 tove Exp $ + +*threads-1.820 (13 Jan 2011) + + 13 Jan 2011; Torsten Veller <tove@gentoo.org> +threads-1.820.ebuild: + Version bump *threads-1.81 (28 Sep 2010) diff --git a/perl-core/threads/threads-1.820.ebuild b/perl-core/threads/threads-1.820.ebuild new file mode 100644 index 000000000000..4cf601ac0d2e --- /dev/null +++ b/perl-core/threads/threads-1.820.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.820.ebuild,v 1.1 2011/01/13 08:14:37 tove Exp $ + +EAPI=3 + +MODULE_AUTHOR=JDHEDDEN +MODULE_VERSION=1.82 +inherit perl-module + +DESCRIPTION="Perl interpreter-based threads" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-lang/perl[ithreads]" +DEPEND="${RDEPEND}" + +SRC_TEST=do |