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/DBIx-Simple/
Date: Tue, 30 Sep 2014 12:01:22
Message-Id: 1412062245.5159e3374ce80d987b532aa514f0357c963b8d14.kent@gentoo
1 commit: 5159e3374ce80d987b532aa514f0357c963b8d14
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Fri Sep 26 11:13:37 2014 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Tue Sep 30 07:30:45 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=5159e337
7
8 [fixup] dev-perl/DBIx-Simple EAPI5, normalise, fix tests
9
10 Package-Manager: portage-2.2.10
11
12 ---
13 dev-perl/DBIx-Simple/ChangeLog | 8 +++++++-
14 .../{DBIx-Simple-1.350.ebuild => DBIx-Simple-1.350.0.ebuild} | 7 +++++--
15 2 files changed, 12 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-perl/DBIx-Simple/ChangeLog b/dev-perl/DBIx-Simple/ChangeLog
18 index 76b5001..f98166b 100644
19 --- a/dev-perl/DBIx-Simple/ChangeLog
20 +++ b/dev-perl/DBIx-Simple/ChangeLog
21 @@ -1,7 +1,13 @@
22 # ChangeLog for dev-perl/DBIx-Simple
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 +*DBIx-Simple-1.350.0 (26 Sep 2014)
28 +
29 + 26 Sep 2014; Kent Fredric <kentfredric@×××××.com> -DBIx-Simple-1.350.ebuild,
30 + +DBIx-Simple-1.350.0.ebuild:
31 + EAPI5, normalise, fix tests
32 +
33 26 Apr 2013; Kent Fredric <kentfredric@×××××.com> DBIx-Simple-1.32.ebuild,
34 DBIx-Simple-1.350.ebuild:
35 Fix dependency on DBI ( normalize )
36
37 diff --git a/dev-perl/DBIx-Simple/DBIx-Simple-1.350.ebuild b/dev-perl/DBIx-Simple/DBIx-Simple-1.350.0.ebuild
38 similarity index 82%
39 rename from dev-perl/DBIx-Simple/DBIx-Simple-1.350.ebuild
40 rename to dev-perl/DBIx-Simple/DBIx-Simple-1.350.0.ebuild
41 index d5d26e6..88668ca 100644
42 --- a/dev-perl/DBIx-Simple/DBIx-Simple-1.350.ebuild
43 +++ b/dev-perl/DBIx-Simple/DBIx-Simple-1.350.0.ebuild
44 @@ -1,8 +1,8 @@
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=3
51 +EAPI=5
52
53 MODULE_AUTHOR=JUERD
54 MODULE_VERSION=1.35
55 @@ -18,4 +18,7 @@ IUSE=""
56 RDEPEND=">=dev-perl/DBI-1.210.0"
57 DEPEND="${RDEPEND}"
58
59 +PERL_RM_FILES=(
60 + t/pod.t
61 +)
62 SRC_TEST=do