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/merginal/
Date: Sun, 25 Sep 2016 19:06:43
Message-Id: 1474830395.6aca2001282764b5be086cdce153c34b0643b51a.monsieurp@gentoo
1 commit: 6aca2001282764b5be086cdce153c34b0643b51a
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 25 10:16:30 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 25 19:06:35 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6aca2001
7
8 app-vim/merginal: 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/merginal/merginal-2.0.2.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/app-vim/merginal/merginal-2.0.2.ebuild b/app-vim/merginal/merginal-2.0.2.ebuild
16 index 522a797..df7d002 100644
17 --- a/app-vim/merginal/merginal-2.0.2.ebuild
18 +++ b/app-vim/merginal/merginal-2.0.2.ebuild
19 @@ -9,17 +9,17 @@ inherit vim-plugin
20 MY_PN=vim-${PN}
21 MY_P=${MY_PN}-${PV}
22
23 -DESCRIPTION="fugitive extension to manage and merge git branches"
24 +DESCRIPTION="vim script: fugitive extension to manage and merge git branches"
25 HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=4955 https://github.com/idanarye/vim-merginal/"
26 SRC_URI="https://github.com/idanarye/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
27 LICENSE="vim"
28 -KEYWORDS="~amd64 ~x86"
29 +KEYWORDS="amd64 x86"
30
31 RDEPEND="app-vim/fugitive"
32
33 VIM_PLUGIN_HELPFILES="${PN}"
34
35 -S=${WORKDIR}/${MY_P}
36 +S="${WORKDIR}/${MY_P}"
37
38 src_prepare() {
39 rm README.md || die