diff options
author | Tim Harder <radhermit@gentoo.org> | 2016-03-12 20:29:08 -0500 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2016-03-12 20:29:08 -0500 |
commit | 59effef7611ec5b72354997926e698b72c98a1ef (patch) | |
tree | 3bca09cd8e9172ef21ae1c02deb1ee3d1c075d16 /app-vim/ansiesc | |
parent | app-vim/screen: remove old (diff) | |
download | gentoo-59effef7611ec5b72354997926e698b72c98a1ef.tar.gz gentoo-59effef7611ec5b72354997926e698b72c98a1ef.tar.bz2 gentoo-59effef7611ec5b72354997926e698b72c98a1ef.zip |
app-vim/ansiesc: bump EAPI
Diffstat (limited to 'app-vim/ansiesc')
-rw-r--r-- | app-vim/ansiesc/ansiesc-12.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/app-vim/ansiesc/ansiesc-12.ebuild b/app-vim/ansiesc/ansiesc-12.ebuild index cbeb31a628ba..4caef31fe2c7 100644 --- a/app-vim/ansiesc/ansiesc-12.ebuild +++ b/app-vim/ansiesc/ansiesc-12.ebuild @@ -1,9 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=3 -VIM_PLUGIN_VIM_VERSION="7.3" +EAPI=5 inherit vim-plugin @@ -11,9 +10,7 @@ DESCRIPTION="vim plugin: ansi escape sequences concealed, but highlighted as spe HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=302" LICENSE="public-domain" KEYWORDS="amd64 x86" -IUSE="" -DEPEND="" RDEPEND="app-vim/cecutil" VIM_PLUGIN_HELPFILES="AnsiEsc.txt" |