Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-VimColor/files/, dev-perl/Text-VimColor/
Date: Fri, 04 Aug 2017 09:51:57
Message-Id: 1501840295.8ca215adf882a6a0df0f1cd765ec441992b3ba79.dilfridge@gentoo
1 commit: 8ca215adf882a6a0df0f1cd765ec441992b3ba79
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 4 09:50:55 2017 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 4 09:51:35 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ca215ad
7
8 dev-perl/Text-VimColor: Add build fix for Perl 5.26, bug 623140
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 dev-perl/Text-VimColor/Text-VimColor-0.260-r1.ebuild | 15 +++++++++------
13 .../Text-VimColor/files/Text-VimColor-0.260-perl526.patch | 12 ++++++++++++
14 2 files changed, 21 insertions(+), 6 deletions(-)
15
16 diff --git a/dev-perl/Text-VimColor/Text-VimColor-0.260-r1.ebuild b/dev-perl/Text-VimColor/Text-VimColor-0.260-r1.ebuild
17 index d997a60feda..aa7290a59f4 100644
18 --- a/dev-perl/Text-VimColor/Text-VimColor-0.260-r1.ebuild
19 +++ b/dev-perl/Text-VimColor/Text-VimColor-0.260-r1.ebuild
20 @@ -1,10 +1,10 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=5
26 +EAPI=6
27
28 -MODULE_VERSION=0.26
29 -MODULE_AUTHOR="RWSTAUNER"
30 +DIST_VERSION=0.26
31 +DIST_AUTHOR="RWSTAUNER"
32
33 inherit perl-module
34
35 @@ -28,6 +28,9 @@ DEPEND="${RDEPEND}
36 dev-perl/Path-Class
37 dev-perl/XML-Parser
38 dev-perl/Test-Pod
39 - )"
40 + )
41 +"
42
43 -SRC_TEST="do"
44 +PATCHES=(
45 + "${FILESDIR}/${P}-perl526.patch"
46 +)
47
48 diff --git a/dev-perl/Text-VimColor/files/Text-VimColor-0.260-perl526.patch b/dev-perl/Text-VimColor/files/Text-VimColor-0.260-perl526.patch
49 new file mode 100644
50 index 00000000000..7d7159ea324
51 --- /dev/null
52 +++ b/dev-perl/Text-VimColor/files/Text-VimColor-0.260-perl526.patch
53 @@ -0,0 +1,12 @@
54 +diff -ruN Text-VimColor-0.26.orig/Makefile.PL Text-VimColor-0.26/Makefile.PL
55 +--- Text-VimColor-0.26.orig/Makefile.PL 2015-03-21 04:14:35.000000000 -0000
56 ++++ Text-VimColor-0.26/Makefile.PL 2017-08-04 09:46:55.760799972 -0000
57 +@@ -12,6 +12,8 @@
58 +
59 + use 5.006;
60 +
61 ++use lib q[.];
62 ++
63 + use inc::VimCommand;
64 + use ExtUtils::MakeMaker;
65 +