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: Sun, 09 Feb 2020 16:18:23
Message-Id: 1581265059.2f385a3f4c369e74e723ebffc5d229fa9c53379a.mgorny@gentoo
1 commit: 2f385a3f4c369e74e723ebffc5d229fa9c53379a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 7 12:19:23 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 16:17:39 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f385a3f
7
8 app-vim/voom: Switch to PYTHON_MULTI_USEDEP API
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-vim/voom/{voom-5.1-r1.ebuild => voom-5.1-r2.ebuild} | 6 +++---
13 app-vim/voom/{voom-5.3.ebuild => voom-5.3-r1.ebuild} | 4 ++--
14 2 files changed, 5 insertions(+), 5 deletions(-)
15
16 diff --git a/app-vim/voom/voom-5.1-r1.ebuild b/app-vim/voom/voom-5.1-r2.ebuild
17 similarity index 76%
18 rename from app-vim/voom/voom-5.1-r1.ebuild
19 rename to app-vim/voom/voom-5.1-r2.ebuild
20 index 661ae4f5bd8..53ff9daabbe 100644
21 --- a/app-vim/voom/voom-5.1-r1.ebuild
22 +++ b/app-vim/voom/voom-5.1-r2.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2018 Gentoo Foundation
25 +# Copyright 1999-2020 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29 @@ -17,6 +17,6 @@ VIM_PLUGIN_HELPFILES="${PN}.txt"
30
31 RDEPEND="${PYTHON_DEPS}
32 || (
33 - app-editors/vim[python,${PYTHON_USEDEP}]
34 - app-editors/gvim[python,${PYTHON_USEDEP}]
35 + app-editors/vim[python,${PYTHON_SINGLE_USEDEP}]
36 + app-editors/gvim[python,${PYTHON_SINGLE_USEDEP}]
37 )"
38
39 diff --git a/app-vim/voom/voom-5.3.ebuild b/app-vim/voom/voom-5.3-r1.ebuild
40 similarity index 85%
41 rename from app-vim/voom/voom-5.3.ebuild
42 rename to app-vim/voom/voom-5.3-r1.ebuild
43 index 78f809834f6..af13fa79088 100644
44 --- a/app-vim/voom/voom-5.3.ebuild
45 +++ b/app-vim/voom/voom-5.3-r1.ebuild
46 @@ -18,8 +18,8 @@ VIM_PLUGIN_HELPFILES="${PN}.txt"
47
48 RDEPEND="${PYTHON_DEPS}
49 || (
50 - app-editors/vim[python,${PYTHON_USEDEP}]
51 - app-editors/gvim[python,${PYTHON_USEDEP}]
52 + app-editors/vim[python,${PYTHON_SINGLE_USEDEP}]
53 + app-editors/gvim[python,${PYTHON_SINGLE_USEDEP}]
54 )"
55
56 S=${WORKDIR}/VOoM-${PV}