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.

37 lines
768 B

# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_VERSION=0.29
DIST_AUTHOR=RWSTAUNER
inherit perl-module
DESCRIPTION="Syntax highlighting using vim"
HOMEPAGE="https://github.com/rwstauner/Text-VimColor"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="app-editors/vim[-minimal]
virtual/perl-Carp
dev-perl/File-ShareDir
virtual/perl-File-Temp
virtual/perl-Getopt-Long
virtual/perl-IO
>=dev-perl/Path-Class-0.40.0
>=virtual/perl-Term-ANSIColor-1.30.0
"
BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
>=dev-perl/File-ShareDir-Install-0.60.0
test? (
virtual/perl-Exporter
virtual/perl-File-Spec
dev-perl/Test-File-ShareDir
>=virtual/perl-Test-Simple-0.880.0
dev-perl/XML-Parser
)
"