Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/voom/
Date: Sat, 27 May 2017 15:19:43
Message-Id: 1495898362.4b64f217d2ca061cdb9b659dd15fb3fd738bd373.mgorny@gentoo
1 commit: 4b64f217d2ca061cdb9b659dd15fb3fd738bd373
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 21 16:46:11 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat May 27 15:19:22 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b64f217
7
8 app-vim/voom: Port to python-single-r1
9
10 app-vim/voom/voom-5.1-r1.ebuild | 22 ++++++++++++++++++++++
11 1 file changed, 22 insertions(+)
12
13 diff --git a/app-vim/voom/voom-5.1-r1.ebuild b/app-vim/voom/voom-5.1-r1.ebuild
14 new file mode 100644
15 index 00000000000..b0948934600
16 --- /dev/null
17 +++ b/app-vim/voom/voom-5.1-r1.ebuild
18 @@ -0,0 +1,22 @@
19 +# Copyright 1999-2017 Gentoo Foundation
20 +# Distributed under the terms of the GNU General Public License v2
21 +
22 +EAPI=6
23 +
24 +PYTHON_COMPAT=( python2_7 )
25 +inherit python-single-r1 vim-plugin
26 +
27 +DESCRIPTION="vim plugin: emulates a two-pane text outliner"
28 +HOMEPAGE="https://vim-voom.github.com/ http://www.vim.org/scripts/script.php?script_id=2657"
29 +
30 +LICENSE="CC0-1.0"
31 +KEYWORDS="~amd64 ~x86"
32 +REQUIRED_USE="${PYTHON_REQUIRED_USE}"
33 +
34 +VIM_PLUGIN_HELPFILES="${PN}.txt"
35 +
36 +RDEPEND="${PYTHON_DEPS}
37 + || (
38 + app-editors/vim[python,${PYTHON_USEDEP}]
39 + app-editors/gvim[python,${PYTHON_USEDEP}]
40 + )"