commit: e2d3bbfebe031a9cdc9a5f284f6bf2360060a99d
parent 4b2350f90f9a7922de04cdef013c52e0757b1c1f
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Mon, 19 Jan 2026 18:25:49 +0100
app-vis/vis-ctags: treeclean
Diffstat:
1 file changed, 0 insertions(+), 27 deletions(-)
diff --git a/app-vis/vis-ctags/vis-ctags-9999.ebuild b/app-vis/vis-ctags/vis-ctags-9999.ebuild
@@ -1,27 +0,0 @@
-# Copyright 2021 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit git-r3
-
-DESCRIPTION="vis plugin to provide basic ctags support"
-HOMEPAGE="https://github.com/kupospelov/vis-ctags"
-EGIT_REPO_URI="https://github.com/kupospelov/vis-ctags"
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="
- dev-util/ctags
- >=app-editors/vis-0.7[lua]
-"
-
-src_install() {
- einstalldocs
- insinto /usr/share/vis/
- doins ctags.lua
-}
-
-pkg_install() {
- einfo "Add require('ctags') to your vis configuration to enable ctags support"
-}