public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-ActionRole-ACL/
@ 2011-08-26 11:46 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2011-08-26 11:46 UTC (permalink / raw
  To: gentoo-commits

commit:     45605325564f713f32837bfdeea849ccbfdee11e
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Aug 26 11:28:36 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Aug 26 11:28:36 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=45605325

[migrate] Catalyst-ActionRole-ACL-0.05.ebuild -> Catalyst-ActionRole-ACL-0.50.0.ebuild

(Portage version: 2.2.0_alpha51/git/Linux x86_64, signed Manifest commit with key BD86D695)

---
 ...build => Catalyst-ActionRole-ACL-0.50.0.ebuild} |    3 ++-
 dev-perl/Catalyst-ActionRole-ACL/ChangeLog         |    8 +++++++-
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Catalyst-ActionRole-ACL/Catalyst-ActionRole-ACL-0.05.ebuild b/dev-perl/Catalyst-ActionRole-ACL/Catalyst-ActionRole-ACL-0.50.0.ebuild
similarity index 87%
rename from dev-perl/Catalyst-ActionRole-ACL/Catalyst-ActionRole-ACL-0.05.ebuild
rename to dev-perl/Catalyst-ActionRole-ACL/Catalyst-ActionRole-ACL-0.50.0.ebuild
index eab6b29..dda8c32 100644
--- a/dev-perl/Catalyst-ActionRole-ACL/Catalyst-ActionRole-ACL-0.05.ebuild
+++ b/dev-perl/Catalyst-ActionRole-ACL/Catalyst-ActionRole-ACL-0.50.0.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=2
 MODULE_AUTHOR=CONVERTER
+MODULE_VERSION="0.05"
 inherit perl-module
 
 DESCRIPTION="User role-based authorization action class"

