mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-vim/nerdtree-tabs: Add NERDTree plugin for managing tabs within vim.
Package-Manager: portage-2.2.28
This commit is contained in:
1
app-vim/nerdtree-tabs/Manifest
Normal file
1
app-vim/nerdtree-tabs/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST nerdtree-tabs-1.4.6.zip 14048 SHA256 be9c721541129e44e72c646529613ce428c69d9accbce839d072b570e5140596 SHA512 68107f3c3b61cdd154b309f93a663306e15c8221a6913bf7e0a2171ec8fac25a2d358569b08e30355e8e6350e50116370df3a298dbb3f4a8d272489d720ab2f0 WHIRLPOOL fd2718570f4bcd8c238ddf8d22caafaf88b8ba05b86554051087d7d33992d52251377f996aab7a37b061438700024da0eca66e1ef0bfc01735cbb554ca6e481a
|
||||
11
app-vim/nerdtree-tabs/metadata.xml
Normal file
11
app-vim/nerdtree-tabs/metadata.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>vim@gentoo.org</email>
|
||||
<name>Gentoo Vim Project</name>
|
||||
</maintainer>
|
||||
<maintainer type="person">
|
||||
<email>monsieurp@gentoo.org</email>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
18
app-vim/nerdtree-tabs/nerdtree-tabs-1.4.6.ebuild
Normal file
18
app-vim/nerdtree-tabs/nerdtree-tabs-1.4.6.ebuild
Normal file
@@ -0,0 +1,18 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit vim-plugin
|
||||
|
||||
DESCRIPTION="vim plugin: NERDTree and tabs in vim"
|
||||
HOMEPAGE="https://github.com/jistr"
|
||||
SRC_URI="https://github.com/jistr/vim-${PN}/archive/v${PV}.zip -> ${P}.zip"
|
||||
LICENSE="Apache-1.1"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
DEPEND="app-arch/unzip"
|
||||
RDEPEND="app-vim/nerdtree"
|
||||
|
||||
S="${WORKDIR}/vim-${P}"
|
||||
Reference in New Issue
Block a user