From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1BC60138334 for ; Sun, 9 Sep 2018 09:40:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36255E08A4; Sun, 9 Sep 2018 09:40:17 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0D116E08A4 for ; Sun, 9 Sep 2018 09:40:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E94E233BE2E for ; Sun, 9 Sep 2018 09:40:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 306773B1 for ; Sun, 9 Sep 2018 09:40:13 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1536485992.30d80fd67278ca9b2ae072bd56b650ad6d0711e5.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/mpdscribble/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/mpdscribble/mpdscribble-0.22.ebuild media-sound/mpdscribble/mpdscribble-9999.ebuild X-VCS-Directories: media-sound/mpdscribble/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 30d80fd67278ca9b2ae072bd56b650ad6d0711e5 X-VCS-Branch: master Date: Sun, 9 Sep 2018 09:40:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ecaa54fb-80e2-4875-bca2-5edbc0c2029f X-Archives-Hash: 2f92ab5227ba1881cecaef87538c5af5 commit: 30d80fd67278ca9b2ae072bd56b650ad6d0711e5 Author: Mikle Kolyada gentoo org> AuthorDate: Sun Sep 9 09:39:52 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Sep 9 09:39:52 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30d80fd6 media-sound/mpdscribble: minor fixes Package-Manager: Portage-2.3.40, Repoman-2.3.9 media-sound/mpdscribble/mpdscribble-0.22.ebuild | 7 +++---- media-sound/mpdscribble/mpdscribble-9999.ebuild | 7 ++++--- 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 ac6c4ddf73e..21a952be25b 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 81294c5dbbe..639a5eb9e34 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 }