summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2016-03-12 20:37:10 -0500
committerTim Harder <radhermit@gentoo.org>2016-03-12 20:37:10 -0500
commit43f1f767d63af3dd9b16cf6dbe2ebf2297ace419 (patch)
tree5f5cefa2af4a046ea49561b5af9d35746c0b7b68 /app-vim/l9
parentapp-vim/colorsel: bump EAPI (diff)
downloadgentoo-43f1f767d63af3dd9b16cf6dbe2ebf2297ace419.tar.gz
gentoo-43f1f767d63af3dd9b16cf6dbe2ebf2297ace419.tar.bz2
gentoo-43f1f767d63af3dd9b16cf6dbe2ebf2297ace419.zip
app-vim/l9: bump EAPI
Diffstat (limited to 'app-vim/l9')
-rw-r--r--app-vim/l9/l9-1.1.ebuild11
1 files changed, 4 insertions, 7 deletions
diff --git a/app-vim/l9/l9-1.1.ebuild b/app-vim/l9/l9-1.1.ebuild
index 7cd9b6cfff74..ed406c21b024 100644
--- a/app-vim/l9/l9-1.1.ebuild
+++ b/app-vim/l9/l9-1.1.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=3
+EAPI=5
-VIM_PLUGIN_VIM_VERSION="7.2"
inherit vim-plugin
DESCRIPTION="vim plugin: library for vim scripts"
@@ -12,11 +11,9 @@ HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3252"
SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=13948 -> ${P}.zip"
LICENSE="MIT"
KEYWORDS="amd64 x86"
-IUSE=""
-VIM_PLUGIN_HELPFILES="l9"
+VIM_PLUGIN_HELPFILES="${PN}.txt"
DEPEND="app-arch/unzip"
-RDEPEND=""
-S="${WORKDIR}"
+S=${WORKDIR}