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"