dilfridge 15/06/13 22:40:38 Modified: PortageXS-0.02.12.ebuild ChangeLog Log: Module::Build is no longer part of core Perl and has been moved to dev-perl (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0B08240A96F66571)
Revision Changes Path 1.8 dev-perl/PortageXS/PortageXS-0.02.12.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PortageXS/PortageXS-0.02.12.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PortageXS/PortageXS-0.02.12.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PortageXS/PortageXS-0.02.12.ebuild?r1=1.7&r2=1.8 Index: PortageXS-0.02.12.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/PortageXS/PortageXS-0.02.12.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- PortageXS-0.02.12.ebuild 7 Dec 2014 13:13:57 -0000 1.7 +++ PortageXS-0.02.12.ebuild 13 Jun 2015 22:40:38 -0000 1.8 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PortageXS/PortageXS-0.02.12.ebuild,v 1.7 2014/12/07 13:13:57 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PortageXS/PortageXS-0.02.12.ebuild,v 1.8 2015/06/13 22:40:38 dilfridge Exp $ EAPI=5 MODULE_AUTHOR=KENTNL @@ -15,7 +15,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="minimal" -DEPEND="virtual/perl-Module-Build +DEPEND="dev-perl/Module-Build virtual/perl-Term-ANSIColor dev-perl/Shell-EnvImporter !minimal? ( dev-perl/IO-Socket-SSL 1.67 dev-perl/PortageXS/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PortageXS/ChangeLog?rev=1.67&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PortageXS/ChangeLog?rev=1.67&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PortageXS/ChangeLog?r1=1.66&r2=1.67 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/PortageXS/ChangeLog,v retrieving revision 1.66 retrieving revision 1.67 diff -u -r1.66 -r1.67 --- ChangeLog 7 Dec 2014 13:13:57 -0000 1.66 +++ ChangeLog 13 Jun 2015 22:40:38 -0000 1.67 @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/PortageXS -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PortageXS/ChangeLog,v 1.66 2014/12/07 13:13:57 zlogene Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PortageXS/ChangeLog,v 1.67 2015/06/13 22:40:38 dilfridge Exp $ + + 13 Jun 2015; Andreas K. Huettel <[email protected]> + PortageXS-0.02.12.ebuild: + Module::Build is no longer part of core Perl and has been moved to dev-perl 07 Dec 2014; Mikle Kolyada <[email protected]> PortageXS-0.02.10-r4.ebuild, PortageXS-0.02.12.ebuild:
