diff options
author | 2009-10-07 23:19:01 +0000 | |
---|---|---|
committer | 2009-10-07 23:19:01 +0000 | |
commit | d5e8672296af2722d18c171dd46450b61174a3d6 (patch) | |
tree | 5c7d8af854aa4a9c3fc9c00a456d95278b543732 /dev-perl | |
parent | Version bumped, bug #288082. (diff) | |
download | historical-d5e8672296af2722d18c171dd46450b61174a3d6.tar.gz historical-d5e8672296af2722d18c171dd46450b61174a3d6.tar.bz2 historical-d5e8672296af2722d18c171dd46450b61174a3d6.zip |
stable sparc, bug 283969
Package-Manager: portage-2.1.6.13/cvs/Linux x86_64
Diffstat (limited to 'dev-perl')
48 files changed, 149 insertions, 72 deletions
diff --git a/dev-perl/Class-MethodMaker/ChangeLog b/dev-perl/Class-MethodMaker/ChangeLog index 7cb56761dfd5..f2c0706139f9 100644 --- a/dev-perl/Class-MethodMaker/ChangeLog +++ b/dev-perl/Class-MethodMaker/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Class-MethodMaker # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-MethodMaker/ChangeLog,v 1.65 2009/09/27 15:06:48 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-MethodMaker/ChangeLog,v 1.66 2009/10/07 23:19:01 tcunha Exp $ + + 07 Oct 2009; Tiago Cunha <tcunha@gentoo.org> + Class-MethodMaker-2.15.ebuild: + stable sparc, bug 283969 27 Sep 2009; Brent Baude <ranger@gentoo.org> Class-MethodMaker-2.15.ebuild: diff --git a/dev-perl/Class-MethodMaker/Class-MethodMaker-2.15.ebuild b/dev-perl/Class-MethodMaker/Class-MethodMaker-2.15.ebuild index 11b2e5fab86e..033e7ebb575c 100644 --- a/dev-perl/Class-MethodMaker/Class-MethodMaker-2.15.ebuild +++ b/dev-perl/Class-MethodMaker/Class-MethodMaker-2.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-MethodMaker/Class-MethodMaker-2.15.ebuild,v 1.7 2009/09/27 15:06:48 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-MethodMaker/Class-MethodMaker-2.15.ebuild,v 1.8 2009/10/07 23:19:01 tcunha Exp $ MODULE_AUTHOR=SCHWIGON MODULE_SECTION=class-methodmaker @@ -10,7 +10,7 @@ DESCRIPTION="Perl module for Class::MethodMaker" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd" IUSE="" DEPEND="dev-lang/perl" diff --git a/dev-perl/Data-UUID/ChangeLog b/dev-perl/Data-UUID/ChangeLog index e87936673e66..d4bf8fdfafd8 100644 --- a/dev-perl/Data-UUID/ChangeLog +++ b/dev-perl/Data-UUID/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Data-UUID # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Data-UUID/ChangeLog,v 1.44 2009/09/19 16:45:33 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Data-UUID/ChangeLog,v 1.45 2009/10/07 23:17:31 tcunha Exp $ + + 07 Oct 2009; Tiago Cunha <tcunha@gentoo.org> Data-UUID-1.202.ebuild: + stable sparc, bug 283969 19 Sep 2009; nixnut <nixnut@gentoo.org> Data-UUID-1.202.ebuild: ppc stable #283969 diff --git a/dev-perl/Data-UUID/Data-UUID-1.202.ebuild b/dev-perl/Data-UUID/Data-UUID-1.202.ebuild index 03528ac29fc2..4628f7ffc434 100644 --- a/dev-perl/Data-UUID/Data-UUID-1.202.ebuild +++ b/dev-perl/Data-UUID/Data-UUID-1.202.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Data-UUID/Data-UUID-1.202.ebuild,v 1.4 2009/09/19 16:45:33 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Data-UUID/Data-UUID-1.202.ebuild,v 1.5 2009/10/07 23:17:31 tcunha Exp $ EAPI=2 @@ -11,7 +11,7 @@ DESCRIPTION="Perl extension for generating Globally/Universally Unique Identifie LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~ia64 ppc ~ppc64 ~sparc x86" +KEYWORDS="amd64 ~ia64 ppc ~ppc64 sparc x86" IUSE="" RDEPEND="virtual/perl-Digest-MD5" diff --git a/dev-perl/Devel-StackTrace/ChangeLog b/dev-perl/Devel-StackTrace/ChangeLog index edf290c6359d..acc1c496b82c 100644 --- a/dev-perl/Devel-StackTrace/ChangeLog +++ b/dev-perl/Devel-StackTrace/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Devel-StackTrace # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Devel-StackTrace/ChangeLog,v 1.59 2009/09/19 16:44:07 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Devel-StackTrace/ChangeLog,v 1.60 2009/10/07 23:16:13 tcunha Exp $ + + 07 Oct 2009; Tiago Cunha <tcunha@gentoo.org> Devel-StackTrace-1.22.ebuild: + stable sparc, bug 283969 19 Sep 2009; nixnut <nixnut@gentoo.org> Devel-StackTrace-1.22.ebuild: ppc stable #283969 diff --git a/dev-perl/Devel-StackTrace/Devel-StackTrace-1.22.ebuild b/dev-perl/Devel-StackTrace/Devel-StackTrace-1.22.ebuild index b715eb350b37..329062fdd6be 100644 --- a/dev-perl/Devel-StackTrace/Devel-StackTrace-1.22.ebuild +++ b/dev-perl/Devel-StackTrace/Devel-StackTrace-1.22.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Devel-StackTrace/Devel-StackTrace-1.22.ebuild,v 1.5 2009/09/19 16:44:07 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Devel-StackTrace/Devel-StackTrace-1.22.ebuild,v 1.6 2009/10/07 23:16:13 tcunha Exp $ EAPI=2 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Devel-StackTrace module for perl" SLOT="0" -KEYWORDS="~alpha amd64 hppa ~ia64 ppc ~sparc x86" +KEYWORDS="~alpha amd64 hppa ~ia64 ppc sparc x86" IUSE="" RDEPEND="virtual/perl-File-Spec" diff --git a/dev-perl/HTML-Mason/ChangeLog b/dev-perl/HTML-Mason/ChangeLog index 4af9d2cfa110..462689028a75 100644 --- a/dev-perl/HTML-Mason/ChangeLog +++ b/dev-perl/HTML-Mason/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/HTML-Mason # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/ChangeLog,v 1.90 2009/09/19 16:42:39 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/ChangeLog,v 1.91 2009/10/07 23:14:50 tcunha Exp $ + + 07 Oct 2009; Tiago Cunha <tcunha@gentoo.org> HTML-Mason-1.42.ebuild: + stable sparc, bug 283969 19 Sep 2009; nixnut <nixnut@gentoo.org> HTML-Mason-1.42.ebuild: ppc stable #283969 diff --git a/dev-perl/HTML-Mason/HTML-Mason-1.42.ebuild b/dev-perl/HTML-Mason/HTML-Mason-1.42.ebuild index db2aa69fcdea..0fdfb6ab7b73 100644 --- a/dev-perl/HTML-Mason/HTML-Mason-1.42.ebuild +++ b/dev-perl/HTML-Mason/HTML-Mason-1.42.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.42.ebuild,v 1.4 2009/09/19 16:42:39 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.42.ebuild,v 1.5 2009/10/07 23:14:50 tcunha Exp $ inherit depend.apache perl-module @@ -10,7 +10,7 @@ HOMEPAGE="http://www.masonhq.com/" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="~alpha amd64 ppc ~sparc x86" +KEYWORDS="~alpha amd64 ppc sparc x86" IUSE="modperl doc" SRC_TEST="do" diff --git a/dev-perl/HTML-Parser/ChangeLog b/dev-perl/HTML-Parser/ChangeLog index 33a5f838e027..5e353bbf37ea 100644 --- a/dev-perl/HTML-Parser/ChangeLog +++ b/dev-perl/HTML-Parser/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/HTML-Parser # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/ChangeLog,v 1.118 2009/09/27 15:05:56 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/ChangeLog,v 1.119 2009/10/07 23:13:27 tcunha Exp $ + + 07 Oct 2009; Tiago Cunha <tcunha@gentoo.org> HTML-Parser-3.62.ebuild: + stable sparc, bug 283969 27 Sep 2009; Brent Baude <ranger@gentoo.org> HTML-Parser-3.62.ebuild: Marking HTML-Parser-3.62 ppc64 stable for bug 283969 diff --git a/dev-perl/HTML-Parser/HTML-Parser-3.62.ebuild b/dev-perl/HTML-Parser/HTML-Parser-3.62.ebuild index 5b8d905568c2..ff67aec35add 100644 --- a/dev-perl/HTML-Parser/HTML-Parser-3.62.ebuild +++ b/dev-perl/HTML-Parser/HTML-Parser-3.62.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/HTML-Parser-3.62.ebuild,v 1.7 2009/09/27 15:05:56 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/HTML-Parser-3.62.ebuild,v 1.8 2009/10/07 23:13:27 tcunha Exp $ EAPI=2 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Parse <HEAD> section of HTML documents" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~sparc-fbsd x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~sparc-fbsd ~x86-fbsd" IUSE="test" RDEPEND=">=dev-perl/HTML-Tagset-3.03 diff --git a/dev-perl/HTTP-DAV/ChangeLog b/dev-perl/HTTP-DAV/ChangeLog index cf80a11545ec..91ace63db258 100644 --- a/dev-perl/HTTP-DAV/ChangeLog +++ b/dev-perl/HTTP-DAV/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/HTTP-DAV # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-DAV/ChangeLog,v 1.22 2009/09/18 18:29:57 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-DAV/ChangeLog,v 1.23 2009/10/07 23:12:03 tcunha Exp $ + + 07 Oct 2009; Tiago Cunha <tcunha@gentoo.org> HTTP-DAV-0.38.ebuild: + stable sparc, bug 283969 18 Sep 2009; Torsten Veller <tove@gentoo.org> HTTP-DAV-0.38.ebuild: Stable on amd64 (#283969) diff --git a/dev-perl/HTTP-DAV/HTTP-DAV-0.38.ebuild b/dev-perl/HTTP-DAV/HTTP-DAV-0.38.ebuild index d8ead7ef6c81..242504113f49 100644 --- a/dev-perl/HTTP-DAV/HTTP-DAV-0.38.ebuild +++ b/dev-perl/HTTP-DAV/HTTP-DAV-0.38.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-DAV/HTTP-DAV-0.38.ebuild,v 1.3 2009/09/18 18:29:57 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-DAV/HTTP-DAV-0.38.ebuild,v 1.4 2009/10/07 23:12:03 tcunha Exp $ EAPI=2 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="A WebDAV client library for Perl5" SLOT="0" -KEYWORDS="amd64 ~ia64 ~ppc ~sparc x86" +KEYWORDS="amd64 ~ia64 ~ppc sparc x86" IUSE="" DEPEND="dev-perl/libwww-perl diff --git a/dev-perl/IPC-Run3/ChangeLog b/dev-perl/IPC-Run3/ChangeLog index d1fc28905168..a69a987d42f4 100644 --- a/dev-perl/IPC-Run3/ChangeLog +++ b/dev-perl/IPC-Run3/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/IPC-Run3 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run3/ChangeLog,v 1.39 2009/10/03 04:22:59 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run3/ChangeLog,v 1.40 2009/10/07 23:09:20 tcunha Exp $ + + 07 Oct 2009; Tiago Cunha <tcunha@gentoo.org> IPC-Run3-0.043.ebuild: + stable sparc, bug 283969 03 Oct 2009; Joseph Jezak <josejx@gentoo.org> IPC-Run3-0.038.ebuild, IPC-Run3-0.043.ebuild: diff --git a/dev-perl/IPC-Run3/IPC-Run3-0.043.ebuild b/dev-perl/IPC-Run3/IPC-Run3-0.043.ebuild index c7f75ca422bc..8ffff27490a5 100644 --- a/dev-perl/IPC-Run3/IPC-Run3-0.043.ebuild +++ b/dev-perl/IPC-Run3/IPC-Run3-0.043.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run3/IPC-Run3-0.043.ebuild,v 1.6 2009/10/03 04:22:59 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run3/IPC-Run3-0.043.ebuild,v 1.7 2009/10/07 23:09:20 tcunha Exp $ EAPI=2 @@ -11,7 +11,7 @@ DESCRIPTION="Run a subprocess in batch mode (a la system)" SLOT="0" LICENSE="as-is" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh sparc x86" IUSE="test" SRC_TEST="do" diff --git a/dev-perl/Log-Log4perl/ChangeLog b/dev-perl/Log-Log4perl/ChangeLog index afa1f845a277..7fcc4bb05558 100644 --- a/dev-perl/Log-Log4perl/ChangeLog +++ b/dev-perl/Log-Log4perl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Log-Log4perl # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Log-Log4perl/ChangeLog,v 1.55 2009/09/29 08:22:50 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Log-Log4perl/ChangeLog,v 1.56 2009/10/07 23:07:33 tcunha Exp $ + + 07 Oct 2009; Tiago Cunha <tcunha@gentoo.org> Log-Log4perl-1.24.ebuild: + stable sparc, bug 283969 *Log-Log4perl-1.25 (29 Sep 2009) diff --git a/dev-perl/Log-Log4perl/Log-Log4perl-1.24.ebuild b/dev-perl/Log-Log4perl/Log-Log4perl-1.24.ebuild index 77c21edbc540..4e2eda58ab3b 100644 --- a/dev-perl/Log-Log4perl/Log-Log4perl-1.24.ebuild +++ b/dev-perl/Log-Log4perl/Log-Log4perl-1.24.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Log-Log4perl/Log-Log4perl-1.24.ebuild,v 1.3 2009/09/18 18:27:43 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Log-Log4perl/Log-Log4perl-1.24.ebuild,v 1.4 2009/10/07 23:07:33 tcunha Exp $ EAPI=2 @@ -11,7 +11,7 @@ DESCRIPTION="Log::Log4perl is a Perl port of the widely popular log4j logging pa HOMEPAGE="http://log4perl.sourceforge.net/" SLOT="0" -KEYWORDS="amd64 ~ia64 ~ppc ~sparc x86" +KEYWORDS="amd64 ~ia64 ~ppc sparc x86" IUSE="test" RDEPEND="virtual/perl-Time-HiRes" diff --git a/dev-perl/Mail-DKIM/ChangeLog b/dev-perl/Mail-DKIM/ChangeLog index df8c464b4433..cad497dddb54 100644 --- a/dev-perl/Mail-DKIM/ChangeLog +++ b/dev-perl/Mail-DKIM/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Mail-DKIM # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog,v 1.34 2009/09/27 15:05:20 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog,v 1.35 2009/10/07 23:06:05 tcunha Exp $ + + 07 Oct 2009; Tiago Cunha <tcunha@gentoo.org> Mail-DKIM-0.36.ebuild: + stable sparc, bug 283969 27 Sep 2009; Brent Baude <ranger@gentoo.org> Mail-DKIM-0.36.ebuild: Marking Mail-DKIM-0.36 ppc64 stable for bug 283969 diff --git a/dev-perl/Mail-DKIM/Mail-DKIM-0.36.ebuild b/dev-perl/Mail-DKIM/Mail-DKIM-0.36.ebuild index 24d4e2a3869e..b4bebe4c390d 100644 --- a/dev-perl/Mail-DKIM/Mail-DKIM-0.36.ebuild +++ b/dev-perl/Mail-DKIM/Mail-DKIM-0.36.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/Mail-DKIM-0.36.ebuild,v 1.5 2009/09/27 15:05:20 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/Mail-DKIM-0.36.ebuild,v 1.6 2009/10/07 23:06:05 tcunha Exp $ EAPI=2 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Mail::DKIM - Signs/verifies Internet mail using DKIM message signatures" SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ppc ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 ~hppa ppc ppc64 sparc x86" IUSE="" DEPEND=">=dev-perl/Crypt-OpenSSL-RSA-0.24 diff --git a/dev-perl/PAR-Dist/ChangeLog b/dev-perl/PAR-Dist/ChangeLog index 8dcb1921a798..a443a252174f 100644 --- a/dev-perl/PAR-Dist/ChangeLog +++ b/dev-perl/PAR-Dist/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/PAR-Dist # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PAR-Dist/ChangeLog,v 1.53 2009/09/18 18:25:38 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PAR-Dist/ChangeLog,v 1.54 2009/10/07 23:04:12 tcunha Exp $ + + 07 Oct 2009; Tiago Cunha <tcunha@gentoo.org> PAR-Dist-0.46.ebuild: + stable sparc, bug 283969 18 Sep 2009; Torsten Veller <tove@gentoo.org> PAR-Dist-0.46.ebuild: Stable on amd64 (#283969) diff --git a/dev-perl/PAR-Dist/PAR-Dist-0.46.ebuild b/dev-perl/PAR-Dist/PAR-Dist-0.46.ebuild index 7c70ad14eaa0..d6e691501ac7 100644 --- a/dev-perl/PAR-Dist/PAR-Dist-0.46.ebuild +++ b/dev-perl/PAR-Dist/PAR-Dist-0.46.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PAR-Dist/PAR-Dist-0.46.ebuild,v 1.4 2009/09/18 18:25:38 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PAR-Dist/PAR-Dist-0.46.ebuild,v 1.5 2009/10/07 23:04:12 tcunha Exp $ EAPI=2 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Create and manipulate PAR distributions" SLOT="0" -KEYWORDS="amd64 hppa ~ia64 ~sparc x86" +KEYWORDS="amd64 hppa ~ia64 sparc x86" IUSE="" DEPEND=" diff --git a/dev-perl/PadWalker/ChangeLog b/dev-perl/PadWalker/ChangeLog index 98982d67178f..b3edabb3314e 100644 --- a/dev-perl/PadWalker/ChangeLog +++ b/dev-perl/PadWalker/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/PadWalker # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PadWalker/ChangeLog,v 1.18 2009/09/18 18:25:02 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PadWalker/ChangeLog,v 1.19 2009/10/07 23:02:47 tcunha Exp $ + + 07 Oct 2009; Tiago Cunha <tcunha@gentoo.org> PadWalker-1.9.ebuild: + stable sparc, bug 283969 18 Sep 2009; Torsten Veller <tove@gentoo.org> PadWalker-1.9.ebuild: Stable on amd64 (#283969) diff --git a/dev-perl/PadWalker/PadWalker-1.9.ebuild b/dev-perl/PadWalker/PadWalker-1.9.ebuild index 30d047954096..e5b49bd97479 100644 --- a/dev-perl/PadWalker/PadWalker-1.9.ebuild +++ b/dev-perl/PadWalker/PadWalker-1.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PadWalker/PadWalker-1.9.ebuild,v 1.2 2009/09/18 18:25:02 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PadWalker/PadWalker-1.9.ebuild,v 1.3 2009/10/07 23:02:47 tcunha Exp $ EAPI=2 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="play with other peoples' lexical variables" SLOT="0" -KEYWORDS="amd64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~ppc sparc ~x86" IUSE="" SRC_TEST="do" diff --git a/dev-perl/Params-Util/ChangeLog b/dev-perl/Params-Util/ChangeLog index 1876e793ecee..0d71d693bf31 100644 --- a/dev-perl/Params-Util/ChangeLog +++ b/dev-perl/Params-Util/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Params-Util # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Params-Util/ChangeLog,v 1.69 2009/09/19 16:35:07 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Params-Util/ChangeLog,v 1.70 2009/10/07 22:54:26 tcunha Exp $ + + 07 Oct 2009; Tiago Cunha <tcunha@gentoo.org> Params-Util-1.00.ebuild: + stable sparc, bug 283969 19 Sep 2009; nixnut <nixnut@gentoo.org> Params-Util-1.00.ebuild: ppc stable #283969 diff --git a/dev-perl/Params-Util/Params-Util-1.00.ebuild b/dev-perl/Params-Util/Params-Util-1.00.ebuild index 2ab8a725b05a..feee867cfe0b 100644 --- a/dev-perl/Params-Util/Params-Util-1.00.ebuild +++ b/dev-perl/Params-Util/Params-Util-1.00.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Params-Util/Params-Util-1.00.ebuild,v 1.5 2009/09/19 16:35:07 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Params-Util/Params-Util-1.00.ebuild,v 1.6 2009/10/07 22:54:26 tcunha Exp $ EAPI=2 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Utility functions to aid in parameter checking" SLOT="0" -KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ppc ~sparc x86" +KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ppc sparc x86" IUSE="" DEPEND=">=virtual/perl-Scalar-List-Utils-1.18" diff --git a/dev-perl/Shell-EnvImporter/ChangeLog b/dev-perl/Shell-EnvImporter/ChangeLog index bfeac395baaf..da36deb01711 100644 --- a/dev-perl/Shell-EnvImporter/ChangeLog +++ b/dev-perl/Shell-EnvImporter/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Shell-EnvImporter # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Shell-EnvImporter/ChangeLog,v 1.26 2009/09/27 15:04:44 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Shell-EnvImporter/ChangeLog,v 1.27 2009/10/07 23:01:31 tcunha Exp $ + + 07 Oct 2009; Tiago Cunha <tcunha@gentoo.org> + Shell-EnvImporter-1.07.ebuild: + stable sparc, bug 283969 27 Sep 2009; Brent Baude <ranger@gentoo.org> Shell-EnvImporter-1.07.ebuild: diff --git a/dev-perl/Shell-EnvImporter/Shell-EnvImporter-1.07.ebuild b/dev-perl/Shell-EnvImporter/Shell-EnvImporter-1.07.ebuild index 7f847a51cae5..84ba5fd9c408 100644 --- a/dev-perl/Shell-EnvImporter/Shell-EnvImporter-1.07.ebuild +++ b/dev-perl/Shell-EnvImporter/Shell-EnvImporter-1.07.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Shell-EnvImporter/Shell-EnvImporter-1.07.ebuild,v 1.7 2009/09/27 15:04:44 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Shell-EnvImporter/Shell-EnvImporter-1.07.ebuild,v 1.8 2009/10/07 23:01:31 tcunha Exp $ EAPI=2 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Import environment variable changes from external commands or shell scripts" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd" IUSE="" DEPEND=">=dev-perl/Class-MethodMaker-2" diff --git a/dev-perl/Statistics-Descriptive/ChangeLog b/dev-perl/Statistics-Descriptive/ChangeLog index 4141ae54e77a..1f95f8e6f636 100644 --- a/dev-perl/Statistics-Descriptive/ChangeLog +++ b/dev-perl/Statistics-Descriptive/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Statistics-Descriptive # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Statistics-Descriptive/ChangeLog,v 1.22 2009/09/18 18:23:51 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Statistics-Descriptive/ChangeLog,v 1.23 2009/10/07 22:59:57 tcunha Exp $ + + 07 Oct 2009; Tiago Cunha <tcunha@gentoo.org> + Statistics-Descriptive-3.0100.ebuild: + stable sparc, bug 283969 18 Sep 2009; Torsten Veller <tove@gentoo.org> Statistics-Descriptive-3.0100.ebuild: diff --git a/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.0100.ebuild b/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.0100.ebuild index db1e28223bad..d34f83d6809c 100644 --- a/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.0100.ebuild +++ b/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.0100.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.0100.ebuild,v 1.3 2009/09/18 18:23:51 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.0100.ebuild,v 1.4 2009/10/07 22:59:57 tcunha Exp $ EAPI=2 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Module of basic descriptive statistical functions" SLOT="0" -KEYWORDS="amd64 ~ia64 ~ppc ~sparc x86" +KEYWORDS="amd64 ~ia64 ~ppc sparc x86" IUSE="test" DEPEND="virtual/perl-Module-Build diff --git a/dev-perl/String-Format/ChangeLog b/dev-perl/String-Format/ChangeLog index 6594e9a5511d..c72e7a34245b 100644 --- a/dev-perl/String-Format/ChangeLog +++ b/dev-perl/String-Format/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/String-Format # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/String-Format/ChangeLog,v 1.14 2009/09/18 18:23:17 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/String-Format/ChangeLog,v 1.15 2009/10/07 22:58:36 tcunha Exp $ + + 07 Oct 2009; Tiago Cunha <tcunha@gentoo.org> String-Format-1.16.ebuild: + stable sparc, bug 283969 18 Sep 2009; Torsten Veller <tove@gentoo.org> String-Format-1.16.ebuild: Stable on amd64 (#283969) diff --git a/dev-perl/String-Format/String-Format-1.16.ebuild b/dev-perl/String-Format/String-Format-1.16.ebuild index da6f570d7b53..9d13ac36ab4a 100644 --- a/dev-perl/String-Format/String-Format-1.16.ebuild +++ b/dev-perl/String-Format/String-Format-1.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/String-Format/String-Format-1.16.ebuild,v 1.4 2009/09/18 18:23:17 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/String-Format/String-Format-1.16.ebuild,v 1.5 2009/10/07 22:58:36 tcunha Exp $ EAPI=2 @@ -11,7 +11,7 @@ DESCRIPTION="sprintf-like string formatting capabilities with arbitrary format d LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86" +KEYWORDS="amd64 ~ppc ~ppc64 sparc x86" IUSE="" SRC_TEST="do" diff --git a/dev-perl/Test-ClassAPI/ChangeLog b/dev-perl/Test-ClassAPI/ChangeLog index 36644d03f2fb..5dd2bc2e18ce 100644 --- a/dev-perl/Test-ClassAPI/ChangeLog +++ b/dev-perl/Test-ClassAPI/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Test-ClassAPI # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-ClassAPI/ChangeLog,v 1.35 2009/09/19 16:36:10 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-ClassAPI/ChangeLog,v 1.36 2009/10/07 22:57:21 tcunha Exp $ + + 07 Oct 2009; Tiago Cunha <tcunha@gentoo.org> Test-ClassAPI-1.06.ebuild: + stable sparc, bug 283969 19 Sep 2009; nixnut <nixnut@gentoo.org> Test-ClassAPI-1.06.ebuild: ppc stable #283969 diff --git a/dev-perl/Test-ClassAPI/Test-ClassAPI-1.06.ebuild b/dev-perl/Test-ClassAPI/Test-ClassAPI-1.06.ebuild index 1dda85e52622..25280b477d69 100644 --- a/dev-perl/Test-ClassAPI/Test-ClassAPI-1.06.ebuild +++ b/dev-perl/Test-ClassAPI/Test-ClassAPI-1.06.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-ClassAPI/Test-ClassAPI-1.06.ebuild,v 1.5 2009/09/19 16:36:10 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-ClassAPI/Test-ClassAPI-1.06.ebuild,v 1.6 2009/10/07 22:57:21 tcunha Exp $ EAPI=2 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Provides basic first-pass API testing for large class trees" SLOT="0" -KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ppc ~sparc x86" +KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ppc sparc x86" IUSE="" RDEPEND=">=virtual/perl-File-Spec-0.83 diff --git a/dev-perl/Text-CSV_XS/ChangeLog b/dev-perl/Text-CSV_XS/ChangeLog index 367c491b762a..74b227cf9475 100644 --- a/dev-perl/Text-CSV_XS/ChangeLog +++ b/dev-perl/Text-CSV_XS/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Text-CSV_XS # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.55 2009/10/06 18:31:02 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.56 2009/10/07 22:51:15 tcunha Exp $ + + 07 Oct 2009; Tiago Cunha <tcunha@gentoo.org> Text-CSV_XS-0.67.ebuild: + stable sparc, bug 283969 *Text-CSV_XS-0.68 (06 Oct 2009) diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.67.ebuild b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.67.ebuild index 97b4c32bc0c1..b7a79fe99d24 100644 --- a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.67.ebuild +++ b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.67.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/Text-CSV_XS-0.67.ebuild,v 1.5 2009/09/27 15:04:04 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/Text-CSV_XS-0.67.ebuild,v 1.6 2009/10/07 22:51:15 tcunha Exp $ EAPI=2 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="comma-separated values manipulation routines" SLOT="0" -KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86" IUSE="test" RDEPEND="" diff --git a/dev-perl/WWW-Bugzilla/ChangeLog b/dev-perl/WWW-Bugzilla/ChangeLog index d835d05f47a8..754a412f92f1 100644 --- a/dev-perl/WWW-Bugzilla/ChangeLog +++ b/dev-perl/WWW-Bugzilla/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/WWW-Bugzilla # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Bugzilla/ChangeLog,v 1.38 2009/09/18 18:28:53 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Bugzilla/ChangeLog,v 1.39 2009/10/07 23:10:39 tcunha Exp $ + + 07 Oct 2009; Tiago Cunha <tcunha@gentoo.org> WWW-Bugzilla-1.3.ebuild: + stable sparc, bug 283969 18 Sep 2009; Torsten Veller <tove@gentoo.org> WWW-Bugzilla-1.3.ebuild: Stable on amd64 (#283969) diff --git a/dev-perl/WWW-Bugzilla/WWW-Bugzilla-1.3.ebuild b/dev-perl/WWW-Bugzilla/WWW-Bugzilla-1.3.ebuild index 13d011746ecc..23f14242f5b3 100644 --- a/dev-perl/WWW-Bugzilla/WWW-Bugzilla-1.3.ebuild +++ b/dev-perl/WWW-Bugzilla/WWW-Bugzilla-1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Bugzilla/WWW-Bugzilla-1.3.ebuild,v 1.7 2009/09/18 18:28:53 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Bugzilla/WWW-Bugzilla-1.3.ebuild,v 1.8 2009/10/07 23:10:39 tcunha Exp $ EAPI=2 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="WWW::Bugzilla - automate interaction with bugzilla" SLOT="0" -KEYWORDS="amd64 ~ppc ~sparc x86" +KEYWORDS="amd64 ~ppc sparc x86" IUSE="" RDEPEND="dev-perl/WWW-Mechanize diff --git a/dev-perl/WWW-Mechanize/ChangeLog b/dev-perl/WWW-Mechanize/ChangeLog index b0cc98905807..e810eab9f3ae 100644 --- a/dev-perl/WWW-Mechanize/ChangeLog +++ b/dev-perl/WWW-Mechanize/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/WWW-Mechanize # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v 1.65 2009/09/19 16:30:21 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v 1.66 2009/10/07 22:49:50 tcunha Exp $ + + 07 Oct 2009; Tiago Cunha <tcunha@gentoo.org> WWW-Mechanize-1.60.ebuild: + stable sparc, bug 283969 19 Sep 2009; nixnut <nixnut@gentoo.org> WWW-Mechanize-1.60.ebuild: ppc stable #283969 diff --git a/dev-perl/WWW-Mechanize/WWW-Mechanize-1.60.ebuild b/dev-perl/WWW-Mechanize/WWW-Mechanize-1.60.ebuild index c675379ee4e4..7f4d279fb8f2 100644 --- a/dev-perl/WWW-Mechanize/WWW-Mechanize-1.60.ebuild +++ b/dev-perl/WWW-Mechanize/WWW-Mechanize-1.60.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/WWW-Mechanize-1.60.ebuild,v 1.5 2009/09/19 16:30:21 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/WWW-Mechanize-1.60.ebuild,v 1.6 2009/10/07 22:49:50 tcunha Exp $ EAPI=2 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Handy web browsing in a Perl object" SLOT="0" -KEYWORDS="amd64 ppc ~sparc x86" +KEYWORDS="amd64 ppc sparc x86" IUSE="test" # Bug in the tests - improper use of HTTP::Server diff --git a/dev-perl/crypt-rsa/ChangeLog b/dev-perl/crypt-rsa/ChangeLog index 152e314c91d7..87625eb10a29 100644 --- a/dev-perl/crypt-rsa/ChangeLog +++ b/dev-perl/crypt-rsa/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/crypt-rsa # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/crypt-rsa/ChangeLog,v 1.36 2009/09/18 18:19:06 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/crypt-rsa/ChangeLog,v 1.37 2009/10/07 22:47:30 tcunha Exp $ + + 07 Oct 2009; Tiago Cunha <tcunha@gentoo.org> crypt-rsa-1.99.ebuild: + stable sparc, bug 283969 18 Sep 2009; Torsten Veller <tove@gentoo.org> crypt-rsa-1.99.ebuild: Stable on amd64 (#283969) diff --git a/dev-perl/crypt-rsa/crypt-rsa-1.99.ebuild b/dev-perl/crypt-rsa/crypt-rsa-1.99.ebuild index cdfdca59f1e8..7cb8eab26ffd 100644 --- a/dev-perl/crypt-rsa/crypt-rsa-1.99.ebuild +++ b/dev-perl/crypt-rsa/crypt-rsa-1.99.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/crypt-rsa/crypt-rsa-1.99.ebuild,v 1.4 2009/09/18 18:19:06 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/crypt-rsa/crypt-rsa-1.99.ebuild,v 1.5 2009/10/07 22:47:30 tcunha Exp $ EAPI=2 @@ -13,7 +13,7 @@ inherit perl-module DESCRIPTION="RSA public-key cryptosystem" SLOT="0" -KEYWORDS="~alpha amd64 hppa ~mips ~ppc ~sparc x86" +KEYWORDS="~alpha amd64 hppa ~mips ~ppc sparc x86" IUSE="" DEPEND="dev-perl/class-loader diff --git a/dev-perl/dbix-searchbuilder/ChangeLog b/dev-perl/dbix-searchbuilder/ChangeLog index 8e834947b2f5..5ae3e1e53127 100644 --- a/dev-perl/dbix-searchbuilder/ChangeLog +++ b/dev-perl/dbix-searchbuilder/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/dbix-searchbuilder # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/dbix-searchbuilder/ChangeLog,v 1.60 2009/09/18 18:18:28 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/dbix-searchbuilder/ChangeLog,v 1.61 2009/10/07 22:46:11 tcunha Exp $ + + 07 Oct 2009; Tiago Cunha <tcunha@gentoo.org> + dbix-searchbuilder-1.56.ebuild: + stable sparc, bug 283969 18 Sep 2009; Torsten Veller <tove@gentoo.org> dbix-searchbuilder-1.56.ebuild: diff --git a/dev-perl/dbix-searchbuilder/dbix-searchbuilder-1.56.ebuild b/dev-perl/dbix-searchbuilder/dbix-searchbuilder-1.56.ebuild index 49771ff5a710..2fafa0b6c491 100644 --- a/dev-perl/dbix-searchbuilder/dbix-searchbuilder-1.56.ebuild +++ b/dev-perl/dbix-searchbuilder/dbix-searchbuilder-1.56.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/dbix-searchbuilder/dbix-searchbuilder-1.56.ebuild,v 1.4 2009/09/18 18:18:28 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/dbix-searchbuilder/dbix-searchbuilder-1.56.ebuild,v 1.5 2009/10/07 22:46:11 tcunha Exp $ EAPI=2 @@ -13,7 +13,7 @@ inherit perl-module DESCRIPTION="Encapsulate SQL queries and rows in simple perl objects" SLOT="0" -KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ~sparc x86" +KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc sparc x86" IUSE="test" RDEPEND="dev-perl/DBI diff --git a/dev-perl/extutils-depends/ChangeLog b/dev-perl/extutils-depends/ChangeLog index 4b59002ded6f..3635dd3de25b 100644 --- a/dev-perl/extutils-depends/ChangeLog +++ b/dev-perl/extutils-depends/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/extutils-depends # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-depends/ChangeLog,v 1.44 2009/09/27 15:03:31 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-depends/ChangeLog,v 1.45 2009/10/07 22:44:39 tcunha Exp $ + + 07 Oct 2009; Tiago Cunha <tcunha@gentoo.org> + extutils-depends-0.302.ebuild: + stable sparc, bug 283969 27 Sep 2009; Brent Baude <ranger@gentoo.org> extutils-depends-0.302.ebuild: diff --git a/dev-perl/extutils-depends/extutils-depends-0.302.ebuild b/dev-perl/extutils-depends/extutils-depends-0.302.ebuild index e053c1e52412..dcf709d863b5 100644 --- a/dev-perl/extutils-depends/extutils-depends-0.302.ebuild +++ b/dev-perl/extutils-depends/extutils-depends-0.302.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-depends/extutils-depends-0.302.ebuild,v 1.7 2009/09/27 15:03:31 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-depends/extutils-depends-0.302.ebuild,v 1.8 2009/10/07 22:44:39 tcunha Exp $ EAPI=2 @@ -13,7 +13,7 @@ inherit perl-module DESCRIPTION="Easily build XS extensions that depend on XS extensions" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd" IUSE="" SRC_TEST="do" diff --git a/dev-perl/libwww-perl/ChangeLog b/dev-perl/libwww-perl/ChangeLog index ccc2ec4914db..dbfe5c2b5504 100644 --- a/dev-perl/libwww-perl/ChangeLog +++ b/dev-perl/libwww-perl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/libwww-perl # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/ChangeLog,v 1.117 2009/10/07 17:43:23 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/ChangeLog,v 1.118 2009/10/07 22:40:20 tcunha Exp $ + + 07 Oct 2009; Tiago Cunha <tcunha@gentoo.org> libwww-perl-5.831.ebuild: + stable sparc, bug 283969 *libwww-perl-5.833 (07 Oct 2009) diff --git a/dev-perl/libwww-perl/libwww-perl-5.831.ebuild b/dev-perl/libwww-perl/libwww-perl-5.831.ebuild index 36f1c5253ac9..7b2e966d2d4a 100644 --- a/dev-perl/libwww-perl/libwww-perl-5.831.ebuild +++ b/dev-perl/libwww-perl/libwww-perl-5.831.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/libwww-perl-5.831.ebuild,v 1.5 2009/09/19 16:29:21 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/libwww-perl-5.831.ebuild,v 1.6 2009/10/07 22:40:20 tcunha Exp $ EAPI=2 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="A collection of Perl Modules for the WWW" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~sparc-fbsd ~x86-fbsd" IUSE="ssl" DEPEND="virtual/perl-libnet diff --git a/dev-perl/prefork/ChangeLog b/dev-perl/prefork/ChangeLog index 3fe742891af6..b2b82fbb9dae 100644 --- a/dev-perl/prefork/ChangeLog +++ b/dev-perl/prefork/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/prefork # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/prefork/ChangeLog,v 1.33 2009/09/19 16:24:57 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/prefork/ChangeLog,v 1.34 2009/10/07 22:41:47 tcunha Exp $ + + 07 Oct 2009; Tiago Cunha <tcunha@gentoo.org> prefork-1.04.ebuild: + stable sparc, bug 283969 19 Sep 2009; nixnut <nixnut@gentoo.org> prefork-1.04.ebuild: ppc stable #283969 diff --git a/dev-perl/prefork/prefork-1.04.ebuild b/dev-perl/prefork/prefork-1.04.ebuild index 1783396f18dd..04e49dbba184 100644 --- a/dev-perl/prefork/prefork-1.04.ebuild +++ b/dev-perl/prefork/prefork-1.04.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/prefork/prefork-1.04.ebuild,v 1.5 2009/09/19 16:24:57 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/prefork/prefork-1.04.ebuild,v 1.6 2009/10/07 22:41:47 tcunha Exp $ EAPI=2 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Optimized module loading for forking or non-forking processes" SLOT="0" -KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ppc ~sparc x86" +KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ppc sparc x86" IUSE="" DEPEND=">=virtual/perl-File-Spec-0.80 |