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-NonMoose/
Date: Mon,  8 Jun 2015 14:00:05 +0000 (UTC)	[thread overview]
Message-ID: <1433771923.05b1f5cfc7e4dad781d59624b3a0465c6c1050c0.kent@gentoo> (raw)

commit:     05b1f5cfc7e4dad781d59624b3a0465c6c1050c0
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Jun  8 13:58:43 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Jun  8 13:58:43 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=05b1f5cf

[cleanup] MooseX-NonMoose: Remove old versions

Package-Manager: portage-2.2.17

 .../MooseX-NonMoose/MooseX-NonMoose-0.180.0.ebuild | 29 --------------------
 .../MooseX-NonMoose/MooseX-NonMoose-0.190.0.ebuild | 29 --------------------
 .../MooseX-NonMoose/MooseX-NonMoose-0.200.0.ebuild | 29 --------------------
 .../MooseX-NonMoose/MooseX-NonMoose-0.210.0.ebuild | 32 ----------------------
 4 files changed, 119 deletions(-)

diff --git a/dev-perl/MooseX-NonMoose/MooseX-NonMoose-0.180.0.ebuild b/dev-perl/MooseX-NonMoose/MooseX-NonMoose-0.180.0.ebuild
deleted file mode 100644
index e2c6063..0000000
--- a/dev-perl/MooseX-NonMoose/MooseX-NonMoose-0.180.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=DOY
-MODULE_VERSION=0.18
-inherit perl-module
-
-DESCRIPTION="easy subclassing of non-Moose classes"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-COMMON_DEPEND="
-	>=dev-perl/Moose-1.150
-	dev-perl/List-MoreUtils
-"
-DEPEND="
-	>=virtual/perl-ExtUtils-MakeMaker-6.31
-	${COMMON_DEPEND}
-	test? ( dev-perl/Test-Fatal )
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"

diff --git a/dev-perl/MooseX-NonMoose/MooseX-NonMoose-0.190.0.ebuild b/dev-perl/MooseX-NonMoose/MooseX-NonMoose-0.190.0.ebuild
deleted file mode 100644
index 755f68b..0000000
--- a/dev-perl/MooseX-NonMoose/MooseX-NonMoose-0.190.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=DOY
-MODULE_VERSION=0.19
-inherit perl-module
-
-DESCRIPTION="easy subclassing of non-Moose classes"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-COMMON_DEPEND="
-	>=dev-perl/Moose-1.150
-	dev-perl/List-MoreUtils
-"
-DEPEND="
-	>=virtual/perl-ExtUtils-MakeMaker-6.31
-	${COMMON_DEPEND}
-	test? ( dev-perl/Test-Fatal )
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"

diff --git a/dev-perl/MooseX-NonMoose/MooseX-NonMoose-0.200.0.ebuild b/dev-perl/MooseX-NonMoose/MooseX-NonMoose-0.200.0.ebuild
deleted file mode 100644
index 016919c..0000000
--- a/dev-perl/MooseX-NonMoose/MooseX-NonMoose-0.200.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=DOY
-MODULE_VERSION=0.20
-inherit perl-module
-
-DESCRIPTION="easy subclassing of non-Moose classes"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-COMMON_DEPEND="
-	>=dev-perl/Moose-1.150
-	dev-perl/List-MoreUtils
-"
-DEPEND="
-	>=virtual/perl-ExtUtils-MakeMaker-6.31
-	${COMMON_DEPEND}
-	test? ( dev-perl/Test-Fatal )
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"

diff --git a/dev-perl/MooseX-NonMoose/MooseX-NonMoose-0.210.0.ebuild b/dev-perl/MooseX-NonMoose/MooseX-NonMoose-0.210.0.ebuild
deleted file mode 100644
index e9d92c6..0000000
--- a/dev-perl/MooseX-NonMoose/MooseX-NonMoose-0.210.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-MODULE_AUTHOR=DOY
-MODULE_VERSION=0.21
-inherit perl-module
-
-DESCRIPTION="easy subclassing of non-Moose classes"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-comment() { echo ''; }
-COMMON_DEPEND="
-	>=dev-perl/Moose-1.15 $(comment 1.150.0)
-	dev-perl/List-MoreUtils
-"
-DEPEND="
-	>=virtual/perl-ExtUtils-MakeMaker-6.31
-	${COMMON_DEPEND}
-	test? (
-		dev-perl/Test-Fatal
-		>=virtual/perl-Test-Simple-0.88 $(comment 0.880.0)
-	)
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"


             reply	other threads:[~2015-06-08 14:00 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-08 14:00 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-02-07 13:55 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MooseX-NonMoose/ Kent Fredric
2012-04-08 10:51 Kent Fredric
2011-05-14  6:40 Torsten Veller
2011-05-08 16:10 [gentoo-commits] proj/perl-overlay:perl514 " Kent Fredric
2011-05-06  7:21 ` [gentoo-commits] proj/perl-overlay:master " Kent Fredric
2011-03-23  6:19 Kent Fredric
2011-03-23  6:19 Kent Fredric
2011-03-04 12:40 Torsten Veller
2011-02-11 17:28 Kent Fredric

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=1433771923.05b1f5cfc7e4dad781d59624b3a0465c6c1050c0.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