From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6FBD7138334 for ; Wed, 1 Jan 2020 12:08:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1BD1E09BC; Wed, 1 Jan 2020 12:08:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 65B72E09BC for ; Wed, 1 Jan 2020 12:08:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6B73934DBDE for ; Wed, 1 Jan 2020 12:08:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D59DC36 for ; Wed, 1 Jan 2020 12:08:38 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1577880516.ccf2ecc34c74fa31e8df62ba29b25e7d96af6933.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/nerdtree/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/nerdtree/Manifest app-vim/nerdtree/nerdtree-6.4.1.ebuild X-VCS-Directories: app-vim/nerdtree/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: ccf2ecc34c74fa31e8df62ba29b25e7d96af6933 X-VCS-Branch: master Date: Wed, 1 Jan 2020 12:08:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 34de06a9-2c7a-4706-ab15-849f5493c9e7 X-Archives-Hash: 6be1353a5ec317eaea7b61e515fc605d commit: ccf2ecc34c74fa31e8df62ba29b25e7d96af6933 Author: Mikle Kolyada gentoo org> AuthorDate: Wed Jan 1 12:08:12 2020 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Wed Jan 1 12:08:36 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccf2ecc3 app-vim/nerdtree: Version bump (v6.4.1) Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Mikle Kolyada gentoo.org> app-vim/nerdtree/Manifest | 1 + app-vim/nerdtree/nerdtree-6.4.1.ebuild | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/app-vim/nerdtree/Manifest b/app-vim/nerdtree/Manifest index efe03b76f3b..c748e0e11dd 100644 --- a/app-vim/nerdtree/Manifest +++ b/app-vim/nerdtree/Manifest @@ -1 +1,2 @@ DIST nerdtree-5.0.0.tar.gz 56162 BLAKE2B d4451ae6968454c6281e63233db13f0c5c834eab1a69662b2850d0cfa91f7255a51cbe5113c16224a57eef86862a032607c6eb1a7cc300af169491ce40e9cebe SHA512 7de6e7978604e89e2c03cadf74ff4a57545ff73a643039fdfe76f277e773374b5b5f9bbd5d8f3307df4af867f88fc687f9bb5e28ff9e90d11fecdef8bdb83d1a +DIST nerdtree-6.4.1.tar.gz 157828 BLAKE2B dad6ea998a158405d7c0937be42c190839d5ebf6ec5ae9342905a93eeaeefda7d68f3a69f9797efcdb54ba446d0e497f1c7aeb7db6738e0af0e3ccd326e1617b SHA512 574041237f66e0d7c4d704b866216d051a7eddd8a4842f0aa4a131d06158c82352ef6b94c171666e73a72e8812e38de4197277b51e1f6cec562f9f3c916bf66a diff --git a/app-vim/nerdtree/nerdtree-6.4.1.ebuild b/app-vim/nerdtree/nerdtree-6.4.1.ebuild new file mode 100644 index 00000000000..6f2574ec935 --- /dev/null +++ b/app-vim/nerdtree/nerdtree-6.4.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit vim-plugin + +DESCRIPTION="vim plugin: A tree explorer plugin for navigating the filesystem" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1658 https://github.com/scrooloose/nerdtree" +SRC_URI="https://github.com/scrooloose/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="WTFPL-2" +KEYWORDS="~amd64 ~x86 ~x64-macos" + +VIM_PLUGIN_HELPFILES="NERD_tree" + +src_prepare() { + default + rm LICENCE || die +}