app-vim/cecutil: bump EAPI
authorTim Harder <radhermit@gentoo.org>
Sun, 13 Mar 2016 01:31:36 +0000 (20:31 -0500)
committerTim Harder <radhermit@gentoo.org>
Sun, 13 Mar 2016 01:31:36 +0000 (20:31 -0500)
app-vim/cecutil/cecutil-17.ebuild

index c867a7b06a46ff0e20522bdb3b1ee70f09f50c76..91edfe9691d2c82a2721fcf9e387b2c2b1c36717 100644 (file)
@@ -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"