dilfridge 14/11/29 20:02:38 Modified: ChangeLog Added: perl-Module-Build-0.420.500-r1.ebuild Removed: perl-Module-Build-0.420.500.ebuild Log: The Perl 5.20 bundled version is deprecated and throws warnings, therefore we install from CPAN; bug 531052 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Revision Changes Path 1.89 virtual/perl-Module-Build/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Module-Build/ChangeLog?rev=1.89&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Module-Build/ChangeLog?rev=1.89&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Module-Build/ChangeLog?r1=1.88&r2=1.89 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Module-Build/ChangeLog,v retrieving revision 1.88 retrieving revision 1.89 diff -u -r1.88 -r1.89 --- ChangeLog 9 Jul 2014 20:19:40 -0000 1.88 +++ ChangeLog 29 Nov 2014 20:02:38 -0000 1.89 @@ -1,6 +1,13 @@ # ChangeLog for virtual/perl-Module-Build # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Build/ChangeLog,v 1.88 2014/07/09 20:19:40 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Build/ChangeLog,v 1.89 2014/11/29 20:02:38 dilfridge Exp $ + +*perl-Module-Build-0.420.500-r1 (29 Nov 2014) + + 29 Nov 2014; Andreas K. Huettel <[email protected]> + -perl-Module-Build-0.420.500.ebuild, +perl-Module-Build-0.420.500-r1.ebuild: + The Perl 5.20 bundled version is deprecated and throws warnings, therefore we + install from CPAN; bug 531052 *perl-Module-Build-0.420.500 (09 Jul 2014) *perl-Module-Build-0.400.300-r1 (09 Jul 2014) 1.1 virtual/perl-Module-Build/perl-Module-Build-0.420.500-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Module-Build/perl-Module-Build-0.420.500-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Module-Build/perl-Module-Build-0.420.500-r1.ebuild?rev=1.1&content-type=text/plain Index: perl-Module-Build-0.420.500-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Build/perl-Module-Build-0.420.500-r1.ebuild,v 1.1 2014/11/29 20:02:38 dilfridge Exp $ EAPI=5 DESCRIPTION="Virtual for ${PN#perl-}" HOMEPAGE="" SRC_URI="" LICENSE="" 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="" RDEPEND="~perl-core/${PN#perl-}-${PV}" # this is the =dev-lang/perl-5.20* version, but the bundled copy is deprecated
