summaryrefslogtreecommitdiff
path: root/app-vim/colorv
diff options
context:
space:
mode:
Diffstat (limited to 'app-vim/colorv')
-rw-r--r--app-vim/colorv/Manifest3
-rw-r--r--app-vim/colorv/colorv-3.0.2-r1.ebuild34
-rw-r--r--app-vim/colorv/metadata.xml11
3 files changed, 0 insertions, 48 deletions
diff --git a/app-vim/colorv/Manifest b/app-vim/colorv/Manifest
deleted file mode 100644
index b90b9d88cd3f..000000000000
--- a/app-vim/colorv/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST colorv-3.0.2.tar.bz2 47059 BLAKE2B 2a84b264085d61f02d3ec881bd1f097d11f23286f53f52e46db468f3bb49df94dcbb9a3514bbbe143167fc597f871064dc998665a25796c43d000c051a62debb SHA512 cb4a893d65bbada5cec27c0810bf3e78db3c64e64f4179529d5da30402ab65b141f53dd7f2a9e8bbccf3d5f7dc5843afc7cab0d908e66a86fc41a5c38c9a848e
-EBUILD colorv-3.0.2-r1.ebuild 950 BLAKE2B cdfcdc7dc3194f2df142652c5c0aff747aae19c03b2706584b80fa4cf070e42b10ba2fe6ac6aeb6fd1d1e798360d8b26761c803c40100a7dc797904a8680ff67 SHA512 703c0521578c74c3b4a533faadb28419ba8e442d2cfcf97c85b5026d483ca09a82587ae3f925dfbfa2fc21c5c43dc82062fbc84b967e71d52e1a25c0e9c36fe0
-MISC metadata.xml 332 BLAKE2B aadba68bd1f0ea3b25ff5b0e807175ec9438e0b10479b539ad60199e9ea3c4442ab45dba549b6507b98b5416d4a65cf981d750cb8698b219e56bb792da616543 SHA512 f7665a682723f68af0fb47584b8442216937a348a9bee52959209cdb44de6d79453ef4029c0ae536371e5a2292624d1cad8c2058d569c703d4f2fa17c0eef0d9
diff --git a/app-vim/colorv/colorv-3.0.2-r1.ebuild b/app-vim/colorv/colorv-3.0.2-r1.ebuild
deleted file mode 100644
index 7f371d403d8d..000000000000
--- a/app-vim/colorv/colorv-3.0.2-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-# TODO: supposedly supports python3... but that conflicts with pygtk
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-single-r1 vim-plugin
-
-DESCRIPTION="vim plugin: a color tool for vim"
-HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=3597 https://github.com/Rykka/colorv.vim/"
-LICENSE="MIT"
-KEYWORDS="amd64 x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-VIM_PLUGIN_HELPFILES="${PN}.txt"
-
-RDEPEND="
- ${PYTHON_DEPS}
- || (
- app-editors/vim[python,${PYTHON_USEDEP}]
- ( app-editors/gvim[python,${PYTHON_USEDEP}] dev-python/pygtk:2[${PYTHON_USEDEP}] )
- )"
-
-src_prepare() {
- eapply_user
-
- # fix shebangs in Python files (note: one of them is python3...)
- sed -i -e "1s:python[23]:${EPYTHON}:" autoload/colorv/*.py || die
- # use python colorpicker instead of C-based picker
- rm autoload/colorv/{colorpicker.c,Makefile} || die
-}
diff --git a/app-vim/colorv/metadata.xml b/app-vim/colorv/metadata.xml
deleted file mode 100644
index c96bbcaaff6f..000000000000
--- a/app-vim/colorv/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>vim@gentoo.org</email>
- <name>Gentoo Vim Project</name>
- </maintainer>
- <upstream>
- <remote-id type="github">vim-scripts/ColorV</remote-id>
- </upstream>
-</pkgmetadata>