summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2018-09-09 12:39:52 +0300
committerMikle Kolyada <zlogene@gentoo.org>2018-09-09 12:39:52 +0300
commit30d80fd67278ca9b2ae072bd56b650ad6d0711e5 (patch)
tree65a620b1b603c05dabeacaeaad2008d5df91c277
parentmedia-video/smplayer: amd64 stable wrt bug #663130 (diff)
downloadgentoo-30d80fd6.tar.gz
gentoo-30d80fd6.tar.bz2
gentoo-30d80fd6.zip
media-sound/mpdscribble: minor fixes
Package-Manager: Portage-2.3.40, Repoman-2.3.9
-rw-r--r--media-sound/mpdscribble/mpdscribble-0.22.ebuild7
-rw-r--r--media-sound/mpdscribble/mpdscribble-9999.ebuild7
2 files changed, 7 insertions, 7 deletions
diff --git a/media-sound/mpdscribble/mpdscribble-0.22.ebuild b/media-sound/mpdscribble/mpdscribble-0.22.ebuild
index ac6c4ddf73ea..21a952be25b2 100644
--- a/media-sound/mpdscribble/mpdscribble-0.22.ebuild
+++ b/media-sound/mpdscribble/mpdscribble-0.22.ebuild
@@ -1,8 +1,7 @@
-# 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/"
@@ -13,7 +12,7 @@ SLOT="0"
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 )"
@@ -28,5 +27,5 @@ src_configure() {
src_install() {
default
newinitd "${FILESDIR}/mpdscribble.rc" mpdscribble
- dodir /var/cache/mpdscribble
+ keepdir /var/cache/mpdscribble
}
diff --git a/media-sound/mpdscribble/mpdscribble-9999.ebuild b/media-sound/mpdscribble/mpdscribble-9999.ebuild
index 81294c5dbbe7..639a5eb9e342 100644
--- a/media-sound/mpdscribble/mpdscribble-9999.ebuild
+++ b/media-sound/mpdscribble/mpdscribble-9999.ebuild
@@ -1,7 +1,8 @@
-# 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"
@@ -13,7 +14,7 @@ SLOT="0"
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 )"
@@ -33,5 +34,5 @@ src_configure() {
src_install() {
default
newinitd "${FILESDIR}/mpdscribble.rc" mpdscribble
- dodir /var/cache/mpdscribble
+ keepdir /var/cache/mpdscribble
}