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-Pager/
Date: Thu, 28 Aug 2014 07:30:13
Message-Id: 1409208150.a0a2573e4d52468345df88b0a0f7e3fa6838cc73.kent@gentoo
1 commit: a0a2573e4d52468345df88b0a0f7e3fa6838cc73
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Thu Aug 28 06:42:30 2014 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Thu Aug 28 06:42:30 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=a0a2573e
7
8 [fixup] dev-perl/Class-DBI-Pager EAPI5, Normalise, fixup dependencies and tests
9
10 Package-Manager: portage-2.2.10
11
12 ---
13 dev-perl/Class-DBI-Pager/ChangeLog | 10 ++++++++++
14 ...-Pager-0.08.ebuild => Class-DBI-Pager-0.80.0.ebuild} | 17 +++++++++++------
15 2 files changed, 21 insertions(+), 6 deletions(-)
16
17 diff --git a/dev-perl/Class-DBI-Pager/ChangeLog b/dev-perl/Class-DBI-Pager/ChangeLog
18 new file mode 100644
19 index 0000000..1669e7e
20 --- /dev/null
21 +++ b/dev-perl/Class-DBI-Pager/ChangeLog
22 @@ -0,0 +1,10 @@
23 +# ChangeLog for dev-perl/Class-DBI-Pager
24 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
25 +# $Header: $
26 +
27 +*Class-DBI-Pager-0.80.0 (28 Aug 2014)
28 +
29 + 28 Aug 2014; Kent Fredric <kentfredric@×××××.com>
30 + -Class-DBI-Pager-0.08.ebuild, +Class-DBI-Pager-0.80.0.ebuild:
31 + EAPI5, Normalise, fixup dependencies and tests
32 +
33
34 diff --git a/dev-perl/Class-DBI-Pager/Class-DBI-Pager-0.08.ebuild b/dev-perl/Class-DBI-Pager/Class-DBI-Pager-0.80.0.ebuild
35 similarity index 50%
36 rename from dev-perl/Class-DBI-Pager/Class-DBI-Pager-0.08.ebuild
37 rename to dev-perl/Class-DBI-Pager/Class-DBI-Pager-0.80.0.ebuild
38 index 3fa5575..f447193 100644
39 --- a/dev-perl/Class-DBI-Pager/Class-DBI-Pager-0.08.ebuild
40 +++ b/dev-perl/Class-DBI-Pager/Class-DBI-Pager-0.80.0.ebuild
41 @@ -1,8 +1,9 @@
42 -# Copyright 1999-2009 Gentoo Foundation
43 +# Copyright 1999-2014 Gentoo Foundation
44 # Distributed under the terms of the GNU General Public License v2
45 # $Header: $
46 -
47 +EAPI=5
48 MODULE_AUTHOR=MIYAGAWA
49 +MODULE_VERSION=0.08
50 inherit perl-module
51
52 DESCRIPTION="Pager utility for Class::DBI"
53 @@ -12,8 +13,12 @@ SLOT="0"
54 KEYWORDS="~amd64 ~x86"
55
56 IUSE=""
57 -DEPEND="
58 - >=dev-perl/Class-DBI-0.90
59 - >=dev-perl/Data-Page-0.13
60 - >=dev-perl/Exporter-Lite-0.01
61 +RDEPEND="
62 + >=virtual/perl-Test-Simple-0.320.0
63 + >=dev-perl/Class-DBI-0.900.0
64 + >=dev-perl/Data-Page-0.130.0
65 + >=dev-perl/Exporter-Lite-0.10.0
66 "
67 +DEPEND="$RDEPEND"
68 +
69 +SRC_TEST=do