summaryrefslogtreecommitdiff
path: root/net-misc/streamtuner
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-02-29 18:01:47 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-02-29 18:01:47 +0000
commitceeeb463cc1eef97fd62eaee8bf2196ba04bc384 (patch)
tree9f47ee47c31a0f13f9496879cd88a1042550aa81 /net-misc/streamtuner
parent53cba99042fa967e2a93da9f8db806fe2d035543 (diff)
gentoo (leap year) resync : 29.02.2020
Diffstat (limited to 'net-misc/streamtuner')
-rw-r--r--net-misc/streamtuner/Manifest2
-rw-r--r--net-misc/streamtuner/streamtuner-0.99.99-r5.ebuild8
2 files changed, 5 insertions, 5 deletions
diff --git a/net-misc/streamtuner/Manifest b/net-misc/streamtuner/Manifest
index 7228cc40dac8..314e3980dfbe 100644
--- a/net-misc/streamtuner/Manifest
+++ b/net-misc/streamtuner/Manifest
@@ -5,5 +5,5 @@ AUX streamtuner-0.99.99-shoutcast.patch 1369 BLAKE2B f74a9495567511cfa62a4f5427d
AUX streamtuner-0.99.99-stack_increase.patch 188 BLAKE2B cc22de565ac7d8a68968f50d2df7587c2cce653d08535371a1ae78f60000805aed3c1aa54f76185f939941626edcdfcef535665ce19cb60bb689e68abe8cea6e SHA512 c0340219d24bf54c9043a9d07874899ac971ca69f40da976cb63b76256f848c07a41ee8be5a723df81308b7937021a68b18910eca791c954d0cbb1a2cdd894f7
DIST streamtuner-0.99.99-pygtk-2.6.diff 437 BLAKE2B 737287162292888a482520621366ef2016459103fe80736ff0a8e2b94cedcb37f6aefdbc3b76dae9d82c579218e1f781c43cfd406e529241724fe5348d6037f4 SHA512 2471df9ba05d06b44f0f859d61799c92388bbe4ec78d334c1bb33f6f290b7991b4d4e8c53ecbed9052b3f1aa0cdac71f7bc6a1c183dd37e4f31918e50f17b7f7
DIST streamtuner-0.99.99.tar.gz 948075 BLAKE2B 86520fe5b8cbc5c12400d8c285f525e2b841ca0a62c9c89c3d836ec3186d6cb3a7907aa123014bf759c64e3e767b4b2e5a0c6f0d2ca23621d764da138199f643 SHA512 a0b185847e2c7b70f8e9c393c28379cac889b6508ace0d3db2ddf86afa4f705d1faebccc90c053123d139813730f25c033eac5c0545e9eb9a8ae4b70031cf7ef
-EBUILD streamtuner-0.99.99-r5.ebuild 1442 BLAKE2B c2cc48b77d9b55e1a20abd46906a391f8cdd13b78f6d794461b84433d8c9fee4259b5564ff121ef12c9556319c1fcb6279eeeea04c1b6468804a173aa969772d SHA512 2a333a4a363defebf0ab832736848b6428cbd44a540436ecfa9666188b0c29b3e722e515c13bec52d539f2e68d0e2a232f568565fb90e84cca2800f14ccb836c
+EBUILD streamtuner-0.99.99-r5.ebuild 1397 BLAKE2B 549cfab09bf8aa35d17b429b2156b7867a62a49d96274aa331e697822c6d5790e8985d6df96fbc7c4208f1812cc95017b8e8a736e5e5dc6f65471782c20926e7 SHA512 537ea3f926d237517724381de1af17d987f600c9cd77627e7e82570fc6bc8a2930700de9416cc952e90bf922e1db69c5551c4464eec49be08e6d783aca059de7
MISC metadata.xml 386 BLAKE2B 2bad51ca881f31fd9babffdecfcc75aacb34dc05f8120b7af401e3dc161418e0173834300c5afff6fc19cc9b5e954e7c4fdeea4398aa541e0414a0ee8efe2393 SHA512 a5e471c0089bd380eb6db90706378de06b4c98516d4f6e37ad7acf83f8577b248e9e0531b12706f26608cd0ca4a1b352ff9bb7ff179aaf23c88bc1ec8ab841fb
diff --git a/net-misc/streamtuner/streamtuner-0.99.99-r5.ebuild b/net-misc/streamtuner/streamtuner-0.99.99-r5.ebuild
index a8d6ec3abcd8..c07f5be960e3 100644
--- a/net-misc/streamtuner/streamtuner-0.99.99-r5.ebuild
+++ b/net-misc/streamtuner/streamtuner-0.99.99-r5.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
+
inherit gnome2
DESCRIPTION="Stream directory browser for browsing internet radio streams"
@@ -12,14 +13,13 @@ SRC_URI="https://savannah.nongnu.org/download/${PN}/${P}.tar.gz
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 ~ppc ~sparc x86"
-IUSE="python +shout +xiph"
+IUSE="+shout +xiph"
RDEPEND="
>=x11-libs/gtk+-2.4:2
net-misc/curl
xiph? ( dev-libs/libxml2:2 )
>=media-libs/taglib-1.2
- python? ( dev-python/pygtk:2 )
x11-misc/xdg-utils
"
DEPEND="${RDEPEND}
@@ -50,7 +50,7 @@ src_configure() {
gnome2_src_configure \
--enable-compile-warnings=yes \
--disable-live365 \
- $(use_enable python) \
+ --disable-python \
$(use_enable shout shoutcast) \
$(use_enable xiph)
}