diff options
author | Markus Meier <maekke@gentoo.org> | 2011-12-22 22:31:59 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2011-12-22 22:31:59 +0000 |
commit | 2041d79baa373591a1d847d3b65b32b378f04f18 (patch) | |
tree | 7b1785348fa889e7bce85f403990323f550b573f /perl-core | |
parent | Version bump; remove old; drop arches where calligra is not keyworded (diff) | |
download | historical-2041d79baa373591a1d847d3b65b32b378f04f18.tar.gz historical-2041d79baa373591a1d847d3b65b32b378f04f18.tar.bz2 historical-2041d79baa373591a1d847d3b65b32b378f04f18.zip |
x86 stable, bug #393397
Package-Manager: portage-2.1.10.41/cvs/Linux x86_64
Diffstat (limited to 'perl-core')
-rw-r--r-- | perl-core/CPAN-Meta-YAML/CPAN-Meta-YAML-0.4.0.ebuild | 4 | ||||
-rw-r--r-- | perl-core/CPAN-Meta-YAML/ChangeLog | 5 | ||||
-rw-r--r-- | perl-core/CPAN-Meta/CPAN-Meta-2.112.621.ebuild | 4 | ||||
-rw-r--r-- | perl-core/CPAN-Meta/ChangeLog | 5 | ||||
-rw-r--r-- | perl-core/JSON-PP/ChangeLog | 5 | ||||
-rw-r--r-- | perl-core/JSON-PP/JSON-PP-2.272.0.ebuild | 4 | ||||
-rw-r--r-- | perl-core/Module-Build/ChangeLog | 5 | ||||
-rw-r--r-- | perl-core/Module-Build/Module-Build-0.380.0.ebuild | 4 | ||||
-rw-r--r-- | perl-core/Module-Metadata/ChangeLog | 5 | ||||
-rw-r--r-- | perl-core/Module-Metadata/Module-Metadata-1.0.6.ebuild | 4 | ||||
-rw-r--r-- | perl-core/Parse-CPAN-Meta/ChangeLog | 6 | ||||
-rw-r--r-- | perl-core/Parse-CPAN-Meta/Parse-CPAN-Meta-1.440.100.ebuild | 4 | ||||
-rw-r--r-- | perl-core/Perl-OSType/ChangeLog | 5 | ||||
-rw-r--r-- | perl-core/Perl-OSType/Perl-OSType-1.2.0.ebuild | 4 | ||||
-rw-r--r-- | perl-core/Version-Requirements/ChangeLog | 6 | ||||
-rw-r--r-- | perl-core/Version-Requirements/Version-Requirements-0.101.20.ebuild | 4 | ||||
-rw-r--r-- | perl-core/version/ChangeLog | 5 | ||||
-rw-r--r-- | perl-core/version/version-0.940.0.ebuild | 4 |
18 files changed, 56 insertions, 27 deletions
diff --git a/perl-core/CPAN-Meta-YAML/CPAN-Meta-YAML-0.4.0.ebuild b/perl-core/CPAN-Meta-YAML/CPAN-Meta-YAML-0.4.0.ebuild index d80ce2ef75fa..ae93832a120d 100644 --- a/perl-core/CPAN-Meta-YAML/CPAN-Meta-YAML-0.4.0.ebuild +++ b/perl-core/CPAN-Meta-YAML/CPAN-Meta-YAML-0.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/CPAN-Meta-YAML/CPAN-Meta-YAML-0.4.0.ebuild,v 1.4 2011/12/20 13:04:44 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/CPAN-Meta-YAML/CPAN-Meta-YAML-0.4.0.ebuild,v 1.5 2011/12/22 22:10:38 maekke Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Read and write a subset of YAML for CPAN Meta files" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" SRC_TEST="do" diff --git a/perl-core/CPAN-Meta-YAML/ChangeLog b/perl-core/CPAN-Meta-YAML/ChangeLog index 67c9e7e723dd..f29568f5519a 100644 --- a/perl-core/CPAN-Meta-YAML/ChangeLog +++ b/perl-core/CPAN-Meta-YAML/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for perl-core/CPAN-Meta-YAML # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/CPAN-Meta-YAML/ChangeLog,v 1.14 2011/12/20 13:04:44 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/CPAN-Meta-YAML/ChangeLog,v 1.15 2011/12/22 22:10:38 maekke Exp $ + + 22 Dec 2011; Markus Meier <maekke@gentoo.org> CPAN-Meta-YAML-0.4.0.ebuild: + x86 stable, bug #393397 20 Dec 2011; Agostino Sarubbo <ago@gentoo.org> CPAN-Meta-YAML-0.4.0.ebuild: Stable for AMD64, wrt bug #393397 diff --git a/perl-core/CPAN-Meta/CPAN-Meta-2.112.621.ebuild b/perl-core/CPAN-Meta/CPAN-Meta-2.112.621.ebuild index 1113067210bc..3b1441a30145 100644 --- a/perl-core/CPAN-Meta/CPAN-Meta-2.112.621.ebuild +++ b/perl-core/CPAN-Meta/CPAN-Meta-2.112.621.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/CPAN-Meta/CPAN-Meta-2.112.621.ebuild,v 1.4 2011/12/20 13:18:38 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/CPAN-Meta/CPAN-Meta-2.112.621.ebuild,v 1.5 2011/12/22 22:21:27 maekke Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="The distribution metadata for a CPAN dist" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND=" diff --git a/perl-core/CPAN-Meta/ChangeLog b/perl-core/CPAN-Meta/ChangeLog index 79d4e8bafadd..87c8a9ba24cb 100644 --- a/perl-core/CPAN-Meta/ChangeLog +++ b/perl-core/CPAN-Meta/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for perl-core/CPAN-Meta # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/CPAN-Meta/ChangeLog,v 1.17 2011/12/20 13:18:38 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/CPAN-Meta/ChangeLog,v 1.18 2011/12/22 22:21:27 maekke Exp $ + + 22 Dec 2011; Markus Meier <maekke@gentoo.org> CPAN-Meta-2.112.621.ebuild: + x86 stable, bug #393397 20 Dec 2011; Agostino Sarubbo <ago@gentoo.org> CPAN-Meta-2.112.621.ebuild: Stable for AMD64, wrt bug #393397 diff --git a/perl-core/JSON-PP/ChangeLog b/perl-core/JSON-PP/ChangeLog index de5c3a86eb95..f5e12fe53902 100644 --- a/perl-core/JSON-PP/ChangeLog +++ b/perl-core/JSON-PP/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for perl-core/JSON-PP # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/JSON-PP/ChangeLog,v 1.15 2011/12/20 13:01:02 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/JSON-PP/ChangeLog,v 1.16 2011/12/22 22:14:32 maekke Exp $ + + 22 Dec 2011; Markus Meier <maekke@gentoo.org> JSON-PP-2.272.0.ebuild: + x86 stable, bug #393397 20 Dec 2011; Agostino Sarubbo <ago@gentoo.org> JSON-PP-2.272.0.ebuild: Stable for AMD64, wrt bug #393397 diff --git a/perl-core/JSON-PP/JSON-PP-2.272.0.ebuild b/perl-core/JSON-PP/JSON-PP-2.272.0.ebuild index e0de793e5f43..b35263db9a91 100644 --- a/perl-core/JSON-PP/JSON-PP-2.272.0.ebuild +++ b/perl-core/JSON-PP/JSON-PP-2.272.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/JSON-PP/JSON-PP-2.272.0.ebuild,v 1.7 2011/12/20 13:01:02 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/JSON-PP/JSON-PP-2.272.0.ebuild,v 1.8 2011/12/22 22:14:32 maekke Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="JSON::XS compatible pure-Perl module" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND="!!<dev-perl/JSON-2.50" diff --git a/perl-core/Module-Build/ChangeLog b/perl-core/Module-Build/ChangeLog index 822539b61178..61e9ca0c936b 100644 --- a/perl-core/Module-Build/ChangeLog +++ b/perl-core/Module-Build/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for perl-core/Module-Build # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/ChangeLog,v 1.54 2011/12/20 13:20:57 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/ChangeLog,v 1.55 2011/12/22 22:31:59 maekke Exp $ + + 22 Dec 2011; Markus Meier <maekke@gentoo.org> Module-Build-0.380.0.ebuild: + x86 stable, bug #393397 20 Dec 2011; Agostino Sarubbo <ago@gentoo.org> Module-Build-0.380.0.ebuild: Stable for AMD64, wrt bug #393397 diff --git a/perl-core/Module-Build/Module-Build-0.380.0.ebuild b/perl-core/Module-Build/Module-Build-0.380.0.ebuild index 7c10e1d2d59d..f3cdeb2495b8 100644 --- a/perl-core/Module-Build/Module-Build-0.380.0.ebuild +++ b/perl-core/Module-Build/Module-Build-0.380.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/Module-Build-0.380.0.ebuild,v 1.9 2011/12/20 13:20:57 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/Module-Build-0.380.0.ebuild,v 1.10 2011/12/22 22:31:59 maekke Exp $ EAPI=3 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Build and install Perl modules" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" DEPEND=" diff --git a/perl-core/Module-Metadata/ChangeLog b/perl-core/Module-Metadata/ChangeLog index 20a6ae8c0033..95550195fd4b 100644 --- a/perl-core/Module-Metadata/ChangeLog +++ b/perl-core/Module-Metadata/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for perl-core/Module-Metadata # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Metadata/ChangeLog,v 1.15 2011/12/20 13:11:43 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Metadata/ChangeLog,v 1.16 2011/12/22 22:27:41 maekke Exp $ + + 22 Dec 2011; Markus Meier <maekke@gentoo.org> Module-Metadata-1.0.6.ebuild: + x86 stable, bug #393397 20 Dec 2011; Agostino Sarubbo <ago@gentoo.org> Module-Metadata-1.0.6.ebuild: Stable for AMD64, wrt bug #393397 diff --git a/perl-core/Module-Metadata/Module-Metadata-1.0.6.ebuild b/perl-core/Module-Metadata/Module-Metadata-1.0.6.ebuild index e43396d563e2..9ba84da474f6 100644 --- a/perl-core/Module-Metadata/Module-Metadata-1.0.6.ebuild +++ b/perl-core/Module-Metadata/Module-Metadata-1.0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Metadata/Module-Metadata-1.0.6.ebuild,v 1.4 2011/12/20 13:11:43 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Metadata/Module-Metadata-1.0.6.ebuild,v 1.5 2011/12/22 22:27:41 maekke Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Gather package and POD information from perl module files" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND=">=virtual/perl-version-0.870" diff --git a/perl-core/Parse-CPAN-Meta/ChangeLog b/perl-core/Parse-CPAN-Meta/ChangeLog index bb83688718b6..f165241d2b03 100644 --- a/perl-core/Parse-CPAN-Meta/ChangeLog +++ b/perl-core/Parse-CPAN-Meta/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for perl-core/Parse-CPAN-Meta # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Parse-CPAN-Meta/ChangeLog,v 1.18 2011/12/20 13:15:25 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Parse-CPAN-Meta/ChangeLog,v 1.19 2011/12/22 22:16:51 maekke Exp $ + + 22 Dec 2011; Markus Meier <maekke@gentoo.org> + Parse-CPAN-Meta-1.440.100.ebuild: + x86 stable, bug #393397 20 Dec 2011; Agostino Sarubbo <ago@gentoo.org> Parse-CPAN-Meta-1.440.100.ebuild: diff --git a/perl-core/Parse-CPAN-Meta/Parse-CPAN-Meta-1.440.100.ebuild b/perl-core/Parse-CPAN-Meta/Parse-CPAN-Meta-1.440.100.ebuild index f46d9080a9bf..b0fce1a9d24b 100644 --- a/perl-core/Parse-CPAN-Meta/Parse-CPAN-Meta-1.440.100.ebuild +++ b/perl-core/Parse-CPAN-Meta/Parse-CPAN-Meta-1.440.100.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Parse-CPAN-Meta/Parse-CPAN-Meta-1.440.100.ebuild,v 1.12 2011/12/20 13:15:25 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Parse-CPAN-Meta/Parse-CPAN-Meta-1.440.100.ebuild,v 1.13 2011/12/22 22:16:51 maekke Exp $ EAPI=3 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Parse META.yml and other similar CPAN metadata files" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND=" diff --git a/perl-core/Perl-OSType/ChangeLog b/perl-core/Perl-OSType/ChangeLog index 7fe4c8af4a46..b93c6f059f5d 100644 --- a/perl-core/Perl-OSType/ChangeLog +++ b/perl-core/Perl-OSType/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for perl-core/Perl-OSType # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Perl-OSType/ChangeLog,v 1.12 2011/12/20 13:07:02 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Perl-OSType/ChangeLog,v 1.13 2011/12/22 22:29:49 maekke Exp $ + + 22 Dec 2011; Markus Meier <maekke@gentoo.org> Perl-OSType-1.2.0.ebuild: + x86 stable, bug #393397 20 Dec 2011; Agostino Sarubbo <ago@gentoo.org> Perl-OSType-1.2.0.ebuild: Stable for AMD64, wrt bug #393397 diff --git a/perl-core/Perl-OSType/Perl-OSType-1.2.0.ebuild b/perl-core/Perl-OSType/Perl-OSType-1.2.0.ebuild index ade1daa0ee4b..57e65ee6272f 100644 --- a/perl-core/Perl-OSType/Perl-OSType-1.2.0.ebuild +++ b/perl-core/Perl-OSType/Perl-OSType-1.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Perl-OSType/Perl-OSType-1.2.0.ebuild,v 1.5 2011/12/20 13:07:02 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Perl-OSType/Perl-OSType-1.2.0.ebuild,v 1.6 2011/12/22 22:29:49 maekke Exp $ EAPI=3 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Map Perl operating system names to generic types" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" RDEPEND="" diff --git a/perl-core/Version-Requirements/ChangeLog b/perl-core/Version-Requirements/ChangeLog index 6dca5d68d384..912f5caba261 100644 --- a/perl-core/Version-Requirements/ChangeLog +++ b/perl-core/Version-Requirements/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for perl-core/Version-Requirements # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Version-Requirements/ChangeLog,v 1.12 2011/12/20 13:09:24 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Version-Requirements/ChangeLog,v 1.13 2011/12/22 22:19:02 maekke Exp $ + + 22 Dec 2011; Markus Meier <maekke@gentoo.org> + Version-Requirements-0.101.20.ebuild: + x86 stable, bug #393397 20 Dec 2011; Agostino Sarubbo <ago@gentoo.org> Version-Requirements-0.101.20.ebuild: diff --git a/perl-core/Version-Requirements/Version-Requirements-0.101.20.ebuild b/perl-core/Version-Requirements/Version-Requirements-0.101.20.ebuild index 386d350c5eb9..e354161338c0 100644 --- a/perl-core/Version-Requirements/Version-Requirements-0.101.20.ebuild +++ b/perl-core/Version-Requirements/Version-Requirements-0.101.20.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Version-Requirements/Version-Requirements-0.101.20.ebuild,v 1.12 2011/12/20 13:09:24 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Version-Requirements/Version-Requirements-0.101.20.ebuild,v 1.13 2011/12/22 22:19:02 maekke Exp $ EAPI=3 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="A set of version requirements for a CPAN dist" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND=" diff --git a/perl-core/version/ChangeLog b/perl-core/version/ChangeLog index e2617ff45ae8..f41dfe76afad 100644 --- a/perl-core/version/ChangeLog +++ b/perl-core/version/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for perl-core/version # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/version/ChangeLog,v 1.45 2011/12/20 12:53:57 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/version/ChangeLog,v 1.46 2011/12/22 22:25:21 maekke Exp $ + + 22 Dec 2011; Markus Meier <maekke@gentoo.org> version-0.940.0.ebuild: + x86 stable, bug #393397 20 Dec 2011; Agostino Sarubbo <ago@gentoo.org> version-0.940.0.ebuild: Stable for AMD64, wrt bug #393397 diff --git a/perl-core/version/version-0.940.0.ebuild b/perl-core/version/version-0.940.0.ebuild index 543e85aae02f..23175d61802a 100644 --- a/perl-core/version/version-0.940.0.ebuild +++ b/perl-core/version/version-0.940.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/version/version-0.940.0.ebuild,v 1.3 2011/12/20 12:53:57 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/version/version-0.940.0.ebuild,v 1.4 2011/12/22 22:25:21 maekke Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Perl extension for Version Objects" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" SRC_TEST="do" |