* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MooseX-Singleton/
@ 2011-02-27 18:40 Torsten Veller
0 siblings, 0 replies; 7+ messages in thread
From: Torsten Veller @ 2011-02-27 18:40 UTC (permalink / raw
To: gentoo-commits
commit: 868b12233fdfa3156ea15a8ba8cdf33ebd89d35f
Author: Torsten Veller <tove <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 27 18:11:58 2011 +0000
Commit: Torsten Veller <tove <AT> gentoo <DOT> org>
CommitDate: Sun Feb 27 18:11:58 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=868b1223
[bump] dev-perl/MooseX-Singleton-0.260.0
(Portage version: 2.2.0_alpha25/git/Linux x86_64, signed Manifest commit with key 0x4E046AEC)
---
dev-perl/MooseX-Singleton/ChangeLog | 6 ++++
.../MooseX-Singleton-0.260.0.ebuild | 30 ++++++++++++++++++++
2 files changed, 36 insertions(+), 0 deletions(-)
diff --git a/dev-perl/MooseX-Singleton/ChangeLog b/dev-perl/MooseX-Singleton/ChangeLog
index e5420b9..4c2c2c0 100644
--- a/dev-perl/MooseX-Singleton/ChangeLog
+++ b/dev-perl/MooseX-Singleton/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*MooseX-Singleton-0.260.0 (27 Feb 2011)
+
+ 27 Feb 2011; Torsten Veller <tove@gentoo.org>
+ +MooseX-Singleton-0.260.0.ebuild:
+ Version bump
+
*MooseX-Singleton-0.250 (21 Jan 2011)
*MooseX-Singleton-0.240 (21 Jan 2011)
*MooseX-Singleton-0.220 (21 Jan 2011)
diff --git a/dev-perl/MooseX-Singleton/MooseX-Singleton-0.260.0.ebuild b/dev-perl/MooseX-Singleton/MooseX-Singleton-0.260.0.ebuild
new file mode 100644
index 0000000..f706ba0
--- /dev/null
+++ b/dev-perl/MooseX-Singleton/MooseX-Singleton-0.260.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+
+MODULE_AUTHOR=DROLSKY
+MODULE_VERSION=0.26
+inherit perl-module
+
+DESCRIPTION="turn your Moose class into a singleton"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+COMMON_DEPEND="
+ >=dev-perl/Moose-1.10
+ virtual/perl-Scalar-List-Utils
+"
+DEPEND="
+ ${COMMON_DEPEND}
+ virtual/perl-Test-Simple
+ dev-perl/Test-Fatal
+ dev-perl/Test-Requires
+"
+RDEPEND="
+ ${COMMON_DEPEND}
+"
+SRC_TEST="do"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MooseX-Singleton/
@ 2011-05-24 5:06 Kent Fredric
0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2011-05-24 5:06 UTC (permalink / raw
To: gentoo-commits
commit: b9d10c772221ef0856dd22768fd822d4aa0349a2
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue May 24 05:05:13 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue May 24 05:05:13 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=b9d10c77
[newversion] MooseX-Singleton-0.270.0
(Portage version: 2.2.0_alpha34/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
dev-perl/MooseX-Singleton/ChangeLog | 6 ++++
.../MooseX-Singleton-0.270.0.ebuild | 32 ++++++++++++++++++++
2 files changed, 38 insertions(+), 0 deletions(-)
diff --git a/dev-perl/MooseX-Singleton/ChangeLog b/dev-perl/MooseX-Singleton/ChangeLog
index e5d9bf9..735a80b 100644
--- a/dev-perl/MooseX-Singleton/ChangeLog
+++ b/dev-perl/MooseX-Singleton/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*MooseX-Singleton-0.270.0 (24 May 2011)
+
+ 24 May 2011; Kent Fredric <kentfredric@gmail.com>
+ +MooseX-Singleton-0.270.0.ebuild:
+ Version Bump
+
*MooseX-Singleton-0.250.0 (24 May 2011)
*MooseX-Singleton-0.240.0 (24 May 2011)
*MooseX-Singleton-0.220.0 (24 May 2011)
diff --git a/dev-perl/MooseX-Singleton/MooseX-Singleton-0.270.0.ebuild b/dev-perl/MooseX-Singleton/MooseX-Singleton-0.270.0.ebuild
new file mode 100644
index 0000000..c5e02fd
--- /dev/null
+++ b/dev-perl/MooseX-Singleton/MooseX-Singleton-0.270.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+MODULE_AUTHOR=DROLSKY
+MODULE_VERSION=0.27
+inherit perl-module
+
+DESCRIPTION="turn your Moose class into a singleton"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+comment() { echo ''; }
+COMMON_DEPEND="
+ >=dev-perl/Moose-1.10 $(comment 1.100)
+ virtual/perl-Scalar-List-Utils $(comment Scalar::Util)
+"
+DEPEND="
+ ${COMMON_DEPEND}
+ $(comment build requires)
+ >=virtual/perl-ExtUtils-MakeMaker-6.56 $(comment 6.560.0)
+ dev-perl/Test-Fatal
+ >=virtual/perl-Test-Simple-0.88 $(comment Test::More 0.880.0)
+ dev-perl/Test-Requires
+"
+RDEPEND="
+ ${COMMON_DEPEND}
+"
+SRC_TEST="do"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MooseX-Singleton/
@ 2011-05-24 5:06 Kent Fredric
0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2011-05-24 5:06 UTC (permalink / raw
To: gentoo-commits
commit: 526cce87fdf458046d8fd37eb2abf51ccc027418
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue May 24 04:56:23 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue May 24 04:56:23 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=526cce87
[addzero] MooseX-Singleton
(Portage version: 2.2.0_alpha34/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
dev-perl/MooseX-Singleton/ChangeLog | 10 ++++++++++
....220.ebuild => MooseX-Singleton-0.220.0.ebuild} | 0
....240.ebuild => MooseX-Singleton-0.240.0.ebuild} | 0
....250.ebuild => MooseX-Singleton-0.250.0.ebuild} | 0
4 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/dev-perl/MooseX-Singleton/ChangeLog b/dev-perl/MooseX-Singleton/ChangeLog
index 4c2c2c0..e5d9bf9 100644
--- a/dev-perl/MooseX-Singleton/ChangeLog
+++ b/dev-perl/MooseX-Singleton/ChangeLog
@@ -2,6 +2,16 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*MooseX-Singleton-0.250.0 (24 May 2011)
+*MooseX-Singleton-0.240.0 (24 May 2011)
+*MooseX-Singleton-0.220.0 (24 May 2011)
+
+ 24 May 2011; Kent Fredric <kentfredric@gmail.com>
+ -MooseX-Singleton-0.220.ebuild, +MooseX-Singleton-0.220.0.ebuild,
+ -MooseX-Singleton-0.240.ebuild, +MooseX-Singleton-0.240.0.ebuild,
+ -MooseX-Singleton-0.250.ebuild, +MooseX-Singleton-0.250.0.ebuild:
+ Addzero
+
*MooseX-Singleton-0.260.0 (27 Feb 2011)
27 Feb 2011; Torsten Veller <tove@gentoo.org>
diff --git a/dev-perl/MooseX-Singleton/MooseX-Singleton-0.220.ebuild b/dev-perl/MooseX-Singleton/MooseX-Singleton-0.220.0.ebuild
similarity index 100%
rename from dev-perl/MooseX-Singleton/MooseX-Singleton-0.220.ebuild
rename to dev-perl/MooseX-Singleton/MooseX-Singleton-0.220.0.ebuild
diff --git a/dev-perl/MooseX-Singleton/MooseX-Singleton-0.240.ebuild b/dev-perl/MooseX-Singleton/MooseX-Singleton-0.240.0.ebuild
similarity index 100%
rename from dev-perl/MooseX-Singleton/MooseX-Singleton-0.240.ebuild
rename to dev-perl/MooseX-Singleton/MooseX-Singleton-0.240.0.ebuild
diff --git a/dev-perl/MooseX-Singleton/MooseX-Singleton-0.250.ebuild b/dev-perl/MooseX-Singleton/MooseX-Singleton-0.250.0.ebuild
similarity index 100%
rename from dev-perl/MooseX-Singleton/MooseX-Singleton-0.250.ebuild
rename to dev-perl/MooseX-Singleton/MooseX-Singleton-0.250.0.ebuild
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MooseX-Singleton/
@ 2012-02-28 10:02 Kent Fredric
0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2012-02-28 10:02 UTC (permalink / raw
To: gentoo-commits
commit: 2386838a0d12734de16d47de4dcb6d8458687e38
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Feb 28 09:42:00 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Feb 28 09:42:00 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=2386838a
[newversion] MooseX-Singleton-0.290.0
(Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
---
dev-perl/MooseX-Singleton/ChangeLog | 8 +++-
.../MooseX-Singleton-0.290.0.ebuild | 42 ++++++++++++++++++++
2 files changed, 49 insertions(+), 1 deletions(-)
diff --git a/dev-perl/MooseX-Singleton/ChangeLog b/dev-perl/MooseX-Singleton/ChangeLog
index 735a80b..a924d67 100644
--- a/dev-perl/MooseX-Singleton/ChangeLog
+++ b/dev-perl/MooseX-Singleton/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for dev-perl/MooseX-Singleton
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*MooseX-Singleton-0.290.0 (28 Feb 2012)
+
+ 28 Feb 2012; Kent Fredric <kentfredric@gmail.com>
+ +MooseX-Singleton-0.290.0.ebuild:
+ Version Bump
+
*MooseX-Singleton-0.270.0 (24 May 2011)
24 May 2011; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/MooseX-Singleton/MooseX-Singleton-0.290.0.ebuild b/dev-perl/MooseX-Singleton/MooseX-Singleton-0.290.0.ebuild
new file mode 100644
index 0000000..79321b0
--- /dev/null
+++ b/dev-perl/MooseX-Singleton/MooseX-Singleton-0.290.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=KAARE
+MODULE_VERSION=0.29
+inherit perl-module
+
+DESCRIPTION='turn your Moose class into a singleton'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+ # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
+ echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
+}
+perl_meta_build() {
+ # ExtUtils::MakeMaker 6.42 ( 6.420.0 )
+ echo \>=virtual/perl-ExtUtils-MakeMaker-6.42
+ # Test::Fatal
+ echo dev-perl/Test-Fatal
+ # Test::More 0.88 ( 0.880.0 )
+ echo \>=virtual/perl-Test-Simple-0.88
+ # Test::Requires
+ echo dev-perl/Test-Requires
+}
+perl_meta_runtime() {
+ # Moose 1.10 ( 1.100.0 )
+ echo \>=dev-perl/Moose-1.100
+ # Scalar::Util
+ echo virtual/perl-Scalar-List-Utils
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_build)
+ $(perl_meta_runtime)
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MooseX-Singleton/
@ 2013-02-07 15:06 Kent Fredric
0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2013-02-07 15:06 UTC (permalink / raw
To: gentoo-commits
commit: f079b0734073fdab107c3cbf9c759f1a4f23df02
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Feb 7 14:37:16 2013 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Feb 7 14:37:16 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=f079b073
[fixdep] MooseX-Singleton -> Moose ( normalize )
Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4
---
dev-perl/MooseX-Singleton/ChangeLog | 8 +++++++-
.../MooseX-Singleton-0.220.0.ebuild | 4 ++--
.../MooseX-Singleton-0.240.0.ebuild | 4 ++--
.../MooseX-Singleton-0.250.0.ebuild | 4 ++--
.../MooseX-Singleton-0.260.0.ebuild | 4 ++--
.../MooseX-Singleton-0.270.0.ebuild | 4 ++--
.../MooseX-Singleton-0.290.0.ebuild | 4 ++--
7 files changed, 19 insertions(+), 13 deletions(-)
diff --git a/dev-perl/MooseX-Singleton/ChangeLog b/dev-perl/MooseX-Singleton/ChangeLog
index a924d67..2dc446c 100644
--- a/dev-perl/MooseX-Singleton/ChangeLog
+++ b/dev-perl/MooseX-Singleton/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for dev-perl/MooseX-Singleton
-# 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-Singleton-0.220.0.ebuild, MooseX-Singleton-0.240.0.ebuild,
+ MooseX-Singleton-0.250.0.ebuild, MooseX-Singleton-0.260.0.ebuild,
+ MooseX-Singleton-0.270.0.ebuild, MooseX-Singleton-0.290.0.ebuild:
+ Fix dependency on Moose ( normalize )
+
*MooseX-Singleton-0.290.0 (28 Feb 2012)
28 Feb 2012; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/MooseX-Singleton/MooseX-Singleton-0.220.0.ebuild b/dev-perl/MooseX-Singleton/MooseX-Singleton-0.220.0.ebuild
index a86c8e7..cc29cbe 100644
--- a/dev-perl/MooseX-Singleton/MooseX-Singleton-0.220.0.ebuild
+++ b/dev-perl/MooseX-Singleton/MooseX-Singleton-0.220.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: $
EAPI=2
@@ -12,7 +12,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
COMMON_DEPEND="
- >=dev-perl/Moose-0.82
+ >=dev-perl/Moose-0.820.0
"
DEPEND="
${COMMON_DEPEND}
diff --git a/dev-perl/MooseX-Singleton/MooseX-Singleton-0.240.0.ebuild b/dev-perl/MooseX-Singleton/MooseX-Singleton-0.240.0.ebuild
index 6803829..2398d88 100644
--- a/dev-perl/MooseX-Singleton/MooseX-Singleton-0.240.0.ebuild
+++ b/dev-perl/MooseX-Singleton/MooseX-Singleton-0.240.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: $
@@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
COMMON_DEPEND="
- >=dev-perl/Moose-0.94
+ >=dev-perl/Moose-0.940.0
"
DEPEND="
${COMMON_DEPEND}
diff --git a/dev-perl/MooseX-Singleton/MooseX-Singleton-0.250.0.ebuild b/dev-perl/MooseX-Singleton/MooseX-Singleton-0.250.0.ebuild
index 25f839e..c07d733 100644
--- a/dev-perl/MooseX-Singleton/MooseX-Singleton-0.250.0.ebuild
+++ b/dev-perl/MooseX-Singleton/MooseX-Singleton-0.250.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: $
@@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
COMMON_DEPEND="
- >=dev-perl/Moose-1.10
+ >=dev-perl/Moose-1.100.0
"
DEPEND="
${COMMON_DEPEND}
diff --git a/dev-perl/MooseX-Singleton/MooseX-Singleton-0.260.0.ebuild b/dev-perl/MooseX-Singleton/MooseX-Singleton-0.260.0.ebuild
index f706ba0..3ca4e3a 100644
--- a/dev-perl/MooseX-Singleton/MooseX-Singleton-0.260.0.ebuild
+++ b/dev-perl/MooseX-Singleton/MooseX-Singleton-0.260.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: $
@@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
COMMON_DEPEND="
- >=dev-perl/Moose-1.10
+ >=dev-perl/Moose-1.100.0
virtual/perl-Scalar-List-Utils
"
DEPEND="
diff --git a/dev-perl/MooseX-Singleton/MooseX-Singleton-0.270.0.ebuild b/dev-perl/MooseX-Singleton/MooseX-Singleton-0.270.0.ebuild
index c5e02fd..44b16c0 100644
--- a/dev-perl/MooseX-Singleton/MooseX-Singleton-0.270.0.ebuild
+++ b/dev-perl/MooseX-Singleton/MooseX-Singleton-0.270.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: $
@@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
comment() { echo ''; }
COMMON_DEPEND="
- >=dev-perl/Moose-1.10 $(comment 1.100)
+ >=dev-perl/Moose-1.100.0
virtual/perl-Scalar-List-Utils $(comment Scalar::Util)
"
DEPEND="
diff --git a/dev-perl/MooseX-Singleton/MooseX-Singleton-0.290.0.ebuild b/dev-perl/MooseX-Singleton/MooseX-Singleton-0.290.0.ebuild
index 79321b0..76cccc5 100644
--- a/dev-perl/MooseX-Singleton/MooseX-Singleton-0.290.0.ebuild
+++ b/dev-perl/MooseX-Singleton/MooseX-Singleton-0.290.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
@@ -27,7 +27,7 @@ perl_meta_build() {
}
perl_meta_runtime() {
# Moose 1.10 ( 1.100.0 )
- echo \>=dev-perl/Moose-1.100
+ echo \>=dev-perl/Moose-1.100.0
# Scalar::Util
echo virtual/perl-Scalar-List-Utils
}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MooseX-Singleton/
@ 2015-04-29 18:02 Kent Fredric
0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2015-04-29 18:02 UTC (permalink / raw
To: gentoo-commits
commit: e0ec4ce968a1f3c52f52e715934f7c5dcffda1ae
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Apr 29 16:40:03 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Apr 29 16:40:03 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=e0ec4ce9
[cleanup] MooseX-Singleton: Remove old versions
Package-Manager: portage-2.2.17
.../MooseX-Singleton-0.220.0.ebuild | 26 ------------------
.../MooseX-Singleton-0.240.0.ebuild | 29 --------------------
.../MooseX-Singleton-0.250.0.ebuild | 30 --------------------
.../MooseX-Singleton-0.260.0.ebuild | 30 --------------------
.../MooseX-Singleton-0.270.0.ebuild | 32 ----------------------
5 files changed, 147 deletions(-)
diff --git a/dev-perl/MooseX-Singleton/MooseX-Singleton-0.220.0.ebuild b/dev-perl/MooseX-Singleton/MooseX-Singleton-0.220.0.ebuild
deleted file mode 100644
index cc29cbe..0000000
--- a/dev-perl/MooseX-Singleton/MooseX-Singleton-0.220.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=2
-MODULE_AUTHOR=DROLSKY
-MODULE_VERSION="0.22"
-inherit perl-module
-
-DESCRIPTION="turn your Moose class into a singleton"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-COMMON_DEPEND="
- >=dev-perl/Moose-0.820.0
-"
-DEPEND="
- ${COMMON_DEPEND}
- virtual/perl-Scalar-List-Utils
- virtual/perl-Test-Simple
- dev-perl/Test-Exception
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"
diff --git a/dev-perl/MooseX-Singleton/MooseX-Singleton-0.240.0.ebuild b/dev-perl/MooseX-Singleton/MooseX-Singleton-0.240.0.ebuild
deleted file mode 100644
index 2398d88..0000000
--- a/dev-perl/MooseX-Singleton/MooseX-Singleton-0.240.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=DROLSKY
-MODULE_VERSION="0.24"
-inherit perl-module
-
-DESCRIPTION="turn your Moose class into a singleton"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-COMMON_DEPEND="
- >=dev-perl/Moose-0.940.0
-"
-DEPEND="
- ${COMMON_DEPEND}
- virtual/perl-Scalar-List-Utils
- virtual/perl-Test-Simple
- dev-perl/Test-Exception
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"
diff --git a/dev-perl/MooseX-Singleton/MooseX-Singleton-0.250.0.ebuild b/dev-perl/MooseX-Singleton/MooseX-Singleton-0.250.0.ebuild
deleted file mode 100644
index c07d733..0000000
--- a/dev-perl/MooseX-Singleton/MooseX-Singleton-0.250.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-MODULE_AUTHOR=DROLSKY
-MODULE_VERSION="0.25"
-inherit perl-module
-
-DESCRIPTION="turn your Moose class into a singleton"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-COMMON_DEPEND="
- >=dev-perl/Moose-1.100.0
-"
-DEPEND="
- ${COMMON_DEPEND}
- virtual/perl-Scalar-List-Utils
- virtual/perl-Test-Simple
- dev-perl/Test-Exception
- dev-perl/Test-Requires
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"
diff --git a/dev-perl/MooseX-Singleton/MooseX-Singleton-0.260.0.ebuild b/dev-perl/MooseX-Singleton/MooseX-Singleton-0.260.0.ebuild
deleted file mode 100644
index 3ca4e3a..0000000
--- a/dev-perl/MooseX-Singleton/MooseX-Singleton-0.260.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-MODULE_AUTHOR=DROLSKY
-MODULE_VERSION=0.26
-inherit perl-module
-
-DESCRIPTION="turn your Moose class into a singleton"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-COMMON_DEPEND="
- >=dev-perl/Moose-1.100.0
- virtual/perl-Scalar-List-Utils
-"
-DEPEND="
- ${COMMON_DEPEND}
- virtual/perl-Test-Simple
- dev-perl/Test-Fatal
- dev-perl/Test-Requires
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"
diff --git a/dev-perl/MooseX-Singleton/MooseX-Singleton-0.270.0.ebuild b/dev-perl/MooseX-Singleton/MooseX-Singleton-0.270.0.ebuild
deleted file mode 100644
index 44b16c0..0000000
--- a/dev-perl/MooseX-Singleton/MooseX-Singleton-0.270.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-MODULE_AUTHOR=DROLSKY
-MODULE_VERSION=0.27
-inherit perl-module
-
-DESCRIPTION="turn your Moose class into a singleton"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-comment() { echo ''; }
-COMMON_DEPEND="
- >=dev-perl/Moose-1.100.0
- virtual/perl-Scalar-List-Utils $(comment Scalar::Util)
-"
-DEPEND="
- ${COMMON_DEPEND}
- $(comment build requires)
- >=virtual/perl-ExtUtils-MakeMaker-6.56 $(comment 6.560.0)
- dev-perl/Test-Fatal
- >=virtual/perl-Test-Simple-0.88 $(comment Test::More 0.880.0)
- dev-perl/Test-Requires
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MooseX-Singleton/
@ 2015-04-29 18:02 Kent Fredric
0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2015-04-29 18:02 UTC (permalink / raw
To: gentoo-commits
commit: 4a3fde85d8e3da7faaedd781c7a08d6578ee33f9
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Apr 29 17:42:54 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Apr 29 17:42:54 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=4a3fde85
[fixup] MooseX-Singleton : EAPI5, fixup deps, rm cruft tests
Package-Manager: portage-2.2.17
.../MooseX-Singleton-0.290.0-r1.ebuild | 36 +++++++++++++++++++
.../MooseX-Singleton-0.290.0.ebuild | 42 ----------------------
2 files changed, 36 insertions(+), 42 deletions(-)
diff --git a/dev-perl/MooseX-Singleton/MooseX-Singleton-0.290.0-r1.ebuild b/dev-perl/MooseX-Singleton/MooseX-Singleton-0.290.0-r1.ebuild
new file mode 100644
index 0000000..76f0f64
--- /dev/null
+++ b/dev-perl/MooseX-Singleton/MooseX-Singleton-0.290.0-r1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=KAARE
+MODULE_VERSION=0.29
+inherit perl-module
+
+DESCRIPTION='turn your Moose class into a singleton'
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+PERL_RM_FILES=(
+ t/release-pod-syntax.t
+ t/release-pod-spell.t
+ t/release-pod-coverage.t
+ t/release-no-tabs.t
+ t/release-eol.t
+)
+# Scalar::Util -> Scalar-List-Utils
+# Test::More -> Test-Simple
+RDEPEND="
+ >=dev-perl/Moose-1.100.0
+ virtual/perl-Scalar-List-Utils
+"
+DEPEND="
+ ${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.300.0
+ test? (
+ >=virtual/perl-ExtUtils-MakeMaker-6.420.0
+ dev-perl/Test-Fatal
+ >=virtual/perl-Test-Simple-0.880.0
+ dev-perl/Test-Requires
+ )
+"
diff --git a/dev-perl/MooseX-Singleton/MooseX-Singleton-0.290.0.ebuild b/dev-perl/MooseX-Singleton/MooseX-Singleton-0.290.0.ebuild
deleted file mode 100644
index 76cccc5..0000000
--- a/dev-perl/MooseX-Singleton/MooseX-Singleton-0.290.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=KAARE
-MODULE_VERSION=0.29
-inherit perl-module
-
-DESCRIPTION='turn your Moose class into a singleton'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
- # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
-}
-perl_meta_build() {
- # ExtUtils::MakeMaker 6.42 ( 6.420.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.42
- # Test::Fatal
- echo dev-perl/Test-Fatal
- # Test::More 0.88 ( 0.880.0 )
- echo \>=virtual/perl-Test-Simple-0.88
- # Test::Requires
- echo dev-perl/Test-Requires
-}
-perl_meta_runtime() {
- # Moose 1.10 ( 1.100.0 )
- echo \>=dev-perl/Moose-1.100.0
- # Scalar::Util
- echo virtual/perl-Scalar-List-Utils
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_build)
- $(perl_meta_runtime)
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2015-04-29 18:02 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-29 18:02 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MooseX-Singleton/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2015-04-29 18:02 Kent Fredric
2013-02-07 15:06 Kent Fredric
2012-02-28 10:02 Kent Fredric
2011-05-24 5:06 Kent Fredric
2011-05-24 5:06 Kent Fredric
2011-02-27 18:40 Torsten Veller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox