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/vimoutliner/
Date: Sun, 09 Feb 2020 16:18:22
Message-Id: 1581265056.b4b479e4effc6a93fcea8a98ae6f03fa99f7be49.mgorny@gentoo
1 commit: b4b479e4effc6a93fcea8a98ae6f03fa99f7be49
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 7 12:18:10 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 16:17:36 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4b479e4
7
8 app-vim/vimoutliner: Switch to PYTHON_MULTI_USEDEP API
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../{vimoutliner-0.3.6-r2.ebuild => vimoutliner-0.3.6-r3.ebuild} | 4 +++-
13 ....0_p20180301-r1.ebuild => vimoutliner-0.4.0_p20180301-r2.ebuild} | 6 ++++--
14 2 files changed, 7 insertions(+), 3 deletions(-)
15
16 diff --git a/app-vim/vimoutliner/vimoutliner-0.3.6-r2.ebuild b/app-vim/vimoutliner/vimoutliner-0.3.6-r3.ebuild
17 similarity index 94%
18 rename from app-vim/vimoutliner/vimoutliner-0.3.6-r2.ebuild
19 rename to app-vim/vimoutliner/vimoutliner-0.3.6-r3.ebuild
20 index 4168f3a1c1b..517d6a36c56 100644
21 --- a/app-vim/vimoutliner/vimoutliner-0.3.6-r2.ebuild
22 +++ b/app-vim/vimoutliner/vimoutliner-0.3.6-r3.ebuild
23 @@ -21,7 +21,9 @@ VIM_PLUGIN_MESSAGES="filetype"
24 PATCHES=( "${FILESDIR}/${P}-fix-shebangs.patch" )
25
26 RDEPEND="${PYTHON_DEPS}
27 - dev-python/autopep8[${PYTHON_USEDEP}]"
28 + $(python_gen_cond_dep '
29 + dev-python/autopep8[${PYTHON_MULTI_USEDEP}]
30 + ')"
31
32 pkg_setup() {
33 python-single-r1_pkg_setup
34
35 diff --git a/app-vim/vimoutliner/vimoutliner-0.4.0_p20180301-r1.ebuild b/app-vim/vimoutliner/vimoutliner-0.4.0_p20180301-r2.ebuild
36 similarity index 90%
37 rename from app-vim/vimoutliner/vimoutliner-0.4.0_p20180301-r1.ebuild
38 rename to app-vim/vimoutliner/vimoutliner-0.4.0_p20180301-r2.ebuild
39 index 91f8bce967c..c6da5e2e298 100644
40 --- a/app-vim/vimoutliner/vimoutliner-0.4.0_p20180301-r1.ebuild
41 +++ b/app-vim/vimoutliner/vimoutliner-0.4.0_p20180301-r2.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2019 Gentoo Authors
44 +# Copyright 1999-2020 Gentoo Authors
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=6
48 @@ -23,7 +23,9 @@ VIM_PLUGIN_HELPFILES="vimoutliner"
49 VIM_PLUGIN_MESSAGES="filetype"
50
51 RDEPEND="${PYTHON_DEPS}
52 - dev-python/autopep8[${PYTHON_USEDEP}]"
53 + $(python_gen_cond_dep '
54 + dev-python/autopep8[${PYTHON_MULTI_USEDEP}]
55 + ')"
56 DEPEND="${RDEPEND}"
57
58 src_prepare() {