diff options
author | Kent Fredric <kentnl@gentoo.org> | 2018-04-03 19:42:49 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2018-04-03 19:42:49 +1200 |
commit | 2a0c5ab3449af4514a49cd3cecb94548eceac73b (patch) | |
tree | 81b4f26077061698b416f850de884b32c9a4cb35 /dev-perl/Text-VimColor | |
parent | dev-perl/Template-DBI: Cleanup old re bug #623120 (diff) | |
download | gentoo-2a0c5ab3449af4514a49cd3cecb94548eceac73b.tar.gz gentoo-2a0c5ab3449af4514a49cd3cecb94548eceac73b.tar.bz2 gentoo-2a0c5ab3449af4514a49cd3cecb94548eceac73b.zip |
dev-perl/Text-VimColor: Cleanup old re bug #627292
Closes: https://bugs.gentoo.org/627292
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-perl/Text-VimColor')
-rw-r--r-- | dev-perl/Text-VimColor/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/Text-VimColor/Text-VimColor-0.260-r1.ebuild | 36 | ||||
-rw-r--r-- | dev-perl/Text-VimColor/files/Text-VimColor-0.260-perl526.patch | 12 |
3 files changed, 0 insertions, 49 deletions
diff --git a/dev-perl/Text-VimColor/Manifest b/dev-perl/Text-VimColor/Manifest index b8f8659c044e..40a551eae692 100644 --- a/dev-perl/Text-VimColor/Manifest +++ b/dev-perl/Text-VimColor/Manifest @@ -1,2 +1 @@ -DIST Text-VimColor-0.26.tar.gz 137189 BLAKE2B 2d3f62034dd48665e74a83bf1aa9d37dd3b63facb927b96d8f079d59a70f8c35299a4a8e159c522119ff37d9befcbe2dea7914a0a708c071b656ece61f838f2a SHA512 33fc7c1da08e499199d7e7cecb53fae3d6dcd4f8207ed9cd250349e6f21691eac6335a19657cb69a22ec46f09b74171c4f6886438f5d5a85afe2f8680a09e82e DIST Text-VimColor-0.28.tar.gz 57454 BLAKE2B b2ef809d3ad03dfa3dbf382aabf8579fd08412b768b931661de25919db39554c366bfac11466a23be621b2381e1611dc36b5f7f2a7abc379d0f41163b1d42239 SHA512 aca1b35f366e71676d2f9cad1391e4d306e82370987afe760bcaf94631119994d8dbccf7d99cbb04a7416dd8ecf879448f194db9d97d1079cc557ee597408efe diff --git a/dev-perl/Text-VimColor/Text-VimColor-0.260-r1.ebuild b/dev-perl/Text-VimColor/Text-VimColor-0.260-r1.ebuild deleted file mode 100644 index aa7290a59f43..000000000000 --- a/dev-perl/Text-VimColor/Text-VimColor-0.260-r1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_VERSION=0.26 -DIST_AUTHOR="RWSTAUNER" - -inherit perl-module - -DESCRIPTION="Syntax highlighting using vim" -HOMEPAGE="https://github.com/rwstauner/Text-VimColor" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND="app-editors/vim[-minimal]" -DEPEND="${RDEPEND} - dev-perl/File-ShareDir-Install - dev-perl/Test-File-ShareDir - dev-perl/File-ShareDir - dev-perl/Class-Tiny - dev-perl/Path-Tiny - test? ( - dev-perl/Test-Pod-Coverage - dev-perl/Pod-Coverage - dev-perl/Path-Class - dev-perl/XML-Parser - dev-perl/Test-Pod - ) -" - -PATCHES=( - "${FILESDIR}/${P}-perl526.patch" -) 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 deleted file mode 100644 index 7d7159ea3243..000000000000 --- a/dev-perl/Text-VimColor/files/Text-VimColor-0.260-perl526.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ruN Text-VimColor-0.26.orig/Makefile.PL Text-VimColor-0.26/Makefile.PL ---- Text-VimColor-0.26.orig/Makefile.PL 2015-03-21 04:14:35.000000000 -0000 -+++ Text-VimColor-0.26/Makefile.PL 2017-08-04 09:46:55.760799972 -0000 -@@ -12,6 +12,8 @@ - - use 5.006; - -+use lib q[.]; -+ - use inc::VimCommand; - use ExtUtils::MakeMaker; - |