commit:     fb7cbfe9cd2869f2e3890c9d36e9482d88795047
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Jun 14 13:57:02 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Jun 14 13:57:02 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=fb7cbfe9

[fixup] Test-YAML-Valid: EAPI5, fixup deps and tests

Package-Manager: portage-2.2.17

 ...0.0.ebuild => Test-YAML-Valid-0.40.0-r1.ebuild} | 26 ++++++++++++++--------
 1 file changed, 17 insertions(+), 9 deletions(-)

diff --git a/dev-perl/Test-YAML-Valid/Test-YAML-Valid-0.40.0.ebuild 
b/dev-perl/Test-YAML-Valid/Test-YAML-Valid-0.40.0-r1.ebuild
similarity index 51%
rename from dev-perl/Test-YAML-Valid/Test-YAML-Valid-0.40.0.ebuild
rename to dev-perl/Test-YAML-Valid/Test-YAML-Valid-0.40.0-r1.ebuild
index db5c0a2..3d09b16 100644
--- a/dev-perl/Test-YAML-Valid/Test-YAML-Valid-0.40.0.ebuild
+++ b/dev-perl/Test-YAML-Valid/Test-YAML-Valid-0.40.0-r1.ebuild
@@ -1,25 +1,33 @@
-# Copyright 1999-2013 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=JROCKWAY
-MODULE_VERSION="0.04"
+MODULE_VERSION=0.04
 inherit perl-module
 
 DESCRIPTION="Test for valid YAML"
-LICENSE="|| ( Artistic GPL-2 )"
 
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="yaml-syck yaml-xs yaml-tiny"
+IUSE="yaml-syck yaml-xs yaml-tiny test"
+PERL_RM_FILES=(
+       t/boilerplate.t
+       t/pod-coverage.t
+       t/pod.t
+)
 RDEPEND="
-       virtual/perl-File-Spec
        >=dev-perl/yaml-0.600.0
+       virtual/perl-Test-Simple
+       virtual/perl-Exporter
        yaml-syck? ( >=dev-perl/YAML-Syck-0.600.0 )
        yaml-xs? ( dev-perl/YAML-LibYAML )
        yaml-tiny? ( dev-perl/YAML-Tiny )
 "
-DEPEND="${RDEPEND}"
-
-SRC_TEST="do"
+DEPEND="${RDEPEND}
+       >=virtual/perl-ExtUtils-MakeMaker-6.420.0
+       test?  (
+               virtual/perl-File-Spec
+       )
+"

Reply via email to