commit:     e37ef901f2cd502fd6fbfc724f57f7c43f90dd2f
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Jun 20 08:25:24 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Jun 20 08:25:24 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=e37ef901

[fixup] Catalyst-Plugin-PageCache: Fixup deps, fix failing parallel tests

Package-Manager: portage-2.2.17

 ...d => Catalyst-Plugin-PageCache-0.310.0-r2.ebuild} | 20 ++++++++++++++------
 1 file changed, 14 insertions(+), 6 deletions(-)

diff --git 
a/dev-perl/Catalyst-Plugin-PageCache/Catalyst-Plugin-PageCache-0.310.0-r1.ebuild
 
b/dev-perl/Catalyst-Plugin-PageCache/Catalyst-Plugin-PageCache-0.310.0-r2.ebuild
similarity index 55%
rename from 
dev-perl/Catalyst-Plugin-PageCache/Catalyst-Plugin-PageCache-0.310.0-r1.ebuild
rename to 
dev-perl/Catalyst-Plugin-PageCache/Catalyst-Plugin-PageCache-0.310.0-r2.ebuild
index a660787..dea2d45 100644
--- 
a/dev-perl/Catalyst-Plugin-PageCache/Catalyst-Plugin-PageCache-0.310.0-r1.ebuild
+++ 
b/dev-perl/Catalyst-Plugin-PageCache/Catalyst-Plugin-PageCache-0.310.0-r2.ebuild
@@ -8,20 +8,28 @@ inherit perl-module
 
 DESCRIPTION="Cache the output of entire pages"
 
-IUSE=""
+IUSE="test"
 
 SLOT="0"
 
 KEYWORDS="~amd64 ~x86"
-
+PERL_RM_FILES=(
+       t/02pod.t                       # Author tests
+       t/03podcoverage.t
+       t/04critic.t
+)
+PERL_RESTRICT="parallel-test"
 RDEPEND="
        dev-perl/Catalyst-Runtime
        >=dev-perl/MRO-Compat-0.100.0
        dev-perl/Digest-SHA1
 "
 DEPEND="${RDEPEND}
-       virtual/perl-Test-Simple
-       >=dev-perl/Catalyst-Plugin-Cache-0.100.0
-       >=dev-perl/Cache-Cache-1.04
-       >=virtual/perl-File-Path-2.08
+       >=virtual/perl-ExtUtils-MakeMaker-6.420.0
+       test? (
+               virtual/perl-Test-Simple
+               >=dev-perl/Catalyst-Plugin-Cache-0.100.0
+               >=dev-perl/Cache-Cache-1.40.0
+               >=virtual/perl-File-Path-2.70.0
+       )
 "

Reply via email to