* [gentoo-commits] proj/perl-overlay:perl514 commit in: dev-perl/Catalyst-Plugin-Authorization-Roles/
@ 2011-05-05 18:16 Kent Fredric
2011-05-05 8:43 ` [gentoo-commits] proj/perl-overlay:master " Kent Fredric
2011-05-05 18:17 ` [gentoo-commits] proj/perl-overlay:perl514virtuals " Kent Fredric
0 siblings, 2 replies; 4+ messages in thread
From: Kent Fredric @ 2011-05-05 18:16 UTC (permalink / raw
To: gentoo-commits
commit: b909e0ca27cfb780f69f1d0ecefef32702dd6761
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu May 5 07:58:53 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu May 5 07:58:53 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=b909e0ca
[newversion] Catalyst-Plugin-Authorization-Roles-0.90.0
(Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
...talyst-Plugin-Authorization-Roles-0.90.0.ebuild | 30 ++++++++++++++++++++
.../Catalyst-Plugin-Authorization-Roles/ChangeLog | 6 ++++
2 files changed, 36 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Catalyst-Plugin-Authorization-Roles/Catalyst-Plugin-Authorization-Roles-0.90.0.ebuild b/dev-perl/Catalyst-Plugin-Authorization-Roles/Catalyst-Plugin-Authorization-Roles-0.90.0.ebuild
new file mode 100644
index 0000000..1e2caaa
--- /dev/null
+++ b/dev-perl/Catalyst-Plugin-Authorization-Roles/Catalyst-Plugin-Authorization-Roles-0.90.0.ebuild
@@ -0,0 +1,30 @@
+# 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.09
+inherit perl-module
+
+DESCRIPTION="Role based authorization for Catalyst based on Catalyst::Plugin::Authentication"
+
+IUSE="test"
+
+SLOT="0"
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="~amd64 ~x86"
+comment() { echo ''; }
+RDEPEND="
+ >=dev-perl/Catalyst-Runtime-5.700.0
+ >=dev-perl/Catalyst-Plugin-Authentication-0.100.30
+ >=dev-perl/Set-Object-1.14 $(comment 1.140.0)
+ >=dev-perl/UNIVERSAL-isa-0.05 $(comment 0.50.0)
+"
+DEPEND="
+ ${RDEPEND}
+ test? (
+ virtual/perl-Test-Simple $(comment Test::More)
+ dev-perl/Test-Exception
+ )
+"
+SRC_TEST="do"
diff --git a/dev-perl/Catalyst-Plugin-Authorization-Roles/ChangeLog b/dev-perl/Catalyst-Plugin-Authorization-Roles/ChangeLog
index 391c06f..a593f62 100644
--- a/dev-perl/Catalyst-Plugin-Authorization-Roles/ChangeLog
+++ b/dev-perl/Catalyst-Plugin-Authorization-Roles/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Catalyst-Plugin-Authorization-Roles-0.90.0 (05 May 2011)
+
+ 05 May 2011; Kent Fredric <kentfredric@gmail.com>
+ +Catalyst-Plugin-Authorization-Roles-0.90.0.ebuild:
+ Bump
+
*Catalyst-Plugin-Authorization-Roles-0.80.0 (05 May 2011)
*Catalyst-Plugin-Authorization-Roles-0.70.0 (05 May 2011)
*Catalyst-Plugin-Authorization-Roles-0.50.0 (05 May 2011)
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Plugin-Authorization-Roles/
2011-05-05 18:16 [gentoo-commits] proj/perl-overlay:perl514 commit in: dev-perl/Catalyst-Plugin-Authorization-Roles/ Kent Fredric
@ 2011-05-05 8:43 ` Kent Fredric
2011-05-05 18:17 ` [gentoo-commits] proj/perl-overlay:perl514virtuals " Kent Fredric
1 sibling, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2011-05-05 8:43 UTC (permalink / raw
To: gentoo-commits
commit: b909e0ca27cfb780f69f1d0ecefef32702dd6761
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu May 5 07:58:53 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu May 5 07:58:53 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=b909e0ca
[newversion] Catalyst-Plugin-Authorization-Roles-0.90.0
(Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
...talyst-Plugin-Authorization-Roles-0.90.0.ebuild | 30 ++++++++++++++++++++
.../Catalyst-Plugin-Authorization-Roles/ChangeLog | 6 ++++
2 files changed, 36 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Catalyst-Plugin-Authorization-Roles/Catalyst-Plugin-Authorization-Roles-0.90.0.ebuild b/dev-perl/Catalyst-Plugin-Authorization-Roles/Catalyst-Plugin-Authorization-Roles-0.90.0.ebuild
new file mode 100644
index 0000000..1e2caaa
--- /dev/null
+++ b/dev-perl/Catalyst-Plugin-Authorization-Roles/Catalyst-Plugin-Authorization-Roles-0.90.0.ebuild
@@ -0,0 +1,30 @@
+# 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.09
+inherit perl-module
+
+DESCRIPTION="Role based authorization for Catalyst based on Catalyst::Plugin::Authentication"
+
+IUSE="test"
+
+SLOT="0"
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="~amd64 ~x86"
+comment() { echo ''; }
+RDEPEND="
+ >=dev-perl/Catalyst-Runtime-5.700.0
+ >=dev-perl/Catalyst-Plugin-Authentication-0.100.30
+ >=dev-perl/Set-Object-1.14 $(comment 1.140.0)
+ >=dev-perl/UNIVERSAL-isa-0.05 $(comment 0.50.0)
+"
+DEPEND="
+ ${RDEPEND}
+ test? (
+ virtual/perl-Test-Simple $(comment Test::More)
+ dev-perl/Test-Exception
+ )
+"
+SRC_TEST="do"
diff --git a/dev-perl/Catalyst-Plugin-Authorization-Roles/ChangeLog b/dev-perl/Catalyst-Plugin-Authorization-Roles/ChangeLog
index 391c06f..a593f62 100644
--- a/dev-perl/Catalyst-Plugin-Authorization-Roles/ChangeLog
+++ b/dev-perl/Catalyst-Plugin-Authorization-Roles/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Catalyst-Plugin-Authorization-Roles-0.90.0 (05 May 2011)
+
+ 05 May 2011; Kent Fredric <kentfredric@gmail.com>
+ +Catalyst-Plugin-Authorization-Roles-0.90.0.ebuild:
+ Bump
+
*Catalyst-Plugin-Authorization-Roles-0.80.0 (05 May 2011)
*Catalyst-Plugin-Authorization-Roles-0.70.0 (05 May 2011)
*Catalyst-Plugin-Authorization-Roles-0.50.0 (05 May 2011)
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/perl-overlay:perl514virtuals commit in: dev-perl/Catalyst-Plugin-Authorization-Roles/
2011-05-05 18:16 [gentoo-commits] proj/perl-overlay:perl514 commit in: dev-perl/Catalyst-Plugin-Authorization-Roles/ Kent Fredric
2011-05-05 8:43 ` [gentoo-commits] proj/perl-overlay:master " Kent Fredric
@ 2011-05-05 18:17 ` Kent Fredric
1 sibling, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2011-05-05 18:17 UTC (permalink / raw
To: gentoo-commits
commit: b909e0ca27cfb780f69f1d0ecefef32702dd6761
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu May 5 07:58:53 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu May 5 07:58:53 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=b909e0ca
[newversion] Catalyst-Plugin-Authorization-Roles-0.90.0
(Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
...talyst-Plugin-Authorization-Roles-0.90.0.ebuild | 30 ++++++++++++++++++++
.../Catalyst-Plugin-Authorization-Roles/ChangeLog | 6 ++++
2 files changed, 36 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Catalyst-Plugin-Authorization-Roles/Catalyst-Plugin-Authorization-Roles-0.90.0.ebuild b/dev-perl/Catalyst-Plugin-Authorization-Roles/Catalyst-Plugin-Authorization-Roles-0.90.0.ebuild
new file mode 100644
index 0000000..1e2caaa
--- /dev/null
+++ b/dev-perl/Catalyst-Plugin-Authorization-Roles/Catalyst-Plugin-Authorization-Roles-0.90.0.ebuild
@@ -0,0 +1,30 @@
+# 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.09
+inherit perl-module
+
+DESCRIPTION="Role based authorization for Catalyst based on Catalyst::Plugin::Authentication"
+
+IUSE="test"
+
+SLOT="0"
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="~amd64 ~x86"
+comment() { echo ''; }
+RDEPEND="
+ >=dev-perl/Catalyst-Runtime-5.700.0
+ >=dev-perl/Catalyst-Plugin-Authentication-0.100.30
+ >=dev-perl/Set-Object-1.14 $(comment 1.140.0)
+ >=dev-perl/UNIVERSAL-isa-0.05 $(comment 0.50.0)
+"
+DEPEND="
+ ${RDEPEND}
+ test? (
+ virtual/perl-Test-Simple $(comment Test::More)
+ dev-perl/Test-Exception
+ )
+"
+SRC_TEST="do"
diff --git a/dev-perl/Catalyst-Plugin-Authorization-Roles/ChangeLog b/dev-perl/Catalyst-Plugin-Authorization-Roles/ChangeLog
index 391c06f..a593f62 100644
--- a/dev-perl/Catalyst-Plugin-Authorization-Roles/ChangeLog
+++ b/dev-perl/Catalyst-Plugin-Authorization-Roles/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Catalyst-Plugin-Authorization-Roles-0.90.0 (05 May 2011)
+
+ 05 May 2011; Kent Fredric <kentfredric@gmail.com>
+ +Catalyst-Plugin-Authorization-Roles-0.90.0.ebuild:
+ Bump
+
*Catalyst-Plugin-Authorization-Roles-0.80.0 (05 May 2011)
*Catalyst-Plugin-Authorization-Roles-0.70.0 (05 May 2011)
*Catalyst-Plugin-Authorization-Roles-0.50.0 (05 May 2011)
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/perl-overlay:perl514virtuals commit in: dev-perl/Catalyst-Plugin-Authorization-Roles/
@ 2011-05-05 18:16 Kent Fredric
2011-05-05 18:16 ` [gentoo-commits] proj/perl-overlay:perl514 " Kent Fredric
0 siblings, 1 reply; 4+ messages in thread
From: Kent Fredric @ 2011-05-05 18:16 UTC (permalink / raw
To: gentoo-commits
commit: 8318207d88d0c3c35b78f70369e9fd0eaa426f25
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu May 5 07:41:06 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu May 5 07:41:06 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=8318207d
[migrate] Catalyst-Plugin-Authorization-Roles
(Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
...alyst-Plugin-Authorization-Roles-0.50.0.ebuild} | 3 ++-
...alyst-Plugin-Authorization-Roles-0.70.0.ebuild} | 1 +
...alyst-Plugin-Authorization-Roles-0.80.0.ebuild} | 1 +
.../Catalyst-Plugin-Authorization-Roles/ChangeLog | 13 +++++++++++++
4 files changed, 17 insertions(+), 1 deletions(-)
diff --git a/dev-perl/Catalyst-Plugin-Authorization-Roles/Catalyst-Plugin-Authorization-Roles-0.05.ebuild b/dev-perl/Catalyst-Plugin-Authorization-Roles/Catalyst-Plugin-Authorization-Roles-0.50.0.ebuild
similarity index 89%
rename from dev-perl/Catalyst-Plugin-Authorization-Roles/Catalyst-Plugin-Authorization-Roles-0.05.ebuild
rename to dev-perl/Catalyst-Plugin-Authorization-Roles/Catalyst-Plugin-Authorization-Roles-0.50.0.ebuild
index 9919dc6..d547644 100644
--- a/dev-perl/Catalyst-Plugin-Authorization-Roles/Catalyst-Plugin-Authorization-Roles-0.05.ebuild
+++ b/dev-perl/Catalyst-Plugin-Authorization-Roles/Catalyst-Plugin-Authorization-Roles-0.50.0.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=2
MODULE_AUTHOR=NUFFIN
+MODULE_VERSION="0.05"
inherit perl-module
DESCRIPTION="Infrastructure plugin for the Catalyst authentication framework"
diff --git a/dev-perl/Catalyst-Plugin-Authorization-Roles/Catalyst-Plugin-Authorization-Roles-0.07.ebuild b/dev-perl/Catalyst-Plugin-Authorization-Roles/Catalyst-Plugin-Authorization-Roles-0.70.0.ebuild
similarity index 95%
rename from dev-perl/Catalyst-Plugin-Authorization-Roles/Catalyst-Plugin-Authorization-Roles-0.07.ebuild
rename to dev-perl/Catalyst-Plugin-Authorization-Roles/Catalyst-Plugin-Authorization-Roles-0.70.0.ebuild
index d6c0cc7..e04fd5d 100644
--- a/dev-perl/Catalyst-Plugin-Authorization-Roles/Catalyst-Plugin-Authorization-Roles-0.07.ebuild
+++ b/dev-perl/Catalyst-Plugin-Authorization-Roles/Catalyst-Plugin-Authorization-Roles-0.70.0.ebuild
@@ -3,6 +3,7 @@
# $Header: $
EAPI=2
MODULE_AUTHOR=BRICAS
+MODULE_VERSION="0.07"
inherit perl-module
DESCRIPTION="Role based authorization for Catalyst based on Catalyst::Plugin::Authentication"
diff --git a/dev-perl/Catalyst-Plugin-Authorization-Roles/Catalyst-Plugin-Authorization-Roles-0.08.ebuild b/dev-perl/Catalyst-Plugin-Authorization-Roles/Catalyst-Plugin-Authorization-Roles-0.80.0.ebuild
similarity index 95%
rename from dev-perl/Catalyst-Plugin-Authorization-Roles/Catalyst-Plugin-Authorization-Roles-0.08.ebuild
rename to dev-perl/Catalyst-Plugin-Authorization-Roles/Catalyst-Plugin-Authorization-Roles-0.80.0.ebuild
index d6c0cc7..0fd5b89 100644
--- a/dev-perl/Catalyst-Plugin-Authorization-Roles/Catalyst-Plugin-Authorization-Roles-0.08.ebuild
+++ b/dev-perl/Catalyst-Plugin-Authorization-Roles/Catalyst-Plugin-Authorization-Roles-0.80.0.ebuild
@@ -3,6 +3,7 @@
# $Header: $
EAPI=2
MODULE_AUTHOR=BRICAS
+MODULE_VERSION="0.08"
inherit perl-module
DESCRIPTION="Role based authorization for Catalyst based on Catalyst::Plugin::Authentication"
diff --git a/dev-perl/Catalyst-Plugin-Authorization-Roles/ChangeLog b/dev-perl/Catalyst-Plugin-Authorization-Roles/ChangeLog
index e49ebcd..391c06f 100644
--- a/dev-perl/Catalyst-Plugin-Authorization-Roles/ChangeLog
+++ b/dev-perl/Catalyst-Plugin-Authorization-Roles/ChangeLog
@@ -2,6 +2,19 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Catalyst-Plugin-Authorization-Roles-0.80.0 (05 May 2011)
+*Catalyst-Plugin-Authorization-Roles-0.70.0 (05 May 2011)
+*Catalyst-Plugin-Authorization-Roles-0.50.0 (05 May 2011)
+
+ 05 May 2011; Kent Fredric <kentfredric@gmail.com>
+ -Catalyst-Plugin-Authorization-Roles-0.05.ebuild,
+ -Catalyst-Plugin-Authorization-Roles-0.07.ebuild,
+ -Catalyst-Plugin-Authorization-Roles-0.08.ebuild,
+ +Catalyst-Plugin-Authorization-Roles-0.50.0.ebuild,
+ +Catalyst-Plugin-Authorization-Roles-0.70.0.ebuild,
+ +Catalyst-Plugin-Authorization-Roles-0.80.0.ebuild:
+ Migrate to x.y.z
+
09 Feb 2011; Torsten Veller <tove@gentoo.org>
Catalyst-Plugin-Authorization-Roles-0.07.ebuild,
Catalyst-Plugin-Authorization-Roles-0.08.ebuild:
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/perl-overlay:perl514 commit in: dev-perl/Catalyst-Plugin-Authorization-Roles/
2011-05-05 18:16 Kent Fredric
@ 2011-05-05 18:16 ` Kent Fredric
0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2011-05-05 18:16 UTC (permalink / raw
To: gentoo-commits
commit: 8318207d88d0c3c35b78f70369e9fd0eaa426f25
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu May 5 07:41:06 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu May 5 07:41:06 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=8318207d
[migrate] Catalyst-Plugin-Authorization-Roles
(Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
...alyst-Plugin-Authorization-Roles-0.50.0.ebuild} | 3 ++-
...alyst-Plugin-Authorization-Roles-0.70.0.ebuild} | 1 +
...alyst-Plugin-Authorization-Roles-0.80.0.ebuild} | 1 +
.../Catalyst-Plugin-Authorization-Roles/ChangeLog | 13 +++++++++++++
4 files changed, 17 insertions(+), 1 deletions(-)
diff --git a/dev-perl/Catalyst-Plugin-Authorization-Roles/Catalyst-Plugin-Authorization-Roles-0.05.ebuild b/dev-perl/Catalyst-Plugin-Authorization-Roles/Catalyst-Plugin-Authorization-Roles-0.50.0.ebuild
similarity index 89%
rename from dev-perl/Catalyst-Plugin-Authorization-Roles/Catalyst-Plugin-Authorization-Roles-0.05.ebuild
rename to dev-perl/Catalyst-Plugin-Authorization-Roles/Catalyst-Plugin-Authorization-Roles-0.50.0.ebuild
index 9919dc6..d547644 100644
--- a/dev-perl/Catalyst-Plugin-Authorization-Roles/Catalyst-Plugin-Authorization-Roles-0.05.ebuild
+++ b/dev-perl/Catalyst-Plugin-Authorization-Roles/Catalyst-Plugin-Authorization-Roles-0.50.0.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=2
MODULE_AUTHOR=NUFFIN
+MODULE_VERSION="0.05"
inherit perl-module
DESCRIPTION="Infrastructure plugin for the Catalyst authentication framework"
diff --git a/dev-perl/Catalyst-Plugin-Authorization-Roles/Catalyst-Plugin-Authorization-Roles-0.07.ebuild b/dev-perl/Catalyst-Plugin-Authorization-Roles/Catalyst-Plugin-Authorization-Roles-0.70.0.ebuild
similarity index 95%
rename from dev-perl/Catalyst-Plugin-Authorization-Roles/Catalyst-Plugin-Authorization-Roles-0.07.ebuild
rename to dev-perl/Catalyst-Plugin-Authorization-Roles/Catalyst-Plugin-Authorization-Roles-0.70.0.ebuild
index d6c0cc7..e04fd5d 100644
--- a/dev-perl/Catalyst-Plugin-Authorization-Roles/Catalyst-Plugin-Authorization-Roles-0.07.ebuild
+++ b/dev-perl/Catalyst-Plugin-Authorization-Roles/Catalyst-Plugin-Authorization-Roles-0.70.0.ebuild
@@ -3,6 +3,7 @@
# $Header: $
EAPI=2
MODULE_AUTHOR=BRICAS
+MODULE_VERSION="0.07"
inherit perl-module
DESCRIPTION="Role based authorization for Catalyst based on Catalyst::Plugin::Authentication"
diff --git a/dev-perl/Catalyst-Plugin-Authorization-Roles/Catalyst-Plugin-Authorization-Roles-0.08.ebuild b/dev-perl/Catalyst-Plugin-Authorization-Roles/Catalyst-Plugin-Authorization-Roles-0.80.0.ebuild
similarity index 95%
rename from dev-perl/Catalyst-Plugin-Authorization-Roles/Catalyst-Plugin-Authorization-Roles-0.08.ebuild
rename to dev-perl/Catalyst-Plugin-Authorization-Roles/Catalyst-Plugin-Authorization-Roles-0.80.0.ebuild
index d6c0cc7..0fd5b89 100644
--- a/dev-perl/Catalyst-Plugin-Authorization-Roles/Catalyst-Plugin-Authorization-Roles-0.08.ebuild
+++ b/dev-perl/Catalyst-Plugin-Authorization-Roles/Catalyst-Plugin-Authorization-Roles-0.80.0.ebuild
@@ -3,6 +3,7 @@
# $Header: $
EAPI=2
MODULE_AUTHOR=BRICAS
+MODULE_VERSION="0.08"
inherit perl-module
DESCRIPTION="Role based authorization for Catalyst based on Catalyst::Plugin::Authentication"
diff --git a/dev-perl/Catalyst-Plugin-Authorization-Roles/ChangeLog b/dev-perl/Catalyst-Plugin-Authorization-Roles/ChangeLog
index e49ebcd..391c06f 100644
--- a/dev-perl/Catalyst-Plugin-Authorization-Roles/ChangeLog
+++ b/dev-perl/Catalyst-Plugin-Authorization-Roles/ChangeLog
@@ -2,6 +2,19 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Catalyst-Plugin-Authorization-Roles-0.80.0 (05 May 2011)
+*Catalyst-Plugin-Authorization-Roles-0.70.0 (05 May 2011)
+*Catalyst-Plugin-Authorization-Roles-0.50.0 (05 May 2011)
+
+ 05 May 2011; Kent Fredric <kentfredric@gmail.com>
+ -Catalyst-Plugin-Authorization-Roles-0.05.ebuild,
+ -Catalyst-Plugin-Authorization-Roles-0.07.ebuild,
+ -Catalyst-Plugin-Authorization-Roles-0.08.ebuild,
+ +Catalyst-Plugin-Authorization-Roles-0.50.0.ebuild,
+ +Catalyst-Plugin-Authorization-Roles-0.70.0.ebuild,
+ +Catalyst-Plugin-Authorization-Roles-0.80.0.ebuild:
+ Migrate to x.y.z
+
09 Feb 2011; Torsten Veller <tove@gentoo.org>
Catalyst-Plugin-Authorization-Roles-0.07.ebuild,
Catalyst-Plugin-Authorization-Roles-0.08.ebuild:
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-05-05 18:22 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-05 18:16 [gentoo-commits] proj/perl-overlay:perl514 commit in: dev-perl/Catalyst-Plugin-Authorization-Roles/ Kent Fredric
2011-05-05 8:43 ` [gentoo-commits] proj/perl-overlay:master " Kent Fredric
2011-05-05 18:17 ` [gentoo-commits] proj/perl-overlay:perl514virtuals " Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2011-05-05 18:16 Kent Fredric
2011-05-05 18:16 ` [gentoo-commits] proj/perl-overlay:perl514 " Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox