Skip to content

Commit

Permalink
app-vim/tagbar: EAPI8 bump
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Mair-Keimberger <[email protected]>
Signed-off-by: Conrad Kostecki <[email protected]>
  • Loading branch information
mm1ke authored and ConiKost committed Jan 20, 2024
1 parent 81cfd86 commit 3e55f73
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions app-vim/tagbar/tagbar-2.7-r1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit vim-plugin

DESCRIPTION="vim plugin: display tags of the current file ordered by scope"
HOMEPAGE="
https://github.com/preservim/tagbar
https://www.vim.org/scripts/script.php?script_id=3465
"
SRC_URI="https://github.com/preservim/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="vim"
KEYWORDS="~amd64 ~x86"

RDEPEND=">=dev-util/ctags-5.5"

VIM_PLUGIN_HELPFILES="${PN}.txt"

0 comments on commit 3e55f73

Please sign in to comment.