# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=3 inherit vim-plugin DESCRIPTION="vim plugin: BASH IDE -- Write and run BASH-scripts using menus and hotkeys" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=365" SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=14185 -> ${P}.zip" LICENSE="GPL-2" KEYWORDS="~amd64" IUSE="" DEPEND="app-arch/unzip" RDEPEND="" S="${WORKDIR}" VIM_PLUGIN_HELPFILES="bashsupport" VIM_PLUGIN_HELPURI="http://lug.fh-swf.de/vim/vim-doc/bashsupport.html" # appears to set this anyway for vim, maybe not needed #VIM_PLUGIN_MESSAGES="filetype" src_prepare() { # move the ChangeLog, tex, and pdf file out of the way to tmp mv bash-support/doc "${T}" } src_install() { vim-plugin_src_install # use dodoc on the moved docs dodoc "${T}"/doc/* }