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-Authentication/
Date: Sun, 31 Jul 2011 09:02:23
Message-Id: 0f5bba93aeebf8c55c2a6f50f5de46ef4ca2ea61.kent@gentoo
1 commit: 0f5bba93aeebf8c55c2a6f50f5de46ef4ca2ea61
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sun Jul 31 08:08:52 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sun Jul 31 08:08:52 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=0f5bba93
7
8 [newversion] Catalyst-Plugin-Authentication-0.100.180
9
10 (Portage version: 2.2.0_alpha47/git/Linux x86_64, signed Manifest commit with key BD86D695)
11
12 ---
13 ...Catalyst-Plugin-Authentication-0.100.180.ebuild | 34 ++++++++++++++++++++
14 dev-perl/Catalyst-Plugin-Authentication/ChangeLog | 6 +++
15 2 files changed, 40 insertions(+), 0 deletions(-)
16
17 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
18 new file mode 100644
19 index 0000000..2d136bf
20 --- /dev/null
21 +++ b/dev-perl/Catalyst-Plugin-Authentication/Catalyst-Plugin-Authentication-0.100.180.ebuild
22 @@ -0,0 +1,34 @@
23 +# Copyright 1999-2011 Gentoo Foundation
24 +# Distributed under the terms of the GNU General Public License v2
25 +# $Header: $
26 +
27 +EAPI=4
28 +
29 +MODULE_AUTHOR=BOBTFISH
30 +MODULE_VERSION=0.10018
31 +inherit perl-module
32 +
33 +DESCRIPTION="Infrastructure plugin for the Catalyst authentication framework"
34 +
35 +SLOT="0"
36 +KEYWORDS="~amd64 ~x86"
37 +IUSE="test"
38 +comment() { echo ''; }
39 +RDEPEND="
40 + dev-perl/Catalyst-Runtime
41 + dev-perl/Class-Inspector
42 + dev-perl/MRO-Compat
43 + >=dev-perl/Catalyst-Plugin-Session-0.10
44 +"
45 +DEPEND="
46 + ${RDEPEND}
47 + test? (
48 + >=virtual/perl-Test-Simple-0.88 $(comment Test::More 0.880.0)
49 + dev-perl/Test-Exception
50 + $(comment Class::MOP)
51 + || ( >=dev-perl/Moose-1.990 dev-perl/Class-MOP )
52 + dev-perl/Moose
53 + )
54 +"
55 +
56 +SRC_TEST="do"
57
58 diff --git a/dev-perl/Catalyst-Plugin-Authentication/ChangeLog b/dev-perl/Catalyst-Plugin-Authentication/ChangeLog
59 index 2d09991..5e154e7 100644
60 --- a/dev-perl/Catalyst-Plugin-Authentication/ChangeLog
61 +++ b/dev-perl/Catalyst-Plugin-Authentication/ChangeLog
62 @@ -2,6 +2,12 @@
63 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
64 # $Header: $
65
66 +*Catalyst-Plugin-Authentication-0.100.180 (31 Jul 2011)
67 +
68 + 31 Jul 2011; Kent Fredric <kentfredric@×××××.com>
69 + +Catalyst-Plugin-Authentication-0.100.180.ebuild:
70 + Version Bump
71 +
72 *Catalyst-Plugin-Authentication-0.100.170 (29 Jan 2011)
73 *Catalyst-Plugin-Authentication-0.100.160 (29 Jan 2011)