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-plugins/mythplugins/
Date: Sun, 09 Feb 2020 16:31:38
Message-Id: 1581265878.5567152dca265bc888aa14531bccff727ae19904.mgorny@gentoo
1 commit: 5567152dca265bc888aa14531bccff727ae19904
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 7 16:49:57 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=5567152d
7
8 media-plugins/mythplugins: Switch to PYTHON_MULTI_USEDEP API
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 ...ythplugins-30.0.ebuild => mythplugins-30.0-r1.ebuild} | 16 ++++++++++------
13 1 file changed, 10 insertions(+), 6 deletions(-)
14
15 diff --git a/media-plugins/mythplugins/mythplugins-30.0.ebuild b/media-plugins/mythplugins/mythplugins-30.0-r1.ebuild
16 similarity index 92%
17 rename from media-plugins/mythplugins/mythplugins-30.0.ebuild
18 rename to media-plugins/mythplugins/mythplugins-30.0-r1.ebuild
19 index b574a2449e6..c8dc9edb4fb 100644
20 --- a/media-plugins/mythplugins/mythplugins-30.0.ebuild
21 +++ b/media-plugins/mythplugins/mythplugins-30.0-r1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2019 Gentoo Authors
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -56,7 +56,9 @@ DEPEND="
29 =media-tv/mythtv-${PV}*[alsa?,cdda?,cdr?,exif?,fftw?,ieee1394?,libass?,opengl?,python,raw?,xml?,xvid]
30 mytharchive? (
31 app-cdr/dvd+rw-tools
32 - dev-python/pillow[${PYTHON_USEDEP}]
33 + $(python_gen_cond_dep '
34 + dev-python/pillow[${PYTHON_MULTI_USEDEP}]
35 + ')
36 media-video/dvdauthor
37 media-video/mjpegtools[png]
38 media-video/transcode
39 @@ -84,10 +86,12 @@ DEPEND="
40 )
41 )
42 mythnetvision? (
43 - dev-python/pycurl[${PYTHON_USEDEP}]
44 - dev-python/lxml[${PYTHON_USEDEP}]
45 - dev-python/mysql-python[${PYTHON_USEDEP}]
46 - dev-python/oauth[${PYTHON_USEDEP}]
47 + $(python_gen_cond_dep '
48 + dev-python/pycurl[${PYTHON_MULTI_USEDEP}]
49 + dev-python/lxml[${PYTHON_MULTI_USEDEP}]
50 + dev-python/mysql-python[${PYTHON_MULTI_USEDEP}]
51 + dev-python/oauth[${PYTHON_MULTI_USEDEP}]
52 + ')
53 )
54 mythweather? (
55 dev-perl/Date-Manip