commit:     4c400e25f76b6dbb6ed75ee390cc999fbf2facf3
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Mar 25 10:29:00 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Mar 25 10:29:00 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=4c400e25

[bump] Role-Identifiable-0.7.0

Package-Manager: portage-2.2.17

 .../Role-Identifiable/Role-Identifiable-0.5.ebuild | 24 ------------------
 .../Role-Identifiable-0.7.0.ebuild                 | 29 ++++++++++++++++++++++
 2 files changed, 29 insertions(+), 24 deletions(-)

diff --git a/dev-perl/Role-Identifiable/Role-Identifiable-0.5.ebuild 
b/dev-perl/Role-Identifiable/Role-Identifiable-0.5.ebuild
deleted file mode 100644
index 53fbabd..0000000
--- a/dev-perl/Role-Identifiable/Role-Identifiable-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="a thing with a list of tags"
-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 , Moose::Util::TypeConstraints
-
-ddep_setup
-
-SRC_TEST="do"

diff --git a/dev-perl/Role-Identifiable/Role-Identifiable-0.7.0.ebuild 
b/dev-perl/Role-Identifiable/Role-Identifiable-0.7.0.ebuild
new file mode 100644
index 0000000..7e690d1
--- /dev/null
+++ b/dev-perl/Role-Identifiable/Role-Identifiable-0.7.0.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=RJBS
+MODULE_VERSION=0.007
+inherit perl-module
+
+DESCRIPTION="a thing with a list of tags"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+# Moose::Role -> Moose
+# Moose::Util::TypeConstraints -> Moose
+# IO::Handle -> IO
+# IPC::Open3 -> perl
+RDEPEND="
+       dev-perl/Moose
+"
+DEPEND="
+       ${RDEPEND}
+       >=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