Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/nerdtree/
Date: Mon, 31 Dec 2018 15:55:50
Message-Id: 1546271736.95a869f54b1c72b2a8dcc91df92152495b251c1a.monsieurp@gentoo
1 commit: 95a869f54b1c72b2a8dcc91df92152495b251c1a
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 31 15:46:07 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 31 15:55:36 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95a869f5
7
8 app-vim/nerdtree: clean up old.
9
10 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 app-vim/nerdtree/nerdtree-5.0.0.ebuild | 18 ------------------
14 1 file changed, 18 deletions(-)
15
16 diff --git a/app-vim/nerdtree/nerdtree-5.0.0.ebuild b/app-vim/nerdtree/nerdtree-5.0.0.ebuild
17 deleted file mode 100644
18 index d01ff3cf26a..00000000000
19 --- a/app-vim/nerdtree/nerdtree-5.0.0.ebuild
20 +++ /dev/null
21 @@ -1,18 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -
27 -inherit vim-plugin
28 -
29 -DESCRIPTION="vim plugin: A tree explorer plugin for navigating the filesystem"
30 -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1658 https://github.com/scrooloose/nerdtree"
31 -SRC_URI="https://github.com/scrooloose/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
32 -LICENSE="WTFPL-2"
33 -KEYWORDS="amd64 x86 ~x64-macos"
34 -
35 -VIM_PLUGIN_HELPFILES="NERD_tree"
36 -
37 -src_prepare() {
38 - rm LICENCE || die
39 -}