diff options
-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 | ||||
-rw-r--r-- | dev-perl/XML-Parser/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/XML-Parser/XML-Parser-2.36-r1.ebuild | 23 |
6 files changed, 9 insertions, 154 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 diff --git a/dev-perl/XML-Parser/ChangeLog b/dev-perl/XML-Parser/ChangeLog index ed6332279a65..96bfca0f9f78 100644 --- a/dev-perl/XML-Parser/ChangeLog +++ b/dev-perl/XML-Parser/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/XML-Parser # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Parser/ChangeLog,v 1.60 2012/05/28 14:11:50 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Parser/ChangeLog,v 1.61 2012/06/03 17:15:53 tove Exp $ + + 03 Jun 2012; Torsten Veller <tove@gentoo.org> -XML-Parser-2.36-r1.ebuild: + Cleanup 28 May 2012; Raúl Porcel <armin76@gentoo.org> XML-Parser-2.410.0.ebuild: alpha/ia64/m68k/s390/sh/sparc stable wrt #410367 diff --git a/dev-perl/XML-Parser/XML-Parser-2.36-r1.ebuild b/dev-perl/XML-Parser/XML-Parser-2.36-r1.ebuild deleted file mode 100644 index b47eece2d7b2..000000000000 --- a/dev-perl/XML-Parser/XML-Parser-2.36-r1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Parser/XML-Parser-2.36-r1.ebuild,v 1.9 2011/07/30 10:46:52 tove Exp $ - -MODULE_AUTHOR=MSERGEANT -inherit perl-module multilib - -DESCRIPTION="A Perl extension interface to James Clark's XML parser, expat" - -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -DEPEND=">=dev-libs/expat-1.95.1-r1 - dev-lang/perl" - -src_unpack() { - unpack ${A} - cd "${S}" - sed -i \ - -e "s:^\$expat_libpath.*:\$expat_libpath = '${EPREFIX}/usr/$(get_libdir)';:" \ - Makefile.PL || die "sed failed" -} |