commit:     ccab1d8b91c29fc8b2497371ab06ff0f9a75eeb9
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  4 20:34:46 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Dec  4 20:39:24 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccab1d8b

dev-perl/Moo: Bump to version 2.2.5

- EAPI6

Package-Manager: portage-2.3.2

 dev-perl/Moo/Manifest         |  1 +
 dev-perl/Moo/Moo-2.2.5.ebuild | 32 ++++++++++++++++++++++++++++++++
 dev-perl/Moo/metadata.xml     |  1 -
 3 files changed, 33 insertions(+), 1 deletion(-)

diff --git a/dev-perl/Moo/Manifest b/dev-perl/Moo/Manifest
index 75cf72f..cd7fca5 100644
--- a/dev-perl/Moo/Manifest
+++ b/dev-perl/Moo/Manifest
@@ -1 +1,2 @@
 DIST Moo-2.000002.tar.gz 94253 SHA256 
fb4bfa751f0dd06bd70f2e06e811f85a640501f263c228a8efafbf6b26691fd4 SHA512 
dbafbe0fe976492bc98610591c80d6f5c19c33b61a4d1cf4752ee03b7ceedf5ff5a5ef789436adf49a697508dde7db8a58dafbcec9ac88780b75896cb0dc072c
 WHIRLPOOL 
e811e0785f1ec5155d9aa90112f2c04a62d9d00c3f04cb9f8533812ac94592d60b1bb3eb0bfb4e889a776967b6ab9ed45869453d8d59801934b4fa7404f574a0
+DIST Moo-2.002005.tar.gz 106129 SHA256 
8147f98a43f7beb808773202b05d3fba25d5fca018ad939d7e529f4d36d6dc68 SHA512 
eb84b6bc13873638efe201562bf4b1c799a2a9ee8dc606236ffbd69cfbc4dbb126a0990e49d29b853e2363cda4cabee4cd338757e107e75da6936a2ff6c5b6b6
 WHIRLPOOL 
fa5b9f78d564183d018bafead56ce7d900ddf40e1a8c74b949c2c1ce27e05a6cc2eb5f1ee37aa4f417410d6fcc3cda39881b56d5f91d36934dd59f36fb3ef8a4

diff --git a/dev-perl/Moo/Moo-2.2.5.ebuild b/dev-perl/Moo/Moo-2.2.5.ebuild
new file mode 100644
index 00000000..e81e98e
--- /dev/null
+++ b/dev-perl/Moo/Moo-2.2.5.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=HAARG
+DIST_VERSION=2.002005
+inherit perl-module
+
+DESCRIPTION="Minimalist Object Orientation (with Moose compatiblity)"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86 ~ppc-aix ~ppc-macos ~x86-solaris"
+IUSE="test"
+
+# needs Scalar::Util
+RDEPEND="
+       >=dev-perl/Class-Method-Modifiers-1.100.0
+       >=dev-perl/Devel-GlobalDestruction-0.110.0
+       >=virtual/perl-Exporter-5.570.0
+       >=dev-perl/Module-Runtime-0.14.0
+       >=dev-perl/Role-Tiny-2.0.4
+       virtual/perl-Scalar-List-Utils
+"
+DEPEND="${RDEPEND}
+       virtual/perl-ExtUtils-MakeMaker
+       test? (
+               >=dev-perl/Test-Fatal-0.3.0
+               >=virtual/perl-Test-Simple-0.940.0
+       )
+"

diff --git a/dev-perl/Moo/metadata.xml b/dev-perl/Moo/metadata.xml
index 5288188..0740775 100644
--- a/dev-perl/Moo/metadata.xml
+++ b/dev-perl/Moo/metadata.xml
@@ -11,7 +11,6 @@
                <remote-id 
type="cpan-module">Method::Generate::BuildAll</remote-id>
                <remote-id 
type="cpan-module">Method::Generate::Constructor</remote-id>
                <remote-id 
type="cpan-module">Method::Generate::DemolishAll</remote-id>
-               <remote-id type="cpan-module">Method::Inliner</remote-id>
                <remote-id type="cpan-module">Moo</remote-id>
                <remote-id type="cpan-module">Moo::HandleMoose</remote-id>
                <remote-id 
type="cpan-module">Moo::HandleMoose::FakeConstructor</remote-id>

Reply via email to