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-DBIC-Plain/
Date: Tue, 26 Aug 2014 19:06:54
Message-Id: 1409077350.4323ab5dd19515ff2ba82425af7bebe3fd75bf62.kent@gentoo
1 commit: 4323ab5dd19515ff2ba82425af7bebe3fd75bf62
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Tue Aug 26 18:22:30 2014 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Tue Aug 26 18:22:30 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=4323ab5d
7
8 [fixup] dev-perl/Catalyst-Model-DBIC-Plain Normalise, EAPI5, fixups
9
10 Package-Manager: portage-2.2.10
11
12 ---
13 ...02.ebuild => Catalyst-Model-DBIC-Plain-0.20.0.ebuild} | 16 ++++++++++++----
14 dev-perl/Catalyst-Model-DBIC-Plain/ChangeLog | 9 ++++++++-
15 2 files changed, 20 insertions(+), 5 deletions(-)
16
17 diff --git a/dev-perl/Catalyst-Model-DBIC-Plain/Catalyst-Model-DBIC-Plain-0.02.ebuild b/dev-perl/Catalyst-Model-DBIC-Plain/Catalyst-Model-DBIC-Plain-0.20.0.ebuild
18 similarity index 52%
19 rename from dev-perl/Catalyst-Model-DBIC-Plain/Catalyst-Model-DBIC-Plain-0.02.ebuild
20 rename to dev-perl/Catalyst-Model-DBIC-Plain/Catalyst-Model-DBIC-Plain-0.20.0.ebuild
21 index f990614..a723b83 100644
22 --- a/dev-perl/Catalyst-Model-DBIC-Plain/Catalyst-Model-DBIC-Plain-0.02.ebuild
23 +++ b/dev-perl/Catalyst-Model-DBIC-Plain/Catalyst-Model-DBIC-Plain-0.20.0.ebuild
24 @@ -1,8 +1,9 @@
25 -# Copyright 1999-2012 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 # $Header: $
29 -
30 +EAPI=5
31 MODULE_AUTHOR=GABB
32 +MODULE_VERSION=0.02
33 inherit perl-module
34
35 DESCRIPTION="DBIC Model Class"
36 @@ -12,7 +13,14 @@ SLOT="0"
37 KEYWORDS="~amd64 ~x86"
38
39 IUSE=""
40 -DEPEND="
41 - dev-perl/Catalyst-Runtime
42 +RDEPEND="
43 + >=dev-perl/Catalyst-Runtime-5.0.0
44 >=dev-perl/DBIx-Class-0.10.0
45 "
46 +DEPEND="$RDEPEND"
47 +
48 +src_prepare() {
49 + perl_rm_files "t/02pod.t" "t/03podcoverage.t"
50 + perl-module_src_prepare
51 +}
52 +SRC_TEST=do
53
54 diff --git a/dev-perl/Catalyst-Model-DBIC-Plain/ChangeLog b/dev-perl/Catalyst-Model-DBIC-Plain/ChangeLog
55 index df5bbb8..08c8121 100644
56 --- a/dev-perl/Catalyst-Model-DBIC-Plain/ChangeLog
57 +++ b/dev-perl/Catalyst-Model-DBIC-Plain/ChangeLog
58 @@ -1,7 +1,14 @@
59 # ChangeLog for dev-perl/Catalyst-Model-DBIC-Plain
60 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
61 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
62 # $Header: $
63
64 +*Catalyst-Model-DBIC-Plain-0.20.0 (26 Aug 2014)
65 +
66 + 26 Aug 2014; Kent Fredric <kentfredric@×××××.com>
67 + -Catalyst-Model-DBIC-Plain-0.02.ebuild,
68 + +Catalyst-Model-DBIC-Plain-0.20.0.ebuild:
69 + Normalise, EAPI5, fixups
70 +
71 27 Oct 2012; Kent Fredric <kentfredric@×××××.com>
72 Catalyst-Model-DBIC-Plain-0.02.ebuild:
73 Fix dependency on DBIx-Class ( normalize )