summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2016-03-12 20:29:08 -0500
committerTim Harder <radhermit@gentoo.org>2016-03-12 20:29:08 -0500
commit59effef7611ec5b72354997926e698b72c98a1ef (patch)
tree3bca09cd8e9172ef21ae1c02deb1ee3d1c075d16
parentapp-vim/screen: remove old (diff)
downloadgentoo-59effef7611ec5b72354997926e698b72c98a1ef.tar.gz
gentoo-59effef7611ec5b72354997926e698b72c98a1ef.tar.bz2
gentoo-59effef7611ec5b72354997926e698b72c98a1ef.zip
app-vim/ansiesc: bump EAPI
-rw-r--r--app-vim/ansiesc/ansiesc-12.ebuild7
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"