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-Model-DBI/
Date: Fri, 06 Apr 2012 20:46:36
Message-Id: 1333707993.d8e800a7823d2c249ec6a00c6e75e72802376894.kent@gentoo
1 commit: d8e800a7823d2c249ec6a00c6e75e72802376894
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Fri Apr 6 10:26:33 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Fri Apr 6 10:26:33 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=d8e800a7
7
8 [newversion] Catalyst-Model-DBI-0.290.0
9
10 (Portage version: 2.2.0_alpha99/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 .../Catalyst-Model-DBI-0.290.0.ebuild | 38 ++++++++++++++++++++
14 dev-perl/Catalyst-Model-DBI/ChangeLog | 6 +++
15 2 files changed, 44 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/Catalyst-Model-DBI/Catalyst-Model-DBI-0.290.0.ebuild b/dev-perl/Catalyst-Model-DBI/Catalyst-Model-DBI-0.290.0.ebuild
18 new file mode 100644
19 index 0000000..fb50725
20 --- /dev/null
21 +++ b/dev-perl/Catalyst-Model-DBI/Catalyst-Model-DBI-0.290.0.ebuild
22 @@ -0,0 +1,38 @@
23 +# Copyright 1999-2012 Gentoo Foundation
24 +# Distributed under the terms of the GNU General Public License v2
25 +# $Header: $
26 +EAPI=4
27 +MODULE_AUTHOR=ALEXP
28 +MODULE_VERSION=0.29
29 +inherit perl-module
30 +
31 +DESCRIPTION='DBI Model Class'
32 +LICENSE="|| ( Artistic GPL-2 )"
33 +SLOT="0"
34 +KEYWORDS="~amd64 ~x86"
35 +IUSE=""
36 +perl_meta_configure() {
37 + # ExtUtils::MakeMaker
38 + echo virtual/perl-ExtUtils-MakeMaker
39 +}
40 +perl_meta_build() {
41 + # ExtUtils::MakeMaker
42 + echo virtual/perl-ExtUtils-MakeMaker
43 +}
44 +perl_meta_runtime() {
45 + # Catalyst 5.00 ( 5.0.0 )
46 + echo \>=dev-perl/Catalyst-Runtime-5.0.0
47 + # DBI
48 + echo dev-perl/DBI
49 + # MRO::Compat
50 + echo dev-perl/MRO-Compat
51 +}
52 +DEPEND="
53 + $(perl_meta_configure)
54 + $(perl_meta_build)
55 + $(perl_meta_runtime)
56 +"
57 +RDEPEND="
58 + $(perl_meta_runtime)
59 +"
60 +SRC_TEST="do"
61
62 diff --git a/dev-perl/Catalyst-Model-DBI/ChangeLog b/dev-perl/Catalyst-Model-DBI/ChangeLog
63 index bc217c7..45569d5 100644
64 --- a/dev-perl/Catalyst-Model-DBI/ChangeLog
65 +++ b/dev-perl/Catalyst-Model-DBI/ChangeLog
66 @@ -2,6 +2,12 @@
67 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
68 # $Header: $
69
70 +*Catalyst-Model-DBI-0.290.0 (06 Apr 2012)
71 +
72 + 06 Apr 2012; Kent Fredric <kentfredric@×××××.com>
73 + +Catalyst-Model-DBI-0.290.0.ebuild:
74 + Version Bump
75 +
76 *Catalyst-Model-DBI-0.280.0 (06 Apr 2012)
77
78 06 Apr 2012; Kent Fredric <kentfredric@×××××.com>