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 87D9559CA3 for ; Sun, 13 Mar 2016 01:44:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0ED021C008; Sun, 13 Mar 2016 01:44:33 +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 250F621C008 for ; Sun, 13 Mar 2016 01:44:32 +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 B7665340AC0 for ; Sun, 13 Mar 2016 01:44:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F8092324 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: <1457833226.669c95edc9521f3985f3da87be9460ebb9e20c5e.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/genutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/genutils/genutils-2.5.ebuild X-VCS-Directories: app-vim/genutils/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 669c95edc9521f3985f3da87be9460ebb9e20c5e 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: 3ef116c2-798e-4ea9-8e35-8d87e6b977ee X-Archives-Hash: ba8251d3bf45114177feeea74b795675 commit: 669c95edc9521f3985f3da87be9460ebb9e20c5e Author: Tim Harder gentoo org> AuthorDate: Sun Mar 13 01:40:26 2016 +0000 Commit: Tim Harder gentoo org> CommitDate: Sun Mar 13 01:40:26 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=669c95ed app-vim/genutils: bump EAPI app-vim/genutils/genutils-2.5.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/app-vim/genutils/genutils-2.5.ebuild b/app-vim/genutils/genutils-2.5.ebuild index 6184d61..a3a7080 100644 --- a/app-vim/genutils/genutils-2.5.ebuild +++ b/app-vim/genutils/genutils-2.5.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=3 +EAPI=5 inherit vim-plugin @@ -11,13 +11,11 @@ HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=197" SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=11399 -> ${P}.zip" LICENSE="GPL-3" KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86" -IUSE="" VIM_PLUGIN_HELPTEXT=\ "This plugin provides library functions and is not intended to be used directly by the user." DEPEND="app-arch/unzip" -RDEPEND="" -S="${WORKDIR}" +S=${WORKDIR}