summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weber <xmw@gentoo.org>2010-12-03 01:35:08 +0000
committerMichael Weber <xmw@gentoo.org>2010-12-03 01:35:08 +0000
commitfde717ec624e409de8dad7e9a4b5fb4639784315 (patch)
treef68cf8e2412f43d8df1cd3e4117e1f06f4842f69
parentAdd log about the recent changes in 2.0.9+ about blocking/scoring. (diff)
downloadhistorical-fde717ec624e409de8dad7e9a4b5fb4639784315.tar.gz
historical-fde717ec624e409de8dad7e9a4b5fb4639784315.tar.bz2
historical-fde717ec624e409de8dad7e9a4b5fb4639784315.zip
add ~arm (bug 302981)
Package-Manager: portage-2.1.9.24/cvs/Linux x86_64
-rw-r--r--dev-perl/Class-Singleton/ChangeLog6
-rw-r--r--dev-perl/Class-Singleton/Class-Singleton-1.03.ebuild6
-rw-r--r--dev-perl/Class-Singleton/Class-Singleton-1.4.ebuild4
-rw-r--r--dev-perl/DateTime-Locale/ChangeLog6
-rw-r--r--dev-perl/DateTime-Locale/DateTime-Locale-0.43.ebuild6
-rw-r--r--dev-perl/DateTime-Locale/DateTime-Locale-0.44.ebuild4
-rw-r--r--dev-perl/DateTime-Locale/DateTime-Locale-0.45.ebuild4
-rw-r--r--dev-perl/DateTime-TimeZone/ChangeLog8
-rw-r--r--dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.19.ebuild4
-rw-r--r--dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.20.ebuild4
-rw-r--r--dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.21.ebuild4
-rw-r--r--dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.22.ebuild4
-rw-r--r--dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.23.ebuild4
-rw-r--r--dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.26.ebuild4
-rw-r--r--dev-perl/DateTime/ChangeLog6
-rw-r--r--dev-perl/DateTime/DateTime-0.55.ebuild4
-rw-r--r--dev-perl/DateTime/DateTime-0.63.ebuild4
-rw-r--r--dev-perl/DateTime/DateTime-0.65.ebuild4
-rw-r--r--dev-perl/DateTime/DateTime-0.66.ebuild4
-rw-r--r--dev-perl/List-MoreUtils/ChangeLog7
-rw-r--r--dev-perl/List-MoreUtils/List-MoreUtils-0.21.ebuild6
-rw-r--r--dev-perl/List-MoreUtils/List-MoreUtils-0.22.ebuild4
-rw-r--r--dev-perl/List-MoreUtils/List-MoreUtils-0.24.ebuild4
-rw-r--r--dev-perl/List-MoreUtils/List-MoreUtils-0.26.ebuild4
-rw-r--r--dev-perl/Test-Fatal/ChangeLog5
-rw-r--r--dev-perl/Test-Fatal/Test-Fatal-0.003.ebuild4
-rw-r--r--dev-perl/Try-Tiny/ChangeLog6
-rw-r--r--dev-perl/Try-Tiny/Try-Tiny-0.06.ebuild4
-rw-r--r--dev-perl/Try-Tiny/Try-Tiny-0.07.ebuild4
29 files changed, 84 insertions, 54 deletions
diff --git a/dev-perl/Class-Singleton/ChangeLog b/dev-perl/Class-Singleton/ChangeLog
index 33e51c3700cd..8430929e25c0 100644
--- a/dev-perl/Class-Singleton/ChangeLog
+++ b/dev-perl/Class-Singleton/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Class-Singleton
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Singleton/ChangeLog,v 1.22 2010/01/09 17:34:02 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Singleton/ChangeLog,v 1.23 2010/12/03 01:24:11 xmw Exp $
+
+ 03 Dec 2010; Michael Weber <xmw@gentoo.org> Class-Singleton-1.03.ebuild,
+ Class-Singleton-1.4.ebuild:
+ add ~arm (bug 302981)
09 Jan 2010; Fabian Groffen <grobian@gentoo.org>
Class-Singleton-1.4.ebuild:
diff --git a/dev-perl/Class-Singleton/Class-Singleton-1.03.ebuild b/dev-perl/Class-Singleton/Class-Singleton-1.03.ebuild
index 0684c7a73afe..5b87cfb62c09 100644
--- a/dev-perl/Class-Singleton/Class-Singleton-1.03.ebuild
+++ b/dev-perl/Class-Singleton/Class-Singleton-1.03.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Singleton/Class-Singleton-1.03.ebuild,v 1.17 2007/04/16 06:39:54 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Singleton/Class-Singleton-1.03.ebuild,v 1.18 2010/12/03 01:24:12 xmw Exp $
inherit perl-module
@@ -10,6 +10,6 @@ SRC_URI="mirror://cpan/authors/id/A/AB/ABW/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 sparc x86 ~x86-fbsd"
IUSE=""
DEPEND="dev-lang/perl"
diff --git a/dev-perl/Class-Singleton/Class-Singleton-1.4.ebuild b/dev-perl/Class-Singleton/Class-Singleton-1.4.ebuild
index be54f311dc06..cb90002359ff 100644
--- a/dev-perl/Class-Singleton/Class-Singleton-1.4.ebuild
+++ b/dev-perl/Class-Singleton/Class-Singleton-1.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Singleton/Class-Singleton-1.4.ebuild,v 1.5 2010/01/09 17:34:02 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Singleton/Class-Singleton-1.4.ebuild,v 1.6 2010/12/03 01:24:11 xmw Exp $
inherit perl-module
@@ -10,6 +10,6 @@ SRC_URI="mirror://cpan/authors/id/A/AB/ABW/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 ia64 ppc ~ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ia64 ppc ~ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE=""
DEPEND="dev-lang/perl"
diff --git a/dev-perl/DateTime-Locale/ChangeLog b/dev-perl/DateTime-Locale/ChangeLog
index 4a9ee237c14e..7ebf3ebe47c5 100644
--- a/dev-perl/DateTime-Locale/ChangeLog
+++ b/dev-perl/DateTime-Locale/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/DateTime-Locale
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Locale/ChangeLog,v 1.73 2010/11/05 13:59:34 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Locale/ChangeLog,v 1.74 2010/12/03 01:19:59 xmw Exp $
+
+ 03 Dec 2010; Michael Weber <xmw@gentoo.org> DateTime-Locale-0.43.ebuild,
+ DateTime-Locale-0.44.ebuild, DateTime-Locale-0.45.ebuild:
+ add ~arm (bug 302981)
05 Nov 2010; Samuli Suominen <ssuominen@gentoo.org>
DateTime-Locale-0.45.ebuild:
diff --git a/dev-perl/DateTime-Locale/DateTime-Locale-0.43.ebuild b/dev-perl/DateTime-Locale/DateTime-Locale-0.43.ebuild
index 32576053c7f7..5c112192923c 100644
--- a/dev-perl/DateTime-Locale/DateTime-Locale-0.43.ebuild
+++ b/dev-perl/DateTime-Locale/DateTime-Locale-0.43.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Locale/DateTime-Locale-0.43.ebuild,v 1.6 2009/09/18 17:32:56 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Locale/DateTime-Locale-0.43.ebuild,v 1.7 2010/12/03 01:19:59 xmw Exp $
EAPI=2
@@ -14,7 +14,7 @@ DESCRIPTION="Localization support for DateTime"
LICENSE="|| ( Artistic GPL-2 ) unicode"
SLOT="0"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 sparc x86 ~x86-fbsd"
IUSE=""
RDEPEND="dev-perl/Params-Validate
diff --git a/dev-perl/DateTime-Locale/DateTime-Locale-0.44.ebuild b/dev-perl/DateTime-Locale/DateTime-Locale-0.44.ebuild
index 55fec8f77294..2f6ea3236e44 100644
--- a/dev-perl/DateTime-Locale/DateTime-Locale-0.44.ebuild
+++ b/dev-perl/DateTime-Locale/DateTime-Locale-0.44.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Locale/DateTime-Locale-0.44.ebuild,v 1.2 2010/01/09 19:32:06 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Locale/DateTime-Locale-0.44.ebuild,v 1.3 2010/12/03 01:19:59 xmw Exp $
EAPI=2
@@ -14,7 +14,7 @@ DESCRIPTION="Localization support for DateTime"
LICENSE="|| ( Artistic GPL-2 ) unicode"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE=""
RDEPEND=">=dev-perl/Params-Validate-0.91
diff --git a/dev-perl/DateTime-Locale/DateTime-Locale-0.45.ebuild b/dev-perl/DateTime-Locale/DateTime-Locale-0.45.ebuild
index b24c6b37a3a1..af6fd1618edf 100644
--- a/dev-perl/DateTime-Locale/DateTime-Locale-0.45.ebuild
+++ b/dev-perl/DateTime-Locale/DateTime-Locale-0.45.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Locale/DateTime-Locale-0.45.ebuild,v 1.5 2010/11/05 13:59:34 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Locale/DateTime-Locale-0.45.ebuild,v 1.6 2010/12/03 01:19:59 xmw Exp $
EAPI=2
@@ -14,7 +14,7 @@ DESCRIPTION="Localization support for DateTime"
LICENSE="|| ( Artistic GPL-2 ) unicode"
SLOT="0"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE=""
RDEPEND=">=dev-perl/Params-Validate-0.91
diff --git a/dev-perl/DateTime-TimeZone/ChangeLog b/dev-perl/DateTime-TimeZone/ChangeLog
index 288d1ea89427..f39f9fa418f3 100644
--- a/dev-perl/DateTime-TimeZone/ChangeLog
+++ b/dev-perl/DateTime-TimeZone/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/DateTime-TimeZone
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/ChangeLog,v 1.152 2010/11/28 19:21:44 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/ChangeLog,v 1.153 2010/12/03 01:33:21 xmw Exp $
+
+ 03 Dec 2010; Michael Weber <xmw@gentoo.org> DateTime-TimeZone-1.19.ebuild,
+ DateTime-TimeZone-1.20.ebuild, DateTime-TimeZone-1.21.ebuild,
+ DateTime-TimeZone-1.22.ebuild, DateTime-TimeZone-1.23.ebuild,
+ DateTime-TimeZone-1.26.ebuild:
+ add ~arm (bug 302981)
28 Nov 2010; Raúl Porcel <armin76@gentoo.org> DateTime-TimeZone-1.26.ebuild:
Add ~alpha/~ia64/~sparc wrt #345605
diff --git a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.19.ebuild b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.19.ebuild
index 878142f49a31..e43c16a99673 100644
--- a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.19.ebuild
+++ b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.19.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.19.ebuild,v 1.4 2010/06/27 19:08:14 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.19.ebuild,v 1.5 2010/12/03 01:33:21 xmw Exp $
EAPI=2
@@ -13,7 +13,7 @@ inherit perl-module
DESCRIPTION="Time zone object base class and factory"
SLOT="0"
-KEYWORDS="alpha amd64 ia64 ppc ~ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ia64 ppc ~ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE="test"
RDEPEND=">=dev-perl/Params-Validate-0.72
diff --git a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.20.ebuild b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.20.ebuild
index df1262028af4..cf1e853e357d 100644
--- a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.20.ebuild
+++ b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.20.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.20.ebuild,v 1.1 2010/07/27 06:26:33 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.20.ebuild,v 1.2 2010/12/03 01:33:21 xmw Exp $
EAPI=2
@@ -13,7 +13,7 @@ inherit perl-module
DESCRIPTION="Time zone object base class and factory"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE="test"
RDEPEND=">=dev-perl/Params-Validate-0.72
diff --git a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.21.ebuild b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.21.ebuild
index 69b3bc569f4e..4586503b096d 100644
--- a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.21.ebuild
+++ b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.21.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.21.ebuild,v 1.1 2010/08/20 21:10:06 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.21.ebuild,v 1.2 2010/12/03 01:33:21 xmw Exp $
EAPI=2
@@ -13,7 +13,7 @@ inherit perl-module
DESCRIPTION="Time zone object base class and factory"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE="test"
RDEPEND=">=dev-perl/Params-Validate-0.72
diff --git a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.22.ebuild b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.22.ebuild
index ac9eac5e0118..7efb80932891 100644
--- a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.22.ebuild
+++ b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.22.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.22.ebuild,v 1.5 2010/11/13 19:34:58 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.22.ebuild,v 1.6 2010/12/03 01:33:21 xmw Exp $
EAPI=3
@@ -13,7 +13,7 @@ inherit perl-module
DESCRIPTION="Time zone object base class and factory"
SLOT="0"
-KEYWORDS="alpha amd64 ia64 ~ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ia64 ~ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE="test"
RDEPEND=">=dev-perl/Params-Validate-0.72
diff --git a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.23.ebuild b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.23.ebuild
index ccd7385733dd..89580c2024a2 100644
--- a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.23.ebuild
+++ b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.23.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.23.ebuild,v 1.1 2010/10/27 18:57:09 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.23.ebuild,v 1.2 2010/12/03 01:33:21 xmw Exp $
EAPI=3
@@ -13,7 +13,7 @@ inherit perl-module
DESCRIPTION="Time zone object base class and factory"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE="test"
RDEPEND=">=dev-perl/Params-Validate-0.72
diff --git a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.26.ebuild b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.26.ebuild
index 398525777a25..a5c35bdb0e44 100644
--- a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.26.ebuild
+++ b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.26.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.26.ebuild,v 1.3 2010/11/28 19:21:44 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.26.ebuild,v 1.4 2010/12/03 01:33:21 xmw Exp $
EAPI=3
@@ -13,7 +13,7 @@ inherit perl-module
DESCRIPTION="Time zone object base class and factory"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~sparc ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~sparc ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE="test"
RDEPEND="dev-perl/Class-Load
diff --git a/dev-perl/DateTime/ChangeLog b/dev-perl/DateTime/ChangeLog
index 126c42614ae0..512ea15e21c9 100644
--- a/dev-perl/DateTime/ChangeLog
+++ b/dev-perl/DateTime/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/DateTime
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime/ChangeLog,v 1.108 2010/11/27 20:43:18 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime/ChangeLog,v 1.109 2010/12/03 01:35:08 xmw Exp $
+
+ 03 Dec 2010; Michael Weber <xmw@gentoo.org> DateTime-0.55.ebuild,
+ DateTime-0.63.ebuild, DateTime-0.65.ebuild, DateTime-0.66.ebuild:
+ add ~arm (bug 302981)
*DateTime-0.66 (27 Nov 2010)
diff --git a/dev-perl/DateTime/DateTime-0.55.ebuild b/dev-perl/DateTime/DateTime-0.55.ebuild
index 29406d553d58..3fda091fab71 100644
--- a/dev-perl/DateTime/DateTime-0.55.ebuild
+++ b/dev-perl/DateTime/DateTime-0.55.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime/DateTime-0.55.ebuild,v 1.5 2010/11/05 13:59:25 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime/DateTime-0.55.ebuild,v 1.6 2010/12/03 01:35:08 xmw Exp $
EAPI=2
@@ -13,7 +13,7 @@ inherit perl-module
DESCRIPTION="A date and time object"
SLOT="0"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE="test"
RDEPEND=">=dev-perl/Params-Validate-0.76
diff --git a/dev-perl/DateTime/DateTime-0.63.ebuild b/dev-perl/DateTime/DateTime-0.63.ebuild
index b55229245f3f..113c4ef5fa3d 100644
--- a/dev-perl/DateTime/DateTime-0.63.ebuild
+++ b/dev-perl/DateTime/DateTime-0.63.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime/DateTime-0.63.ebuild,v 1.1 2010/09/28 08:28:38 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime/DateTime-0.63.ebuild,v 1.2 2010/12/03 01:35:08 xmw Exp $
EAPI=3
@@ -14,7 +14,7 @@ DESCRIPTION="A date and time object"
LICENSE="Artistic-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE="test"
RDEPEND=">=dev-perl/Params-Validate-0.76
diff --git a/dev-perl/DateTime/DateTime-0.65.ebuild b/dev-perl/DateTime/DateTime-0.65.ebuild
index 7b5b9047be35..064b5b69892f 100644
--- a/dev-perl/DateTime/DateTime-0.65.ebuild
+++ b/dev-perl/DateTime/DateTime-0.65.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime/DateTime-0.65.ebuild,v 1.1 2010/10/27 19:00:21 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime/DateTime-0.65.ebuild,v 1.2 2010/12/03 01:35:08 xmw Exp $
EAPI=3
@@ -14,7 +14,7 @@ DESCRIPTION="A date and time object"
LICENSE="Artistic-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE="test"
RDEPEND=">=dev-perl/Params-Validate-0.76
diff --git a/dev-perl/DateTime/DateTime-0.66.ebuild b/dev-perl/DateTime/DateTime-0.66.ebuild
index c46ff34881de..845490cb8ed5 100644
--- a/dev-perl/DateTime/DateTime-0.66.ebuild
+++ b/dev-perl/DateTime/DateTime-0.66.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime/DateTime-0.66.ebuild,v 1.1 2010/11/27 20:43:18 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime/DateTime-0.66.ebuild,v 1.2 2010/12/03 01:35:08 xmw Exp $
EAPI=3
@@ -14,7 +14,7 @@ DESCRIPTION="A date and time object"
LICENSE="Artistic-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE="test"
RDEPEND=">=dev-perl/Params-Validate-0.76
diff --git a/dev-perl/List-MoreUtils/ChangeLog b/dev-perl/List-MoreUtils/ChangeLog
index 13c40c51d253..cf7f3dc4c918 100644
--- a/dev-perl/List-MoreUtils/ChangeLog
+++ b/dev-perl/List-MoreUtils/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/List-MoreUtils
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/List-MoreUtils/ChangeLog,v 1.19 2010/11/27 20:34:16 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/List-MoreUtils/ChangeLog,v 1.20 2010/12/03 01:18:37 xmw Exp $
+
+ 03 Dec 2010; Michael Weber <xmw@gentoo.org> List-MoreUtils-0.21.ebuild,
+ List-MoreUtils-0.22.ebuild, List-MoreUtils-0.24.ebuild,
+ List-MoreUtils-0.26.ebuild:
+ add ~arm (bug 302981)
*List-MoreUtils-0.26 (27 Nov 2010)
diff --git a/dev-perl/List-MoreUtils/List-MoreUtils-0.21.ebuild b/dev-perl/List-MoreUtils/List-MoreUtils-0.21.ebuild
index 42b269aa15d6..1453cccb0de9 100644
--- a/dev-perl/List-MoreUtils/List-MoreUtils-0.21.ebuild
+++ b/dev-perl/List-MoreUtils/List-MoreUtils-0.21.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/List-MoreUtils/List-MoreUtils-0.21.ebuild,v 1.8 2007/08/13 19:58:25 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/List-MoreUtils/List-MoreUtils-0.21.ebuild,v 1.9 2010/12/03 01:18:37 xmw Exp $
inherit perl-module
@@ -10,7 +10,7 @@ SRC_URI="mirror://cpan/authors/id/V/VP/VPARSEVAL/${P}.tar.gz"
LICENSE="Artistic"
SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
+KEYWORDS="amd64 ~arm ppc sparc x86"
IUSE=""
SRC_TEST="do"
diff --git a/dev-perl/List-MoreUtils/List-MoreUtils-0.22.ebuild b/dev-perl/List-MoreUtils/List-MoreUtils-0.22.ebuild
index 2ca7b27e231f..7197308db77a 100644
--- a/dev-perl/List-MoreUtils/List-MoreUtils-0.22.ebuild
+++ b/dev-perl/List-MoreUtils/List-MoreUtils-0.22.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/List-MoreUtils/List-MoreUtils-0.22.ebuild,v 1.7 2010/01/10 13:28:03 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/List-MoreUtils/List-MoreUtils-0.22.ebuild,v 1.8 2010/12/03 01:18:37 xmw Exp $
MODULE_AUTHOR=VPARSEVAL
inherit perl-module
@@ -9,7 +9,7 @@ DESCRIPTION="Provide the missing functionality from List::Util"
LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
-KEYWORDS="alpha ~amd64 ia64 ~ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha ~amd64 ~arm ia64 ~ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE=""
SRC_TEST="do"
diff --git a/dev-perl/List-MoreUtils/List-MoreUtils-0.24.ebuild b/dev-perl/List-MoreUtils/List-MoreUtils-0.24.ebuild
index ce7cc99756fd..f1bd54c55cc8 100644
--- a/dev-perl/List-MoreUtils/List-MoreUtils-0.24.ebuild
+++ b/dev-perl/List-MoreUtils/List-MoreUtils-0.24.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/List-MoreUtils/List-MoreUtils-0.24.ebuild,v 1.1 2010/11/22 17:01:05 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/List-MoreUtils/List-MoreUtils-0.24.ebuild,v 1.2 2010/12/03 01:18:37 xmw Exp $
EAPI=3
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Provide the missing functionality from List::Util"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE=""
SRC_TEST="do"
diff --git a/dev-perl/List-MoreUtils/List-MoreUtils-0.26.ebuild b/dev-perl/List-MoreUtils/List-MoreUtils-0.26.ebuild
index 078e738afef0..4a8a3f5523b0 100644
--- a/dev-perl/List-MoreUtils/List-MoreUtils-0.26.ebuild
+++ b/dev-perl/List-MoreUtils/List-MoreUtils-0.26.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/List-MoreUtils/List-MoreUtils-0.26.ebuild,v 1.1 2010/11/27 20:34:16 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/List-MoreUtils/List-MoreUtils-0.26.ebuild,v 1.2 2010/12/03 01:18:37 xmw Exp $
EAPI=3
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Provide the missing functionality from List::Util"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE=""
SRC_TEST="do"
diff --git a/dev-perl/Test-Fatal/ChangeLog b/dev-perl/Test-Fatal/ChangeLog
index 0d035655b3c3..f4b91da90032 100644
--- a/dev-perl/Test-Fatal/ChangeLog
+++ b/dev-perl/Test-Fatal/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/Test-Fatal
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Fatal/ChangeLog,v 1.2 2010/11/28 19:18:02 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Fatal/ChangeLog,v 1.3 2010/12/03 01:31:39 xmw Exp $
+
+ 03 Dec 2010; Michael Weber <xmw@gentoo.org> Test-Fatal-0.003.ebuild:
+ add ~arm (bug 302981)
28 Nov 2010; Raúl Porcel <armin76@gentoo.org> Test-Fatal-0.003.ebuild:
Add ~alpha/~ia64/~sparc wrt #345605
diff --git a/dev-perl/Test-Fatal/Test-Fatal-0.003.ebuild b/dev-perl/Test-Fatal/Test-Fatal-0.003.ebuild
index 460dcd7b2785..8fb484a637c7 100644
--- a/dev-perl/Test-Fatal/Test-Fatal-0.003.ebuild
+++ b/dev-perl/Test-Fatal/Test-Fatal-0.003.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Fatal/Test-Fatal-0.003.ebuild,v 1.2 2010/11/28 19:18:02 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Fatal/Test-Fatal-0.003.ebuild,v 1.3 2010/12/03 01:31:39 xmw Exp $
EAPI=3
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Incredibly simple helpers for testing code with exceptions"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~sparc ~x86"
IUSE="test"
RDEPEND=">=dev-perl/Try-Tiny-0.07"
diff --git a/dev-perl/Try-Tiny/ChangeLog b/dev-perl/Try-Tiny/ChangeLog
index 689a3e4b2a21..f9b3a43b49fb 100644
--- a/dev-perl/Try-Tiny/ChangeLog
+++ b/dev-perl/Try-Tiny/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Try-Tiny
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Try-Tiny/ChangeLog,v 1.10 2010/11/28 19:16:17 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Try-Tiny/ChangeLog,v 1.11 2010/12/03 01:28:21 xmw Exp $
+
+ 03 Dec 2010; Michael Weber <xmw@gentoo.org> Try-Tiny-0.06.ebuild,
+ Try-Tiny-0.07.ebuild:
+ add ~arm (bug 302981)
28 Nov 2010; Raúl Porcel <armin76@gentoo.org> Try-Tiny-0.07.ebuild:
Add ~alpha/~ia64/~sparc wrt #345605
diff --git a/dev-perl/Try-Tiny/Try-Tiny-0.06.ebuild b/dev-perl/Try-Tiny/Try-Tiny-0.06.ebuild
index f6e355d8632b..a6963f5f6d66 100644
--- a/dev-perl/Try-Tiny/Try-Tiny-0.06.ebuild
+++ b/dev-perl/Try-Tiny/Try-Tiny-0.06.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Try-Tiny/Try-Tiny-0.06.ebuild,v 1.3 2010/11/05 13:18:26 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Try-Tiny/Try-Tiny-0.06.ebuild,v 1.4 2010/12/03 01:28:21 xmw Exp $
EAPI=2
@@ -11,7 +11,7 @@ DESCRIPTION="minimal try/catch with proper localization of $@"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ~arm ~ppc x86"
IUSE=""
SRC_TEST=do
diff --git a/dev-perl/Try-Tiny/Try-Tiny-0.07.ebuild b/dev-perl/Try-Tiny/Try-Tiny-0.07.ebuild
index 3d7e5375c951..a32e22d8b56c 100644
--- a/dev-perl/Try-Tiny/Try-Tiny-0.07.ebuild
+++ b/dev-perl/Try-Tiny/Try-Tiny-0.07.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Try-Tiny/Try-Tiny-0.07.ebuild,v 1.2 2010/11/28 19:16:17 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Try-Tiny/Try-Tiny-0.07.ebuild,v 1.3 2010/12/03 01:28:21 xmw Exp $
EAPI=3
@@ -11,7 +11,7 @@ DESCRIPTION="minimal try/catch with proper localization of $@"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
IUSE=""
SRC_TEST=do