commit: 4400098828705a0827ae797ecfa0716ed73a4e10 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com> AuthorDate: Thu Jul 2 06:51:39 2015 +0000 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com> CommitDate: Thu Jul 2 06:51:39 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=44000988
[fixup] Module-Install-Repository: EAPI5, normalise version Package-Manager: portage-2.2.17 dev-perl/Module-Install-Repository/ChangeLog | 10 ---------- ....06.ebuild => Module-Install-Repository-0.60.0.ebuild} | 15 +++++++++------ 2 files changed, 9 insertions(+), 16 deletions(-) diff --git a/dev-perl/Module-Install-Repository/ChangeLog b/dev-perl/Module-Install-Repository/ChangeLog deleted file mode 100644 index 44fa1f7..0000000 --- a/dev-perl/Module-Install-Repository/ChangeLog +++ /dev/null @@ -1,10 +0,0 @@ -# ChangeLog for dev-perl/Module-Install-Repository -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - -*Module-Install-Repository-0.06 (09 Aug 2010) - - 09 Aug 2010; Daniel Westermann-Clark <d...@pobox.com> - +Module-Install-Repository-0.06.ebuild, +metadata.xml: - Add dev-perl/Module-Install-Repository - diff --git a/dev-perl/Module-Install-Repository/Module-Install-Repository-0.06.ebuild b/dev-perl/Module-Install-Repository/Module-Install-Repository-0.60.0.ebuild similarity index 65% rename from dev-perl/Module-Install-Repository/Module-Install-Repository-0.06.ebuild rename to dev-perl/Module-Install-Repository/Module-Install-Repository-0.60.0.ebuild index bfed2dd..723ab61 100644 --- a/dev-perl/Module-Install-Repository/Module-Install-Repository-0.06.ebuild +++ b/dev-perl/Module-Install-Repository/Module-Install-Repository-0.60.0.ebuild @@ -1,23 +1,26 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=2 +EAPI=5 MODULE_AUTHOR=MIYAGAWA +MODULE_VERSION=0.06 inherit perl-module DESCRIPTION="Automatically sets repository URL from svn/svk/Git checkout" SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="~amd64 ~x86" -SRC_TEST="do" IUSE="test" -RDEPEND="dev-perl/Module-Install" +RDEPEND=" + dev-perl/Module-Install + dev-perl/Filter +" DEPEND="${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.420.0 test? ( virtual/perl-Test-Simple dev-perl/Path-Class - )" +)"