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 /dev-perl/DateTime-TimeZone
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
Diffstat (limited to 'dev-perl/DateTime-TimeZone')
-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
7 files changed, 19 insertions, 13 deletions
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