From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0E5C31382C5 for ; Tue, 3 Apr 2018 07:43:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 051AFE0BFC; Tue, 3 Apr 2018 07:43:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BBFE4E0BFC for ; Tue, 3 Apr 2018 07:43:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 102F8335CE0 for ; Tue, 3 Apr 2018 07:43:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1261925A for ; Tue, 3 Apr 2018 07:43:22 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1522741369.2a0c5ab3449af4514a49cd3cecb94548eceac73b.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-VimColor/, dev-perl/Text-VimColor/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Text-VimColor/Manifest dev-perl/Text-VimColor/Text-VimColor-0.260-r1.ebuild dev-perl/Text-VimColor/files/Text-VimColor-0.260-perl526.patch X-VCS-Directories: dev-perl/Text-VimColor/files/ dev-perl/Text-VimColor/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 2a0c5ab3449af4514a49cd3cecb94548eceac73b X-VCS-Branch: master Date: Tue, 3 Apr 2018 07:43:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d6d3ae15-1789-4ff8-9df2-2ae0e30d0aec X-Archives-Hash: 0d4a3358fdaba3b99ac0156770799dde commit: 2a0c5ab3449af4514a49cd3cecb94548eceac73b Author: Kent Fredric gentoo org> AuthorDate: Tue Apr 3 07:42:49 2018 +0000 Commit: Kent Fredric gentoo org> CommitDate: Tue Apr 3 07:42:49 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a0c5ab3 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 dev-perl/Text-VimColor/Manifest | 1 - .../Text-VimColor/Text-VimColor-0.260-r1.ebuild | 36 ---------------------- .../files/Text-VimColor-0.260-perl526.patch | 12 -------- 3 files changed, 49 deletions(-) diff --git a/dev-perl/Text-VimColor/Manifest b/dev-perl/Text-VimColor/Manifest index b8f8659c044..40a551eae69 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 aa7290a59f4..00000000000 --- 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 7d7159ea324..00000000000 --- 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; -