axs 14/08/24 01:57:14 Modified: ChangeLog Added: WWW-Mechanize-1.730.0-r1.ebuild Removed: WWW-Mechanize-1.730.0.ebuild Log: bumped EAPI to 5; committed directly to stable as no other changes present and revbump helps stable systems to keep from dieing on perl-5.18 upgrade (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 2B6559ED)
Revision Changes Path 1.94 dev-perl/WWW-Mechanize/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog?rev=1.94&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog?rev=1.94&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog?r1=1.93&r2=1.94 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v retrieving revision 1.93 retrieving revision 1.94 diff -u -r1.93 -r1.94 --- ChangeLog 20 Jan 2014 17:00:38 -0000 1.93 +++ ChangeLog 24 Aug 2014 01:57:14 -0000 1.94 @@ -1,6 +1,13 @@ # 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.93 2014/01/20 17:00:38 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v 1.94 2014/08/24 01:57:14 axs Exp $ + +*WWW-Mechanize-1.730.0-r1 (24 Aug 2014) + + 24 Aug 2014; Ian Stakenvicius (_AxS_) <[email protected]> + +WWW-Mechanize-1.730.0-r1.ebuild, -WWW-Mechanize-1.730.0.ebuild: + bumped EAPI to 5; committed directly to stable as no other changes present and + revbump helps stable systems to keep from dieing on perl-5.18 upgrade 20 Jan 2014; Mikle Kolyada <[email protected]> -WWW-Mechanize-1.720.0.ebuild, WWW-Mechanize-1.730.0.ebuild: 1.1 dev-perl/WWW-Mechanize/WWW-Mechanize-1.730.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/WWW-Mechanize/WWW-Mechanize-1.730.0-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/WWW-Mechanize/WWW-Mechanize-1.730.0-r1.ebuild?rev=1.1&content-type=text/plain Index: WWW-Mechanize-1.730.0-r1.ebuild =================================================================== # 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-r1.ebuild,v 1.1 2014/08/24 01:57:14 axs Exp $ EAPI=5 MODULE_AUTHOR=ETHER MODULE_VERSION=1.73 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
