public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Perl-Critic-Moose/
@ 2011-04-22 12:37 Kent Fredric
  2011-04-23 13:00 ` [gentoo-commits] proj/perl-overlay:perl514 " Kent Fredric
  2011-04-23 13:00 ` [gentoo-commits] proj/perl-overlay:perl514virtuals " Kent Fredric
  0 siblings, 2 replies; 3+ messages in thread
From: Kent Fredric @ 2011-04-22 12:37 UTC (permalink / raw
  To: gentoo-commits

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"



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-04-23 13:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-22 12:37 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Perl-Critic-Moose/ Kent Fredric
2011-04-23 13:00 ` [gentoo-commits] proj/perl-overlay:perl514 " Kent Fredric
2011-04-23 13:00 ` [gentoo-commits] proj/perl-overlay:perl514virtuals " Kent Fredric

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox