commit:     31373ca449618dcba88657546689f08872e1f358
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 10 14:24:02 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Dec 10 14:25:30 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31373ca4

dev-perl/Moo: Bump to version 2.3.0

Upstream:
- fix create_class_with_roles being used multiple times with the same packages
- fix edge case with @ISA assignment on perl 5.10.0
- fix handles on oddly named attributes
- Split Sub::Quote and Sub::Defer into Sub-Quote

Keywording:
- New dependency, dropped arm hppa ppc

Package-Manager: portage-2.3.3

 dev-perl/Moo/Manifest         |  1 +
 dev-perl/Moo/Moo-2.3.0.ebuild | 33 +++++++++++++++++++++++++++++++++
 dev-perl/Moo/metadata.xml     |  2 --
 3 files changed, 34 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Moo/Manifest b/dev-perl/Moo/Manifest
index cd7fca5..d5251f3b 100644
--- a/dev-perl/Moo/Manifest
+++ b/dev-perl/Moo/Manifest
@@ -1,2 +1,3 @@
 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
+DIST Moo-2.003000.tar.gz 95980 SHA256 
ccab84b1377e52922026b24b2ed51d83c439757f2b0783fffa73ac22b4fb3dd2 SHA512 
50c13d121c44f7ca1bce718b9d8f392eb5961aa4142609f38bdf24f6127b9b09b0cf2bd3f8593f9253f5bab84e5e7f795c5e7b9f3f859bd516cd146b2fdb4a6c
 WHIRLPOOL 
885538a654eceb068ad6b56bc20aaa3b24da201f5309dc533803032ef31f72c90d574bf590f33ba960cde56a2f14d49e87358f90bd9e0c3fbe2538725ac0acc4

diff --git a/dev-perl/Moo/Moo-2.3.0.ebuild b/dev-perl/Moo/Moo-2.3.0.ebuild
new file mode 100644
index 00000000..e543907
--- /dev/null
+++ b/dev-perl/Moo/Moo-2.3.0.ebuild
@@ -0,0 +1,33 @@
+# 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.003000
+inherit perl-module
+
+DESCRIPTION="Minimalist Object Orientation (with Moose compatiblity)"
+
+SLOT="0"
+KEYWORDS="~amd64 ~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
+       >=dev-perl/Sub-Quote-2.3.1
+       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 0740775..ca6f562 100644
--- a/dev-perl/Moo/metadata.xml
+++ b/dev-perl/Moo/metadata.xml
@@ -20,8 +20,6 @@
                <remote-id type="cpan-module">Moo::_Utils</remote-id>
                <remote-id type="cpan-module">Moo::_mro</remote-id>
                <remote-id type="cpan-module">Moo::sification</remote-id>
-               <remote-id type="cpan-module">Sub::Defer</remote-id>
-               <remote-id type="cpan-module">Sub::Quote</remote-id>
                <remote-id type="cpan-module">oo</remote-id>
        </upstream>
 </pkgmetadata>

Reply via email to