diff options
author | Tim Harder <radhermit@gentoo.org> | 2016-03-12 20:37:10 -0500 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2016-03-12 20:37:10 -0500 |
commit | 43f1f767d63af3dd9b16cf6dbe2ebf2297ace419 (patch) | |
tree | 5f5cefa2af4a046ea49561b5af9d35746c0b7b68 /app-vim/l9 | |
parent | app-vim/colorsel: bump EAPI (diff) | |
download | gentoo-43f1f767d63af3dd9b16cf6dbe2ebf2297ace419.tar.gz gentoo-43f1f767d63af3dd9b16cf6dbe2ebf2297ace419.tar.bz2 gentoo-43f1f767d63af3dd9b16cf6dbe2ebf2297ace419.zip |
app-vim/l9: bump EAPI
Diffstat (limited to 'app-vim/l9')
-rw-r--r-- | app-vim/l9/l9-1.1.ebuild | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/app-vim/l9/l9-1.1.ebuild b/app-vim/l9/l9-1.1.ebuild index 7cd9b6cfff74..ed406c21b024 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} |