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/MooX-StrictConstructor/
Date: Wed,  5 Feb 2020 01:02:26 +0000 (UTC)	[thread overview]
Message-ID: <1580864509.2c2f75be6d7e5a7ad4e1ab8c3e39c2e3812118d2.kentnl@gentoo> (raw)

commit:     2c2f75be6d7e5a7ad4e1ab8c3e39c2e3812118d2
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  4 01:10:28 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Feb  5 01:01:49 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c2f75be

dev-perl/MooX-StrictConstructor: Add w/ version=0.10.0

Required for dev-perl/GeoIP2, as suggested by Tomáš Mózes

Bug: https://github.com/gentoo/gentoo/pull/13973
Bug: https://bugs.gentoo.org/675494
Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 dev-perl/MooX-StrictConstructor/Manifest           |  1 +
 .../MooX-StrictConstructor-0.10.0.ebuild           | 30 ++++++++++++++++++++++
 dev-perl/MooX-StrictConstructor/metadata.xml       | 17 ++++++++++++
 3 files changed, 48 insertions(+)

diff --git a/dev-perl/MooX-StrictConstructor/Manifest b/dev-perl/MooX-StrictConstructor/Manifest
new file mode 100644
index 00000000000..27f584fde18
--- /dev/null
+++ b/dev-perl/MooX-StrictConstructor/Manifest
@@ -0,0 +1 @@
+DIST MooX-StrictConstructor-0.010.tar.gz 14817 BLAKE2B d013ab60dd467d598a4617b3bc354df329d22114e2b4ee53a1f62af99c5ec7797bd8a48056cb43236429d97c74f6f576c2fa764e3c527c9a056f815675a5177f SHA512 17748ee05c1679d3cbade89b40a6f884bafc45244298f1dfcc5441dc81ab807394e6aafce483e302da8441ccb954aa1c7438b4449fcc373ecdcf81ad9e7cd864

diff --git a/dev-perl/MooX-StrictConstructor/MooX-StrictConstructor-0.10.0.ebuild b/dev-perl/MooX-StrictConstructor/MooX-StrictConstructor-0.10.0.ebuild
new file mode 100644
index 00000000000..2f53a94bd1c
--- /dev/null
+++ b/dev-perl/MooX-StrictConstructor/MooX-StrictConstructor-0.10.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=HARTZELL
+DIST_VERSION=0.010
+inherit perl-module
+
+DESCRIPTION="Make your Moo-based object constructors blow up on unknown attributes"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	dev-perl/Class-Method-Modifiers
+	>=dev-perl/Moo-1.1.0
+	dev-perl/strictures
+"
+BDEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		virtual/perl-File-Spec
+		virtual/perl-File-Temp
+		virtual/perl-IO
+		dev-perl/Test-Fatal
+		>=virtual/perl-Test-Simple-0.880.0
+	)
+"

diff --git a/dev-perl/MooX-StrictConstructor/metadata.xml b/dev-perl/MooX-StrictConstructor/metadata.xml
new file mode 100644
index 00000000000..7f7d59c64a4
--- /dev/null
+++ b/dev-perl/MooX-StrictConstructor/metadata.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="project">
+    <email>perl@gentoo.org</email>
+    <name>Gentoo Perl Project</name>
+  </maintainer>
+  <maintainer type="person">
+    <email>hydrapolic@gmail.com</email>
+    <name>Tomáš Mózes</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="cpan">MooX-StrictConstructor</remote-id>
+    <remote-id type="cpan-module">Method::Generate::Constructor::Role::StrictConstructor</remote-id>
+    <remote-id type="cpan-module">MooX::StrictConstructor</remote-id>
+  </upstream>
+</pkgmetadata>


             reply	other threads:[~2020-02-05  1:02 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-05  1:02 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-07-09 20:44 [gentoo-commits] repo/gentoo:master commit in: dev-perl/MooX-StrictConstructor/ Andreas K. Hüttel
2021-11-19  1:19 Andreas K. Hüttel
2023-09-05 14:22 Sam James
2023-09-05 14:23 Sam James
2024-10-24 10:23 Sam James

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=1580864509.2c2f75be6d7e5a7ad4e1ab8c3e39c2e3812118d2.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