commit: 61c5d6812860e52cd3739b83ac2af080a6bd6422 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com> AuthorDate: Sun Oct 5 07:29:07 2014 +0000 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com> CommitDate: Sun Oct 5 07:47:32 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=61c5d681
[fixup] virtual/perl-SelfLoader modernise syntax and blockers for 1.200.0 Package-Manager: portage-2.2.10 --- .../perl-SelfLoader/perl-SelfLoader-1.200.0-r1.ebuild | 15 --------------- .../perl-SelfLoader/perl-SelfLoader-1.200.0-r2.ebuild | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 15 deletions(-) diff --git a/virtual/perl-SelfLoader/perl-SelfLoader-1.200.0-r1.ebuild b/virtual/perl-SelfLoader/perl-SelfLoader-1.200.0-r1.ebuild deleted file mode 100644 index 41c7b0d..0000000 --- a/virtual/perl-SelfLoader/perl-SelfLoader-1.200.0-r1.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker-6.56.ebuild,v 1.12 2010/09/13 14:42:31 josejx Exp $ -EAPI=5 -DESCRIPTION="Virtual for perl-core/SelfLoader" -HOMEPAGE="" -SRC_URI="" - -LICENSE="" -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="" - -DEPEND="" -RDEPEND="|| ( =dev-lang/perl-5.16* ~perl-core/SelfLoader-${PV} )" diff --git a/virtual/perl-SelfLoader/perl-SelfLoader-1.200.0-r2.ebuild b/virtual/perl-SelfLoader/perl-SelfLoader-1.200.0-r2.ebuild new file mode 100644 index 0000000..d37ad6f --- /dev/null +++ b/virtual/perl-SelfLoader/perl-SelfLoader-1.200.0-r2.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI=5 + +DESCRIPTION="Virtual for ${PN#perl-}" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + || ( =dev-lang/perl-5.16* ~perl-core/${PN#perl-}-${PV} ) + !<perl-core/${PN#perl-}-${PV} + !>perl-core/${PN#perl-}-${PV} +"