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: dev-util/redo/
Date: Sun, 09 Feb 2020 16:25:23
Message-Id: 1581265304.a1fef608e4b4604b3c701016c2a9b483ffb7440c.mgorny@gentoo
1 commit: a1fef608e4b4604b3c701016c2a9b483ffb7440c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 7 13:15:21 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 16:21:44 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1fef608
7
8 dev-util/redo: Switch to PYTHON_MULTI_USEDEP API
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-util/redo/{redo-0.42.ebuild => redo-0.42-r1.ebuild} | 8 +++++---
13 dev-util/redo/redo-99999.ebuild | 8 +++++---
14 2 files changed, 10 insertions(+), 6 deletions(-)
15
16 diff --git a/dev-util/redo/redo-0.42.ebuild b/dev-util/redo/redo-0.42-r1.ebuild
17 similarity index 84%
18 rename from dev-util/redo/redo-0.42.ebuild
19 rename to dev-util/redo/redo-0.42-r1.ebuild
20 index 17098dc0466..ea14d07a6f6 100644
21 --- a/dev-util/redo/redo-0.42.ebuild
22 +++ b/dev-util/redo/redo-0.42-r1.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 2018-2019 Gentoo Authors
25 +# Copyright 2018-2020 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=7
29 @@ -16,8 +16,10 @@ KEYWORDS="~amd64 ~hppa ~x86"
30 REQUIRED_USE=${PYTHON_REQUIRED_USE}
31
32 BDEPEND="
33 - dev-python/beautifulsoup[${PYTHON_USEDEP}]
34 - dev-python/markdown[${PYTHON_USEDEP}]
35 + $(python_gen_cond_dep '
36 + dev-python/beautifulsoup[${PYTHON_MULTI_USEDEP}]
37 + dev-python/markdown[${PYTHON_MULTI_USEDEP}]
38 + ')
39 ${PYTHON_DEPS}
40 "
41 RDEPEND="
42
43 diff --git a/dev-util/redo/redo-99999.ebuild b/dev-util/redo/redo-99999.ebuild
44 index 57197b9f75d..6e92129f9b4 100644
45 --- a/dev-util/redo/redo-99999.ebuild
46 +++ b/dev-util/redo/redo-99999.ebuild
47 @@ -1,4 +1,4 @@
48 -# Copyright 2018-2019 Gentoo Authors
49 +# Copyright 2018-2020 Gentoo Authors
50 # Distributed under the terms of the GNU General Public License v2
51
52 EAPI=7
53 @@ -16,8 +16,10 @@ KEYWORDS=""
54 REQUIRED_USE=${PYTHON_REQUIRED_USE}
55
56 BDEPEND="
57 - dev-python/beautifulsoup[${PYTHON_USEDEP}]
58 - dev-python/markdown[${PYTHON_USEDEP}]
59 + $(python_gen_cond_dep '
60 + dev-python/beautifulsoup[${PYTHON_MULTI_USEDEP}]
61 + dev-python/markdown[${PYTHON_MULTI_USEDEP}]
62 + ')
63 ${PYTHON_DEPS}
64 "
65 RDEPEND="