commit: 66f2d5966c6e172fd49b4d50c9e05e10220d15a6 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com> AuthorDate: Thu Aug 28 05:01:53 2014 +0000 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com> CommitDate: Thu Aug 28 05:01:53 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=66f2d596
[fixup] dev-perl/Config-General-Match EAPI5, Normalise versions, Fixup dependencies and tests Package-Manager: portage-2.2.10 --- dev-perl/Config-General-Match/ChangeLog | 10 ++++++++++ ...h-0.05.ebuild => Config-General-Match-0.50.0.ebuild} | 17 ++++++++++++++--- 2 files changed, 24 insertions(+), 3 deletions(-) diff --git a/dev-perl/Config-General-Match/ChangeLog b/dev-perl/Config-General-Match/ChangeLog new file mode 100644 index 0000000..38c55fa --- /dev/null +++ b/dev-perl/Config-General-Match/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-perl/Config-General-Match +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*Config-General-Match-0.50.0 (28 Aug 2014) + + 28 Aug 2014; Kent Fredric <[email protected]> + -Config-General-Match-0.05.ebuild, +Config-General-Match-0.50.0.ebuild: + EAPI5, Normalise versions, Fixup dependencies and tests + diff --git a/dev-perl/Config-General-Match/Config-General-Match-0.05.ebuild b/dev-perl/Config-General-Match/Config-General-Match-0.50.0.ebuild similarity index 57% rename from dev-perl/Config-General-Match/Config-General-Match-0.05.ebuild rename to dev-perl/Config-General-Match/Config-General-Match-0.50.0.ebuild index 45c00c3..34362e9 100644 --- a/dev-perl/Config-General-Match/Config-General-Match-0.05.ebuild +++ b/dev-perl/Config-General-Match/Config-General-Match-0.50.0.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ - +EAPI=5 MODULE_AUTHOR=MGRAHAM +MODULE_VERSION=0.05 inherit perl-module DESCRIPTION="Add <Location> and <LocationMatch> style matching toi Config::General" @@ -12,6 +13,16 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND=" +RDEPEND=" + virtual/perl-Test-Simple dev-perl/config-general + dev-perl/Hash-Merge " +DEPEND="$RDEPEND + virtual/perl-Module-Build" + +PERL_RM_FILES=( + t/pod-coverage.t + t/pod.t +) +SRC_TEST=do
