public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Plugin-Authentication/
@ 2011-07-31  8:09 Kent Fredric
  0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2011-07-31  8:09 UTC (permalink / raw
  To: gentoo-commits

commit:     0f5bba93aeebf8c55c2a6f50f5de46ef4ca2ea61
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Jul 31 08:08:52 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Jul 31 08:08:52 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=0f5bba93

[newversion] Catalyst-Plugin-Authentication-0.100.180

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

---
 ...Catalyst-Plugin-Authentication-0.100.180.ebuild |   34 ++++++++++++++++++++
 dev-perl/Catalyst-Plugin-Authentication/ChangeLog  |    6 +++
 2 files changed, 40 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Catalyst-Plugin-Authentication/Catalyst-Plugin-Authentication-0.100.180.ebuild b/dev-perl/Catalyst-Plugin-Authentication/Catalyst-Plugin-Authentication-0.100.180.ebuild
new file mode 100644
index 0000000..2d136bf
--- /dev/null
+++ b/dev-perl/Catalyst-Plugin-Authentication/Catalyst-Plugin-Authentication-0.100.180.ebuild
@@ -0,0 +1,34 @@
+# 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.10018
+inherit perl-module
+
+DESCRIPTION="Infrastructure plugin for the Catalyst authentication framework"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+comment() { echo ''; }
+RDEPEND="
+	dev-perl/Catalyst-Runtime
+	dev-perl/Class-Inspector
+	dev-perl/MRO-Compat
+	>=dev-perl/Catalyst-Plugin-Session-0.10
+"
+DEPEND="
+	${RDEPEND}
+	test? (
+	>=virtual/perl-Test-Simple-0.88 $(comment Test::More 0.880.0)
+			dev-perl/Test-Exception
+			$(comment Class::MOP)
+			|| ( >=dev-perl/Moose-1.990 dev-perl/Class-MOP )
+			dev-perl/Moose
+	)
+"
+
+SRC_TEST="do"

diff --git a/dev-perl/Catalyst-Plugin-Authentication/ChangeLog b/dev-perl/Catalyst-Plugin-Authentication/ChangeLog
index 2d09991..5e154e7 100644
--- a/dev-perl/Catalyst-Plugin-Authentication/ChangeLog
+++ b/dev-perl/Catalyst-Plugin-Authentication/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Catalyst-Plugin-Authentication-0.100.180 (31 Jul 2011)
+
+  31 Jul 2011; Kent Fredric <kentfredric@gmail.com>
+  +Catalyst-Plugin-Authentication-0.100.180.ebuild:
+  Version Bump
+
 *Catalyst-Plugin-Authentication-0.100.170 (29 Jan 2011)
 *Catalyst-Plugin-Authentication-0.100.160 (29 Jan 2011)
 



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Plugin-Authentication/
@ 2012-02-12  7:23 Kent Fredric
  0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2012-02-12  7:23 UTC (permalink / raw
  To: gentoo-commits

commit:     b01cae4408c5c06e7ae0f534ab2f5b1a4839781d
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Feb 12 07:18:03 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Feb 12 07:18:03 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=b01cae44

[fixdep] Catalyst-Plugin-Authentication -> Catalyst-Plugin-Session

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

---
 ...Catalyst-Plugin-Authentication-0.100.160.ebuild |    4 ++--
 ...Catalyst-Plugin-Authentication-0.100.170.ebuild |    4 ++--
 ...Catalyst-Plugin-Authentication-0.100.180.ebuild |    4 ++--
 dev-perl/Catalyst-Plugin-Authentication/ChangeLog  |    8 +++++++-
 4 files changed, 13 insertions(+), 7 deletions(-)

diff --git a/dev-perl/Catalyst-Plugin-Authentication/Catalyst-Plugin-Authentication-0.100.160.ebuild b/dev-perl/Catalyst-Plugin-Authentication/Catalyst-Plugin-Authentication-0.100.160.ebuild
index d5b4f24..3cd0b4d 100644
--- a/dev-perl/Catalyst-Plugin-Authentication/Catalyst-Plugin-Authentication-0.100.160.ebuild
+++ b/dev-perl/Catalyst-Plugin-Authentication/Catalyst-Plugin-Authentication-0.100.160.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=2
@@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~x86"
 RDEPEND="
 	dev-perl/Catalyst-Runtime
 	dev-perl/Class-Inspector
-	>=dev-perl/Catalyst-Plugin-Session-0.10
+	>=dev-perl/Catalyst-Plugin-Session-0.100.0
 	dev-perl/MRO-Compat
 "
 DEPEND="

diff --git a/dev-perl/Catalyst-Plugin-Authentication/Catalyst-Plugin-Authentication-0.100.170.ebuild b/dev-perl/Catalyst-Plugin-Authentication/Catalyst-Plugin-Authentication-0.100.170.ebuild
index 6a8f65c..d5ba121 100644
--- a/dev-perl/Catalyst-Plugin-Authentication/Catalyst-Plugin-Authentication-0.100.170.ebuild
+++ b/dev-perl/Catalyst-Plugin-Authentication/Catalyst-Plugin-Authentication-0.100.170.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: $
 
@@ -17,7 +17,7 @@ IUSE="test"
 RDEPEND="
 	dev-perl/Catalyst-Runtime
 	dev-perl/Class-Inspector
-	>=dev-perl/Catalyst-Plugin-Session-0.10
+	>=dev-perl/Catalyst-Plugin-Session-0.100.0
 	dev-perl/MRO-Compat
 "
 DEPEND="

diff --git a/dev-perl/Catalyst-Plugin-Authentication/Catalyst-Plugin-Authentication-0.100.180.ebuild b/dev-perl/Catalyst-Plugin-Authentication/Catalyst-Plugin-Authentication-0.100.180.ebuild
index 2d136bf..1a2360f 100644
--- a/dev-perl/Catalyst-Plugin-Authentication/Catalyst-Plugin-Authentication-0.100.180.ebuild
+++ b/dev-perl/Catalyst-Plugin-Authentication/Catalyst-Plugin-Authentication-0.100.180.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: $
 
@@ -18,7 +18,7 @@ RDEPEND="
 	dev-perl/Catalyst-Runtime
 	dev-perl/Class-Inspector
 	dev-perl/MRO-Compat
-	>=dev-perl/Catalyst-Plugin-Session-0.10
+	>=dev-perl/Catalyst-Plugin-Session-0.100.0
 "
 DEPEND="
 	${RDEPEND}

diff --git a/dev-perl/Catalyst-Plugin-Authentication/ChangeLog b/dev-perl/Catalyst-Plugin-Authentication/ChangeLog
index 5e154e7..5eb31f8 100644
--- a/dev-perl/Catalyst-Plugin-Authentication/ChangeLog
+++ b/dev-perl/Catalyst-Plugin-Authentication/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-perl/Catalyst-Plugin-Authentication
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  12 Feb 2012; Kent Fredric <kentfredric@gmail.com>
+  Catalyst-Plugin-Authentication-0.100.160.ebuild,
+  Catalyst-Plugin-Authentication-0.100.170.ebuild,
+  Catalyst-Plugin-Authentication-0.100.180.ebuild:
+  Fixdep Catalyst-Plugin-Session
+
 *Catalyst-Plugin-Authentication-0.100.180 (31 Jul 2011)
 
   31 Jul 2011; Kent Fredric <kentfredric@gmail.com>



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Plugin-Authentication/
@ 2012-04-18  4:43 Kent Fredric
  0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2012-04-18  4:43 UTC (permalink / raw
  To: gentoo-commits

commit:     88a20807cd5c4b2e7a33c0478c3127cd32924b10
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Apr 18 03:49:52 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Apr 18 03:49:52 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=88a20807

[newversion] Catalyst-Plugin-Authentication-0.100.190

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

---
 ...Catalyst-Plugin-Authentication-0.100.190.ebuild |   56 ++++++++++++++++++++
 dev-perl/Catalyst-Plugin-Authentication/ChangeLog  |    6 ++
 2 files changed, 62 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Catalyst-Plugin-Authentication/Catalyst-Plugin-Authentication-0.100.190.ebuild b/dev-perl/Catalyst-Plugin-Authentication/Catalyst-Plugin-Authentication-0.100.190.ebuild
new file mode 100644
index 0000000..c70fe6d
--- /dev/null
+++ b/dev-perl/Catalyst-Plugin-Authentication/Catalyst-Plugin-Authentication-0.100.190.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=JJNAPIORK
+MODULE_VERSION=0.10019
+inherit perl-module
+
+DESCRIPTION='Infrastructure plugin for the Catalyst authentication framework'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker 6.59 ( 6.590.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
+}
+perl_meta_build() {
+	# Class::MOP
+	echo dev-perl/Moose
+	# ExtUtils::MakeMaker 6.59 ( 6.590.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
+	# Moose
+	echo dev-perl/Moose
+	# Test::Exception
+	echo dev-perl/Test-Exception
+	# Test::More 0.88 ( 0.880.0 )
+	echo \>=virtual/perl-Test-Simple-0.88
+}
+perl_meta_runtime() {
+	# Catalyst::Plugin::Session 0.10 ( 0.100.0 )
+	echo \>=dev-perl/Catalyst-Plugin-Session-0.100.0
+	# Catalyst::Runtime
+	echo dev-perl/Catalyst-Runtime
+	# Class::Inspector
+	echo dev-perl/Class-Inspector
+	# MRO::Compat
+	echo dev-perl/MRO-Compat
+	# Moose
+	echo dev-perl/Moose
+	# MooseX::Emulate::Class::Accessor::Fast
+	echo dev-perl/MooseX-Emulate-Class-Accessor-Fast
+	# namespace::clean
+	echo dev-perl/namespace-clean
+	# perl v5.8.1 ( 5.8.1 )
+	echo \>=dev-lang/perl-5.8.1
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"

diff --git a/dev-perl/Catalyst-Plugin-Authentication/ChangeLog b/dev-perl/Catalyst-Plugin-Authentication/ChangeLog
index 5eb31f8..2df9194 100644
--- a/dev-perl/Catalyst-Plugin-Authentication/ChangeLog
+++ b/dev-perl/Catalyst-Plugin-Authentication/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Catalyst-Plugin-Authentication-0.100.190 (18 Apr 2012)
+
+  18 Apr 2012; Kent Fredric <kentfredric@gmail.com>
+  +Catalyst-Plugin-Authentication-0.100.190.ebuild:
+  Version Bump
+
   12 Feb 2012; Kent Fredric <kentfredric@gmail.com>
   Catalyst-Plugin-Authentication-0.100.160.ebuild,
   Catalyst-Plugin-Authentication-0.100.170.ebuild,



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

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

commit:     8321f5d2bbfe26eb548c0b1f3dd9a45549703ca3
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun May  6 21:47:48 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun May  6 21:47:48 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=8321f5d2

[newversion] Catalyst-Plugin-Authentication-0.100.200

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

---
 ...Catalyst-Plugin-Authentication-0.100.200.ebuild |   56 ++++++++++++++++++++
 dev-perl/Catalyst-Plugin-Authentication/ChangeLog  |    6 ++
 2 files changed, 62 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Catalyst-Plugin-Authentication/Catalyst-Plugin-Authentication-0.100.200.ebuild b/dev-perl/Catalyst-Plugin-Authentication/Catalyst-Plugin-Authentication-0.100.200.ebuild
new file mode 100644
index 0000000..51a2465
--- /dev/null
+++ b/dev-perl/Catalyst-Plugin-Authentication/Catalyst-Plugin-Authentication-0.100.200.ebuild
@@ -0,0 +1,56 @@
+# 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.10020
+inherit perl-module
+
+DESCRIPTION='Infrastructure plugin for the Catalyst authentication framework'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker 6.59 ( 6.590.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
+}
+perl_meta_build() {
+	# Class::MOP
+	echo dev-perl/Moose
+	# ExtUtils::MakeMaker 6.59 ( 6.590.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
+	# Moose
+	echo dev-perl/Moose
+	# Test::Exception
+	echo dev-perl/Test-Exception
+	# Test::More 0.88 ( 0.880.0 )
+	echo \>=virtual/perl-Test-Simple-0.88
+}
+perl_meta_runtime() {
+	# Catalyst::Plugin::Session 0.10 ( 0.100.0 )
+	echo \>=dev-perl/Catalyst-Plugin-Session-0.100.0
+	# Catalyst::Runtime
+	echo dev-perl/Catalyst-Runtime
+	# Class::Inspector
+	echo dev-perl/Class-Inspector
+	# MRO::Compat
+	echo dev-perl/MRO-Compat
+	# Moose
+	echo dev-perl/Moose
+	# MooseX::Emulate::Class::Accessor::Fast
+	echo dev-perl/MooseX-Emulate-Class-Accessor-Fast
+	# namespace::clean
+	echo dev-perl/namespace-clean
+	# perl v5.8.1 ( 5.8.1 )
+	echo \>=dev-lang/perl-5.8.1
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"

diff --git a/dev-perl/Catalyst-Plugin-Authentication/ChangeLog b/dev-perl/Catalyst-Plugin-Authentication/ChangeLog
index 2df9194..11cb21d 100644
--- a/dev-perl/Catalyst-Plugin-Authentication/ChangeLog
+++ b/dev-perl/Catalyst-Plugin-Authentication/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Catalyst-Plugin-Authentication-0.100.200 (06 May 2012)
+
+  06 May 2012; Kent Fredric <kentfredric@gmail.com>
+  +Catalyst-Plugin-Authentication-0.100.200.ebuild:
+  Version Bump
+
 *Catalyst-Plugin-Authentication-0.100.190 (18 Apr 2012)
 
   18 Apr 2012; Kent Fredric <kentfredric@gmail.com>



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

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

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

[newversion] Catalyst-Plugin-Authentication-0.100.210

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

---
 ...Catalyst-Plugin-Authentication-0.100.210.ebuild |   60 ++++++++++++++++++++
 dev-perl/Catalyst-Plugin-Authentication/ChangeLog  |    6 ++
 2 files changed, 66 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Catalyst-Plugin-Authentication/Catalyst-Plugin-Authentication-0.100.210.ebuild b/dev-perl/Catalyst-Plugin-Authentication/Catalyst-Plugin-Authentication-0.100.210.ebuild
new file mode 100644
index 0000000..e04bea7
--- /dev/null
+++ b/dev-perl/Catalyst-Plugin-Authentication/Catalyst-Plugin-Authentication-0.100.210.ebuild
@@ -0,0 +1,60 @@
+# 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.10021
+inherit perl-module
+
+DESCRIPTION='Infrastructure plugin for the Catalyst authentication framework.'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker 6.59 ( 6.590.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
+}
+perl_meta_build() {
+	# Class::MOP
+	echo dev-perl/Moose
+	# ExtUtils::MakeMaker 6.59 ( 6.590.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
+	# Moose
+	echo dev-perl/Moose
+	# Test::Exception
+	echo dev-perl/Test-Exception
+	# Test::More 0.88 ( 0.880.0 )
+	echo \>=virtual/perl-Test-Simple-0.88
+}
+perl_meta_runtime() {
+	# Catalyst::Plugin::Session 0.10 ( 0.100.0 )
+	echo \>=dev-perl/Catalyst-Plugin-Session-0.100.0
+	# Catalyst::Runtime
+	echo dev-perl/Catalyst-Runtime
+	# Class::Inspector
+	echo dev-perl/Class-Inspector
+	# MRO::Compat
+	echo dev-perl/MRO-Compat
+	# Moose
+	echo dev-perl/Moose
+	# MooseX::Emulate::Class::Accessor::Fast
+	echo dev-perl/MooseX-Emulate-Class-Accessor-Fast
+	# String::RewritePrefix
+	echo dev-perl/String-RewritePrefix
+	# Try::Tiny
+	echo dev-perl/Try-Tiny
+	# namespace::autoclean
+	echo dev-perl/namespace-autoclean
+	# perl v5.8.1 ( 5.8.1 )
+	echo \>=dev-lang/perl-5.8.1
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"

diff --git a/dev-perl/Catalyst-Plugin-Authentication/ChangeLog b/dev-perl/Catalyst-Plugin-Authentication/ChangeLog
index 11cb21d..dcd70a5 100644
--- a/dev-perl/Catalyst-Plugin-Authentication/ChangeLog
+++ b/dev-perl/Catalyst-Plugin-Authentication/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Catalyst-Plugin-Authentication-0.100.210 (19 Jul 2012)
+
+  19 Jul 2012; Kent Fredric <kentfredric@gmail.com>
+  +Catalyst-Plugin-Authentication-0.100.210.ebuild:
+  Version Bump
+
 *Catalyst-Plugin-Authentication-0.100.200 (06 May 2012)
 
   06 May 2012; Kent Fredric <kentfredric@gmail.com>



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Plugin-Authentication/
@ 2013-05-03  7:51 Kent Fredric
  0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2013-05-03  7:51 UTC (permalink / raw
  To: gentoo-commits

commit:     3aeb3021e86b1c25804857616697948e085426e3
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri May  3 07:25:22 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri May  3 07:25:22 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=3aeb3021

[fixdep] Catalyst-Plugin-Authentication : remove Class-MOP

Package-Manager: portage-2.2.0_alpha173
Manifest-Sign-Key: ECD2C675C102CDA4

---
 ...Catalyst-Plugin-Authentication-0.100.160.ebuild |    2 +-
 ...Catalyst-Plugin-Authentication-0.100.170.ebuild |    2 +-
 ...Catalyst-Plugin-Authentication-0.100.180.ebuild |    2 +-
 dev-perl/Catalyst-Plugin-Authentication/ChangeLog  |    6 ++++++
 4 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/dev-perl/Catalyst-Plugin-Authentication/Catalyst-Plugin-Authentication-0.100.160.ebuild b/dev-perl/Catalyst-Plugin-Authentication/Catalyst-Plugin-Authentication-0.100.160.ebuild
index a2ddfd7..5684277 100644
--- a/dev-perl/Catalyst-Plugin-Authentication/Catalyst-Plugin-Authentication-0.100.160.ebuild
+++ b/dev-perl/Catalyst-Plugin-Authentication/Catalyst-Plugin-Authentication-0.100.160.ebuild
@@ -23,7 +23,7 @@ RDEPEND="
 DEPEND="
 	${RDEPEND}
 	test? (
-			|| ( >=dev-perl/Moose-1.990.0 dev-perl/Class-MOP )
+			>=dev-perl/Moose-1.990.0
 			dev-perl/Moose
 			>=virtual/perl-Test-Simple-0.88
 			dev-perl/Test-Exception

diff --git a/dev-perl/Catalyst-Plugin-Authentication/Catalyst-Plugin-Authentication-0.100.170.ebuild b/dev-perl/Catalyst-Plugin-Authentication/Catalyst-Plugin-Authentication-0.100.170.ebuild
index e632c9e..3a30dab 100644
--- a/dev-perl/Catalyst-Plugin-Authentication/Catalyst-Plugin-Authentication-0.100.170.ebuild
+++ b/dev-perl/Catalyst-Plugin-Authentication/Catalyst-Plugin-Authentication-0.100.170.ebuild
@@ -23,7 +23,7 @@ RDEPEND="
 DEPEND="
 	${RDEPEND}
 	test? (
-			|| ( >=dev-perl/Moose-1.990.0 dev-perl/Class-MOP )
+			>=dev-perl/Moose-1.990.0
 			dev-perl/Moose
 			>=virtual/perl-Test-Simple-0.88
 			dev-perl/Test-Exception

diff --git a/dev-perl/Catalyst-Plugin-Authentication/Catalyst-Plugin-Authentication-0.100.180.ebuild b/dev-perl/Catalyst-Plugin-Authentication/Catalyst-Plugin-Authentication-0.100.180.ebuild
index 1f6ffda..1eee203 100644
--- a/dev-perl/Catalyst-Plugin-Authentication/Catalyst-Plugin-Authentication-0.100.180.ebuild
+++ b/dev-perl/Catalyst-Plugin-Authentication/Catalyst-Plugin-Authentication-0.100.180.ebuild
@@ -26,7 +26,7 @@ DEPEND="
 	>=virtual/perl-Test-Simple-0.88 $(comment Test::More 0.880.0)
 			dev-perl/Test-Exception
 			$(comment Class::MOP)
-			|| ( >=dev-perl/Moose-1.990.0 dev-perl/Class-MOP )
+			>=dev-perl/Moose-1.990.0
 			dev-perl/Moose
 	)
 "

diff --git a/dev-perl/Catalyst-Plugin-Authentication/ChangeLog b/dev-perl/Catalyst-Plugin-Authentication/ChangeLog
index 34e28f1..aa1ae63 100644
--- a/dev-perl/Catalyst-Plugin-Authentication/ChangeLog
+++ b/dev-perl/Catalyst-Plugin-Authentication/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  03 May 2013; Kent Fredric <kentfredric@gmail.com>
+  Catalyst-Plugin-Authentication-0.100.160.ebuild,
+  Catalyst-Plugin-Authentication-0.100.170.ebuild,
+  Catalyst-Plugin-Authentication-0.100.180.ebuild:
+  Remove Class-MOP dep
+
 *Catalyst-Plugin-Authentication-0.100.230 (26 Apr 2013)
 
   26 Apr 2013; Kent Fredric <kentfredric@gmail.com>


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Plugin-Authentication/
@ 2015-06-08 14:00 Kent Fredric
  0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2015-06-08 14:00 UTC (permalink / raw
  To: gentoo-commits

commit:     426e277175491bd8985d98ec8d22b2997a186135
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Jun  8 13:37:42 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Jun  8 13:37:42 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=426e2771

[cleanup] Catalyst-Plugin-Authentication: Remove old versions

Package-Manager: portage-2.2.17

 ...Catalyst-Plugin-Authentication-0.100.160.ebuild | 32 ------------
 ...Catalyst-Plugin-Authentication-0.100.170.ebuild | 33 ------------
 ...Catalyst-Plugin-Authentication-0.100.180.ebuild | 34 ------------
 ...Catalyst-Plugin-Authentication-0.100.190.ebuild | 56 --------------------
 ...Catalyst-Plugin-Authentication-0.100.200.ebuild | 56 --------------------
 ...Catalyst-Plugin-Authentication-0.100.210.ebuild | 60 ----------------------
 ...Catalyst-Plugin-Authentication-0.100.220.ebuild | 60 ----------------------
 7 files changed, 331 deletions(-)

diff --git a/dev-perl/Catalyst-Plugin-Authentication/Catalyst-Plugin-Authentication-0.100.160.ebuild b/dev-perl/Catalyst-Plugin-Authentication/Catalyst-Plugin-Authentication-0.100.160.ebuild
deleted file mode 100644
index 5684277..0000000
--- a/dev-perl/Catalyst-Plugin-Authentication/Catalyst-Plugin-Authentication-0.100.160.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=2
-MODULE_AUTHOR=FLORA
-MODULE_VERSION=0.10016
-inherit perl-module
-
-DESCRIPTION="Infrastructure plugin for the Catalyst authentication framework"
-
-IUSE="test"
-
-SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-	dev-perl/Catalyst-Runtime
-	dev-perl/Class-Inspector
-	>=dev-perl/Catalyst-Plugin-Session-0.100.0
-	dev-perl/MRO-Compat
-"
-DEPEND="
-	${RDEPEND}
-	test? (
-			>=dev-perl/Moose-1.990.0
-			dev-perl/Moose
-			>=virtual/perl-Test-Simple-0.88
-			dev-perl/Test-Exception
-	)
-"
-SRC_TEST="do"

diff --git a/dev-perl/Catalyst-Plugin-Authentication/Catalyst-Plugin-Authentication-0.100.170.ebuild b/dev-perl/Catalyst-Plugin-Authentication/Catalyst-Plugin-Authentication-0.100.170.ebuild
deleted file mode 100644
index 3a30dab..0000000
--- a/dev-perl/Catalyst-Plugin-Authentication/Catalyst-Plugin-Authentication-0.100.170.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-MODULE_AUTHOR=BOBTFISH
-MODULE_VERSION=0.10017
-inherit perl-module
-
-DESCRIPTION="Infrastructure plugin for the Catalyst authentication framework"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
-	dev-perl/Catalyst-Runtime
-	dev-perl/Class-Inspector
-	>=dev-perl/Catalyst-Plugin-Session-0.100.0
-	dev-perl/MRO-Compat
-"
-DEPEND="
-	${RDEPEND}
-	test? (
-			>=dev-perl/Moose-1.990.0
-			dev-perl/Moose
-			>=virtual/perl-Test-Simple-0.88
-			dev-perl/Test-Exception
-	)
-"
-
-SRC_TEST="do"

diff --git a/dev-perl/Catalyst-Plugin-Authentication/Catalyst-Plugin-Authentication-0.100.180.ebuild b/dev-perl/Catalyst-Plugin-Authentication/Catalyst-Plugin-Authentication-0.100.180.ebuild
deleted file mode 100644
index 1eee203..0000000
--- a/dev-perl/Catalyst-Plugin-Authentication/Catalyst-Plugin-Authentication-0.100.180.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-MODULE_AUTHOR=BOBTFISH
-MODULE_VERSION=0.10018
-inherit perl-module
-
-DESCRIPTION="Infrastructure plugin for the Catalyst authentication framework"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-comment() { echo ''; }
-RDEPEND="
-	dev-perl/Catalyst-Runtime
-	dev-perl/Class-Inspector
-	dev-perl/MRO-Compat
-	>=dev-perl/Catalyst-Plugin-Session-0.100.0
-"
-DEPEND="
-	${RDEPEND}
-	test? (
-	>=virtual/perl-Test-Simple-0.88 $(comment Test::More 0.880.0)
-			dev-perl/Test-Exception
-			$(comment Class::MOP)
-			>=dev-perl/Moose-1.990.0
-			dev-perl/Moose
-	)
-"
-
-SRC_TEST="do"

diff --git a/dev-perl/Catalyst-Plugin-Authentication/Catalyst-Plugin-Authentication-0.100.190.ebuild b/dev-perl/Catalyst-Plugin-Authentication/Catalyst-Plugin-Authentication-0.100.190.ebuild
deleted file mode 100644
index c70fe6d..0000000
--- a/dev-perl/Catalyst-Plugin-Authentication/Catalyst-Plugin-Authentication-0.100.190.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=JJNAPIORK
-MODULE_VERSION=0.10019
-inherit perl-module
-
-DESCRIPTION='Infrastructure plugin for the Catalyst authentication framework'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# ExtUtils::MakeMaker 6.59 ( 6.590.0 )
-	echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
-}
-perl_meta_build() {
-	# Class::MOP
-	echo dev-perl/Moose
-	# ExtUtils::MakeMaker 6.59 ( 6.590.0 )
-	echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
-	# Moose
-	echo dev-perl/Moose
-	# Test::Exception
-	echo dev-perl/Test-Exception
-	# Test::More 0.88 ( 0.880.0 )
-	echo \>=virtual/perl-Test-Simple-0.88
-}
-perl_meta_runtime() {
-	# Catalyst::Plugin::Session 0.10 ( 0.100.0 )
-	echo \>=dev-perl/Catalyst-Plugin-Session-0.100.0
-	# Catalyst::Runtime
-	echo dev-perl/Catalyst-Runtime
-	# Class::Inspector
-	echo dev-perl/Class-Inspector
-	# MRO::Compat
-	echo dev-perl/MRO-Compat
-	# Moose
-	echo dev-perl/Moose
-	# MooseX::Emulate::Class::Accessor::Fast
-	echo dev-perl/MooseX-Emulate-Class-Accessor-Fast
-	# namespace::clean
-	echo dev-perl/namespace-clean
-	# perl v5.8.1 ( 5.8.1 )
-	echo \>=dev-lang/perl-5.8.1
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"

diff --git a/dev-perl/Catalyst-Plugin-Authentication/Catalyst-Plugin-Authentication-0.100.200.ebuild b/dev-perl/Catalyst-Plugin-Authentication/Catalyst-Plugin-Authentication-0.100.200.ebuild
deleted file mode 100644
index 51a2465..0000000
--- a/dev-perl/Catalyst-Plugin-Authentication/Catalyst-Plugin-Authentication-0.100.200.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# 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.10020
-inherit perl-module
-
-DESCRIPTION='Infrastructure plugin for the Catalyst authentication framework'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# ExtUtils::MakeMaker 6.59 ( 6.590.0 )
-	echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
-}
-perl_meta_build() {
-	# Class::MOP
-	echo dev-perl/Moose
-	# ExtUtils::MakeMaker 6.59 ( 6.590.0 )
-	echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
-	# Moose
-	echo dev-perl/Moose
-	# Test::Exception
-	echo dev-perl/Test-Exception
-	# Test::More 0.88 ( 0.880.0 )
-	echo \>=virtual/perl-Test-Simple-0.88
-}
-perl_meta_runtime() {
-	# Catalyst::Plugin::Session 0.10 ( 0.100.0 )
-	echo \>=dev-perl/Catalyst-Plugin-Session-0.100.0
-	# Catalyst::Runtime
-	echo dev-perl/Catalyst-Runtime
-	# Class::Inspector
-	echo dev-perl/Class-Inspector
-	# MRO::Compat
-	echo dev-perl/MRO-Compat
-	# Moose
-	echo dev-perl/Moose
-	# MooseX::Emulate::Class::Accessor::Fast
-	echo dev-perl/MooseX-Emulate-Class-Accessor-Fast
-	# namespace::clean
-	echo dev-perl/namespace-clean
-	# perl v5.8.1 ( 5.8.1 )
-	echo \>=dev-lang/perl-5.8.1
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"

diff --git a/dev-perl/Catalyst-Plugin-Authentication/Catalyst-Plugin-Authentication-0.100.210.ebuild b/dev-perl/Catalyst-Plugin-Authentication/Catalyst-Plugin-Authentication-0.100.210.ebuild
deleted file mode 100644
index e04bea7..0000000
--- a/dev-perl/Catalyst-Plugin-Authentication/Catalyst-Plugin-Authentication-0.100.210.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# 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.10021
-inherit perl-module
-
-DESCRIPTION='Infrastructure plugin for the Catalyst authentication framework.'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# ExtUtils::MakeMaker 6.59 ( 6.590.0 )
-	echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
-}
-perl_meta_build() {
-	# Class::MOP
-	echo dev-perl/Moose
-	# ExtUtils::MakeMaker 6.59 ( 6.590.0 )
-	echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
-	# Moose
-	echo dev-perl/Moose
-	# Test::Exception
-	echo dev-perl/Test-Exception
-	# Test::More 0.88 ( 0.880.0 )
-	echo \>=virtual/perl-Test-Simple-0.88
-}
-perl_meta_runtime() {
-	# Catalyst::Plugin::Session 0.10 ( 0.100.0 )
-	echo \>=dev-perl/Catalyst-Plugin-Session-0.100.0
-	# Catalyst::Runtime
-	echo dev-perl/Catalyst-Runtime
-	# Class::Inspector
-	echo dev-perl/Class-Inspector
-	# MRO::Compat
-	echo dev-perl/MRO-Compat
-	# Moose
-	echo dev-perl/Moose
-	# MooseX::Emulate::Class::Accessor::Fast
-	echo dev-perl/MooseX-Emulate-Class-Accessor-Fast
-	# String::RewritePrefix
-	echo dev-perl/String-RewritePrefix
-	# Try::Tiny
-	echo dev-perl/Try-Tiny
-	# namespace::autoclean
-	echo dev-perl/namespace-autoclean
-	# perl v5.8.1 ( 5.8.1 )
-	echo \>=dev-lang/perl-5.8.1
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"

diff --git a/dev-perl/Catalyst-Plugin-Authentication/Catalyst-Plugin-Authentication-0.100.220.ebuild b/dev-perl/Catalyst-Plugin-Authentication/Catalyst-Plugin-Authentication-0.100.220.ebuild
deleted file mode 100644
index c0ab5e3..0000000
--- a/dev-perl/Catalyst-Plugin-Authentication/Catalyst-Plugin-Authentication-0.100.220.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=BOBTFISH
-MODULE_VERSION=0.10022
-inherit perl-module
-
-DESCRIPTION='Infrastructure plugin for the Catalyst authentication framework.'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# ExtUtils::MakeMaker 6.59 ( 6.590.0 )
-	echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
-}
-perl_meta_build() {
-	# Class::MOP
-	echo dev-perl/Moose
-	# ExtUtils::MakeMaker 6.59 ( 6.590.0 )
-	echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
-	# Moose
-	echo dev-perl/Moose
-	# Test::Exception
-	echo dev-perl/Test-Exception
-	# Test::More 0.88 ( 0.880.0 )
-	echo \>=virtual/perl-Test-Simple-0.88
-}
-perl_meta_runtime() {
-	# Catalyst::Plugin::Session 0.10 ( 0.100.0 )
-	echo \>=dev-perl/Catalyst-Plugin-Session-0.100.0
-	# Catalyst::Runtime
-	echo dev-perl/Catalyst-Runtime
-	# Class::Inspector
-	echo dev-perl/Class-Inspector
-	# MRO::Compat
-	echo dev-perl/MRO-Compat
-	# Moose
-	echo dev-perl/Moose
-	# MooseX::Emulate::Class::Accessor::Fast
-	echo dev-perl/MooseX-Emulate-Class-Accessor-Fast
-	# String::RewritePrefix
-	echo dev-perl/String-RewritePrefix
-	# Try::Tiny
-	echo dev-perl/Try-Tiny
-	# namespace::autoclean
-	echo dev-perl/namespace-autoclean
-	# perl v5.8.1 ( 5.8.1 )
-	echo \>=dev-lang/perl-5.8.1
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"


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

end of thread, other threads:[~2015-06-08 14:00 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-18  4:43 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Plugin-Authentication/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2015-06-08 14:00 Kent Fredric
2013-05-03  7:51 Kent Fredric
2012-07-19  7:52 Kent Fredric
2012-05-07  5:19 Kent Fredric
2012-02-12  7:23 Kent Fredric
2011-07-31  8:09 Kent Fredric

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