commit:     9033cc129f269090f5bc36f1dbb13a8f4a6658db
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Apr  7 00:02:15 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Apr  7 00:02:15 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=9033cc12

[fixup] Log-Dispatch-Config: EAPI5, Fix deps on Log-Dispatch

Package-Manager: portage-2.2.17

 .../Log-Dispatch-Config-1.40.0-r1.ebuild           | 24 +++++++++++++++++++
 .../Log-Dispatch-Config-1.40.0.ebuild              | 28 ----------------------
 2 files changed, 24 insertions(+), 28 deletions(-)

diff --git a/dev-perl/Log-Dispatch-Config/Log-Dispatch-Config-1.40.0-r1.ebuild 
b/dev-perl/Log-Dispatch-Config/Log-Dispatch-Config-1.40.0-r1.ebuild
new file mode 100644
index 0000000..c120e15
--- /dev/null
+++ b/dev-perl/Log-Dispatch-Config/Log-Dispatch-Config-1.40.0-r1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=MIYAGAWA
+MODULE_VERSION=1.04
+inherit perl-module
+
+DESCRIPTION="Log4j for Perl"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+# IO::Scalar -> IO-stringy
+RDEPEND="
+       >=dev-perl/AppConfig-1.520.0
+       >=virtual/perl-File-Temp-0.120.0
+       dev-perl/IO-stringy
+       >=dev-perl/Log-Dispatch-2.0.0
+       >=virtual/perl-Test-Simple-0.320.0
+"
+DEPEND="
+       ${RDEPEND}
+       virtual/perl-ExtUtils-MakeMaker
+"

diff --git a/dev-perl/Log-Dispatch-Config/Log-Dispatch-Config-1.40.0.ebuild 
b/dev-perl/Log-Dispatch-Config/Log-Dispatch-Config-1.40.0.ebuild
deleted file mode 100644
index 5d4002a..0000000
--- a/dev-perl/Log-Dispatch-Config/Log-Dispatch-Config-1.40.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=MIYAGAWA
-MODULE_VERSION=1.04
-inherit perl-module
-
-DESCRIPTION="Log4j for Perl"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-comment() { echo ''; }
-COMMON_DEPEND="
-       >=virtual/perl-Test-Simple-0.32 $(comment 0.320.0)
-       >=dev-perl/log-dispatch-2.00 $(comment 2.0.0)
-       >=dev-perl/AppConfig-1.52 $(comment 1.520.0)
-       dev-perl/IO-stringy $(comment IO::Scalar)
-       >=virtual/perl-File-Temp-0.12 $(comment 0.120.0)
-"
-DEPEND="
-       ${COMMON_DEPEND}
-"
-RDEPEND="
-       ${COMMON_DEPEND}
-"
-SRC_TEST="do"

Reply via email to