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/exaile/
Date: Sun, 09 Feb 2020 16:31:38
Message-Id: 1581265880.b618bcaf15d322773d7cfa8e375c2eed9044f60f.mgorny@gentoo
1 commit: b618bcaf15d322773d7cfa8e375c2eed9044f60f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 7 16:51:38 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 16:31:20 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b618bcaf
7
8 media-sound/exaile: Switch to PYTHON_MULTI_USEDEP API
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../{exaile-4.0.0.ebuild => exaile-4.0.0-r1.ebuild} | 18 ++++++++++--------
13 1 file changed, 10 insertions(+), 8 deletions(-)
14
15 diff --git a/media-sound/exaile/exaile-4.0.0.ebuild b/media-sound/exaile/exaile-4.0.0-r1.ebuild
16 similarity index 77%
17 rename from media-sound/exaile/exaile-4.0.0.ebuild
18 rename to media-sound/exaile/exaile-4.0.0-r1.ebuild
19 index 57c248e3ab8..5fefb08686f 100644
20 --- a/media-sound/exaile/exaile-4.0.0.ebuild
21 +++ b/media-sound/exaile/exaile-4.0.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 @@ -25,19 +25,21 @@ IUSE="cddb libnotify nls scrobbler"
29 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
30
31 RDEPEND="${PYTHON_DEPS}
32 - dev-python/bsddb3[${PYTHON_USEDEP}]
33 - dev-python/dbus-python[${PYTHON_USEDEP}]
34 - dev-python/gst-python:1.0[${PYTHON_USEDEP}]
35 - dev-python/pycairo[${PYTHON_USEDEP}]
36 - >=dev-python/pygobject-3.13.2:3[${PYTHON_USEDEP}]
37 >=media-libs/gst-plugins-base-1.6:1.0
38 >=media-libs/gst-plugins-good-1.4:1.0
39 - >=media-libs/mutagen-1.10[${PYTHON_USEDEP}]
40 media-plugins/gst-plugins-meta:1.0
41 >=x11-libs/gtk+-3.10:3[introspection]
42 cddb? ( dev-python/cddb-py )
43 libnotify? ( >=x11-libs/libnotify-0.7[introspection] )
44 - scrobbler? ( dev-python/pylast[${PYTHON_USEDEP}] )
45 + $(python_gen_cond_dep '
46 + dev-python/bsddb3[${PYTHON_MULTI_USEDEP}]
47 + dev-python/dbus-python[${PYTHON_MULTI_USEDEP}]
48 + dev-python/gst-python:1.0[${PYTHON_MULTI_USEDEP}]
49 + dev-python/pycairo[${PYTHON_MULTI_USEDEP}]
50 + >=dev-python/pygobject-3.13.2:3[${PYTHON_MULTI_USEDEP}]
51 + >=media-libs/mutagen-1.10[${PYTHON_MULTI_USEDEP}]
52 + scrobbler? ( dev-python/pylast[${PYTHON_MULTI_USEDEP}] )
53 + ')
54 "
55 BDEPEND="
56 nls? (