You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-perl/Text-VimColor/Text-VimColor-0.260-r1.ebuild

37 lines
683 B

# 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"
)