commit:     fd01c7d582be0ae494ebc32a6a6a8512601d0b48
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Apr  6 23:56:28 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Apr  6 23:56:28 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=fd01c7d5

[bump] Log-Dispatch-Array-1.3.0

Package-Manager: portage-2.2.17

 .../Log-Dispatch-Array-1.001.ebuild                | 19 ----------------
 .../Log-Dispatch-Array-1.3.0.ebuild                | 26 ++++++++++++++++++++++
 2 files changed, 26 insertions(+), 19 deletions(-)

diff --git a/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.001.ebuild 
b/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.001.ebuild
deleted file mode 100644
index a9ea964..0000000
--- a/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.001.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-MODULE_AUTHOR=RJBS
-inherit perl-module
-
-DESCRIPTION="log events to an array (reference)"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-perl/log-dispatch"
-DEPEND="${RDEPEND}"
-
-SRC_TEST=do

diff --git a/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0.ebuild 
b/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0.ebuild
new file mode 100644
index 0000000..5af9637
--- /dev/null
+++ b/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+MODULE_AUTHOR=RJBS
+MODULE_VERSION=1.003
+inherit perl-module
+
+DESCRIPTION="log events to an array (reference)"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="dev-perl/Log-Dispatch
+       virtual/perl-parent
+"
+DEPEND="${RDEPEND}
+       >=virtual/perl-ExtUtils-MakeMaker-6.300.0
+       test? (
+               dev-perl/Test-Deep
+               >=virtual/perl-Test-Simple-0.960.0
+       )
+"

Reply via email to