commit:     29d17e2f1cbd50fa1a995140373bb9d5ee555049
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 19 22:53:21 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Nov 19 22:53:21 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29d17e2f

media-sound/ario: Rename audioscrobbler -> scrobbler

The latter is already used by other packages.

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-sound/ario/ario-1.5.1-r1.ebuild | 10 +++++-----
 media-sound/ario/metadata.xml         |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/media-sound/ario/ario-1.5.1-r1.ebuild 
b/media-sound/ario/ario-1.5.1-r1.ebuild
index 403cf04a8be..0d303e6f0e3 100644
--- a/media-sound/ario/ario-1.5.1-r1.ebuild
+++ b/media-sound/ario/ario-1.5.1-r1.ebuild
@@ -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="a 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)
 }

diff --git a/media-sound/ario/metadata.xml b/media-sound/ario/metadata.xml
index 6e2b5222d27..f3c1d73810a 100644
--- a/media-sound/ario/metadata.xml
+++ b/media-sound/ario/metadata.xml
@@ -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>

Reply via email to