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: media-sound/cadence/
Date: Sun, 09 Feb 2020 16:31:38
Message-Id: 1581265878.8a667ad6f566b9bec1e7201f7f837115c180c2f1.mgorny@gentoo
1 commit: 8a667ad6f566b9bec1e7201f7f837115c180c2f1
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 7 16:50:25 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 16:31:18 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a667ad6
7
8 media-sound/cadence: Switch to PYTHON_MULTI_USEDEP API
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../cadence/{cadence-0.9.0-r3.ebuild => cadence-0.9.0-r4.ebuild} | 8 +++++---
13 media-sound/cadence/cadence-9999.ebuild | 8 +++++---
14 2 files changed, 10 insertions(+), 6 deletions(-)
15
16 diff --git a/media-sound/cadence/cadence-0.9.0-r3.ebuild b/media-sound/cadence/cadence-0.9.0-r4.ebuild
17 similarity index 91%
18 rename from media-sound/cadence/cadence-0.9.0-r3.ebuild
19 rename to media-sound/cadence/cadence-0.9.0-r4.ebuild
20 index 6eb22cdfc3f..08953c0b0c7 100644
21 --- a/media-sound/cadence/cadence-0.9.0-r3.ebuild
22 +++ b/media-sound/cadence/cadence-0.9.0-r4.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2019 Gentoo Authors
25 +# Copyright 1999-2020 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=7
29 @@ -20,8 +20,10 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
30 # for jack project rendering also needs media-sound/jack_capture which is not in the tree yet
31 CDEPEND="
32 ${PYTHON_DEPS}
33 - dev-python/dbus-python[${PYTHON_USEDEP}]
34 - dev-python/PyQt5[dbus,gui,opengl?,svg,widgets,${PYTHON_USEDEP}]
35 + $(python_gen_cond_dep '
36 + dev-python/dbus-python[${PYTHON_MULTI_USEDEP}]
37 + dev-python/PyQt5[dbus,gui,opengl?,svg,widgets,${PYTHON_MULTI_USEDEP}]
38 + ')
39 media-sound/jack2[dbus]
40 media-sound/jack_capture
41 a2jmidid? ( media-sound/a2jmidid[dbus] )
42
43 diff --git a/media-sound/cadence/cadence-9999.ebuild b/media-sound/cadence/cadence-9999.ebuild
44 index 2350c0a718d..1059f334e10 100644
45 --- a/media-sound/cadence/cadence-9999.ebuild
46 +++ b/media-sound/cadence/cadence-9999.ebuild
47 @@ -1,4 +1,4 @@
48 -# Copyright 1999-2019 Gentoo Authors
49 +# Copyright 1999-2020 Gentoo Authors
50 # Distributed under the terms of the GNU General Public License v2
51
52 EAPI=7
53 @@ -20,8 +20,10 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
54 # for jack project rendering also needs media-sound/jack_capture which is not in the tree yet
55 CDEPEND="
56 ${PYTHON_DEPS}
57 - dev-python/dbus-python[${PYTHON_USEDEP}]
58 - dev-python/PyQt5[dbus,gui,opengl?,svg,widgets,${PYTHON_USEDEP}]
59 + $(python_gen_cond_dep '
60 + dev-python/dbus-python[${PYTHON_MULTI_USEDEP}]
61 + dev-python/PyQt5[dbus,gui,opengl?,svg,widgets,${PYTHON_MULTI_USEDEP}]
62 + ')
63 media-sound/jack2[dbus]
64 media-sound/jack_capture
65 a2jmidid? ( media-sound/a2jmidid[dbus] )