Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-VimColor/, dev-perl/Text-VimColor/files/
Date: Tue, 03 Apr 2018 07:43:27
Message-Id: 1522741369.2a0c5ab3449af4514a49cd3cecb94548eceac73b.kentnl@gentoo
1 commit: 2a0c5ab3449af4514a49cd3cecb94548eceac73b
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 3 07:42:49 2018 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 3 07:42:49 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a0c5ab3
7
8 dev-perl/Text-VimColor: Cleanup old re bug #627292
9
10 Closes: https://bugs.gentoo.org/627292
11 Package-Manager: Portage-2.3.24, Repoman-2.3.6
12
13 dev-perl/Text-VimColor/Manifest | 1 -
14 .../Text-VimColor/Text-VimColor-0.260-r1.ebuild | 36 ----------------------
15 .../files/Text-VimColor-0.260-perl526.patch | 12 --------
16 3 files changed, 49 deletions(-)
17
18 diff --git a/dev-perl/Text-VimColor/Manifest b/dev-perl/Text-VimColor/Manifest
19 index b8f8659c044..40a551eae69 100644
20 --- a/dev-perl/Text-VimColor/Manifest
21 +++ b/dev-perl/Text-VimColor/Manifest
22 @@ -1,2 +1 @@
23 -DIST Text-VimColor-0.26.tar.gz 137189 BLAKE2B 2d3f62034dd48665e74a83bf1aa9d37dd3b63facb927b96d8f079d59a70f8c35299a4a8e159c522119ff37d9befcbe2dea7914a0a708c071b656ece61f838f2a SHA512 33fc7c1da08e499199d7e7cecb53fae3d6dcd4f8207ed9cd250349e6f21691eac6335a19657cb69a22ec46f09b74171c4f6886438f5d5a85afe2f8680a09e82e
24 DIST Text-VimColor-0.28.tar.gz 57454 BLAKE2B b2ef809d3ad03dfa3dbf382aabf8579fd08412b768b931661de25919db39554c366bfac11466a23be621b2381e1611dc36b5f7f2a7abc379d0f41163b1d42239 SHA512 aca1b35f366e71676d2f9cad1391e4d306e82370987afe760bcaf94631119994d8dbccf7d99cbb04a7416dd8ecf879448f194db9d97d1079cc557ee597408efe
25
26 diff --git a/dev-perl/Text-VimColor/Text-VimColor-0.260-r1.ebuild b/dev-perl/Text-VimColor/Text-VimColor-0.260-r1.ebuild
27 deleted file mode 100644
28 index aa7290a59f4..00000000000
29 --- a/dev-perl/Text-VimColor/Text-VimColor-0.260-r1.ebuild
30 +++ /dev/null
31 @@ -1,36 +0,0 @@
32 -# Copyright 1999-2017 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -DIST_VERSION=0.26
38 -DIST_AUTHOR="RWSTAUNER"
39 -
40 -inherit perl-module
41 -
42 -DESCRIPTION="Syntax highlighting using vim"
43 -HOMEPAGE="https://github.com/rwstauner/Text-VimColor"
44 -
45 -SLOT="0"
46 -KEYWORDS="~amd64 ~x86"
47 -IUSE="test"
48 -
49 -RDEPEND="app-editors/vim[-minimal]"
50 -DEPEND="${RDEPEND}
51 - dev-perl/File-ShareDir-Install
52 - dev-perl/Test-File-ShareDir
53 - dev-perl/File-ShareDir
54 - dev-perl/Class-Tiny
55 - dev-perl/Path-Tiny
56 - test? (
57 - dev-perl/Test-Pod-Coverage
58 - dev-perl/Pod-Coverage
59 - dev-perl/Path-Class
60 - dev-perl/XML-Parser
61 - dev-perl/Test-Pod
62 - )
63 -"
64 -
65 -PATCHES=(
66 - "${FILESDIR}/${P}-perl526.patch"
67 -)
68
69 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
70 deleted file mode 100644
71 index 7d7159ea324..00000000000
72 --- a/dev-perl/Text-VimColor/files/Text-VimColor-0.260-perl526.patch
73 +++ /dev/null
74 @@ -1,12 +0,0 @@
75 -diff -ruN Text-VimColor-0.26.orig/Makefile.PL Text-VimColor-0.26/Makefile.PL
76 ---- Text-VimColor-0.26.orig/Makefile.PL 2015-03-21 04:14:35.000000000 -0000
77 -+++ Text-VimColor-0.26/Makefile.PL 2017-08-04 09:46:55.760799972 -0000
78 -@@ -12,6 +12,8 @@
79 -
80 - use 5.006;
81 -
82 -+use lib q[.];
83 -+
84 - use inc::VimCommand;
85 - use ExtUtils::MakeMaker;
86 -