commit:     0bbd13d3ededd2d9ef9d8698965d434cf7cc9e8a
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Mar 24 19:32:15 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Mar 24 19:32:15 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=0bbd13d3

[bump] Role-Payload to 0.6.0

Package-Manager: portage-2.2.17

 .../Role-HasPayload/Role-HasPayload-0.5.ebuild     | 24 ----------------------
 .../Role-HasPayload/Role-HasPayload-0.6.0.ebuild   | 24 ++++++++++++++++++++++
 2 files changed, 24 insertions(+), 24 deletions(-)

diff --git a/dev-perl/Role-HasPayload/Role-HasPayload-0.5.ebuild 
b/dev-perl/Role-HasPayload/Role-HasPayload-0.5.ebuild
deleted file mode 100644
index c94cb5e..0000000
--- a/dev-perl/Role-HasPayload/Role-HasPayload-0.5.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI="4"
-MODULE_AUTHOR=RJBS
-MODULE_VERSION=0.005
-inherit perl-module perl-declaredeps
-
-DESCRIPTION="something that carries a payload"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-bdepend Moose
-bdepend-virtual Test-Simple 0.96 # Test-More
-
-cdepend-virtual ExtUtils-MakeMaker 6.56
-
-depend Moose # Moose::Role
-
-ddep_setup
-
-SRC_TEST="do"

diff --git a/dev-perl/Role-HasPayload/Role-HasPayload-0.6.0.ebuild 
b/dev-perl/Role-HasPayload/Role-HasPayload-0.6.0.ebuild
new file mode 100644
index 0000000..515b326
--- /dev/null
+++ b/dev-perl/Role-HasPayload/Role-HasPayload-0.6.0.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=RJBS
+MODULE_VERSION=0.006
+inherit perl-module
+
+DESCRIPTION="something that carries a payload"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+# IPC::Open3 -> perl
+RDEPENDS="dev-perl/Moose"
+DEPEDNDS="
+       ${RDEPENDS}
+       >=virtual/perl-ExtUtils-MakeMaker-6.300.0
+       test? (
+               virtual/perl-File-Spec
+               virtual/perl-IO
+               >=virtual/perl-Test-Simple-0.960.0
+       )
+"

Reply via email to