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.ebuild

35 lines
651 B

# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
MODULE_VERSION=0.26
MODULE_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"
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
)"
SRC_TEST="do"