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/Class-DBI-Loader/
Date: Thu, 28 Aug 2014 07:30:13
Message-Id: 1409207935.981d9a2ad21464e97b8b1ccd7ef72d6b7e2fd7cd.kent@gentoo
1 commit: 981d9a2ad21464e97b8b1ccd7ef72d6b7e2fd7cd
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Thu Aug 28 06:38:55 2014 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Thu Aug 28 06:38:55 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=981d9a2a
7
8 [fixup] dev-perl/Class-DBI-Loader EAPI5, Normalise, fixup dependencies and tests
9
10 Package-Manager: portage-2.2.10
11
12 ---
13 dev-perl/Class-DBI-Loader/ChangeLog | 6 +++++
14 .../Class-DBI-Loader/Class-DBI-Loader-0.34.ebuild | 18 --------------
15 .../Class-DBI-Loader-0.340.0.ebuild | 28 ++++++++++++++++++++++
16 3 files changed, 34 insertions(+), 18 deletions(-)
17
18 diff --git a/dev-perl/Class-DBI-Loader/ChangeLog b/dev-perl/Class-DBI-Loader/ChangeLog
19 index 49d82c2..8bb6fc0 100644
20 --- a/dev-perl/Class-DBI-Loader/ChangeLog
21 +++ b/dev-perl/Class-DBI-Loader/ChangeLog
22 @@ -2,6 +2,12 @@
23 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
24 # $Header: $
25
26 +*Class-DBI-Loader-0.340.0 (28 Aug 2014)
27 +
28 + 28 Aug 2014; Kent Fredric <kentfredric@×××××.com>
29 + -Class-DBI-Loader-0.34.ebuild, +Class-DBI-Loader-0.340.0.ebuild:
30 + EAPI5, Normalise, fixup dependencies and tests
31 +
32 28 Aug 2014; Kent Fredric <kentfredric@×××××.com>
33 -Class-DBI-Loader-0.31.ebuild, -Class-DBI-Loader-0.32.ebuild:
34 Remove old EAPIs
35
36 diff --git a/dev-perl/Class-DBI-Loader/Class-DBI-Loader-0.34.ebuild b/dev-perl/Class-DBI-Loader/Class-DBI-Loader-0.34.ebuild
37 deleted file mode 100644
38 index 7608916..0000000
39 --- a/dev-perl/Class-DBI-Loader/Class-DBI-Loader-0.34.ebuild
40 +++ /dev/null
41 @@ -1,18 +0,0 @@
42 -# Copyright 1999-2013 Gentoo Foundation
43 -# Distributed under the terms of the GNU General Public License v2
44 -# $Header: $
45 -
46 -MODULE_AUTHOR=DMAKI
47 -inherit perl-module
48 -
49 -DESCRIPTION="Dynamic definition of Class::DBI sub classes."
50 -LICENSE="|| ( Artistic GPL-2 )"
51 -
52 -SLOT="0"
53 -KEYWORDS="~amd64 ~x86"
54 -
55 -IUSE=""
56 -DEPEND="
57 - >=dev-perl/Class-DBI-0.89
58 - >=dev-perl/DBI-1.300.0
59 - dev-perl/Lingua-EN-Inflect"
60
61 diff --git a/dev-perl/Class-DBI-Loader/Class-DBI-Loader-0.340.0.ebuild b/dev-perl/Class-DBI-Loader/Class-DBI-Loader-0.340.0.ebuild
62 new file mode 100644
63 index 0000000..0c625a7
64 --- /dev/null
65 +++ b/dev-perl/Class-DBI-Loader/Class-DBI-Loader-0.340.0.ebuild
66 @@ -0,0 +1,28 @@
67 +# Copyright 1999-2014 Gentoo Foundation
68 +# Distributed under the terms of the GNU General Public License v2
69 +# $Header: $
70 +EAPI=5
71 +MODULE_AUTHOR=DMAKI
72 +MODULE_VERSION=0.34
73 +inherit perl-module
74 +
75 +DESCRIPTION="Dynamic definition of Class::DBI sub classes."
76 +LICENSE="|| ( Artistic GPL-2 )"
77 +
78 +SLOT="0"
79 +KEYWORDS="~amd64 ~x86"
80 +
81 +IUSE=""
82 +RDEPEND="
83 + >=virtual/perl-Test-Simple-0.320.0
84 + >=dev-perl/Class-DBI-0.890.0
85 + >=dev-perl/DBI-1.300.0
86 + dev-perl/Lingua-EN-Inflect
87 + virtual/perl-Text-Balanced
88 + "
89 +DEPEND="$RDEPEND"
90 +PERL_RM_FILES=(
91 + t/02pod.t
92 + t/03podcoverage.t
93 +)
94 +SRC_TEST=do