axs 14/08/26 19:03:47 Modified: ChangeLog Added: Module-Install-1.60.0-r1.ebuild Removed: Module-Install-1.60.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.27 dev-perl/Module-Install/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Install/ChangeLog?rev=1.27&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Install/ChangeLog?rev=1.27&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Install/ChangeLog?r1=1.26&r2=1.27 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/Module-Install/ChangeLog,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- ChangeLog 18 Nov 2012 11:27:23 -0000 1.26 +++ ChangeLog 26 Aug 2014 19:03:47 -0000 1.27 @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Module-Install -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Install/ChangeLog,v 1.26 2012/11/18 11:27:23 robbat2 Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Install/ChangeLog,v 1.27 2014/08/26 19:03:47 axs Exp $ + +*Module-Install-1.60.0-r1 (26 Aug 2014) + + 26 Aug 2014; Ian Stakenvicius (_AxS_) <[email protected]> + +Module-Install-1.60.0-r1.ebuild, -Module-Install-1.60.0.ebuild: + bumped EAPI to 5 to help with dev-lang/perl upgrade 18 Nov 2012; Robin H. Johnson <[email protected]> metadata.xml: Drop duplication of myself as a maintainer where there is a herd. 1.1 dev-perl/Module-Install/Module-Install-1.60.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Install/Module-Install-1.60.0-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Install/Module-Install-1.60.0-r1.ebuild?rev=1.1&content-type=text/plain Index: Module-Install-1.60.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-Install/Module-Install-1.60.0-r1.ebuild,v 1.1 2014/08/26 19:03:47 axs Exp $ EAPI=5 MODULE_AUTHOR=ADAMK MODULE_VERSION=1.06 inherit perl-module DESCRIPTION="Standalone, extensible Perl module installer" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="test" RDEPEND=">=virtual/perl-File-Spec-3.28 >=virtual/perl-Archive-Tar-1.44 >=virtual/perl-ExtUtils-MakeMaker-6.590.0 >=virtual/perl-ExtUtils-ParseXS-2.19 >=virtual/perl-Module-Build-0.33 >=virtual/perl-Module-CoreList-2.17 >=virtual/perl-Parse-CPAN-Meta-1.39 >=dev-perl/libwww-perl-5.812 >=dev-perl/File-Remove-1.42 >=dev-perl/JSON-2.14 >=dev-perl/Module-ScanDeps-0.89 >=dev-perl/PAR-Dist-0.29 >=dev-perl/YAML-Tiny-1.38" DEPEND="${RDEPEND} test? ( >=virtual/perl-Test-Harness-3.13 >=virtual/perl-Test-Simple-0.86 )" SRC_TEST=do
