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
  0 siblings, 0 replies; 5+ 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] 5+ messages in thread

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Perl-Critic-Moose/
@ 2012-06-08 18:42 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2012-06-08 18:42 UTC (permalink / raw
  To: gentoo-commits

commit:     22218546c045ba1b561ba65ea9d8e273b27a0441
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Jun  8 18:37:02 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Jun  8 18:37:02 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=22218546

[fix] normalise dep from Perl-Critic-Moose on Perl-Critic

(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)

---
 dev-perl/Perl-Critic-Moose/ChangeLog               |    6 +++++-
 .../Perl-Critic-Moose-0.999.2_rc.ebuild            |    6 +++---
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/dev-perl/Perl-Critic-Moose/ChangeLog b/dev-perl/Perl-Critic-Moose/ChangeLog
index 459bac7..08c9dae 100644
--- a/dev-perl/Perl-Critic-Moose/ChangeLog
+++ b/dev-perl/Perl-Critic-Moose/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for dev-perl/Perl-Critic-Moose
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  08 Jun 2012; Kent Fredric <kentfredric@gmail.com>
+  Perl-Critic-Moose-0.999.2_rc.ebuild:
+  Normalize dep on Perl-Critic
+
 *Perl-Critic-Moose-0.999.2_rc (22 Apr 2011)
 
   22 Apr 2011; Kent Fredric <kentfredric@gmail.com>

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
index 60fda71..71464f4 100644
--- 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
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=4
@@ -15,7 +15,7 @@ IUSE=""
 comment() { echo ''; }
 COMMON_DEPEND="
 	$(comment virtual/perl-base)
-	>=dev-perl/Perl-Critic-1.98 $(comment 1.98.0)
+	>=dev-perl/Perl-Critic-1.98.0
 	$(comment ^^ Perl::Critic::Policy)
 	$(comment ^^ Perl::Critic::Utils)
 	$(comment ^^ Perl::Critic::Utils::PPI)
@@ -28,7 +28,7 @@ DEPEND="
 
 	$(comment virtual/perl-Carp)
 	$(comment virtual/perl-English)
-	>=dev-perl/Perl-Critic-1.98 $(comment 1.98.0)
+	>=dev-perl/Perl-Critic-1.98.0
 	$(comment ^^ Perl::Critic::TestUtils)
 	$(comment ^^ Perl::Critic::Utils)
 	$(comment ^^ Perl::Critic::Violation)



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Perl-Critic-Moose/
@ 2015-06-14 16:30 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2015-06-14 16:30 UTC (permalink / raw
  To: gentoo-commits

commit:     911e08a27116841f38cdb458b55766e5301ae714
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Jun 14 16:16:05 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Jun 14 16:16:05 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=911e08a2

[fixup] Perl-Critic-Moose:  Module::Build is no longer part of core Perl and has been moved to dev-perl

Package-Manager: portage-2.2.17

 dev-perl/Perl-Critic-Moose/Perl-Critic-Moose-0.999.2_rc.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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
index 71464f4..107c6f7 100644
--- 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
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=4
@@ -33,7 +33,7 @@ DEPEND="
 	$(comment ^^ Perl::Critic::Utils)
 	$(comment ^^ Perl::Critic::Violation)
 
-	virtual/perl-Module-Build
+	dev-perl/Module-Build
 "
 RDEPEND="
 	${COMMON_DEPEND}


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Perl-Critic-Moose/
@ 2015-06-17  0:56 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2015-06-17  0:56 UTC (permalink / raw
  To: gentoo-commits

commit:     bfd98b55978e878d7c98c2edfafcb67725a9887f
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Jun 17 00:22:56 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Jun 17 00:22:56 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=bfd98b55

[fixup] Perl-Critic-Moose: EAPI5

Package-Manager: portage-2.2.17

 ...oose-0.999.2_rc.ebuild => Perl-Critic-Moose-0.999.2_rc-r1.ebuild} | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

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-r1.ebuild
similarity index 94%
rename from dev-perl/Perl-Critic-Moose/Perl-Critic-Moose-0.999.2_rc.ebuild
rename to dev-perl/Perl-Critic-Moose/Perl-Critic-Moose-0.999.2_rc-r1.ebuild
index 107c6f7..149fab4 100644
--- 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-r1.ebuild
@@ -1,14 +1,14 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
-EAPI=4
+EAPI=5
 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=""
@@ -38,4 +38,3 @@ DEPEND="
 RDEPEND="
 	${COMMON_DEPEND}
 "
-SRC_TEST="do"


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Perl-Critic-Moose/
@ 2015-06-17  3:48 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2015-06-17  3:48 UTC (permalink / raw
  To: gentoo-commits

commit:     9b99f1140169d3741ce03fc5662f34697e2dadcb
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Jun 17 03:24:08 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Jun 17 03:24:08 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=9b99f114

[bump] Perl-Critic-Moose-1.30.0

Package-Manager: portage-2.2.17

 .../Perl-Critic-Moose-0.999.2_rc-r1.ebuild         | 40 ----------------------
 .../Perl-Critic-Moose-1.30.0.ebuild                | 30 ++++++++++++++++
 2 files changed, 30 insertions(+), 40 deletions(-)

diff --git a/dev-perl/Perl-Critic-Moose/Perl-Critic-Moose-0.999.2_rc-r1.ebuild b/dev-perl/Perl-Critic-Moose/Perl-Critic-Moose-0.999.2_rc-r1.ebuild
deleted file mode 100644
index 149fab4..0000000
--- a/dev-perl/Perl-Critic-Moose/Perl-Critic-Moose-0.999.2_rc-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-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."
-
-SLOT="0"
-KEYWORDS="" # No keywords, developer release
-IUSE=""
-comment() { echo ''; }
-COMMON_DEPEND="
-	$(comment virtual/perl-base)
-	>=dev-perl/Perl-Critic-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.0
-	$(comment ^^ Perl::Critic::TestUtils)
-	$(comment ^^ Perl::Critic::Utils)
-	$(comment ^^ Perl::Critic::Violation)
-
-	dev-perl/Module-Build
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"

diff --git a/dev-perl/Perl-Critic-Moose/Perl-Critic-Moose-1.30.0.ebuild b/dev-perl/Perl-Critic-Moose/Perl-Critic-Moose-1.30.0.ebuild
new file mode 100644
index 0000000..f56fd31
--- /dev/null
+++ b/dev-perl/Perl-Critic-Moose/Perl-Critic-Moose-1.30.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=DROLSKY
+MODULE_VERSION=1.03
+
+inherit perl-module
+
+DESCRIPTION="Policies for Perl::Critic concerned with using Moose, the \"post-modern\" object system for Perl."
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+# Perl::Critic::Policy
+# Perl::Critic::Utils
+# Perl::Critic::Utils::PPI
+RDEPEND="
+	>=dev-perl/Perl-Critic-1.98.0
+	dev-perl/Readonly
+"
+DEPEND="
+	${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		>=virtual/perl-CPAN-Meta-2.120.900
+		virtual/perl-File-Spec
+		>=virtual/perl-Test-Simple-0.960.0
+	)
+"


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

end of thread, other threads:[~2015-06-17  3:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-08 18:42 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Perl-Critic-Moose/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2015-06-17  3:48 Kent Fredric
2015-06-17  0:56 Kent Fredric
2015-06-14 16:30 Kent Fredric
2011-04-22 12:37 Kent Fredric

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