Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/bash-support/
Date: Thu, 25 Aug 2016 20:58:34
Message-Id: 1472158688.d64491db24c77052104d386b2a88d5e052b241eb.monsieurp@gentoo
1 commit: d64491db24c77052104d386b2a88d5e052b241eb
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 25 20:17:55 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 25 20:58:08 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d64491db
7
8 app-vim/bash-support: Stable for amd64. Retroactively mark stable for the remaining arches using the ALLARCHES policy.
9
10 Package-Manager: portage-2.2.28
11
12 app-vim/bash-support/bash-support-4.2.1.ebuild | 8 ++++----
13 1 file changed, 4 insertions(+), 4 deletions(-)
14
15 diff --git a/app-vim/bash-support/bash-support-4.2.1.ebuild b/app-vim/bash-support/bash-support-4.2.1.ebuild
16 index 068aa89..f76f8aa 100644
17 --- a/app-vim/bash-support/bash-support-4.2.1.ebuild
18 +++ b/app-vim/bash-support/bash-support-4.2.1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2014 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -6,16 +6,16 @@ EAPI=5
26
27 inherit vim-plugin
28
29 -DESCRIPTION="vim plugin: Bash-IDE - Write and run bash scripts using menus and hotkeys"
30 +DESCRIPTION="vim plugin: write and run bash scripts using menus and hotkeys"
31 HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=365"
32 LICENSE="public-domain"
33 -KEYWORDS="~amd64 ~x86"
34 +KEYWORDS="amd64 x86"
35
36 VIM_PLUGIN_HELPFILES="${PN}"
37
38 src_install() {
39 dodoc ${PN}/doc/{ChangeLog,bash-hotkeys.pdf}
40 - rm -rf ${PN}/doc
41 + rm -rf ${PN}/doc || die
42
43 vim-plugin_src_install
44 }