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:perl514 commit in: dev-perl/Perl-Critic-Moose/
Date: Sat, 23 Apr 2011 13:00:14 +0000 (UTC)	[thread overview]
Message-ID: <babd28fdd0a7f2e2e4bec815f1e7124bd55d3265.kent@gentoo> (raw)
Message-ID: <20110423130014.4aTcV-zX_nZL5QFjmMALhne5kcaohA_cJYlbj5-ERrA@z> (raw)

commit:     babd28fdd0a7f2e2e4bec815f1e7124bd55d3265
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Apr 22 12:36:26 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Apr 22 12:36:26 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=babd28fd

[fix] Perl-Critic-Moose-0.999.2_rc ( migrated, QA, +MB, )

(Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)

---
 dev-perl/Perl-Critic-Moose/ChangeLog               |    8 +++-
 .../Perl-Critic-Moose-0.999.002.ebuild             |   28 -------------
 .../Perl-Critic-Moose-0.999.2_rc.ebuild            |   41 ++++++++++++++++++++
 3 files changed, 48 insertions(+), 29 deletions(-)

diff --git a/dev-perl/Perl-Critic-Moose/ChangeLog b/dev-perl/Perl-Critic-Moose/ChangeLog
index cf6580e..459bac7 100644
--- a/dev-perl/Perl-Critic-Moose/ChangeLog
+++ b/dev-perl/Perl-Critic-Moose/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-perl/Perl-Critic-Moose
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Perl-Critic-Moose-0.999.2_rc (22 Apr 2011)
+
+  22 Apr 2011; Kent Fredric <kentfredric@gmail.com>
+  +Perl-Critic-Moose-0.999.2_rc.ebuild, -Perl-Critic-Moose-0.999.002.ebuild:
+  Migrate, QA, Rehash deps, Add Module::Build depend
+
 *Perl-Critic-Moose-0.999.002 (25 Aug 2009)
 
   25 Aug 2009; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Perl-Critic-Moose/Perl-Critic-Moose-0.999.002.ebuild b/dev-perl/Perl-Critic-Moose/Perl-Critic-Moose-0.999.002.ebuild
deleted file mode 100644
index 33fefaf..0000000
--- a/dev-perl/Perl-Critic-Moose/Perl-Critic-Moose-0.999.002.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=2
-MODULE_AUTHOR=ELLIOTJS
-inherit versionator
-
-MY_P=${PN}-$(replace_version_separator 2 '_')
-S=${WORKDIR}/${MY_P}
-
-inherit perl-module
-
-DESCRIPTION="Policies for Perl::Critic concerned with using Moose, the \"post-modern\" object system for Perl."
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="" # No keywords, developer release
-IUSE=""
-COMMON_DEPEND="
-	>=dev-perl/Perl-Critic-1.098
-	dev-perl/Readonly
-"
-DEPEND="
-	${COMMON_DEPEND}
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"

diff --git a/dev-perl/Perl-Critic-Moose/Perl-Critic-Moose-0.999.2_rc.ebuild b/dev-perl/Perl-Critic-Moose/Perl-Critic-Moose-0.999.2_rc.ebuild
new file mode 100644
index 0000000..60fda71
--- /dev/null
+++ b/dev-perl/Perl-Critic-Moose/Perl-Critic-Moose-0.999.2_rc.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=ELLIOTJS
+MODULE_VERSION=0.999_002
+
+inherit perl-module
+
+DESCRIPTION="Policies for Perl::Critic concerned with using Moose, the \"post-modern\" object system for Perl."
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="" # No keywords, developer release
+IUSE=""
+comment() { echo ''; }
+COMMON_DEPEND="
+	$(comment virtual/perl-base)
+	>=dev-perl/Perl-Critic-1.98 $(comment 1.98.0)
+	$(comment ^^ Perl::Critic::Policy)
+	$(comment ^^ Perl::Critic::Utils)
+	$(comment ^^ Perl::Critic::Utils::PPI)
+	dev-perl/Readonly
+	$(comment virtual/perl-strict)
+	$(comment virtual/perl-warnings)
+"
+DEPEND="
+	${COMMON_DEPEND}
+
+	$(comment virtual/perl-Carp)
+	$(comment virtual/perl-English)
+	>=dev-perl/Perl-Critic-1.98 $(comment 1.98.0)
+	$(comment ^^ Perl::Critic::TestUtils)
+	$(comment ^^ Perl::Critic::Utils)
+	$(comment ^^ Perl::Critic::Violation)
+
+	virtual/perl-Module-Build
+"
+RDEPEND="
+	${COMMON_DEPEND}
+"
+SRC_TEST="do"



             reply	other threads:[~2011-04-23 13:04 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-22 12:37 Kent Fredric [this message]
2011-04-23 13:00 ` [gentoo-commits] proj/perl-overlay:perl514 commit in: dev-perl/Perl-Critic-Moose/ Kent Fredric
2011-04-23 13:00 ` [gentoo-commits] proj/perl-overlay:perl514virtuals " Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2012-06-08 18:42 [gentoo-commits] proj/perl-overlay:master " Kent Fredric
2015-06-14 16:30 Kent Fredric
2015-06-17  0:56 Kent Fredric
2015-06-17  3:48 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=babd28fdd0a7f2e2e4bec815f1e7124bd55d3265.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