Gentoo Archives: gentoo-commits

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Plugin-Authorization-Roles/
Date: Thu, 05 May 2011 08:44:31
Message-Id: b909e0ca27cfb780f69f1d0ecefef32702dd6761.kent@gentoo
1 commit: b909e0ca27cfb780f69f1d0ecefef32702dd6761
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Thu May 5 07:58:53 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Thu May 5 07:58:53 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=b909e0ca
7
8 [newversion] Catalyst-Plugin-Authorization-Roles-0.90.0
9
10 (Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
11
12 ---
13 ...talyst-Plugin-Authorization-Roles-0.90.0.ebuild | 30 ++++++++++++++++++++
14 .../Catalyst-Plugin-Authorization-Roles/ChangeLog | 6 ++++
15 2 files changed, 36 insertions(+), 0 deletions(-)
16
17 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
18 new file mode 100644
19 index 0000000..1e2caaa
20 --- /dev/null
21 +++ b/dev-perl/Catalyst-Plugin-Authorization-Roles/Catalyst-Plugin-Authorization-Roles-0.90.0.ebuild
22 @@ -0,0 +1,30 @@
23 +# Copyright 1999-2011 Gentoo Foundation
24 +# Distributed under the terms of the GNU General Public License v2
25 +# $Header: $
26 +EAPI=4
27 +MODULE_AUTHOR=BOBTFISH
28 +MODULE_VERSION=0.09
29 +inherit perl-module
30 +
31 +DESCRIPTION="Role based authorization for Catalyst based on Catalyst::Plugin::Authentication"
32 +
33 +IUSE="test"
34 +
35 +SLOT="0"
36 +LICENSE="|| ( Artistic GPL-2 )"
37 +KEYWORDS="~amd64 ~x86"
38 +comment() { echo ''; }
39 +RDEPEND="
40 + >=dev-perl/Catalyst-Runtime-5.700.0
41 + >=dev-perl/Catalyst-Plugin-Authentication-0.100.30
42 + >=dev-perl/Set-Object-1.14 $(comment 1.140.0)
43 + >=dev-perl/UNIVERSAL-isa-0.05 $(comment 0.50.0)
44 +"
45 +DEPEND="
46 + ${RDEPEND}
47 + test? (
48 + virtual/perl-Test-Simple $(comment Test::More)
49 + dev-perl/Test-Exception
50 + )
51 +"
52 +SRC_TEST="do"
53
54 diff --git a/dev-perl/Catalyst-Plugin-Authorization-Roles/ChangeLog b/dev-perl/Catalyst-Plugin-Authorization-Roles/ChangeLog
55 index 391c06f..a593f62 100644
56 --- a/dev-perl/Catalyst-Plugin-Authorization-Roles/ChangeLog
57 +++ b/dev-perl/Catalyst-Plugin-Authorization-Roles/ChangeLog
58 @@ -2,6 +2,12 @@
59 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
60 # $Header: $
61
62 +*Catalyst-Plugin-Authorization-Roles-0.90.0 (05 May 2011)
63 +
64 + 05 May 2011; Kent Fredric <kentfredric@×××××.com>
65 + +Catalyst-Plugin-Authorization-Roles-0.90.0.ebuild:
66 + Bump
67 +
68 *Catalyst-Plugin-Authorization-Roles-0.80.0 (05 May 2011)
69 *Catalyst-Plugin-Authorization-Roles-0.70.0 (05 May 2011)
70 *Catalyst-Plugin-Authorization-Roles-0.50.0 (05 May 2011)