Skip to content

Commit

Permalink
app-vim/bash-support: Stable for amd64. Retroactively mark stable for…
Browse files Browse the repository at this point in the history
… the remaining arches using the ALLARCHES policy.

Package-Manager: portage-2.2.28
  • Loading branch information
monsieurp committed Aug 25, 2016
1 parent 14ed670 commit d64491d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app-vim/bash-support/bash-support-4.2.1.ebuild
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5

inherit vim-plugin

DESCRIPTION="vim plugin: Bash-IDE - Write and run bash scripts using menus and hotkeys"
DESCRIPTION="vim plugin: write and run bash scripts using menus and hotkeys"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=365"
LICENSE="public-domain"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 x86"

VIM_PLUGIN_HELPFILES="${PN}"

src_install() {
dodoc ${PN}/doc/{ChangeLog,bash-hotkeys.pdf}
rm -rf ${PN}/doc
rm -rf ${PN}/doc || die

vim-plugin_src_install
}

0 comments on commit d64491d

Please sign in to comment.