From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9944859CA3 for ; Sun, 13 Mar 2016 01:44:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D843F21C04E; Sun, 13 Mar 2016 01:44:32 +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 60E8A21C04E for ; Sun, 13 Mar 2016 01:44:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 684C4340C03 for ; Sun, 13 Mar 2016 01:44:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 70C782331 for ; Sun, 13 Mar 2016 01:44:26 +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: <1457833344.5cc7a79ff405bf187c6f37d2754facd46d672c20.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/fuzzyfinder/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/fuzzyfinder/fuzzyfinder-4.2.2.ebuild X-VCS-Directories: app-vim/fuzzyfinder/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 5cc7a79ff405bf187c6f37d2754facd46d672c20 X-VCS-Branch: master Date: Sun, 13 Mar 2016 01:44:26 +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: e9846d72-b1e3-4652-a473-5cbfd4361901 X-Archives-Hash: d4617fc750b574ca66178d49f2e7dc4d commit: 5cc7a79ff405bf187c6f37d2754facd46d672c20 Author: Tim Harder gentoo org> AuthorDate: Sun Mar 13 01:42:24 2016 +0000 Commit: Tim Harder gentoo org> CommitDate: Sun Mar 13 01:42:24 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cc7a79f app-vim/fuzzyfinder: bump EAPI app-vim/fuzzyfinder/fuzzyfinder-4.2.2.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/app-vim/fuzzyfinder/fuzzyfinder-4.2.2.ebuild b/app-vim/fuzzyfinder/fuzzyfinder-4.2.2.ebuild index 346940b..b6b4852 100644 --- a/app-vim/fuzzyfinder/fuzzyfinder-4.2.2.ebuild +++ b/app-vim/fuzzyfinder/fuzzyfinder-4.2.2.ebuild @@ -1,10 +1,9 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=3 +EAPI=5 -VIM_PLUGIN_VIM_VERSION="7.2" inherit vim-plugin DESCRIPTION="vim plugin: buffer/file/command/tag/etc explorer with fuzzy matching" @@ -12,7 +11,6 @@ HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1984" SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=13961 -> ${P}.zip" LICENSE="MIT" KEYWORDS="amd64 x86" -IUSE="" VIM_PLUGIN_HELPFILES="fuf"