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/easy-align/
Date: Thu, 27 Oct 2016 22:08:08
Message-Id: 1477605486.d2baa2c30d7cbc861c1e92061e657f5724d77a0c.monsieurp@gentoo
1 commit: d2baa2c30d7cbc861c1e92061e657f5724d77a0c
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 27 21:58:06 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 27 21:58:06 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2baa2c3
7
8 app-vim/easy-align: Stable for amd64+x86.
9
10 Package-Manager: portage-2.3.0
11
12 app-vim/easy-align/easy-align-2.10.0.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/app-vim/easy-align/easy-align-2.10.0.ebuild b/app-vim/easy-align/easy-align-2.10.0.ebuild
16 index 3957f05..f241fd2 100644
17 --- a/app-vim/easy-align/easy-align-2.10.0.ebuild
18 +++ b/app-vim/easy-align/easy-align-2.10.0.ebuild
19 @@ -13,12 +13,12 @@ DESCRIPTION="vim plugin: a simple alignment plugin"
20 HOMEPAGE="https://github.com/junegunn/vim-easy-align http://www.vim.org/scripts/script.php?script_id=4520"
21 SRC_URI="https://github.com/junegunn/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
22 LICENSE="MIT"
23 -KEYWORDS="~amd64 ~x86"
24 +KEYWORDS="amd64 x86"
25
26 VIM_PLUGIN_HELPFILES="${PN}"
27
28 -S=${WORKDIR}/${MY_PN}-${PV}
29 +S="${WORKDIR}/${MY_PN}-${PV}"
30
31 src_prepare() {
32 - rmdir test || die
33 + rm -rv test || die
34 }