media-sound/ario: Rename audioscrobbler -> scrobbler
authorAndreas Sturmlechner <asturm@gentoo.org>
Mon, 19 Nov 2018 22:53:21 +0000 (23:53 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Mon, 19 Nov 2018 22:53:21 +0000 (23:53 +0100)
The latter is already used by other packages.

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
media-sound/ario/ario-1.5.1-r1.ebuild
media-sound/ario/metadata.xml

index 403cf04a8be58d2a1defb1547c5cd6f67f9b8c97..0d303e6f0e3d0262d6863cf0ebdef53fe9e6670d 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -7,14 +7,14 @@ PYTHON_COMPAT=( python2_7 )
 
 inherit autotools gnome2 python-any-r1
 
-DESCRIPTION="GTK2 MPD (Music Player Daemon) client inspired by Rythmbox"
+DESCRIPTION="GTK2 MPD (Music Player Daemon) client inspired by Rythmbox"
 HOMEPAGE="http://ario-player.sourceforge.net"
 SRC_URI="mirror://sourceforge/${PN}-player/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE="audioscrobbler dbus debug +idle libnotify nls python taglib zeroconf"
+IUSE="dbus debug +idle libnotify nls python scrobbler taglib zeroconf"
 
 RDEPEND=">=dev-libs/glib-2.14:2
        dev-libs/libgcrypt:0=
@@ -24,11 +24,11 @@ RDEPEND=">=dev-libs/glib-2.14:2
        net-misc/curl
        net-libs/gnutls
        >=x11-libs/gtk+-2.16:2
-       audioscrobbler? ( net-libs/libsoup:2.4 )
        dbus? ( dev-libs/dbus-glib )
        libnotify? ( x11-libs/libnotify )
        python? ( dev-python/pygtk:2
                dev-python/pygobject:2 )
+       scrobbler? ( net-libs/libsoup:2.4 )
        taglib? ( media-libs/taglib )
        zeroconf? ( net-dns/avahi )"
 DEPEND="${RDEPEND}
@@ -56,13 +56,13 @@ src_configure() {
                --enable-search \
                --enable-playlists \
                --disable-deprecations \
-               $(use_enable audioscrobbler) \
                $(use_enable dbus) \
                $(use_enable debug) \
                $(use_enable idle mpdidle) \
                $(use_enable libnotify notify) \
                $(use_enable nls) \
                $(use_enable python) \
+               $(use_enable scrobbler audioscrobbler) \
                $(use_enable taglib) \
                $(use_enable zeroconf avahi)
 }
index 6e2b5222d277ac7449f06869df9377555622b027..f3c1d73810aa4c8a6d87ee16b188773af38cc227 100644 (file)
@@ -2,8 +2,8 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
        <use>
-               <flag name="audioscrobbler">Enable song tracking via last.fm</flag>
                <flag name="idle">Enable experimental support for MPD's idle command to reduce bandwidth and cpu usage, requires MPD 0.14</flag>
+               <flag name="scrobbler">Enable audioscrobbler/last.fm support <pkg>net-libs/libsoup</pkg></flag>
        </use>
        <upstream>
                <remote-id type="sourceforge">ario-player</remote-id>