diff options
author | Torsten Veller <tove@gentoo.org> | 2012-06-03 17:17:57 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-06-03 17:17:57 +0000 |
commit | b13561bce1e8b157ed7194d24073dfa530d9f7e2 (patch) | |
tree | 56bbbc324e23899d843eec3c8b0ee4a8b4d042d5 /dev-perl/WWW-Mechanize | |
parent | Fix Manifest (diff) | |
download | historical-b13561bce1e8b157ed7194d24073dfa530d9f7e2.tar.gz historical-b13561bce1e8b157ed7194d24073dfa530d9f7e2.tar.bz2 historical-b13561bce1e8b157ed7194d24073dfa530d9f7e2.zip |
Cleanup
Package-Manager: portage-2.2.0_alpha109/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/WWW-Mechanize')
-rw-r--r-- | dev-perl/WWW-Mechanize/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/WWW-Mechanize/WWW-Mechanize-1.66.ebuild | 47 | ||||
-rw-r--r-- | dev-perl/WWW-Mechanize/WWW-Mechanize-1.700.0.ebuild | 38 | ||||
-rw-r--r-- | dev-perl/WWW-Mechanize/WWW-Mechanize-1.710.0.ebuild | 44 |
4 files changed, 5 insertions, 130 deletions
diff --git a/dev-perl/WWW-Mechanize/ChangeLog b/dev-perl/WWW-Mechanize/ChangeLog index 93ee651748e4..94b255757663 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v 1.86 2012/05/05 22:05:12 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v 1.87 2012/06/03 17:17:57 tove Exp $ + + 03 Jun 2012; Torsten Veller <tove@gentoo.org> -WWW-Mechanize-1.66.ebuild, + -WWW-Mechanize-1.700.0.ebuild, -WWW-Mechanize-1.710.0.ebuild: + Cleanup 05 May 2012; Brent Baude <ranger@gentoo.org> WWW-Mechanize-1.720.0.ebuild: Marking WWW-Mechanize-1.720.0 ppc for bug 412949 diff --git a/dev-perl/WWW-Mechanize/WWW-Mechanize-1.66.ebuild b/dev-perl/WWW-Mechanize/WWW-Mechanize-1.66.ebuild deleted file mode 100644 index 137348ea7f8d..000000000000 --- a/dev-perl/WWW-Mechanize/WWW-Mechanize-1.66.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# 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.8 2012/03/25 15:34:44 armin76 Exp $ - -EAPI=3 - -MODULE_AUTHOR=PETDANCE -inherit perl-module - -DESCRIPTION="Handy web browsing in a Perl object" - -SLOT="0" -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="test" - -# Bug in the tests - improper use of HTTP::Server -SRC_TEST="do" - -# configure to run the local tests, but not the ones which access the Internet -myconf="--local --nolive" - -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/Test-LongString" -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 )" - -# Remove test until the bug is fixed: -# http://rt.cpan.org/Public/Bug/Display.html?id=41673 -src_prepare() { - mv "${S}"/t/cookies.t{,.disable} || die - sed -i "/cookies.t/d" "${S}/MANIFEST" || die - perl-module_src_prepare -} diff --git a/dev-perl/WWW-Mechanize/WWW-Mechanize-1.700.0.ebuild b/dev-perl/WWW-Mechanize/WWW-Mechanize-1.700.0.ebuild deleted file mode 100644 index 1466924ff0ed..000000000000 --- a/dev-perl/WWW-Mechanize/WWW-Mechanize-1.700.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# 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.2 2012/03/25 15:34:44 armin76 Exp $ - -EAPI=4 - -MODULE_AUTHOR=JESSE -MODULE_VERSION=1.70 -inherit perl-module - -DESCRIPTION="Handy web browsing in a Perl object" - -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-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/Test-LongString" -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" diff --git a/dev-perl/WWW-Mechanize/WWW-Mechanize-1.710.0.ebuild b/dev-perl/WWW-Mechanize/WWW-Mechanize-1.710.0.ebuild deleted file mode 100644 index c8a400fe1e23..000000000000 --- a/dev-perl/WWW-Mechanize/WWW-Mechanize-1.710.0.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# 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.2 2012/03/25 15:34:44 armin76 Exp $ - -EAPI=4 - -MODULE_AUTHOR=JESSE -MODULE_VERSION=1.71 -inherit perl-module - -DESCRIPTION="Handy web browsing in a Perl object" - -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-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 |