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 D08E1139694 for ; Thu, 2 Mar 2017 17:11:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2BC18E0C8A; Thu, 2 Mar 2017 17:11:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 06380E0C8A for ; Thu, 2 Mar 2017 17:11:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D79E53416B1 for ; Thu, 2 Mar 2017 17:10:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 14F4A59E7 for ; Thu, 2 Mar 2017 17:10:58 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1488474649.5c4467e6812e7cc61b8d625a18bd54a0c894c6d4.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/ackvim/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/ackvim/Manifest app-vim/ackvim/ackvim-1.0.9-r1.ebuild X-VCS-Directories: app-vim/ackvim/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 5c4467e6812e7cc61b8d625a18bd54a0c894c6d4 X-VCS-Branch: master Date: Thu, 2 Mar 2017 17:10:58 +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: 42161f7c-fbec-4987-b9d3-7d9d3eacd79b X-Archives-Hash: 0098ba09d71bf06de4db30aeb63f575a commit: 5c4467e6812e7cc61b8d625a18bd54a0c894c6d4 Author: Patrice Clement gentoo org> AuthorDate: Thu Mar 2 17:08:57 2017 +0000 Commit: Patrice Clement gentoo org> CommitDate: Thu Mar 2 17:10:49 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c4467e6 app-vim/ackvim: avoid file collision with another package. Gentoo-Bug: https://bugs.gentoo.org/584768 Package-Manager: Portage-2.3.3, Repoman-2.3.1 app-vim/ackvim/Manifest | 1 + app-vim/ackvim/ackvim-1.0.9-r1.ebuild | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/app-vim/ackvim/Manifest b/app-vim/ackvim/Manifest index 9096bdc2950..b39f126484b 100644 --- a/app-vim/ackvim/Manifest +++ b/app-vim/ackvim/Manifest @@ -1 +1,2 @@ +DIST ack.vim-1.0.9.tar.gz 9361 SHA256 598af55eed01886428027ea26f3f99a5029ece88c28e34c22fb94d09ac552cab SHA512 42c931433ca2554cee0ccdc576891ba82efaebb0e5301ab279b3db8160816892b6f6232da7389058177ef9640a07e9582409c852ee5b55f3c9ee0b6f547ae8d0 WHIRLPOOL eea0a155e3249cde98072367b7bcffc063f22ef250125c46e3a5b0713267a353bd30275e4d8f169087e5108c1734b16796bb836b249dd6663868b6164d051154 DIST ack.vim-1.0.9.zip 11910 SHA256 b479b04a94ddc4dd29bb9b525ba5e35f4925a96e92dd90a65120f225fd4fb241 SHA512 fc973144e4f82ee76f72709ab3755ed8c8fae0e3f9058d97cb4a19fb81cfb21aac4f0976e2fabfdbed67b9a2220732e335b81666ee42a31d9b4339881024cf10 WHIRLPOOL d4b4864d8dfcb41d0222a8f5bd81f3f3d64d4796b09ed3aff0ac347fb424246e165f6dfa2177723fa7805bed4b07c0973febbff9b7525bf0d6e4aa8467e8d8b1 diff --git a/app-vim/ackvim/ackvim-1.0.9-r1.ebuild b/app-vim/ackvim/ackvim-1.0.9-r1.ebuild new file mode 100644 index 00000000000..2157915d1aa --- /dev/null +++ b/app-vim/ackvim/ackvim-1.0.9-r1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit vim-plugin + +MY_PN="ack.vim" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="vim plugin: run ack from vim" +HOMEPAGE="https://github.com/mileszs/ack.vim" +SRC_URI="https://github.com/mileszs/${MY_PN}/archive/${PV}.tar.gz -> ${MY_P}.tar.gz" +LICENSE="vim" +KEYWORDS="~amd64 ~x86" + +RDEPEND="sys-apps/ack" + +S="${WORKDIR}/${MY_P}" + +src_prepare() { + default + # See bug 584768. + mv ftplugin/qf.vim ftplugin/ackqf.vim || die +}