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-Plugin-Type/
Date: Thu, 28 Aug 2014 07:30:14
Message-Id: 1409209422.3072d84f4c151af9c80708ee851ad3c0d0e57ca4.kent@gentoo
1 commit: 3072d84f4c151af9c80708ee851ad3c0d0e57ca4
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Thu Aug 28 07:03:42 2014 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Thu Aug 28 07:03:42 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=3072d84f
7
8 [fixup] dev-perl/Class-DBI-Plugin-Type EAPI5, normalise, fixup tests
9
10 Package-Manager: portage-2.2.10
11
12 ---
13 dev-perl/Class-DBI-Plugin-Type/ChangeLog | 8 +++++++-
14 ...lugin-Type-0.02.ebuild => Class-DBI-Plugin-Type-0.20.0.ebuild} | 8 ++++++--
15 2 files changed, 13 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-perl/Class-DBI-Plugin-Type/ChangeLog b/dev-perl/Class-DBI-Plugin-Type/ChangeLog
18 index ae4e968..673bf83 100644
19 --- a/dev-perl/Class-DBI-Plugin-Type/ChangeLog
20 +++ b/dev-perl/Class-DBI-Plugin-Type/ChangeLog
21 @@ -1,7 +1,13 @@
22 # ChangeLog for dev-perl/Class-DBI-Plugin-Type
23 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
24 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
25 # $Header: $
26
27 +*Class-DBI-Plugin-Type-0.20.0 (28 Aug 2014)
28 +
29 + 28 Aug 2014; Kent Fredric <kentfredric@×××××.com>
30 + -Class-DBI-Plugin-Type-0.02.ebuild, +Class-DBI-Plugin-Type-0.20.0.ebuild:
31 + EAPI5, normalise, fixup tests
32 +
33 26 Apr 2013; Kent Fredric <kentfredric@×××××.com>
34 Class-DBI-Plugin-Type-0.02.ebuild:
35 Fix dependency on DBI ( normalize )
36
37 diff --git a/dev-perl/Class-DBI-Plugin-Type/Class-DBI-Plugin-Type-0.02.ebuild b/dev-perl/Class-DBI-Plugin-Type/Class-DBI-Plugin-Type-0.20.0.ebuild
38 similarity index 75%
39 rename from dev-perl/Class-DBI-Plugin-Type/Class-DBI-Plugin-Type-0.02.ebuild
40 rename to dev-perl/Class-DBI-Plugin-Type/Class-DBI-Plugin-Type-0.20.0.ebuild
41 index af8dde9..40ded8c 100644
42 --- a/dev-perl/Class-DBI-Plugin-Type/Class-DBI-Plugin-Type-0.02.ebuild
43 +++ b/dev-perl/Class-DBI-Plugin-Type/Class-DBI-Plugin-Type-0.20.0.ebuild
44 @@ -1,8 +1,9 @@
45 -# Copyright 1999-2013 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=SIMON
52 +MODULE_VERSION=0.02
53 inherit perl-module
54
55 DESCRIPTION="Determine type information for columns"
56 @@ -16,3 +17,6 @@ DEPEND="
57 dev-perl/Class-DBI
58 >=dev-perl/DBI-0.940.0
59 "
60 +RDEPEND="$DEPEND"
61 +
62 +SRC_TEST=do