summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2014-01-20 17:00:38 +0000
committerMikle Kolyada <zlogene@gentoo.org>2014-01-20 17:00:38 +0000
commitf0001dde93bd2a9c1183764962335ac500f16e90 (patch)
treecf5525b50c3f00ace6796301d3777a444ac1bcc2 /dev-perl/WWW-Mechanize
parentremove old, to have EAPI=5 (diff)
downloadgentoo-2-f0001dde93bd2a9c1183764962335ac500f16e90.tar.gz
gentoo-2-f0001dde93bd2a9c1183764962335ac500f16e90.tar.bz2
gentoo-2-f0001dde93bd2a9c1183764962335ac500f16e90.zip
amd64/x86 stable wrt bug #495506; Drop old.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'dev-perl/WWW-Mechanize')
-rw-r--r--dev-perl/WWW-Mechanize/ChangeLog6
-rw-r--r--dev-perl/WWW-Mechanize/WWW-Mechanize-1.720.0.ebuild44
-rw-r--r--dev-perl/WWW-Mechanize/WWW-Mechanize-1.730.0.ebuild4
3 files changed, 7 insertions, 47 deletions
diff --git a/dev-perl/WWW-Mechanize/ChangeLog b/dev-perl/WWW-Mechanize/ChangeLog
index 7835f4b4ed43..033804dba90e 100644
--- a/dev-perl/WWW-Mechanize/ChangeLog
+++ b/dev-perl/WWW-Mechanize/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/WWW-Mechanize
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v 1.92 2014/01/20 15:52:15 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v 1.93 2014/01/20 17:00:38 zlogene Exp $
+
+ 20 Jan 2014; Mikle Kolyada <zlogene@gentoo.org> -WWW-Mechanize-1.720.0.ebuild,
+ WWW-Mechanize-1.730.0.ebuild:
+ amd64/x86 stable wrt bug #495506; Drop old.
20 Jan 2014; Agostino Sarubbo <ago@gentoo.org> WWW-Mechanize-1.730.0.ebuild:
Stable for ppc, wrt bug #495506
diff --git a/dev-perl/WWW-Mechanize/WWW-Mechanize-1.720.0.ebuild b/dev-perl/WWW-Mechanize/WWW-Mechanize-1.720.0.ebuild
deleted file mode 100644
index 50ae8bae90bd..000000000000
--- a/dev-perl/WWW-Mechanize/WWW-Mechanize-1.720.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2013 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.7 2013/02/20 23:31:00 zmedico Exp $
-
-EAPI=4
-
-MODULE_AUTHOR=JESSE
-MODULE_VERSION=1.72
-inherit perl-module
-
-DESCRIPTION="Handy web browsing in a Perl object"
-
-SLOT="0"
-KEYWORDS="amd64 ~arm ppc x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE="test"
-
-RDEPEND="
- dev-perl/IO-Socket-SSL
- || (
- ( >dev-perl/libwww-perl-6 dev-perl/HTML-Form )
- <dev-perl/libwww-perl-6
- )
- >=dev-perl/URI-1.36
- >=dev-perl/HTML-Parser-3.34
- dev-perl/HTML-Tree
-"
-DEPEND="${RDEPEND}
- test? (
- dev-perl/PadWalker
- dev-perl/Test-Pod
- dev-perl/Test-Pod-Coverage
- dev-perl/Test-Exception
- dev-perl/Test-NoWarnings
- dev-perl/Test-Taint
- >=dev-perl/Test-Warn-0.11
- dev-perl/Test-Memory-Cycle
- dev-perl/HTTP-Server-Simple
- )
-"
-
-# configure to run the local tests, but not the ones which access the Internet
-myconf="--local --nolive"
-
-SRC_TEST=do
diff --git a/dev-perl/WWW-Mechanize/WWW-Mechanize-1.730.0.ebuild b/dev-perl/WWW-Mechanize/WWW-Mechanize-1.730.0.ebuild
index 1e13b5e40093..f6e2163f9853 100644
--- a/dev-perl/WWW-Mechanize/WWW-Mechanize-1.730.0.ebuild
+++ b/dev-perl/WWW-Mechanize/WWW-Mechanize-1.730.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 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.730.0.ebuild,v 1.2 2014/01/20 15:52:15 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/WWW-Mechanize-1.730.0.ebuild,v 1.3 2014/01/20 17:00:38 zlogene Exp $
EAPI=4
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="Handy web browsing in a Perl object"
SLOT="0"
-KEYWORDS="~amd64 ~arm ppc ~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="amd64 ~arm ppc x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE="test"
RDEPEND="