mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 03:23:20 -04:00
app-vim/nerdtree-git: add 20210818, drop 20210728
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
35
app-vim/nerdtree-git/nerdtree-git-20210818.ebuild
Normal file
35
app-vim/nerdtree-git/nerdtree-git-20210818.ebuild
Normal file
@@ -0,0 +1,35 @@
|
||||
# Copyright 2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit vim-plugin
|
||||
|
||||
COMMIT="e1fe727127a813095854a5b063c15e955a77eafb"
|
||||
DESCRIPTION="vim plugin: display git status flags in NERDTree"
|
||||
HOMEPAGE="https://github.com/Xuyuanp/nerdtree-git-plugin"
|
||||
SRC_URI="https://github.com/Xuyuanp/${PN}-plugin/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/${PN}-plugin-${COMMIT}"
|
||||
|
||||
LICENSE="WTFPL-2"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="
|
||||
app-vim/nerdtree
|
||||
dev-vcs/git
|
||||
"
|
||||
BDEPEND="test? (
|
||||
${RDEPEND}
|
||||
app-vim/themis
|
||||
)"
|
||||
|
||||
src_test() {
|
||||
themis ./tests --runtimepath "${EPREFIX}"/usr/share/vim/vimfiles || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
rm -r tests || die
|
||||
vim-plugin_src_install
|
||||
}
|
||||
Reference in New Issue
Block a user