diff --git a/dev-perl/Catalyst-ActionRole-ACL/ChangeLog b/dev-perl/Catalyst-ActionRole-ACL/ChangeLog
index ed38c9b..460fc72 100644
--- a/dev-perl/Catalyst-ActionRole-ACL/ChangeLog
+++ b/dev-perl/Catalyst-ActionRole-ACL/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-perl/Catalyst-ActionRole-ACL
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Catalyst-ActionRole-ACL-0.50.0 (26 Aug 2011)
+
+  26 Aug 2011; Kent Fredric <kentfredric@gmail.com>
+  -Catalyst-ActionRole-ACL-0.05.ebuild, +Catalyst-ActionRole-ACL-0.50.0.ebuild:
+  Migrate to new version scheme
+
 *Catalyst-ActionRole-ACL-0.05 (15 Apr 2010)
 
   15 Apr 2010; Michele Beltrame <m@cattlegrid.info>



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-ActionRole-ACL/
@ 2011-08-26 11:46 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2011-08-26 11:46 UTC (permalink / raw
  To: gentoo-commits

commit:     f83fe16e4efc7a23602517dc9c0fc943ef598145
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Aug 26 11:40:54 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Aug 26 11:40:54 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=f83fe16e

[newversion] Catalyst-ActionRole-ACL-0.60.0

(Portage version: 2.2.0_alpha51/git/Linux x86_64, signed Manifest commit with key BD86D695)

---
 .../Catalyst-ActionRole-ACL-0.60.0.ebuild          |   28 ++++++++++++++++++++
 dev-perl/Catalyst-ActionRole-ACL/ChangeLog         |    6 ++++
 2 files changed, 34 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Catalyst-ActionRole-ACL/Catalyst-ActionRole-ACL-0.60.0.ebuild b/dev-perl/Catalyst-ActionRole-ACL/Catalyst-ActionRole-ACL-0.60.0.ebuild
new file mode 100644
index 0000000..f9f646f
--- /dev/null
+++ b/dev-perl/Catalyst-ActionRole-ACL/Catalyst-ActionRole-ACL-0.60.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=BOBTFISH
+MODULE_VERSION=0.06
+inherit perl-module
+
+DESCRIPTION="User role-based authorization action class"
+LICENSE="|| ( Artistic GPL-2 )"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+comment() { true;}
+RDEPEND="
+	dev-perl/Catalyst-Runtime
+	dev-perl/Moose
+	dev-perl/Catalyst-Controller-ActionRole
+	dev-perl/namespace-autoclean
+"
+DEPEND="
+	${DEPEND}
+	test? (
+		virtual/perl-Test-Simple $(comment Test::More)
+	)
+"
+SRC_TEST=do

diff --git a/dev-perl/Catalyst-ActionRole-ACL/ChangeLog b/dev-perl/Catalyst-ActionRole-ACL/ChangeLog
index 460fc72..bc43c55 100644
--- a/dev-perl/Catalyst-ActionRole-ACL/ChangeLog
+++ b/dev-perl/Catalyst-ActionRole-ACL/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Catalyst-ActionRole-ACL-0.60.0 (26 Aug 2011)
+
+  26 Aug 2011; Kent Fredric <kentfredric@gmail.com>
+  +Catalyst-ActionRole-ACL-0.60.0.ebuild:
+  Version Bump
+
 *Catalyst-ActionRole-ACL-0.50.0 (26 Aug 2011)
 
   26 Aug 2011; Kent Fredric <kentfredric@gmail.com>



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-ActionRole-ACL/
@ 2012-07-19  7:52 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2012-07-19  7:52 UTC (permalink / raw
  To: gentoo-commits

commit:     f396e2d8fbcc954a3ce019b40a1282ca47936320
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Jul 19 07:24:07 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Jul 19 07:24:07 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=f396e2d8

[newversion] Catalyst-ActionRole-ACL-0.70.0

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

---
 .../Catalyst-ActionRole-ACL-0.70.0.ebuild          |   42 ++++++++++++++++++++
 dev-perl/Catalyst-ActionRole-ACL/ChangeLog         |    8 +++-
 2 files changed, 49 insertions(+), 1 deletions(-)

diff --git a/dev-perl/Catalyst-ActionRole-ACL/Catalyst-ActionRole-ACL-0.70.0.ebuild b/dev-perl/Catalyst-ActionRole-ACL/Catalyst-ActionRole-ACL-0.70.0.ebuild
new file mode 100644
index 0000000..b8292e6
--- /dev/null
+++ b/dev-perl/Catalyst-ActionRole-ACL/Catalyst-ActionRole-ACL-0.70.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=BOBTFISH
+MODULE_VERSION=0.07
+inherit perl-module
+
+DESCRIPTION='User role-based authorization action class'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker 6.36 ( 6.360.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.36
+}
+perl_meta_build() {
+	# ExtUtils::MakeMaker 6.36 ( 6.360.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.36
+	# Test::More
+	echo virtual/perl-Test-Simple
+}
+perl_meta_runtime() {
+	# Catalyst::Controller::ActionRole
+	echo dev-perl/Catalyst-Controller-ActionRole
+	# Catalyst::Runtime 5.90013 ( 5.900.130 )
+	echo \>=dev-perl/Catalyst-Runtime-5.900.130
+	# Moose
+	echo dev-perl/Moose
+	# namespace::autoclean
+	echo dev-perl/namespace-autoclean
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"

diff --git a/dev-perl/Catalyst-ActionRole-ACL/ChangeLog b/dev-perl/Catalyst-ActionRole-ACL/ChangeLog
index bc43c55..5cdf387 100644
--- a/dev-perl/Catalyst-ActionRole-ACL/ChangeLog
+++ b/dev-perl/Catalyst-ActionRole-ACL/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-perl/Catalyst-ActionRole-ACL
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Catalyst-ActionRole-ACL-0.70.0 (19 Jul 2012)
+
+  19 Jul 2012; Kent Fredric <kentfredric@gmail.com>
+  +Catalyst-ActionRole-ACL-0.70.0.ebuild:
+  Version Bump
+
 *Catalyst-ActionRole-ACL-0.60.0 (26 Aug 2011)
 
   26 Aug 2011; Kent Fredric <kentfredric@gmail.com>



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

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

commit:     7831bcb2e03af9bb4add20e6195e3e028025a7a0
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Jun 17 03:04:09 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Jun 17 03:04:09 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=7831bcb2

[fixup] Catalyst-ActionRole-ACL: Remove bad upstream dep, cleanup deps and tests

Package-Manager: portage-2.2.17

 .../Catalyst-ActionRole-ACL-0.70.0-r1.ebuild       | 41 ----------------------
 .../Catalyst-ActionRole-ACL-0.70.0-r2.ebuild       | 28 +++++++++++++++
 2 files changed, 28 insertions(+), 41 deletions(-)

diff --git a/dev-perl/Catalyst-ActionRole-ACL/Catalyst-ActionRole-ACL-0.70.0-r1.ebuild b/dev-perl/Catalyst-ActionRole-ACL/Catalyst-ActionRole-ACL-0.70.0-r1.ebuild
deleted file mode 100644
index d011d3f..0000000
--- a/dev-perl/Catalyst-ActionRole-ACL/Catalyst-ActionRole-ACL-0.70.0-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=BOBTFISH
-MODULE_VERSION=0.07
-inherit perl-module
-
-DESCRIPTION='User role-based authorization action class'
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# ExtUtils::MakeMaker 6.36 ( 6.360.0 )
-	echo \>=virtual/perl-ExtUtils-MakeMaker-6.36
-}
-perl_meta_build() {
-	# ExtUtils::MakeMaker 6.36 ( 6.360.0 )
-	echo \>=virtual/perl-ExtUtils-MakeMaker-6.36
-	# Test::More
-	echo virtual/perl-Test-Simple
-}
-perl_meta_runtime() {
-	# Catalyst::Controller::ActionRole
-	echo dev-perl/Catalyst-Controller-ActionRole
-	# Catalyst::Runtime 5.90013 ( 5.900.130 )
-	echo \>=dev-perl/Catalyst-Runtime-5.900.130
-	# Moose
-	echo dev-perl/Moose
-	# namespace::autoclean
-	echo dev-perl/namespace-autoclean
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"

diff --git a/dev-perl/Catalyst-ActionRole-ACL/Catalyst-ActionRole-ACL-0.70.0-r2.ebuild b/dev-perl/Catalyst-ActionRole-ACL/Catalyst-ActionRole-ACL-0.70.0-r2.ebuild
new file mode 100644
index 0000000..faf22e1
--- /dev/null
+++ b/dev-perl/Catalyst-ActionRole-ACL/Catalyst-ActionRole-ACL-0.70.0-r2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=BOBTFISH
+MODULE_VERSION=0.07
+inherit perl-module
+
+DESCRIPTION='User role-based authorization action class'
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+PERL_RM_FILES=(
+	t/author/pod-coverage.t
+	t/pod.t
+)
+RDEPEND="
+	>=dev-perl/Catalyst-Runtime-5.900.130
+	dev-perl/Moose
+	dev-perl/namespace-autoclean
+"
+DEPEND="${RDEPEND}
+	>=virtual/perl-ExtUtils-MakeMaker-6.360.0
+	test? (
+		virtual/perl-Test-Simple
+	)
+"


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

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-19  7:52 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-ActionRole-ACL/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2015-06-17  3:48 Kent Fredric
2011-08-26 11:46 Kent Fredric
2011-08-26 11:46 Kent Fredric

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