public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentfredric@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MooseX-Singleton/
Date: Wed, 29 Apr 2015 18:02:05 +0000 (UTC)	[thread overview]
Message-ID: <1430325603.e0ec4ce968a1f3c52f52e715934f7c5dcffda1ae.kent@gentoo> (raw)

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"


             reply	other threads:[~2015-04-29 18:02 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-29 18:02 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-04-29 18:02 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MooseX-Singleton/ 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

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=1430325603.e0ec4ce968a1f3c52f52e715934f7c5dcffda1ae.kent@gentoo \
    --to=kentfredric@gmail.com \
    --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