Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/streamtuner/
Date: Wed, 19 Feb 2020 14:00:47
Message-Id: 1582120830.cea4514eeef984c280241a639d31a0d3837c5689.asturm@gentoo
1 commit: cea4514eeef984c280241a639d31a0d3837c5689
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 19 14:00:01 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 19 14:00:30 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cea4514e
7
8 net-misc/streamtuner: Drop USE python
9
10 Closes: https://bugs.gentoo.org/708154
11 Package-Manager: Portage-2.3.89, Repoman-2.3.20
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 net-misc/streamtuner/streamtuner-0.99.99-r5.ebuild | 8 ++++----
15 1 file changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/net-misc/streamtuner/streamtuner-0.99.99-r5.ebuild b/net-misc/streamtuner/streamtuner-0.99.99-r5.ebuild
18 index a8d6ec3abcd..c07f5be960e 100644
19 --- a/net-misc/streamtuner/streamtuner-0.99.99-r5.ebuild
20 +++ b/net-misc/streamtuner/streamtuner-0.99.99-r5.ebuild
21 @@ -1,7 +1,8 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 +
28 inherit gnome2
29
30 DESCRIPTION="Stream directory browser for browsing internet radio streams"
31 @@ -12,14 +13,13 @@ SRC_URI="https://savannah.nongnu.org/download/${PN}/${P}.tar.gz
32 LICENSE="BSD"
33 SLOT="0"
34 KEYWORDS="amd64 ~ppc ~sparc x86"
35 -IUSE="python +shout +xiph"
36 +IUSE="+shout +xiph"
37
38 RDEPEND="
39 >=x11-libs/gtk+-2.4:2
40 net-misc/curl
41 xiph? ( dev-libs/libxml2:2 )
42 >=media-libs/taglib-1.2
43 - python? ( dev-python/pygtk:2 )
44 x11-misc/xdg-utils
45 "
46 DEPEND="${RDEPEND}
47 @@ -50,7 +50,7 @@ src_configure() {
48 gnome2_src_configure \
49 --enable-compile-warnings=yes \
50 --disable-live365 \
51 - $(use_enable python) \
52 + --disable-python \
53 $(use_enable shout shoutcast) \
54 $(use_enable xiph)
55 }