diff options
Diffstat (limited to 'app-vim/cecutil')
-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" |