* [gentoo-commits] repo/gentoo:master commit in: dev-perl/MooseX-LazyRequire/
@ 2016-11-21 3:37 Kent Fredric
0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2016-11-21 3:37 UTC (permalink / raw
To: gentoo-commits
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>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/MooseX-LazyRequire/
@ 2017-09-18 13:03 Kent Fredric
0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2017-09-18 13:03 UTC (permalink / raw
To: gentoo-commits
commit: a109e088f109dfd3a89c1a566f4e0b2edf32e742
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 18 12:27:43 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Sep 18 12:47:19 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a109e088
dev-perl/MooseX-LazyRequire: Fix ebuild.badheader
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.110.0.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.110.0.ebuild b/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.110.0.ebuild
index b7c73491ed5..18191216aee 100644
--- a/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.110.0.ebuild
+++ b/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.110.0.ebuild
@@ -1,5 +1,6 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+
EAPI=6
DIST_AUTHOR=ETHER
DIST_VERSION=0.11
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/MooseX-LazyRequire/
@ 2021-06-15 21:59 Andreas K. Hüttel
0 siblings, 0 replies; 4+ messages in thread
From: Andreas K. Hüttel @ 2021-06-15 21:59 UTC (permalink / raw
To: gentoo-commits
commit: 74698f23b96549ae1698b2e6b3fb2a00f30f7797
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 15 21:34:01 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Jun 15 21:58:50 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74698f23
dev-perl/MooseX-LazyRequire: stable for amd64
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.110.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.110.0.ebuild b/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.110.0.ebuild
index 70a06c44204..6a65e668436 100644
--- a/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.110.0.ebuild
+++ b/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.110.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -8,7 +8,7 @@ inherit perl-module
DESCRIPTION="Required attributes which fail only when trying to use them"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="test minimal"
RESTRICT="!test? ( test )"
# r: Moose::Exporter -> Moose
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/MooseX-LazyRequire/
@ 2021-11-18 20:55 Andreas K. Hüttel
0 siblings, 0 replies; 4+ messages in thread
From: Andreas K. Hüttel @ 2021-11-18 20:55 UTC (permalink / raw
To: gentoo-commits
commit: e5f53d4dc167177da2fd81e7c62e44686035656b
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 18 20:36:47 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Nov 18 20:54:51 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5f53d4d
dev-perl/MooseX-LazyRequire: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...-0.110.0.ebuild => MooseX-LazyRequire-0.110.0-r1.ebuild} | 13 +++++--------
1 file changed, 5 insertions(+), 8 deletions(-)
diff --git a/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.110.0.ebuild b/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.110.0-r1.ebuild
similarity index 76%
rename from dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.110.0.ebuild
rename to dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.110.0-r1.ebuild
index 6a65e668436e..212caeab37ce 100644
--- a/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.110.0.ebuild
+++ b/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.110.0-r1.ebuild
@@ -1,7 +1,8 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
+
DIST_AUTHOR=ETHER
DIST_VERSION=0.11
inherit perl-module
@@ -9,19 +10,15 @@ inherit perl-module
DESCRIPTION="Required attributes which fail only when trying to use them"
SLOT="0"
KEYWORDS="amd64 ~x86"
-IUSE="test minimal"
-RESTRICT="!test? ( test )"
-# r: Moose::Exporter -> Moose
-# r: Moose::Role -> Moose
+IUSE="minimal"
+
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}
+BDEPEND="${RDEPEND}
>=dev-perl/Module-Build-Tiny-0.37.0
virtual/perl-ExtUtils-MakeMaker
test? (
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-11-18 20:55 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-18 13:03 [gentoo-commits] repo/gentoo:master commit in: dev-perl/MooseX-LazyRequire/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2021-11-18 20:55 Andreas K. Hüttel
2021-06-15 21:59 Andreas K. Hüttel
2016-11-21 3:37 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox