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/MooseX-LazyRequire/
Date: Mon, 21 Nov 2016 03:37:16 +0000 (UTC)	[thread overview]
Message-ID: <1479699378.0e23416b7d3efeb4aea19fdb7beacac1f37f5bed.kentnl@gentoo> (raw)

commit:     0e23416b7d3efeb4aea19fdb7beacac1f37f5bed
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 21 02:08:59 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Nov 21 03:36:18 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e23416b

dev-perl/MooseX-LazyRequire: Add w/ version 0.110.0

Required for dev-perl/Dist-Zilla

Previously maintained in ::perl-experimental by Michele Beltrame,
Torsten Veller and myself since August 2009

Package-Manager: portage-2.3.2

 dev-perl/MooseX-LazyRequire/Manifest               |  1 +
 .../MooseX-LazyRequire-0.110.0.ebuild              | 34 ++++++++++++++++++++++
 dev-perl/MooseX-LazyRequire/metadata.xml           | 13 +++++++++
 3 files changed, 48 insertions(+)

diff --git a/dev-perl/MooseX-LazyRequire/Manifest b/dev-perl/MooseX-LazyRequire/Manifest
new file mode 100644
index 00000000..c6b0c8c
--- /dev/null
+++ b/dev-perl/MooseX-LazyRequire/Manifest
@@ -0,0 +1 @@
+DIST MooseX-LazyRequire-0.11.tar.gz 26404 SHA256 ef620c1e019daf9cf3f23a943d25a94c91e93ab312bcd63be2e9740ec0b94288 SHA512 aec29204be8f023a63fa9e313ac5fa5374c985517eca5a022b4b518495b4158a71b49f36819e954a8f03cf35dd0fb5a183904797e022beeb1a35de7a5532cc14 WHIRLPOOL bd387947b255a6ec3328a7f2ee1ee51d1c1ad26f83a176e77900cacdb6616f628ba895421b58ca0b3254fde760b4c54789a12e412a763cdc64b1a51913b38cf8

diff --git a/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.110.0.ebuild b/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.110.0.ebuild
new file mode 100644
index 00000000..9ef0c13
--- /dev/null
+++ b/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.110.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+EAPI=6
+DIST_AUTHOR=ETHER
+DIST_VERSION=0.11
+inherit perl-module
+
+DESCRIPTION="Required attributes which fail only when trying to use them"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test minimal"
+# r: Moose::Exporter -> Moose
+# r: Moose::Role -> Moose
+RDEPEND="
+	virtual/perl-Carp
+	>=dev-perl/Moose-0.940.0
+	>=dev-perl/aliased-0.300.0
+	dev-perl/namespace-autoclean
+"
+# t: Test::More -> Test-Simple
+# t: strict,warnings -> perl
+DEPEND="${RDEPEND}
+	>=dev-perl/Module-Build-Tiny-0.37.0
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		!minimal? (
+			>=virtual/perl-CPAN-Meta-2.120.900
+		)
+		virtual/perl-File-Spec
+		dev-perl/Test-Fatal
+		>=virtual/perl-Test-Simple-0.880.0
+	)
+"

diff --git a/dev-perl/MooseX-LazyRequire/metadata.xml b/dev-perl/MooseX-LazyRequire/metadata.xml
new file mode 100644
index 00000000..ed1e8c6
--- /dev/null
+++ b/dev-perl/MooseX-LazyRequire/metadata.xml
@@ -0,0 +1,13 @@
+<?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>
+  <upstream>
+    <remote-id type="cpan">MooseX-LazyRequire</remote-id>
+    <remote-id type="cpan-module">MooseX::LazyRequire</remote-id>
+    <remote-id type="cpan-module">MooseX::LazyRequire::Meta::Attribute::Trait::LazyRequire</remote-id>
+  </upstream>
+</pkgmetadata>


             reply	other threads:[~2016-11-21  3:37 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-21  3:37 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-09-18 13:03 [gentoo-commits] repo/gentoo:master commit in: dev-perl/MooseX-LazyRequire/ Kent Fredric
2021-06-15 21:59 Andreas K. Hüttel
2021-11-18 20:55 Andreas K. Hüttel

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=1479699378.0e23416b7d3efeb4aea19fdb7beacac1f37f5bed.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