dilfridge 15/07/23 23:55:14 Modified: ChangeLog Added: Module-Install-1.160.0.ebuild Removed: Module-Install-1.120.0.ebuild Log: Version bump; remove old (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0B08240A96F66571)
Revision Changes Path 1.37 dev-perl/Module-Install/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Install/ChangeLog?rev=1.37&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Install/ChangeLog?rev=1.37&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Install/ChangeLog?r1=1.36&r2=1.37 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/Module-Install/ChangeLog,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- ChangeLog 13 Jun 2015 22:18:05 -0000 1.36 +++ ChangeLog 23 Jul 2015 23:55:14 -0000 1.37 @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Module-Install # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Install/ChangeLog,v 1.36 2015/06/13 22:18:05 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Install/ChangeLog,v 1.37 2015/07/23 23:55:14 dilfridge Exp $ + +*Module-Install-1.160.0 (23 Jul 2015) + + 23 Jul 2015; Andreas K. Huettel <[email protected]> + +Module-Install-1.160.0.ebuild, -Module-Install-1.120.0.ebuild: + Version bump; remove old 13 Jun 2015; Andreas K. Huettel <[email protected]> Module-Install-1.120.0.ebuild, Module-Install-1.140.0.ebuild, 1.1 dev-perl/Module-Install/Module-Install-1.160.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Install/Module-Install-1.160.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Install/Module-Install-1.160.0.ebuild?rev=1.1&content-type=text/plain Index: Module-Install-1.160.0.ebuild =================================================================== # Copyright 1999-2015 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.160.0.ebuild,v 1.1 2015/07/23 23:55:14 dilfridge Exp $ EAPI=5 MODULE_AUTHOR=ETHER MODULE_VERSION=1.16 inherit perl-module DESCRIPTION="Standalone, extensible Perl module installer" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="test" RDEPEND=" >=virtual/perl-Devel-PPPort-3.160.0 >=virtual/perl-ExtUtils-Install-1.520.0 >=virtual/perl-ExtUtils-MakeMaker-6.590.0 >=virtual/perl-ExtUtils-ParseXS-2.190.0 >=dev-perl/File-Remove-1.420.0 >=virtual/perl-File-Spec-3.280.0 >=dev-perl/Module-Build-0.290.0 >=virtual/perl-Module-CoreList-2.170.0 >=dev-perl/Module-ScanDeps-1.90.0 >=virtual/perl-Parse-CPAN-Meta-1.441.300 >=dev-perl/YAML-Tiny-1.380.0 >=dev-perl/Archive-Zip-1.370.0 >=dev-perl/File-HomeDir-1 >=dev-perl/JSON-2.900.0 >=dev-perl/libwww-perl-6 >=dev-perl/PAR-Dist-0.290.0 " DEPEND="${RDEPEND} >=virtual/perl-ExtUtils-MakeMaker-6.590.0 virtual/perl-autodie >=dev-perl/YAML-Tiny-1.330.0 test? ( >=virtual/perl-Test-Harness-3.130.0 >=virtual/perl-Test-Simple-0.860.0 ) " SRC_TEST="do parallel"
