diff options
author | Tim Harder <radhermit@gentoo.org> | 2016-03-12 20:31:36 -0500 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2016-03-12 20:31:36 -0500 |
commit | eeb29307aa36b88b0302ca60bcdea88309f1045f (patch) | |
tree | 94cdc02c1259630f1cfebd0193cea10a912d0ea4 /app-vim | |
parent | app-vim/ansiesc: bump EAPI (diff) | |
download | gentoo-eeb29307aa36b88b0302ca60bcdea88309f1045f.tar.gz gentoo-eeb29307aa36b88b0302ca60bcdea88309f1045f.tar.bz2 gentoo-eeb29307aa36b88b0302ca60bcdea88309f1045f.zip |
app-vim/cecutil: bump EAPI
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/cecutil/cecutil-17.ebuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/app-vim/cecutil/cecutil-17.ebuild b/app-vim/cecutil/cecutil-17.ebuild index c867a7b06a46..91edfe9691d2 100644 --- a/app-vim/cecutil/cecutil-17.ebuild +++ b/app-vim/cecutil/cecutil-17.ebuild @@ -1,16 +1,14 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -VIM_PLUGIN_VIM_VERSION="7.0" +EAPI=5 + inherit vim-plugin DESCRIPTION="vim plugin: library used by many of Charles Campbell's plugins" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1066" LICENSE="vim" 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. Documentation is available via ':help cecutil.txt'." +VIM_PLUGIN_HELPFILES="${PN}.txt" |