summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Text-VimColor/Text-VimColor-0.260-r1.ebuild')
-rw-r--r--dev-perl/Text-VimColor/Text-VimColor-0.260-r1.ebuild36
1 files changed, 0 insertions, 36 deletions
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"
-)