commit: 999c13489a2318a2ce699455b064c93f09b52181 Author: Tim Harder <radhermit <AT> gentoo <DOT> org> AuthorDate: Sun Mar 13 01:48:35 2016 +0000 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org> CommitDate: Sun Mar 13 01:48:35 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=999c1348
app-vim/project: bump EAPI app-vim/project/project-1.4.1.ebuild | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/app-vim/project/project-1.4.1.ebuild b/app-vim/project/project-1.4.1.ebuild index c9224d8..d652a81 100644 --- a/app-vim/project/project-1.4.1.ebuild +++ b/app-vim/project/project-1.4.1.ebuild @@ -1,21 +1,18 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="2" +EAPI=5 inherit vim-plugin -DESCRIPTION="vim plugin: Managing multiple projects with multiple sources like -an IDE" +DESCRIPTION="vim plugin: Managing multiple projects with multiple sources like an IDE" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=69" -SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=6273 - -> ${P}.tar.gz" +SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=6273 -> ${P}.tar.gz" LICENSE="vim.org" -KEYWORDS="~ppc" -IUSE="" +KEYWORDS="~amd64 ~ppc ~x86" S=${WORKDIR} -VIM_PLUGIN_HELPFILES="project" +VIM_PLUGIN_HELPFILES="${PN}"
