commit: 43f1f767d63af3dd9b16cf6dbe2ebf2297ace419 Author: Tim Harder <radhermit <AT> gentoo <DOT> org> AuthorDate: Sun Mar 13 01:37:10 2016 +0000 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org> CommitDate: Sun Mar 13 01:37:10 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43f1f767
app-vim/l9: bump EAPI app-vim/l9/l9-1.1.ebuild | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/app-vim/l9/l9-1.1.ebuild b/app-vim/l9/l9-1.1.ebuild index 7cd9b6c..ed406c2 100644 --- a/app-vim/l9/l9-1.1.ebuild +++ b/app-vim/l9/l9-1.1.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: library for vim scripts" @@ -12,11 +11,9 @@ HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3252" SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=13948 -> ${P}.zip" LICENSE="MIT" KEYWORDS="amd64 x86" -IUSE="" -VIM_PLUGIN_HELPFILES="l9" +VIM_PLUGIN_HELPFILES="${PN}.txt" DEPEND="app-arch/unzip" -RDEPEND="" -S="${WORKDIR}" +S=${WORKDIR}
