From: Andreas Sturmlechner Date: Mon, 19 Nov 2018 22:53:21 +0000 (+0100) Subject: media-sound/ario: Rename audioscrobbler -> scrobbler X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=29d17e2f1cbd50fa1a995140373bb9d5ee555049;p=gentoo.git 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 --- diff --git a/media-sound/ario/ario-1.5.1-r1.ebuild b/media-sound/ario/ario-1.5.1-r1.ebuild index 403cf04a8be5..0d303e6f0e3d 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 6e2b5222d277..f3c1d73810aa 100644 --- a/media-sound/ario/metadata.xml +++ b/media-sound/ario/metadata.xml @@ -2,8 +2,8 @@ - Enable song tracking via last.fm Enable experimental support for MPD's idle command to reduce bandwidth and cpu usage, requires MPD 0.14 + Enable audioscrobbler/last.fm support net-libs/libsoup ario-player