summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2012-03-25 15:34:44 +0000
committerRaúl Porcel <armin76@gentoo.org>2012-03-25 15:34:44 +0000
commit51815e4141c8908011aac864be002603a2a5900b (patch)
tree50e5b13d0aaf9446a11811bf24ef3d97d0ddbed2 /dev-perl/WWW-Mechanize
parentmarked x86 per bug 408161 (diff)
downloadgentoo-2-51815e4141c8908011aac864be002603a2a5900b.tar.gz
gentoo-2-51815e4141c8908011aac864be002603a2a5900b.tar.bz2
gentoo-2-51815e4141c8908011aac864be002603a2a5900b.zip
Drop sparc keywords
(Portage version: 2.1.10.49/cvs/Linux ia64)
Diffstat (limited to 'dev-perl/WWW-Mechanize')
-rw-r--r--dev-perl/WWW-Mechanize/ChangeLog7
-rw-r--r--dev-perl/WWW-Mechanize/WWW-Mechanize-1.66.ebuild6
-rw-r--r--dev-perl/WWW-Mechanize/WWW-Mechanize-1.700.0.ebuild6
-rw-r--r--dev-perl/WWW-Mechanize/WWW-Mechanize-1.710.0.ebuild6
-rw-r--r--dev-perl/WWW-Mechanize/WWW-Mechanize-1.720.0.ebuild4
5 files changed, 17 insertions, 12 deletions
diff --git a/dev-perl/WWW-Mechanize/ChangeLog b/dev-perl/WWW-Mechanize/ChangeLog
index c8a81ffbe862..2b744edb8bf0 100644
--- a/dev-perl/WWW-Mechanize/ChangeLog
+++ b/dev-perl/WWW-Mechanize/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/WWW-Mechanize
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v 1.82 2012/02/29 09:16:11 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v 1.83 2012/03/25 15:34:44 armin76 Exp $
+
+ 25 Mar 2012; Raúl Porcel <armin76@gentoo.org> WWW-Mechanize-1.66.ebuild,
+ WWW-Mechanize-1.700.0.ebuild, WWW-Mechanize-1.710.0.ebuild,
+ WWW-Mechanize-1.720.0.ebuild:
+ Drop sparc keywords
*WWW-Mechanize-1.720.0 (29 Feb 2012)
diff --git a/dev-perl/WWW-Mechanize/WWW-Mechanize-1.66.ebuild b/dev-perl/WWW-Mechanize/WWW-Mechanize-1.66.ebuild
index 596d463d830a..137348ea7f8d 100644
--- a/dev-perl/WWW-Mechanize/WWW-Mechanize-1.66.ebuild
+++ b/dev-perl/WWW-Mechanize/WWW-Mechanize-1.66.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 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.66.ebuild,v 1.7 2011/03/16 09:03:31 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/WWW-Mechanize-1.66.ebuild,v 1.8 2012/03/25 15:34:44 armin76 Exp $
EAPI=3
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Handy web browsing in a Perl object"
SLOT="0"
-KEYWORDS="amd64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE="test"
# Bug in the tests - improper use of HTTP::Server
diff --git a/dev-perl/WWW-Mechanize/WWW-Mechanize-1.700.0.ebuild b/dev-perl/WWW-Mechanize/WWW-Mechanize-1.700.0.ebuild
index b823b104724d..1466924ff0ed 100644
--- a/dev-perl/WWW-Mechanize/WWW-Mechanize-1.700.0.ebuild
+++ b/dev-perl/WWW-Mechanize/WWW-Mechanize-1.700.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 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.700.0.ebuild,v 1.1 2011/08/30 17:03:14 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/WWW-Mechanize-1.700.0.ebuild,v 1.2 2012/03/25 15:34:44 armin76 Exp $
EAPI=4
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="Handy web browsing in a Perl object"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE="test"
RDEPEND="dev-perl/IO-Socket-SSL
diff --git a/dev-perl/WWW-Mechanize/WWW-Mechanize-1.710.0.ebuild b/dev-perl/WWW-Mechanize/WWW-Mechanize-1.710.0.ebuild
index fcc998f4a5c5..c8a400fe1e23 100644
--- a/dev-perl/WWW-Mechanize/WWW-Mechanize-1.710.0.ebuild
+++ b/dev-perl/WWW-Mechanize/WWW-Mechanize-1.710.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 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.710.0.ebuild,v 1.1 2011/11/30 18:58:42 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/WWW-Mechanize-1.710.0.ebuild,v 1.2 2012/03/25 15:34:44 armin76 Exp $
EAPI=4
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="Handy web browsing in a Perl object"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE="test"
RDEPEND="
diff --git a/dev-perl/WWW-Mechanize/WWW-Mechanize-1.720.0.ebuild b/dev-perl/WWW-Mechanize/WWW-Mechanize-1.720.0.ebuild
index 34cd42b4191c..4c8d9ef5bf82 100644
--- a/dev-perl/WWW-Mechanize/WWW-Mechanize-1.720.0.ebuild
+++ b/dev-perl/WWW-Mechanize/WWW-Mechanize-1.720.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 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.720.0.ebuild,v 1.1 2012/02/29 09:16:11 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/WWW-Mechanize-1.720.0.ebuild,v 1.2 2012/03/25 15:34:44 armin76 Exp $
EAPI=4
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="Handy web browsing in a Perl object"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE="test"
RDEPEND="