Parent Directory
|
Revision Log
Version bump. (Portage version: 2.2.0_alpha151/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
| 1 | # Copyright 1999-2013 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: $ |
| 4 | |
| 5 | EAPI=5 |
| 6 | |
| 7 | inherit vim-plugin |
| 8 | |
| 9 | DESCRIPTION="vim plugin: Bash-IDE - Write and run bash scripts using menus and hotkeys" |
| 10 | HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=365" |
| 11 | LICENSE="public-domain" |
| 12 | KEYWORDS="~amd64 ~x86" |
| 13 | IUSE="" |
| 14 | |
| 15 | VIM_PLUGIN_HELPFILES="${PN}" |
| 16 | |
| 17 | src_install() { |
| 18 | dodoc ${PN}/doc/{ChangeLog,bash-hot-keys.pdf} |
| 19 | rm -rf ${PN}/doc |
| 20 | |
| 21 | vim-plugin_src_install |
| 22 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |