app-vim/nerdtree-git: update EAPI 7 -> 8

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova 2022-05-30 19:41:29 +05:00
parent b99a32682c
commit fd38d09c0e
No known key found for this signature in database
GPG Key ID: E7B76EDC50864BB1

View File

@ -1,9 +1,9 @@
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
inherit vim-plugin
inherit edo vim-plugin
COMMIT="e1fe727127a813095854a5b063c15e955a77eafb"
DESCRIPTION="vim plugin: display git status flags in NERDTree"
@ -26,10 +26,9 @@ BDEPEND="test? (
)"
src_test() {
themis ./tests --runtimepath "${EPREFIX}"/usr/share/vim/vimfiles || die
edo themis ./tests --runtimepath "${EPREFIX}"/usr/share/vim/vimfiles
}
src_install() {
rm -r tests || die
vim-plugin_src_install
vim-plugin_src_install nerdtree_plugin
}