# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit vim-plugin git-r3 DESCRIPTION="vim plugin: Next generation completion framework after neocomplcache" HOMEPAGE="https://github.com/Shougo/neocomplete.vim" EGIT_REPO_URI="https://github.com/Shougo/neocomplete.vim.git" EGIT_COMMIT="46791e7692e07384a089d125c5c536246698d04c" SRC_URI="" KEYWORDS="~amd64 ~x86" PROPERTIES="live" LICENSE="MIT" IUSE="+doc" RDEPEND="|| ( >app-editors/vim-7.3.885[lua] >app-editors/gvim-7.3.885[lua] ) !app-vim/neocomplcache" VIM_PLUGIN_HELPFILES="" VIM_PLUGIN_HELPTEXT="" VIM_PLUGIN_HELPURI="" VIM_PLUGIN_MESSAGES="" src_prepare() { default } src_install() { egit_clean vim-plugin_src_install use doc || rm -rf "${D}/usr/share/doc" }