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-SQLite/
Date: Thu, 28 Aug 2014 07:30:14
Message-Id: 1409209652.8885c4fd4344ea5a033e05749be90b6e2fef59e6.kent@gentoo
1 commit: 8885c4fd4344ea5a033e05749be90b6e2fef59e6
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Thu Aug 28 07:07:32 2014 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Thu Aug 28 07:07:32 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=8885c4fd
7
8 [fixup] dev-perl/Class-DBI-SQLite EAPI5, Normalize version, fixup deps and tests
9
10 Package-Manager: portage-2.2.10
11
12 ---
13 dev-perl/Class-DBI-SQLite/ChangeLog | 8 +++++++-
14 ...SQLite-0.11.ebuild => Class-DBI-SQLite-0.110.0.ebuild} | 15 ++++++++++-----
15 2 files changed, 17 insertions(+), 6 deletions(-)
16
17 diff --git a/dev-perl/Class-DBI-SQLite/ChangeLog b/dev-perl/Class-DBI-SQLite/ChangeLog
18 index 632e787..b32f728 100644
19 --- a/dev-perl/Class-DBI-SQLite/ChangeLog
20 +++ b/dev-perl/Class-DBI-SQLite/ChangeLog
21 @@ -1,7 +1,13 @@
22 # ChangeLog for dev-perl/Class-DBI-SQLite
23 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
24 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
25 # $Header: $
26
27 +*Class-DBI-SQLite-0.110.0 (28 Aug 2014)
28 +
29 + 28 Aug 2014; Kent Fredric <kentfredric@×××××.com>
30 + -Class-DBI-SQLite-0.11.ebuild, +Class-DBI-SQLite-0.110.0.ebuild:
31 + EAPI5, Normalize version, fixup deps and tests
32 +
33 15 Sep 2012; Kent Fredric <kentfredric@×××××.com>
34 Class-DBI-SQLite-0.11.ebuild:
35 Fixdep on DBD-SQLite ( normalise )
36
37 diff --git a/dev-perl/Class-DBI-SQLite/Class-DBI-SQLite-0.11.ebuild b/dev-perl/Class-DBI-SQLite/Class-DBI-SQLite-0.110.0.ebuild
38 similarity index 57%
39 rename from dev-perl/Class-DBI-SQLite/Class-DBI-SQLite-0.11.ebuild
40 rename to dev-perl/Class-DBI-SQLite/Class-DBI-SQLite-0.110.0.ebuild
41 index 9191f1f..d4bc1b3 100644
42 --- a/dev-perl/Class-DBI-SQLite/Class-DBI-SQLite-0.11.ebuild
43 +++ b/dev-perl/Class-DBI-SQLite/Class-DBI-SQLite-0.110.0.ebuild
44 @@ -1,8 +1,9 @@
45 -# Copyright 1999-2012 Gentoo Foundation
46 +# Copyright 1999-2014 Gentoo Foundation
47 # Distributed under the terms of the GNU General Public License v2
48 # $Header: $
49 -
50 +EAPI=5
51 MODULE_AUTHOR=MIYAGAWA
52 +MODULE_VERSION=0.11
53 inherit perl-module
54
55 DESCRIPTION="Extension to Class::DBI for sqlite"
56 @@ -12,7 +13,11 @@ SLOT="0"
57 KEYWORDS="~amd64 ~x86"
58
59 IUSE=""
60 -DEPEND="
61 - >=dev-perl/Class-DBI-0.85
62 - >=dev-perl/Ima-DBI-0.27
63 +RDEPEND="
64 + >=virtual/perl-Test-Simple-0.320.0
65 + >=dev-perl/Class-DBI-0.850.0
66 + >=dev-perl/Ima-DBI-0.270.0
67 >=dev-perl/DBD-SQLite-0.70.0"
68 +DEPEND="${RDEPEND}"
69 +
70 +SRC_TEST=do