* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MooseX-LazyRequire/
@ 2011-04-05 11:17 Kent Fredric
0 siblings, 0 replies; 11+ messages in thread
From: Kent Fredric @ 2011-04-05 11:17 UTC (permalink / raw
To: gentoo-commits
commit: eede4f3231f5547701041f042f01b66516a895dd
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Apr 5 11:09:22 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Apr 5 11:09:22 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=eede4f32
[newversion] MooseX-LazyRequire-0.70.0
(Portage version: 2.2.0_alpha29/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
dev-perl/MooseX-LazyRequire/ChangeLog | 6 ++++
.../MooseX-LazyRequire-0.70.0.ebuild | 29 ++++++++++++++++++++
2 files changed, 35 insertions(+), 0 deletions(-)
diff --git a/dev-perl/MooseX-LazyRequire/ChangeLog b/dev-perl/MooseX-LazyRequire/ChangeLog
index 933dc1f..16a7d1e 100644
--- a/dev-perl/MooseX-LazyRequire/ChangeLog
+++ b/dev-perl/MooseX-LazyRequire/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*MooseX-LazyRequire-0.70.0 (05 Apr 2011)
+
+ 05 Apr 2011; Kent Fredric <kentfredric@gmail.com>
+ +MooseX-LazyRequire-0.70.0.ebuild:
+ Bump
+
*MooseX-LazyRequire-0.60.0 (05 Apr 2011)
*MooseX-LazyRequire-0.50.0 (05 Apr 2011)
*MooseX-LazyRequire-0.40.0 (05 Apr 2011)
diff --git a/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.70.0.ebuild b/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.70.0.ebuild
new file mode 100644
index 0000000..2e7a2ed
--- /dev/null
+++ b/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.70.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+MODULE_AUTHOR=FLORA
+MODULE_VERSION=0.07
+inherit perl-module
+
+DESCRIPTION="Required attributes which fail only when trying to use them"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+ dev-perl/MooseX-Types
+ dev-perl/namespace-autoclean
+ >=dev-perl/aliased-0.30
+ >=dev-perl/Moose-0.94
+"
+DEPEND="${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.31
+ test? (
+ dev-perl/Test-Exception
+ )
+"
+SRC_TEST="do"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MooseX-LazyRequire/
@ 2011-04-05 11:17 Kent Fredric
0 siblings, 0 replies; 11+ messages in thread
From: Kent Fredric @ 2011-04-05 11:17 UTC (permalink / raw
To: gentoo-commits
commit: 0e13f61a77797e6db2efcee6f0e54cb5a5e3abad
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Apr 5 11:05:53 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Apr 5 11:05:53 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=0e13f61a
[addzero] MooseX-LazyRequire
(Portage version: 2.2.0_alpha29/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
dev-perl/MooseX-LazyRequire/ChangeLog | 12 ++++++++++++
....30.ebuild => MooseX-LazyRequire-0.30.0.ebuild} | 0
....40.ebuild => MooseX-LazyRequire-0.40.0.ebuild} | 0
....50.ebuild => MooseX-LazyRequire-0.50.0.ebuild} | 0
....60.ebuild => MooseX-LazyRequire-0.60.0.ebuild} | 0
5 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/dev-perl/MooseX-LazyRequire/ChangeLog b/dev-perl/MooseX-LazyRequire/ChangeLog
index 3dbf66e..933dc1f 100644
--- a/dev-perl/MooseX-LazyRequire/ChangeLog
+++ b/dev-perl/MooseX-LazyRequire/ChangeLog
@@ -2,6 +2,18 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*MooseX-LazyRequire-0.60.0 (05 Apr 2011)
+*MooseX-LazyRequire-0.50.0 (05 Apr 2011)
+*MooseX-LazyRequire-0.40.0 (05 Apr 2011)
+*MooseX-LazyRequire-0.30.0 (05 Apr 2011)
+
+ 05 Apr 2011; Kent Fredric <kentfredric@gmail.com>
+ -MooseX-LazyRequire-0.30.ebuild, +MooseX-LazyRequire-0.30.0.ebuild,
+ -MooseX-LazyRequire-0.40.ebuild, +MooseX-LazyRequire-0.40.0.ebuild,
+ -MooseX-LazyRequire-0.50.ebuild, +MooseX-LazyRequire-0.50.0.ebuild,
+ -MooseX-LazyRequire-0.60.ebuild, +MooseX-LazyRequire-0.60.0.ebuild:
+ Addzero
+
*MooseX-LazyRequire-0.60 (21 Jan 2011)
*MooseX-LazyRequire-0.50 (21 Jan 2011)
*MooseX-LazyRequire-0.40 (21 Jan 2011)
diff --git a/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.30.ebuild b/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.30.0.ebuild
similarity index 100%
rename from dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.30.ebuild
rename to dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.30.0.ebuild
diff --git a/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.40.ebuild b/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.40.0.ebuild
similarity index 100%
rename from dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.40.ebuild
rename to dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.40.0.ebuild
diff --git a/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.50.ebuild b/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.50.0.ebuild
similarity index 100%
rename from dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.50.ebuild
rename to dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.50.0.ebuild
diff --git a/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.60.ebuild b/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.60.0.ebuild
similarity index 100%
rename from dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.60.ebuild
rename to dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.60.0.ebuild
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MooseX-LazyRequire/
@ 2011-04-05 18:16 Kent Fredric
0 siblings, 0 replies; 11+ messages in thread
From: Kent Fredric @ 2011-04-05 18:16 UTC (permalink / raw
To: gentoo-commits
commit: b34231df269baba9e419d2c00889ed790482142c
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Apr 5 17:53:21 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Apr 5 17:53:21 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=b34231df
[fixdep] MooseX-LazyRequire -> aliased
(Portage version: 2.2.0_alpha29/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
dev-perl/MooseX-LazyRequire/ChangeLog | 6 ++++++
.../MooseX-LazyRequire-0.30.0.ebuild | 2 +-
.../MooseX-LazyRequire-0.40.0.ebuild | 2 +-
.../MooseX-LazyRequire-0.50.0.ebuild | 2 +-
.../MooseX-LazyRequire-0.60.0.ebuild | 2 +-
.../MooseX-LazyRequire-0.70.0.ebuild | 2 +-
6 files changed, 11 insertions(+), 5 deletions(-)
diff --git a/dev-perl/MooseX-LazyRequire/ChangeLog b/dev-perl/MooseX-LazyRequire/ChangeLog
index 16a7d1e..39463ed 100644
--- a/dev-perl/MooseX-LazyRequire/ChangeLog
+++ b/dev-perl/MooseX-LazyRequire/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 05 Apr 2011; Kent Fredric <kentfredric@gmail.com>
+ MooseX-LazyRequire-0.30.0.ebuild, MooseX-LazyRequire-0.40.0.ebuild,
+ MooseX-LazyRequire-0.50.0.ebuild, MooseX-LazyRequire-0.60.0.ebuild,
+ MooseX-LazyRequire-0.70.0.ebuild:
+ Fixdep aliased
+
*MooseX-LazyRequire-0.70.0 (05 Apr 2011)
05 Apr 2011; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.30.0.ebuild b/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.30.0.ebuild
index 92d26c4..72bfc0f 100644
--- a/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.30.0.ebuild
+++ b/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.30.0.ebuild
@@ -16,7 +16,7 @@ IUSE="test"
RDEPEND="
dev-perl/MooseX-Types
dev-perl/namespace-autoclean
- >=dev-perl/aliased-0.30
+ >=dev-perl/aliased-0.300.0
dev-perl/Moose
"
DEPEND="
diff --git a/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.40.0.ebuild b/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.40.0.ebuild
index eda5c64..bc34382 100644
--- a/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.40.0.ebuild
+++ b/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.40.0.ebuild
@@ -16,7 +16,7 @@ IUSE="test"
RDEPEND="
dev-perl/MooseX-Types
dev-perl/namespace-autoclean
- >=dev-perl/aliased-0.30
+ >=dev-perl/aliased-0.300.0
dev-perl/Moose
"
DEPEND="
diff --git a/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.50.0.ebuild b/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.50.0.ebuild
index b9e8891..dde9160 100644
--- a/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.50.0.ebuild
+++ b/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.50.0.ebuild
@@ -17,7 +17,7 @@ IUSE="test"
RDEPEND="
dev-perl/MooseX-Types
dev-perl/namespace-autoclean
- >=dev-perl/aliased-0.30
+ >=dev-perl/aliased-0.300.0
dev-perl/Moose
"
DEPEND="${RDEPEND}
diff --git a/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.60.0.ebuild b/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.60.0.ebuild
index ec71065..f3a345f 100644
--- a/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.60.0.ebuild
+++ b/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.60.0.ebuild
@@ -17,7 +17,7 @@ IUSE="test"
RDEPEND="
dev-perl/MooseX-Types
dev-perl/namespace-autoclean
- >=dev-perl/aliased-0.30
+ >=dev-perl/aliased-0.300.0
>=dev-perl/Moose-0.94
"
DEPEND="${RDEPEND}
diff --git a/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.70.0.ebuild b/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.70.0.ebuild
index 2e7a2ed..b63e9ff 100644
--- a/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.70.0.ebuild
+++ b/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.70.0.ebuild
@@ -17,7 +17,7 @@ IUSE="test"
RDEPEND="
dev-perl/MooseX-Types
dev-perl/namespace-autoclean
- >=dev-perl/aliased-0.30
+ >=dev-perl/aliased-0.300.0
>=dev-perl/Moose-0.94
"
DEPEND="${RDEPEND}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MooseX-LazyRequire/
@ 2012-07-25 18:30 Kent Fredric
0 siblings, 0 replies; 11+ messages in thread
From: Kent Fredric @ 2012-07-25 18:30 UTC (permalink / raw
To: gentoo-commits
commit: 30a3208c50ab6a66d60c83ffd53dcd89ebc7716a
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Jul 25 15:51:38 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Jul 25 15:51:38 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=30a3208c
[newversion] MooseX-LazyRequire-0.80.0
(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4)
---
dev-perl/MooseX-LazyRequire/ChangeLog | 8 +++-
.../MooseX-LazyRequire-0.70.0.ebuild | 4 +-
.../MooseX-LazyRequire-0.80.0.ebuild | 58 ++++++++++++++++++++
3 files changed, 67 insertions(+), 3 deletions(-)
diff --git a/dev-perl/MooseX-LazyRequire/ChangeLog b/dev-perl/MooseX-LazyRequire/ChangeLog
index 39463ed..11da817 100644
--- a/dev-perl/MooseX-LazyRequire/ChangeLog
+++ b/dev-perl/MooseX-LazyRequire/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for dev-perl/MooseX-LazyRequire
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*MooseX-LazyRequire-0.80.0 (25 Jul 2012)
+
+ 25 Jul 2012; Kent Fredric <kentfredric@gmail.com>
+ MooseX-LazyRequire-0.70.0.ebuild, +MooseX-LazyRequire-0.80.0.ebuild:
+ Version Bump
+
05 Apr 2011; Kent Fredric <kentfredric@gmail.com>
MooseX-LazyRequire-0.30.0.ebuild, MooseX-LazyRequire-0.40.0.ebuild,
MooseX-LazyRequire-0.50.0.ebuild, MooseX-LazyRequire-0.60.0.ebuild,
diff --git a/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.70.0.ebuild b/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.70.0.ebuild
index b63e9ff..6d779b8 100644
--- a/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.70.0.ebuild
+++ b/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.70.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -18,7 +18,7 @@ RDEPEND="
dev-perl/MooseX-Types
dev-perl/namespace-autoclean
>=dev-perl/aliased-0.300.0
- >=dev-perl/Moose-0.94
+ >=dev-perl/Moose-0.940
"
DEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.31
diff --git a/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.80.0.ebuild b/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.80.0.ebuild
new file mode 100644
index 0000000..67e95e8
--- /dev/null
+++ b/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.80.0.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=ETHER
+MODULE_VERSION=0.08
+inherit perl-module
+
+DESCRIPTION='Required attributes which fail only when trying to use them'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+perl_meta_configure() {
+ # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
+ echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
+}
+perl_meta_runtime() {
+ # Carp
+ # echo virtual/perl-Carp
+ # Moose 0.94 ( 0.940.0 )
+ echo \>=dev-perl/Moose-0.940
+ # Moose::Exporter
+ echo dev-perl/Moose
+ # Moose::Role
+ echo dev-perl/Moose
+ # MooseX::Types::Moose
+ echo dev-perl/MooseX-Types
+ # aliased 0.30 ( 0.300.0 )
+ echo \>=dev-perl/aliased-0.300.0
+ # namespace::autoclean
+ echo dev-perl/namespace-autoclean
+}
+perl_meta_test() {
+ # File::Find
+ echo dev-lang/perl
+ # File::Temp
+ echo virtual/perl-File-Temp
+ # Test::CheckDeps 0.002 ( 0.2.0 )
+ echo \>=dev-perl/Test-CheckDeps-0.2.0
+ # Test::Fatal
+ echo dev-perl/Test-Fatal
+ # Test::More 0.88 ( 0.880.0 )
+ echo \>=virtual/perl-Test-Simple-0.88
+ # strict
+ echo dev-lang/perl
+ # warnings
+ echo dev-lang/perl
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_runtime)
+ test? ( $(perl_meta_test) )
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MooseX-LazyRequire/
@ 2013-02-07 13:55 Kent Fredric
0 siblings, 0 replies; 11+ messages in thread
From: Kent Fredric @ 2013-02-07 13:55 UTC (permalink / raw
To: gentoo-commits
commit: a9eaf1d71851da6e04b308d36d907c059c086f45
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Feb 7 11:39:16 2013 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Feb 7 11:39:16 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=a9eaf1d7
[fixdep] MooseX-LazyRequire -> Moose ( normalize )
Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4
---
dev-perl/MooseX-LazyRequire/ChangeLog | 7 ++++++-
.../MooseX-LazyRequire-0.60.0.ebuild | 4 ++--
.../MooseX-LazyRequire-0.70.0.ebuild | 4 ++--
.../MooseX-LazyRequire-0.80.0.ebuild | 4 ++--
4 files changed, 12 insertions(+), 7 deletions(-)
diff --git a/dev-perl/MooseX-LazyRequire/ChangeLog b/dev-perl/MooseX-LazyRequire/ChangeLog
index 11da817..dd8af65 100644
--- a/dev-perl/MooseX-LazyRequire/ChangeLog
+++ b/dev-perl/MooseX-LazyRequire/ChangeLog
@@ -1,7 +1,12 @@
# ChangeLog for dev-perl/MooseX-LazyRequire
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 07 Feb 2013; Kent Fredric <kentfredric@gmail.com>
+ MooseX-LazyRequire-0.60.0.ebuild, MooseX-LazyRequire-0.70.0.ebuild,
+ MooseX-LazyRequire-0.80.0.ebuild:
+ Fix dependency on Moose ( normalize )
+
*MooseX-LazyRequire-0.80.0 (25 Jul 2012)
25 Jul 2012; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.60.0.ebuild b/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.60.0.ebuild
index f3a345f..bcc6898 100644
--- a/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.60.0.ebuild
+++ b/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.60.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -18,7 +18,7 @@ RDEPEND="
dev-perl/MooseX-Types
dev-perl/namespace-autoclean
>=dev-perl/aliased-0.300.0
- >=dev-perl/Moose-0.94
+ >=dev-perl/Moose-0.940.0
"
DEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.31
diff --git a/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.70.0.ebuild b/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.70.0.ebuild
index 6d779b8..0646fa9 100644
--- a/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.70.0.ebuild
+++ b/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.70.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -18,7 +18,7 @@ RDEPEND="
dev-perl/MooseX-Types
dev-perl/namespace-autoclean
>=dev-perl/aliased-0.300.0
- >=dev-perl/Moose-0.940
+ >=dev-perl/Moose-0.940.0
"
DEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.31
diff --git a/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.80.0.ebuild b/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.80.0.ebuild
index 67e95e8..bd4d8a3 100644
--- a/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.80.0.ebuild
+++ b/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.80.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=4
@@ -19,7 +19,7 @@ perl_meta_runtime() {
# Carp
# echo virtual/perl-Carp
# Moose 0.94 ( 0.940.0 )
- echo \>=dev-perl/Moose-0.940
+ echo \>=dev-perl/Moose-0.940.0
# Moose::Exporter
echo dev-perl/Moose
# Moose::Role
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MooseX-LazyRequire/
@ 2013-02-10 19:29 Kent Fredric
0 siblings, 0 replies; 11+ messages in thread
From: Kent Fredric @ 2013-02-10 19:29 UTC (permalink / raw
To: gentoo-commits
commit: 0153f9824d64030d6b74e81c44640025f99fdbe1
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Feb 10 15:17:27 2013 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Feb 10 15:17:27 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=0153f982
[cpanclean] MooseX-LazyRequire-0.80.0
Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4
---
dev-perl/MooseX-LazyRequire/ChangeLog | 4 ++
.../MooseX-LazyRequire-0.80.0.ebuild | 58 --------------------
2 files changed, 4 insertions(+), 58 deletions(-)
diff --git a/dev-perl/MooseX-LazyRequire/ChangeLog b/dev-perl/MooseX-LazyRequire/ChangeLog
index 1a0b0d9..57291a6 100644
--- a/dev-perl/MooseX-LazyRequire/ChangeLog
+++ b/dev-perl/MooseX-LazyRequire/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 10 Feb 2013; Kent Fredric <kentfredric@gmail.com>
+ -MooseX-LazyRequire-0.80.0.ebuild:
+ Gone on CPAN
+
*MooseX-LazyRequire-0.90.0 (10 Feb 2013)
10 Feb 2013; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.80.0.ebuild b/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.80.0.ebuild
deleted file mode 100644
index bd4d8a3..0000000
--- a/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.80.0.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=ETHER
-MODULE_VERSION=0.08
-inherit perl-module
-
-DESCRIPTION='Required attributes which fail only when trying to use them'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-perl_meta_configure() {
- # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
-}
-perl_meta_runtime() {
- # Carp
- # echo virtual/perl-Carp
- # Moose 0.94 ( 0.940.0 )
- echo \>=dev-perl/Moose-0.940.0
- # Moose::Exporter
- echo dev-perl/Moose
- # Moose::Role
- echo dev-perl/Moose
- # MooseX::Types::Moose
- echo dev-perl/MooseX-Types
- # aliased 0.30 ( 0.300.0 )
- echo \>=dev-perl/aliased-0.300.0
- # namespace::autoclean
- echo dev-perl/namespace-autoclean
-}
-perl_meta_test() {
- # File::Find
- echo dev-lang/perl
- # File::Temp
- echo virtual/perl-File-Temp
- # Test::CheckDeps 0.002 ( 0.2.0 )
- echo \>=dev-perl/Test-CheckDeps-0.2.0
- # Test::Fatal
- echo dev-perl/Test-Fatal
- # Test::More 0.88 ( 0.880.0 )
- echo \>=virtual/perl-Test-Simple-0.88
- # strict
- echo dev-lang/perl
- # warnings
- echo dev-lang/perl
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_runtime)
- test? ( $(perl_meta_test) )
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MooseX-LazyRequire/
@ 2013-02-10 19:29 Kent Fredric
0 siblings, 0 replies; 11+ messages in thread
From: Kent Fredric @ 2013-02-10 19:29 UTC (permalink / raw
To: gentoo-commits
commit: 52a205a13ad16bd27e1252728bfc07b1e0df384a
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Feb 10 15:17:01 2013 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Feb 10 15:17:01 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=52a205a1
[newversion] MooseX-LazyRequire-0.90.0
Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4
---
dev-perl/MooseX-LazyRequire/ChangeLog | 6 ++
.../MooseX-LazyRequire-0.90.0.ebuild | 56 ++++++++++++++++++++
2 files changed, 62 insertions(+), 0 deletions(-)
diff --git a/dev-perl/MooseX-LazyRequire/ChangeLog b/dev-perl/MooseX-LazyRequire/ChangeLog
index dd8af65..1a0b0d9 100644
--- a/dev-perl/MooseX-LazyRequire/ChangeLog
+++ b/dev-perl/MooseX-LazyRequire/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*MooseX-LazyRequire-0.90.0 (10 Feb 2013)
+
+ 10 Feb 2013; Kent Fredric <kentfredric@gmail.com>
+ +MooseX-LazyRequire-0.90.0.ebuild:
+ Version Bump
+
07 Feb 2013; Kent Fredric <kentfredric@gmail.com>
MooseX-LazyRequire-0.60.0.ebuild, MooseX-LazyRequire-0.70.0.ebuild,
MooseX-LazyRequire-0.80.0.ebuild:
diff --git a/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.90.0.ebuild b/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.90.0.ebuild
new file mode 100644
index 0000000..1d7844c
--- /dev/null
+++ b/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.90.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=ETHER
+MODULE_VERSION=0.09
+inherit perl-module
+
+DESCRIPTION='Required attributes which fail only when trying to use them'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+perl_meta_configure() {
+ # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
+ echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
+}
+perl_meta_runtime() {
+ # Carp
+ echo dev-lang/perl
+ # Moose 0.94 ( 0.940.0 )
+ echo \>=dev-perl/Moose-0.940.0
+ # Moose::Exporter
+ echo dev-perl/Moose
+ # Moose::Role
+ echo dev-perl/Moose
+ # aliased 0.30 ( 0.300.0 )
+ echo \>=dev-perl/aliased-0.300.0
+ # namespace::autoclean
+ echo dev-perl/namespace-autoclean
+}
+perl_meta_test() {
+ # File::Find
+ echo dev-lang/perl
+ # File::Temp
+ echo virtual/perl-File-Temp
+ # Test::CheckDeps 0.002 ( 0.2.0 )
+ echo \>=dev-perl/Test-CheckDeps-0.2.0
+ # Test::Fatal
+ echo dev-perl/Test-Fatal
+ # Test::More 0.88 ( 0.880.0 )
+ echo \>=virtual/perl-Test-Simple-0.88
+ # strict
+ echo dev-lang/perl
+ # warnings
+ echo dev-lang/perl
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_runtime)
+ test? ( $(perl_meta_test) )
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MooseX-LazyRequire/
@ 2013-04-28 14:06 Kent Fredric
0 siblings, 0 replies; 11+ messages in thread
From: Kent Fredric @ 2013-04-28 14:06 UTC (permalink / raw
To: gentoo-commits
commit: 2b15f3e9c93208cd63d346548ce4ff2d3bfc812d
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Apr 28 14:05:48 2013 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Apr 28 14:05:48 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=2b15f3e9
[newversion] MooseX-LazyRequire-0.100.0
Package-Manager: portage-2.2.0_alpha166
Manifest-Sign-Key: ECD2C675C102CDA4
---
dev-perl/MooseX-LazyRequire/ChangeLog | 6 ++
.../MooseX-LazyRequire-0.100.0.ebuild | 56 ++++++++++++++++++++
2 files changed, 62 insertions(+), 0 deletions(-)
diff --git a/dev-perl/MooseX-LazyRequire/ChangeLog b/dev-perl/MooseX-LazyRequire/ChangeLog
index 57291a6..4c1b2bd 100644
--- a/dev-perl/MooseX-LazyRequire/ChangeLog
+++ b/dev-perl/MooseX-LazyRequire/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*MooseX-LazyRequire-0.100.0 (28 Apr 2013)
+
+ 28 Apr 2013; Kent Fredric <kentfredric@gmail.com>
+ +MooseX-LazyRequire-0.100.0.ebuild:
+ Version Bump
+
10 Feb 2013; Kent Fredric <kentfredric@gmail.com>
-MooseX-LazyRequire-0.80.0.ebuild:
Gone on CPAN
diff --git a/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.100.0.ebuild b/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.100.0.ebuild
new file mode 100644
index 0000000..44182df
--- /dev/null
+++ b/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.100.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=ETHER
+MODULE_VERSION=0.10
+inherit perl-module
+
+DESCRIPTION='Required attributes which fail only when trying to use them'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+perl_meta_configure() {
+ # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
+ echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
+}
+perl_meta_runtime() {
+ # Carp
+ echo dev-lang/perl
+ # Moose 0.94 ( 0.940.0 )
+ echo \>=dev-perl/Moose-0.940.0
+ # Moose::Exporter
+ echo dev-perl/Moose
+ # Moose::Role
+ echo dev-perl/Moose
+ # aliased 0.30 ( 0.300.0 )
+ echo \>=dev-perl/aliased-0.300.0
+ # namespace::autoclean
+ echo dev-perl/namespace-autoclean
+}
+perl_meta_test() {
+ # File::Find
+ echo dev-lang/perl
+ # File::Temp
+ echo virtual/perl-File-Temp
+ # Test::CheckDeps 0.002 ( 0.2.0 )
+ echo \>=dev-perl/Test-CheckDeps-0.2.0
+ # Test::Fatal
+ echo dev-perl/Test-Fatal
+ # Test::More 0.88 ( 0.880.0 )
+ echo \>=virtual/perl-Test-Simple-0.88
+ # strict
+ echo dev-lang/perl
+ # warnings
+ echo dev-lang/perl
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_runtime)
+ test? ( $(perl_meta_test) )
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MooseX-LazyRequire/
@ 2013-04-28 16:45 Kent Fredric
0 siblings, 0 replies; 11+ messages in thread
From: Kent Fredric @ 2013-04-28 16:45 UTC (permalink / raw
To: gentoo-commits
commit: 309f9dbfd9da2a17f7fc1493823a7cc5c319e248
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Apr 28 14:15:04 2013 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Apr 28 14:15:04 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=309f9dbf
[cpanclean] MooseX-LazyRequire-0.90.0
Package-Manager: portage-2.2.0_alpha166
Manifest-Sign-Key: ECD2C675C102CDA4
---
dev-perl/MooseX-LazyRequire/ChangeLog | 4 ++
.../MooseX-LazyRequire-0.90.0.ebuild | 56 --------------------
2 files changed, 4 insertions(+), 56 deletions(-)
diff --git a/dev-perl/MooseX-LazyRequire/ChangeLog b/dev-perl/MooseX-LazyRequire/ChangeLog
index 4c1b2bd..a57db31 100644
--- a/dev-perl/MooseX-LazyRequire/ChangeLog
+++ b/dev-perl/MooseX-LazyRequire/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 28 Apr 2013; Kent Fredric <kentfredric@gmail.com>
+ -MooseX-LazyRequire-0.90.0.ebuild:
+ Gone on CPAN
+
*MooseX-LazyRequire-0.100.0 (28 Apr 2013)
28 Apr 2013; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.90.0.ebuild b/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.90.0.ebuild
deleted file mode 100644
index 1d7844c..0000000
--- a/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.90.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=ETHER
-MODULE_VERSION=0.09
-inherit perl-module
-
-DESCRIPTION='Required attributes which fail only when trying to use them'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-perl_meta_configure() {
- # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
-}
-perl_meta_runtime() {
- # Carp
- echo dev-lang/perl
- # Moose 0.94 ( 0.940.0 )
- echo \>=dev-perl/Moose-0.940.0
- # Moose::Exporter
- echo dev-perl/Moose
- # Moose::Role
- echo dev-perl/Moose
- # aliased 0.30 ( 0.300.0 )
- echo \>=dev-perl/aliased-0.300.0
- # namespace::autoclean
- echo dev-perl/namespace-autoclean
-}
-perl_meta_test() {
- # File::Find
- echo dev-lang/perl
- # File::Temp
- echo virtual/perl-File-Temp
- # Test::CheckDeps 0.002 ( 0.2.0 )
- echo \>=dev-perl/Test-CheckDeps-0.2.0
- # Test::Fatal
- echo dev-perl/Test-Fatal
- # Test::More 0.88 ( 0.880.0 )
- echo \>=virtual/perl-Test-Simple-0.88
- # strict
- echo dev-lang/perl
- # warnings
- echo dev-lang/perl
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_runtime)
- test? ( $(perl_meta_test) )
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MooseX-LazyRequire/
@ 2015-06-08 14:00 Kent Fredric
0 siblings, 0 replies; 11+ messages in thread
From: Kent Fredric @ 2015-06-08 14:00 UTC (permalink / raw
To: gentoo-commits
commit: c7b850a7816cdfa6956d89fd15e33987ea265c43
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Jun 8 13:48:39 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Jun 8 13:48:39 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=c7b850a7
[cleanup] MooseX-LazyRequire: remove old versions
Package-Manager: portage-2.2.17
.../MooseX-LazyRequire-0.30.0.ebuild | 25 -------------------
.../MooseX-LazyRequire-0.40.0.ebuild | 25 -------------------
.../MooseX-LazyRequire-0.50.0.ebuild | 29 ----------------------
.../MooseX-LazyRequire-0.60.0.ebuild | 29 ----------------------
.../MooseX-LazyRequire-0.70.0.ebuild | 29 ----------------------
5 files changed, 137 deletions(-)
diff --git a/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.30.0.ebuild b/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.30.0.ebuild
deleted file mode 100644
index 72bfc0f..0000000
--- a/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.30.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=2
-MODULE_AUTHOR=FLORA
-MODULE_VERSION="0.03"
-inherit perl-module
-
-DESCRIPTION="Required attributes which fail only when trying to use them"
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="test"
-RDEPEND="
- dev-perl/MooseX-Types
- dev-perl/namespace-autoclean
- >=dev-perl/aliased-0.300.0
- dev-perl/Moose
-"
-DEPEND="
- ${RDEPEND}
-"
-SRC_TEST="do"
diff --git a/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.40.0.ebuild b/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.40.0.ebuild
deleted file mode 100644
index bc34382..0000000
--- a/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.40.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=2
-MODULE_AUTHOR=FLORA
-MODULE_VERSION="0.04"
-inherit perl-module
-
-DESCRIPTION="Required attributes which fail only when trying to use them"
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="test"
-RDEPEND="
- dev-perl/MooseX-Types
- dev-perl/namespace-autoclean
- >=dev-perl/aliased-0.300.0
- dev-perl/Moose
-"
-DEPEND="
- ${RDEPEND}
-"
-SRC_TEST="do"
diff --git a/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.50.0.ebuild b/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.50.0.ebuild
deleted file mode 100644
index dde9160..0000000
--- a/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.50.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-MODULE_AUTHOR=FLORA
-MODULE_VERSION="0.05"
-inherit perl-module
-
-DESCRIPTION="Required attributes which fail only when trying to use them"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
- dev-perl/MooseX-Types
- dev-perl/namespace-autoclean
- >=dev-perl/aliased-0.300.0
- dev-perl/Moose
-"
-DEPEND="${RDEPEND}
- >=virtual/perl-ExtUtils-MakeMaker-6.31
- test? (
- dev-perl/Test-Exception
- )
-"
-SRC_TEST="do"
diff --git a/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.60.0.ebuild b/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.60.0.ebuild
deleted file mode 100644
index bcc6898..0000000
--- a/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.60.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-MODULE_AUTHOR=FLORA
-MODULE_VERSION="0.06"
-inherit perl-module
-
-DESCRIPTION="Required attributes which fail only when trying to use them"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
- dev-perl/MooseX-Types
- dev-perl/namespace-autoclean
- >=dev-perl/aliased-0.300.0
- >=dev-perl/Moose-0.940.0
-"
-DEPEND="${RDEPEND}
- >=virtual/perl-ExtUtils-MakeMaker-6.31
- test? (
- dev-perl/Test-Exception
- )
-"
-SRC_TEST="do"
diff --git a/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.70.0.ebuild b/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.70.0.ebuild
deleted file mode 100644
index 0646fa9..0000000
--- a/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.70.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-MODULE_AUTHOR=FLORA
-MODULE_VERSION=0.07
-inherit perl-module
-
-DESCRIPTION="Required attributes which fail only when trying to use them"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
- dev-perl/MooseX-Types
- dev-perl/namespace-autoclean
- >=dev-perl/aliased-0.300.0
- >=dev-perl/Moose-0.940.0
-"
-DEPEND="${RDEPEND}
- >=virtual/perl-ExtUtils-MakeMaker-6.31
- test? (
- dev-perl/Test-Exception
- )
-"
-SRC_TEST="do"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MooseX-LazyRequire/
@ 2016-11-22 6:54 Kent Fredric
0 siblings, 0 replies; 11+ messages in thread
From: Kent Fredric @ 2016-11-22 6:54 UTC (permalink / raw
To: gentoo-commits
commit: 56fb063e40c674a48c0df512afd4b4eb2e405194
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 22 06:48:31 2016 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Nov 22 06:48:31 2016 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=56fb063e
dev-perl/MooseX-LazyRequire: Gone to ::gentoo
.../MooseX-LazyRequire-0.100.0.ebuild | 56 ----------------------
dev-perl/MooseX-LazyRequire/metadata.xml | 17 -------
2 files changed, 73 deletions(-)
diff --git a/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.100.0.ebuild b/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.100.0.ebuild
deleted file mode 100644
index 91f95e9..0000000
--- a/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.100.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-EAPI=5
-MODULE_AUTHOR=ETHER
-MODULE_VERSION=0.10
-inherit perl-module
-
-DESCRIPTION='Required attributes which fail only when trying to use them'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-perl_meta_configure() {
- # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
-}
-perl_meta_runtime() {
- # Carp
- echo dev-lang/perl
- # Moose 0.94 ( 0.940.0 )
- echo \>=dev-perl/Moose-0.940.0
- # Moose::Exporter
- echo dev-perl/Moose
- # Moose::Role
- echo dev-perl/Moose
- # aliased 0.30 ( 0.300.0 )
- echo \>=dev-perl/aliased-0.300.0
- # namespace::autoclean
- echo dev-perl/namespace-autoclean
-}
-perl_meta_test() {
- # File::Find
- echo dev-lang/perl
- # File::Temp
- echo virtual/perl-File-Temp
- # Test::CheckDeps 0.002 ( 0.2.0 )
- echo \>=dev-perl/Test-CheckDeps-0.2.0
- # Test::Fatal
- echo dev-perl/Test-Fatal
- # Test::More 0.88 ( 0.880.0 )
- echo \>=virtual/perl-Test-Simple-0.88
- # strict
- echo dev-lang/perl
- # warnings
- echo dev-lang/perl
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_runtime)
- test? ( $(perl_meta_test) )
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
diff --git a/dev-perl/MooseX-LazyRequire/metadata.xml b/dev-perl/MooseX-LazyRequire/metadata.xml
deleted file mode 100644
index 948fc86..0000000
--- a/dev-perl/MooseX-LazyRequire/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://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>mb@cattlegrid.info</email>
- <name>Michele Beltrame</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] 11+ messages in thread
end of thread, other threads:[~2016-11-22 6:55 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-05 18:16 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MooseX-LazyRequire/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2016-11-22 6:54 Kent Fredric
2015-06-08 14:00 Kent Fredric
2013-04-28 16:45 Kent Fredric
2013-04-28 14:06 Kent Fredric
2013-02-10 19:29 Kent Fredric
2013-02-10 19:29 Kent Fredric
2013-02-07 13:55 Kent Fredric
2012-07-25 18:30 Kent Fredric
2011-04-05 11:17 Kent Fredric
2011-04-05 11:17 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox