summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2024-01-13 18:17:52 +0100
committerMichał Górny <mgorny@gentoo.org>2024-01-13 19:49:57 +0100
commit44ca2c12f909ab49ab930e700583c63bf2372479 (patch)
tree33990c66fa4d1154dde66b8579ae8c13b06f6a17 /app-vim/csscomplete/csscomplete-1.0.ebuild
parentapp-vim/csound-syntax: drop 20160804, EAPI6-- (diff)
downloadgentoo-44ca2c12f909ab49ab930e700583c63bf2372479.tar.gz
gentoo-44ca2c12f909ab49ab930e700583c63bf2372479.tar.bz2
gentoo-44ca2c12f909ab49ab930e700583c63bf2372479.zip
app-vim/csscomplete: drop 1.0, EAPI6--
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-vim/csscomplete/csscomplete-1.0.ebuild')
-rw-r--r--app-vim/csscomplete/csscomplete-1.0.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/app-vim/csscomplete/csscomplete-1.0.ebuild b/app-vim/csscomplete/csscomplete-1.0.ebuild
deleted file mode 100644
index b397c00cc369..000000000000
--- a/app-vim/csscomplete/csscomplete-1.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: CSS 3 omni complete function"
-HOMEPAGE="https://github.com/othree/csscomplete.vim"
-SRC_URI="https://github.com/othree/${PN}.vim/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="vim.org"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86"
-
-DEPEND="app-arch/unzip"
-
-S="${WORKDIR}/${PN}.vim-${PV}"
-
-src_compile() {
- :;
-}