-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit eutils
DESCRIPTION="An MPD client that submits information to Audioscrobbler"
HOMEPAGE="https://www.musicpd.org/clients/mpdscribble/"
KEYWORDS="amd64 ~hppa ~ppc x86"
IUSE="+curl"
-RDEPEND="dev-libs/glib
+RDEPEND="dev-libs/glib:2
media-libs/libmpdclient
curl? ( net-misc/curl )
!curl? ( net-libs/libsoup:2.4 )"
src_install() {
default
newinitd "${FILESDIR}/mpdscribble.rc" mpdscribble
- dodir /var/cache/mpdscribble
+ keepdir /var/cache/mpdscribble
}
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
+
inherit git-r3 autotools
DESCRIPTION="An MPD client that submits information to Audioscrobbler"
KEYWORDS=""
IUSE="+curl"
-RDEPEND="dev-libs/glib
+RDEPEND="dev-libs/glib:2
media-libs/libmpdclient
curl? ( net-misc/curl )
!curl? ( net-libs/libsoup:2.4 )"
src_install() {
default
newinitd "${FILESDIR}/mpdscribble.rc" mpdscribble
- dodir /var/cache/mpdscribble
+ keepdir /var/cache/mpdscribble
}