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 1C1591396D0 for ; Sat, 30 Sep 2017 00:29:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4EACFE0C5C; Sat, 30 Sep 2017 00:29:39 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 27619E0C3F for ; Sat, 30 Sep 2017 00:29:39 +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 CCC8E3417DE for ; Sat, 30 Sep 2017 00:29:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 174BF8F9D for ; Sat, 30 Sep 2017 00:29:36 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1506731014.be1e48c58b8738f3279da3c1f5ee7c0b2c78ed52.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/bufexplorer/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/bufexplorer/Manifest app-vim/bufexplorer/bufexplorer-7.4.19.ebuild X-VCS-Directories: app-vim/bufexplorer/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: be1e48c58b8738f3279da3c1f5ee7c0b2c78ed52 X-VCS-Branch: master Date: Sat, 30 Sep 2017 00:29:36 +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-Archives-Salt: 686646d1-529b-4c7b-b49a-1b2fa47e9bca X-Archives-Hash: f588d3fdd43dfe745cfae456509e649c commit: be1e48c58b8738f3279da3c1f5ee7c0b2c78ed52 Author: Tim Harder gentoo org> AuthorDate: Sat Sep 30 00:23:34 2017 +0000 Commit: Tim Harder gentoo org> CommitDate: Sat Sep 30 00:23:34 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be1e48c5 app-vim/bufexplorer: version bump to 7.4.19 app-vim/bufexplorer/Manifest | 1 + app-vim/bufexplorer/bufexplorer-7.4.19.ebuild | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/app-vim/bufexplorer/Manifest b/app-vim/bufexplorer/Manifest index 6cb7fdbaaff..ee865a8e1c7 100644 --- a/app-vim/bufexplorer/Manifest +++ b/app-vim/bufexplorer/Manifest @@ -1 +1,2 @@ DIST bufexplorer-7.4.18.tar.gz 25117 SHA256 6cf21e3d36d8832cca9c53bbd44021aba437d0cebef5cf95576ade79750d8280 SHA512 420e3d352bb31a80311c3ab8ad62f7a6530fdcf78eb0bc45717e075f81a3d1a42fef18d756c129d2c25e8d5f7d8e1161affae905cfa7d8b0d1d3c9245c9f1bea WHIRLPOOL 798e5c61c0eafaeec73729dccfd9be38637174d32b958fa729893785d946b31cc9c593f2bd86d9a24b5d18e06850ffe5b5803cb0328396cf7bb5d46250ddfa74 +DIST bufexplorer-7.4.19.tar.gz 25679 SHA256 27840064ae649b00ebb2300fd91aab9c9068b13d97c17ce88fd86d977286c962 SHA512 d38bcb52a50cfcf6d0b66ca6f1290a6be53d5cee98b3d2d7a93e01b5ef904af53c6cc8256e667bdeeb23a58344f5d69838bb7b5d71d225a83d1e173b99344888 WHIRLPOOL 575c39a1985b466909bd1f281993eca38185964a2da921b4a2253cd56caccdd112c69bbebbefcc75526bdd656510e9416bc88bb68d47bc70587d503954322745 diff --git a/app-vim/bufexplorer/bufexplorer-7.4.19.ebuild b/app-vim/bufexplorer/bufexplorer-7.4.19.ebuild new file mode 100644 index 00000000000..320b746f4db --- /dev/null +++ b/app-vim/bufexplorer/bufexplorer-7.4.19.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit vim-plugin + +DESCRIPTION="vim plugin: easily browse vim buffers" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=42 https://github.com/jlanzarotta/bufexplorer" +SRC_URI="https://github.com/jlanzarotta/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="BSD" +KEYWORDS="~amd64 ~x86" + +VIM_PLUGIN_HELPFILES="${PN}.txt" + +src_prepare() { + default + rm LICENSE README.md || die +}