app-vim/nerdtree-git - 20210818 (guru)

Search

Install

Install this version:

emerge -a =app-vim/nerdtree-git-20210818

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-vim/nerdtree-git-20210818

Or alternatively:

emerge --autounmask-write -a =app-vim/nerdtree-git-20210818

Package Information

Description:
vim plugin: display git status flags in NERDTree
Homepage:
https://github.com/Xuyuanp/nerdtree-git-plugin
License:
WTFPL-2

Ebuild Details

Version EAPI Keywords Slot
20210818 8 ~amd64 ~x86
View Raw Ebuild
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit edo 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() {
	edo themis ./tests --runtimepath "${EPREFIX}"/usr/share/vim/vimfiles
}

src_install() {
	vim-plugin_src_install nerdtree_plugin
}

USE Flags

Manage flags for this package: euse -i <flag> -p app-vim/nerdtree-git | euse -E <flag> -p app-vim/nerdtree-git | euse -D <flag> -p app-vim/nerdtree-git

Global/Standard Flags

Inherited Eclasses

edo

Dependencies

RDEPEND

	app-vim/nerdtree
	dev-vcs/git

BDEPEND

test? (
	
	app-vim/nerdtree
	dev-vcs/git

	app-vim/themis
)

Manifest for 20210818

Type File Size Source URLs
DIST nerdtree-git-20210818.tar.gz 13972 bytes https://github.com/Xuyuanp/nerdtree-git-plugin/archive/e1fe727127a813095854a5b063c15e955a77eafb.tar.gz