axs 14/08/26 14:52:50 Modified: ChangeLog Added: Module-Locate-1.760.0-r1.ebuild Removed: Module-Locate-1.760.0.ebuild Log: bumped EAPI to 5 to help with dev-lang/perl upgrade (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
Revision Changes Path 1.10 dev-perl/Module-Locate/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Locate/ChangeLog?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Locate/ChangeLog?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Locate/ChangeLog?r1=1.9&r2=1.10 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/Module-Locate/ChangeLog,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ChangeLog 25 Aug 2013 10:23:49 -0000 1.9 +++ ChangeLog 26 Aug 2014 14:52:50 -0000 1.10 @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Module-Locate -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Locate/ChangeLog,v 1.9 2013/08/25 10:23:49 patrick Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Locate/ChangeLog,v 1.10 2014/08/26 14:52:50 axs Exp $ + +*Module-Locate-1.760.0-r1 (26 Aug 2014) + + 26 Aug 2014; Ian Stakenvicius (_AxS_) <[email protected]> + +Module-Locate-1.760.0-r1.ebuild, -Module-Locate-1.760.0.ebuild: + bumped EAPI to 5 to help with dev-lang/perl upgrade *Module-Locate-1.760.0 (25 Aug 2013) 1.1 dev-perl/Module-Locate/Module-Locate-1.760.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Locate/Module-Locate-1.760.0-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Locate/Module-Locate-1.760.0-r1.ebuild?rev=1.1&content-type=text/plain Index: Module-Locate-1.760.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/Module-Locate/Module-Locate-1.760.0-r1.ebuild,v 1.1 2014/08/26 14:52:50 axs Exp $ EAPI=5 MODULE_AUTHOR=NEILB MODULE_VERSION=1.76 inherit perl-module DESCRIPTION="Locate modules in the same fashion as require and use" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" IUSE="" SRC_TEST="do"
