public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Moo/
Date: Sat, 10 Dec 2016 14:25:55 +0000 (UTC)	[thread overview]
Message-ID: <1481379930.31373ca449618dcba88657546689f08872e1f358.kentnl@gentoo> (raw)

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	other threads:[~2016-12-10 14:26 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-10 14:25 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-06-21 21:46 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Moo/ Sam James
2023-06-21 21:46 Sam James
2023-06-21 21:32 Sam James
2023-06-21 21:32 Sam James
2023-06-21 21:32 Sam James
2023-06-21 21:32 Sam James
2023-06-21 21:32 Sam James
2023-03-22  5:22 Sam James
2023-03-22  5:22 Sam James
2023-03-15 12:32 Arthur Zamarin
2023-03-14  7:03 Arthur Zamarin
2023-03-13 18:07 Sam James
2022-04-25 15:06 Sam James
2021-11-16 20:33 Andreas K. Hüttel
2021-11-09 22:02 James Le Cuirot
2021-08-26 14:52 Sam James
2021-08-25  6:00 Agostino Sarubbo
2021-08-25  5:30 Agostino Sarubbo
2021-08-04 10:23 Sergei Trofimovich
2021-07-08 19:33 Andreas K. Hüttel
2021-05-25  0:19 Joshua Kinard
2021-05-16  0:13 Sam James
2021-05-13 13:19 Sergei Trofimovich
2021-05-11 18:41 Sergei Trofimovich
2020-11-25 16:37 Mikle Kolyada
2020-09-29 20:08 Sam James
2020-09-27  8:23 Yixun Lan
2018-10-16 18:47 Fabian Groffen
2018-07-23 19:00 Sergei Trofimovich
2018-07-20 23:18 Sergei Trofimovich
2018-07-15 18:55 Thomas Deutschmann
2018-07-15 15:51 Mikle Kolyada
2017-11-19  8:36 Kent Fredric
2017-05-06  6:37 Kent Fredric
2017-04-29 11:34 Jeroen Roovers
2017-04-03 20:19 Michael Weber
2017-04-03 12:33 Agostino Sarubbo
2017-04-02 17:27 Agostino Sarubbo
2017-04-02 15:49 Kent Fredric
2017-03-23  3:58 Kent Fredric
2017-02-24  7:46 Michael Weber
2017-02-20 17:59 Markus Meier
2017-02-04  9:17 Jeroen Roovers
2016-12-04 20:39 Kent Fredric
2016-08-13  7:48 Jeroen Roovers
2016-03-28 15:33 Andreas Hüttel
2016-03-15 11:28 Agostino Sarubbo
2016-03-15 11:26 Agostino Sarubbo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1481379930.31373ca449618dcba88657546689f08872e1f358.kentnl@gentoo \
    --to=kentnl@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox