dilfridge 15/02/24 00:39:14 Modified: ChangeLog Added: Module-Install-1.140.0.ebuild Log: Version bump (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Revision Changes Path 1.34 dev-perl/Module-Install/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Install/ChangeLog?rev=1.34&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Install/ChangeLog?rev=1.34&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Install/ChangeLog?r1=1.33&r2=1.34 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/Module-Install/ChangeLog,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- ChangeLog 1 Oct 2014 11:36:06 -0000 1.33 +++ ChangeLog 24 Feb 2015 00:39:14 -0000 1.34 @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Module-Install -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Install/ChangeLog,v 1.33 2014/10/01 11:36:06 zlogene Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Install/ChangeLog,v 1.34 2015/02/24 00:39:14 dilfridge Exp $ + +*Module-Install-1.140.0 (24 Feb 2015) + + 24 Feb 2015; Andreas K. Huettel <[email protected]> + +Module-Install-1.140.0.ebuild: + Version bump 01 Oct 2014; Mikle Kolyada <[email protected]> Module-Install-1.120.0.ebuild, Module-Install-1.60.0-r1.ebuild: 1.1 dev-perl/Module-Install/Module-Install-1.140.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Install/Module-Install-1.140.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Install/Module-Install-1.140.0.ebuild?rev=1.1&content-type=text/plain Index: Module-Install-1.140.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.140.0.ebuild,v 1.1 2015/02/24 00:39:14 dilfridge Exp $ EAPI=5 MODULE_AUTHOR=BINGOS MODULE_VERSION=1.14 inherit perl-module DESCRIPTION="Standalone, extensible Perl module installer" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~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 >=virtual/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 test? ( >=virtual/perl-Test-Harness-3.130.0 >=virtual/perl-Test-Simple-0.860.0 ) " SRC_TEST=do
