axs 14/08/24 02:14:02 Modified: ChangeLog Added: Test-WWW-Mechanize-1.440.0-r1.ebuild Removed: Test-WWW-Mechanize-1.440.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.48 dev-perl/Test-WWW-Mechanize/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-WWW-Mechanize/ChangeLog?rev=1.48&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-WWW-Mechanize/ChangeLog?rev=1.48&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-WWW-Mechanize/ChangeLog?r1=1.47&r2=1.48 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/Test-WWW-Mechanize/ChangeLog,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- ChangeLog 13 Mar 2014 17:43:34 -0000 1.47 +++ ChangeLog 24 Aug 2014 02:14:02 -0000 1.48 @@ -1,6 +1,13 @@ # ChangeLog for dev-perl/Test-WWW-Mechanize # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-WWW-Mechanize/ChangeLog,v 1.47 2014/03/13 17:43:34 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-WWW-Mechanize/ChangeLog,v 1.48 2014/08/24 02:14:02 axs Exp $ + +*Test-WWW-Mechanize-1.440.0-r1 (24 Aug 2014) + + 24 Aug 2014; Ian Stakenvicius (_AxS_) <[email protected]> + +Test-WWW-Mechanize-1.440.0-r1.ebuild, -Test-WWW-Mechanize-1.440.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 13 Mar 2014; Mikle Kolyada <[email protected]> -Test-WWW-Mechanize-1.28.ebuild, Test-WWW-Mechanize-1.440.0.ebuild: 1.1 dev-perl/Test-WWW-Mechanize/Test-WWW-Mechanize-1.440.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-WWW-Mechanize/Test-WWW-Mechanize-1.440.0-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-WWW-Mechanize/Test-WWW-Mechanize-1.440.0-r1.ebuild?rev=1.1&content-type=text/plain Index: Test-WWW-Mechanize-1.440.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/Test-WWW-Mechanize/Test-WWW-Mechanize-1.440.0-r1.ebuild,v 1.1 2014/08/24 02:14:02 axs Exp $ EAPI=5 MODULE_AUTHOR=PETDANCE MODULE_VERSION=1.44 inherit perl-module DESCRIPTION="Testing-specific WWW::Mechanize subclass" LICENSE="Artistic-2" SLOT="0" KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="test" RDEPEND=" >=dev-perl/WWW-Mechanize-1.680.0 dev-perl/Carp-Assert-More dev-perl/URI >=dev-perl/Test-LongString-0.150.0 " DEPEND="${RDEPEND} test? ( >=virtual/perl-Test-Simple-0.960.0 >=dev-perl/HTTP-Server-Simple-0.350.0 dev-perl/Test-Pod dev-perl/Test-Pod-Coverage ) " SRC_TEST="do"
