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-Authentication-Store-DBIx-Class/
Date: Wed, 29 Jun 2011 01:25:11
Message-Id: 123716be0d182d352c7940afbbfcf4f8f0f331cb.kent@gentoo
1 commit: 123716be0d182d352c7940afbbfcf4f8f0f331cb
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Tue Jun 28 16:39:58 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Tue Jun 28 16:39:58 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=123716be
7
8 [newversion] Catalyst-Authentication-Store-DBIx-Class-0.150.100
9
10 (Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit with key BD86D695)
11
12 ---
13 ...uthentication-Store-DBIx-Class-0.150.100.ebuild | 34 ++++++++++++++++++++
14 .../ChangeLog | 6 +++
15 2 files changed, 40 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/Catalyst-Authentication-Store-DBIx-Class/Catalyst-Authentication-Store-DBIx-Class-0.150.100.ebuild b/dev-perl/Catalyst-Authentication-Store-DBIx-Class/Catalyst-Authentication-Store-DBIx-Class-0.150.100.ebuild
18 new file mode 100644
19 index 0000000..0693806
20 --- /dev/null
21 +++ b/dev-perl/Catalyst-Authentication-Store-DBIx-Class/Catalyst-Authentication-Store-DBIx-Class-0.150.100.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.1501
31 +inherit perl-module
32 +
33 +DESCRIPTION="Authentication and authorization against a DBIx::Class schema"
34 +
35 +SLOT="0"
36 +KEYWORDS="~amd64 ~x86"
37 +IUSE="test"
38 +comment() { echo ''; }
39 +COMMONDEPEND="
40 + >=dev-perl/Catalyst-Runtime-5.800.0
41 + >=dev-perl/Catalyst-Plugin-Authentication-0.100.80
42 + >=dev-perl/Catalyst-Model-DBIC-Schema-0.180.0
43 + >=dev-perl/DBIx-Class-0.08000 $(comment 0.80.0)
44 + dev-perl/Moose
45 + dev-perl/namespace-autoclean
46 + dev-perl/List-MoreUtils
47 + dev-perl/Try-Tiny
48 +"
49 +DEPEND="${COMMONDEPEND}
50 + test? (
51 + virtual/perl-Test-Simple
52 + )
53 +"
54 +RDEPEND="${COMMONDEPEND}"
55 +
56 +SRC_TEST="do"
57
58 diff --git a/dev-perl/Catalyst-Authentication-Store-DBIx-Class/ChangeLog b/dev-perl/Catalyst-Authentication-Store-DBIx-Class/ChangeLog
59 index 2dd3d97..73857be 100644
60 --- a/dev-perl/Catalyst-Authentication-Store-DBIx-Class/ChangeLog
61 +++ b/dev-perl/Catalyst-Authentication-Store-DBIx-Class/ChangeLog
62 @@ -2,6 +2,12 @@
63 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
64 # $Header: $
65
66 +*Catalyst-Authentication-Store-DBIx-Class-0.150.100 (28 Jun 2011)
67 +
68 + 28 Jun 2011; Kent Fredric <kentfredric@×××××.com>
69 + +Catalyst-Authentication-Store-DBIx-Class-0.150.100.ebuild:
70 + Version Bump
71 +
72 *Catalyst-Authentication-Store-DBIx-Class-0.130.0 (28 Jun 2011)
73 *Catalyst-Authentication-Store-DBIx-Class-0.120.0 (28 Jun 2011)