diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-03-19 17:37:50 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-09-14 23:22:41 +0200 |
commit | b9bc3e204235210f218683501ab0f760ba9907a0 (patch) | |
tree | 9ccfe07492b654e5b25d92f5d9d6be3ccdeab50c /app-vim | |
parent | app-vim/neocomplcache: EAPI8 bump (diff) | |
download | gentoo-b9bc3e204235210f218683501ab0f760ba9907a0.tar.gz gentoo-b9bc3e204235210f218683501ab0f760ba9907a0.tar.bz2 gentoo-b9bc3e204235210f218683501ab0f760ba9907a0.zip |
app-vim/nerdtree-tabs: EAPI8 bump
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/nerdtree-tabs/nerdtree-tabs-1.4.7-r1.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/app-vim/nerdtree-tabs/nerdtree-tabs-1.4.7-r1.ebuild b/app-vim/nerdtree-tabs/nerdtree-tabs-1.4.7-r1.ebuild new file mode 100644 index 000000000000..4db2fd61abbf --- /dev/null +++ b/app-vim/nerdtree-tabs/nerdtree-tabs-1.4.7-r1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit vim-plugin + +DESCRIPTION="vim plugin: NERDTree and tabs in vim" +HOMEPAGE="https://github.com/jistr/vim-nerdtree-tabs" +SRC_URI="https://github.com/jistr/vim-${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/vim-${P}" + +LICENSE="Apache-2.0" +KEYWORDS="~amd64 ~x86" + +RDEPEND="app-vim/nerdtree" + +VIM_PLUGIN_HELPFILES="${PN}" + +DOCS=( CHANGELOG.md README.md ) |