commit:     a2d7518d1e6457c7b5cd92cf756eb7d89bc3144e
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  5 17:36:13 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Apr  5 17:36:43 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2d7518d

dev-perl/Mouse: Bump to version 2.4.9

- Add USE=examples

Upstream:
- Fix install with '.' in @INC
- Fix stack collapse
- Avoid stack corruption with more than 23 attributes

Bug: https://bugs.gentoo.org/614788
Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-perl/Mouse/Manifest           |  1 +
 dev-perl/Mouse/Mouse-2.4.9.ebuild | 35 +++++++++++++++++++++++++++++++++++
 dev-perl/Mouse/metadata.xml       |  1 +
 3 files changed, 37 insertions(+)

diff --git a/dev-perl/Mouse/Manifest b/dev-perl/Mouse/Manifest
index 8e4bf5905a4..1a5aad5ec5a 100644
--- a/dev-perl/Mouse/Manifest
+++ b/dev-perl/Mouse/Manifest
@@ -1 +1,2 @@
 DIST Mouse-v2.4.5.tar.gz 221446 SHA256 
14223cf0864e307e674e39c0b109398d2fb6289d245f273177810b878cbe8db8 SHA512 
555b0543a1bfda2b07c53c2f1d1a62dabfc5261dac5f22cfd227d739e52f85c669ca3570a209eff041528e32bb84ad9cc656fe35b212aea7ff6b287bad5937b9
 WHIRLPOOL 
1613f023b4d68ba945d9ccc1edbc9b1c94326d97de7e3d20de5724779d3bb7d718245096271b827934b6d6dd1e8bb3a0b564d89f6fd65075d61ea8108d9d8dc7
+DIST Mouse-v2.4.9.tar.gz 222421 SHA256 
9640aae77bfee2fa9c739640c8da41482c183890f0901663f004867e12d540f8 SHA512 
194471dc7121692dc4dcd384c4e3ecd3936457bf34fa3088b25abc9d6d5faa76fc7ca08ee2c1bc23c3ab9c2d91a6b414b065796aea1371d46a31cbf248621b10
 WHIRLPOOL 
f990d98e15c3e265f8f9a35853202c862b3a60d20b13b84a92264828d9d49084c5df7004e25360876833f3d95e8793a7d1f29e4d7782f755c219f85a6d18b817

diff --git a/dev-perl/Mouse/Mouse-2.4.9.ebuild 
b/dev-perl/Mouse/Mouse-2.4.9.ebuild
new file mode 100644
index 00000000000..e18e2ae1fee
--- /dev/null
+++ b/dev-perl/Mouse/Mouse-2.4.9.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=SYOHEX
+DIST_VERSION=v${PV}
+DIST_EXAMPLES=("example/*" "benchmarks")
+inherit perl-module
+
+DESCRIPTION="Moose minus the antlers"
+
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~x86"
+IUSE="test"
+
+RDEPEND="
+       >=virtual/perl-Scalar-List-Utils-1.140.0
+       >=virtual/perl-XSLoader-0.20.0
+"
+DEPEND="${RDEPEND}
+       >=virtual/perl-ExtUtils-ParseXS-3.220.0
+       >=virtual/perl-Devel-PPPort-3.220.0
+       >=dev-perl/Module-Build-0.400.500
+       dev-perl/Module-Build-XSUtil
+       test? (
+               dev-perl/Test-Exception
+               dev-perl/Test-Fatal
+               dev-perl/Test-LeakTrace
+               >=virtual/perl-Test-Simple-0.880.0
+               dev-perl/Test-Output
+               dev-perl/Test-Requires
+               dev-perl/Try-Tiny
+       )
+"

diff --git a/dev-perl/Mouse/metadata.xml b/dev-perl/Mouse/metadata.xml
index c0d5fc49093..583bec1f44f 100644
--- a/dev-perl/Mouse/metadata.xml
+++ b/dev-perl/Mouse/metadata.xml
@@ -27,6 +27,7 @@
     <remote-id type="cpan-module">Mouse::PurePerl</remote-id>
     <remote-id type="cpan-module">Mouse::Role</remote-id>
     <remote-id type="cpan-module">Mouse::Spec</remote-id>
+    <remote-id type="cpan-module">Mouse::Tiny</remote-id>
     <remote-id type="cpan-module">Mouse::TypeRegistry</remote-id>
     <remote-id type="cpan-module">Mouse::Util</remote-id>
     <remote-id type="cpan-module">Mouse::Util::MetaRole</remote-id>

Reply via email to