dilfridge 15/02/27 23:42:57 Modified: ChangeLog Added: CPAN-Meta-2.143.240.ebuild Log: Version bump (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Revision Changes Path 1.51 perl-core/CPAN-Meta/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/CPAN-Meta/ChangeLog?rev=1.51&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/CPAN-Meta/ChangeLog?rev=1.51&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/CPAN-Meta/ChangeLog?r1=1.50&r2=1.51 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/perl-core/CPAN-Meta/ChangeLog,v retrieving revision 1.50 retrieving revision 1.51 diff -u -r1.50 -r1.51 --- ChangeLog 25 Jul 2014 21:18:59 -0000 1.50 +++ ChangeLog 27 Feb 2015 23:42:57 -0000 1.51 @@ -1,6 +1,12 @@ # ChangeLog for perl-core/CPAN-Meta -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/CPAN-Meta/ChangeLog,v 1.50 2014/07/25 21:18:59 dilfridge Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/CPAN-Meta/ChangeLog,v 1.51 2015/02/27 23:42:57 dilfridge Exp $ + +*CPAN-Meta-2.143.240 (27 Feb 2015) + + 27 Feb 2015; Andreas K. Huettel <[email protected]> + +CPAN-Meta-2.143.240.ebuild: + Version bump *CPAN-Meta-2.120.921-r1 (25 Jul 2014) *CPAN-Meta-2.132.510-r1 (25 Jul 2014) 1.1 perl-core/CPAN-Meta/CPAN-Meta-2.143.240.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/CPAN-Meta/CPAN-Meta-2.143.240.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/CPAN-Meta/CPAN-Meta-2.143.240.ebuild?rev=1.1&content-type=text/plain Index: CPAN-Meta-2.143.240.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/perl-core/CPAN-Meta/CPAN-Meta-2.143.240.ebuild,v 1.1 2015/02/27 23:42:57 dilfridge Exp $ EAPI=5 MODULE_AUTHOR=DAGOLDEN MODULE_VERSION=2.143240 inherit perl-module DESCRIPTION="The distribution metadata for a CPAN dist" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" RDEPEND=" >=virtual/perl-CPAN-Meta-Requirements-2.121.0 >=virtual/perl-CPAN-Meta-YAML-0.8.0 >=virtual/perl-JSON-PP-2.272.0 >=virtual/perl-Parse-CPAN-Meta-1.441.400 virtual/perl-Scalar-List-Utils >=virtual/perl-version-0.82 " DEPEND="${RDEPEND} test? ( virtual/perl-File-Spec >=virtual/perl-File-Temp-0.200.0 virtual/perl-IO >=virtual/perl-Test-Simple-0.88 ) >=virtual/perl-ExtUtils-MakeMaker-6.56 " SRC_TEST="do"
