commit:     cf8a50afe82e77ca134d57513b782f26c253eb5e
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Mar 26 11:23:15 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Mar 26 11:23:15 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=cf8a50af

[fixup] DBIx-Class-Tree: EAPI5, Fixup deps and tests

Package-Manager: portage-2.2.17

 .../DBIx-Class-Tree-0.30.30-r1.ebuild              | 29 ++++++++++++++++++++++
 .../DBIx-Class-Tree/DBIx-Class-Tree-0.30.30.ebuild | 25 -------------------
 2 files changed, 29 insertions(+), 25 deletions(-)

diff --git a/dev-perl/DBIx-Class-Tree/DBIx-Class-Tree-0.30.30-r1.ebuild 
b/dev-perl/DBIx-Class-Tree/DBIx-Class-Tree-0.30.30-r1.ebuild
new file mode 100644
index 0000000..b552f03
--- /dev/null
+++ b/dev-perl/DBIx-Class-Tree/DBIx-Class-Tree-0.30.30-r1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+MODULE_AUTHOR=ABRAXXA
+MODULE_VERSION="0.03003"
+inherit perl-module
+
+DESCRIPTION="Manipulate and anaylze tree structured data."
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+PERL_RM_FILES=(
+       t/01_pod.t
+)
+PERL_RESTRICT="parallel-test"
+RDEPEND="
+       >=dev-perl/DBIx-Class-0.81.0
+"
+DEPEND="
+       ${RDEPEND}
+       >=virtual/perl-ExtUtils-MakeMaker-6.420.0
+       test? (
+               dev-perl/Test-Exception
+       )
+"

diff --git a/dev-perl/DBIx-Class-Tree/DBIx-Class-Tree-0.30.30.ebuild 
b/dev-perl/DBIx-Class-Tree/DBIx-Class-Tree-0.30.30.ebuild
deleted file mode 100644
index 40dd2a8..0000000
--- a/dev-perl/DBIx-Class-Tree/DBIx-Class-Tree-0.30.30.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-MODULE_AUTHOR=ABRAXXA
-MODULE_VERSION="0.03003"
-inherit perl-module perl-declaredeps
-
-DESCRIPTION="Manipulate and anaylze tree structured data."
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-cdepend-virtual ExtUtils-MakeMaker 6.42
-
-depend DBIx-Class 0.81.0
-
-test-depend Test-Exception
-
-ddep_setup
-
-SRC_TEST=do

Reply via email to