Gentoo Archives: gentoo-commits

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:perl514virtuals commit in: dev-perl/KiokuDB-Backend-DBI/
Date: Thu, 05 May 2011 18:25:34
Message-Id: f5119da1c6bee78b9e04e25cd1dd98c548d95f8b.kent@gentoo
1 commit: f5119da1c6bee78b9e04e25cd1dd98c548d95f8b
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Thu May 5 17:40:47 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Thu May 5 17:40:47 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=f5119da1
7
8 [newversion] KiokuDB-Backend-DBI-1.200.0
9
10 (Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
11
12 ---
13 dev-perl/KiokuDB-Backend-DBI/ChangeLog | 6 ++
14 .../KiokuDB-Backend-DBI-1.200.0.ebuild | 62 ++++++++++++++++++++
15 2 files changed, 68 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/KiokuDB-Backend-DBI/ChangeLog b/dev-perl/KiokuDB-Backend-DBI/ChangeLog
18 index b1304fe..f44b428 100644
19 --- a/dev-perl/KiokuDB-Backend-DBI/ChangeLog
20 +++ b/dev-perl/KiokuDB-Backend-DBI/ChangeLog
21 @@ -2,6 +2,12 @@
22 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*KiokuDB-Backend-DBI-1.200.0 (05 May 2011)
26 +
27 + 05 May 2011; Kent Fredric <kentfredric@×××××.com>
28 + +KiokuDB-Backend-DBI-1.200.0.ebuild:
29 + Bump
30 +
31 12 Mar 2011; Kent Fredric <kentfredric@×××××.com>
32 KiokuDB-Backend-DBI-1.190.0.ebuild:
33 Fix my version bungle
34
35 diff --git a/dev-perl/KiokuDB-Backend-DBI/KiokuDB-Backend-DBI-1.200.0.ebuild b/dev-perl/KiokuDB-Backend-DBI/KiokuDB-Backend-DBI-1.200.0.ebuild
36 new file mode 100644
37 index 0000000..8b4d8e1
38 --- /dev/null
39 +++ b/dev-perl/KiokuDB-Backend-DBI/KiokuDB-Backend-DBI-1.200.0.ebuild
40 @@ -0,0 +1,62 @@
41 +# Copyright 1999-2011 Gentoo Foundation
42 +# Distributed under the terms of the GNU General Public License v2
43 +# $Header: $
44 +EAPI=4
45 +MODULE_AUTHOR=DOY
46 +MODULE_VERSION=1.20
47 +inherit perl-module
48 +
49 +DESCRIPTION="DBI backend for KiokuDB"
50 +LICENSE="|| ( Artistic GPL-2 )"
51 +SLOT="0"
52 +KEYWORDS="~amd64 ~x86"
53 +IUSE="test"
54 +
55 +# THIS SECTION is here because Makefile.PL
56 +# does nasty stuff and adds deployment depends at runtime
57 +# that are *injected* from DBIx-Class at *Build* time. YUCK.
58 +
59 +# DBIx-Class-0.08123 -> deploy
60 +DBI_OPTIONAL_DEPENDS="
61 + >=dev-perl/SQL-Translator-0.110.60
62 +"
63 +COMMON_DEPEND="
64 + >=dev-perl/DBI-1.607
65 + >=dev-perl/DBIx-Class-0.81.270
66 + >=dev-perl/Data-Stream-Bulk-0.07
67 + >=dev-perl/KiokuDB-0.460
68 + >=dev-perl/MooseX-Types-0.08
69 + >=virtual/perl-Test-Simple-0.88
70 + dev-perl/Class-Accessor-Grouped
71 + dev-perl/JSON
72 + dev-perl/Moose
73 + dev-perl/SQL-Abstract
74 + >=dev-perl/Search-GIN-0.70
75 + dev-perl/Test-TempDir
76 + dev-perl/Test-use-ok
77 + dev-perl/Try-Tiny
78 + dev-perl/namespace-autoclean
79 + dev-perl/namespace-clean
80 + virtual/perl-Scalar-List-Utils
81 + ${DBI_OPTIONAL_DEPENDS}
82 +"
83 +# NOTE: Dep on DBIx-Class here is needed like this
84 +# Because Makefile.PL depends on DBIx::Class::Optional::Dependencies directly
85 +# via 'require', which became part of DBIx-Class at 0.08119
86 +
87 +# CONFIGURE_REQUIRES
88 +DEPEND="
89 + ${COMMON_DEPEND}
90 + >=dev-perl/DBIx-Class-0.08119
91 + >=virtual/perl-ExtUtils-MakeMaker-6.56
92 +"
93 +# BUILD_REQUIRES
94 +DEPEND="${DEPEND}
95 + dev-perl/DBD-SQLite
96 + dev-perl/Test-Exception
97 + dev-perl/YAML-LibYAML
98 +"
99 +RDEPEND="
100 + ${COMMON_DEPEND}
101 +"
102 +SRC_TEST="do"