summaryrefslogtreecommitdiff
path: root/dev-perl/Text-VimColor/Text-VimColor-0.280.0.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-perl/Text-VimColor/Text-VimColor-0.280.0.ebuild
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-perl/Text-VimColor/Text-VimColor-0.280.0.ebuild')
-rw-r--r--dev-perl/Text-VimColor/Text-VimColor-0.280.0.ebuild37
1 files changed, 0 insertions, 37 deletions
diff --git a/dev-perl/Text-VimColor/Text-VimColor-0.280.0.ebuild b/dev-perl/Text-VimColor/Text-VimColor-0.280.0.ebuild
deleted file mode 100644
index 48a84f4e1dab..000000000000
--- a/dev-perl/Text-VimColor/Text-VimColor-0.280.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_VERSION=0.28
-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]
- 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
-"
-DEPEND="${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
- )
-"