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/gist/
Date: Thu, 25 Aug 2016 20:58:33
Message-Id: 1472158678.b9f92086e5a5ecb9e1aa745077a48acd9b00a0ef.monsieurp@gentoo
1 commit: b9f92086e5a5ecb9e1aa745077a48acd9b00a0ef
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 25 19:58:31 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 25 20:57:58 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9f92086
7
8 app-vim/gist: 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/gist/gist-7.2.ebuild | 11 ++++++-----
13 1 file changed, 6 insertions(+), 5 deletions(-)
14
15 diff --git a/app-vim/gist/gist-7.2.ebuild b/app-vim/gist/gist-7.2.ebuild
16 index ada0ee6..9235f2e 100644
17 --- a/app-vim/gist/gist-7.2.ebuild
18 +++ b/app-vim/gist/gist-7.2.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2013 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -13,16 +13,17 @@ DESCRIPTION="vim plugin: interact with gists (gist.github.com)"
26 HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2423 https://github.com/mattn/gist-vim"
27 SRC_URI="https://github.com/mattn/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
28 LICENSE="BSD"
29 -KEYWORDS="~amd64 ~x86 ~x64-macos"
30 +KEYWORDS="amd64 x86 ~x64-macos"
31
32 -RDEPEND="app-vim/webapi
33 +RDEPEND="
34 + app-vim/webapi
35 net-misc/curl
36 dev-vcs/git"
37
38 VIM_PLUGIN_HELPFILES="Gist.vim"
39
40 -S=${WORKDIR}/${MY_P}
41 +S="${WORKDIR}/${MY_P}"
42
43 src_prepare() {
44 - rm README.md gist.vim* Makefile || die
45 + rm -v README.md gist.vim* Makefile || die
46 }