commit:     0833566fc6e4feb8f31e9adaabd4f0531ff600dc
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 12 16:02:38 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Dec 12 16:02:38 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0833566f

media-sound/scmpc: Port to EAPI 7

Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 media-sound/scmpc/scmpc-0.4.1.ebuild | 21 ++++++++++-----------
 1 file changed, 10 insertions(+), 11 deletions(-)

diff --git a/media-sound/scmpc/scmpc-0.4.1.ebuild 
b/media-sound/scmpc/scmpc-0.4.1.ebuild
index 714a7b51ba2..7eee1b1aa5b 100644
--- a/media-sound/scmpc/scmpc-0.4.1.ebuild
+++ b/media-sound/scmpc/scmpc-0.4.1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=4
+EAPI=7
 
 DESCRIPTION="a client for MPD which submits your tracks to last.fm"
 HOMEPAGE="https://cmende.github.com/scmpc/";
@@ -10,19 +10,18 @@ SRC_URI="https://dev.gentoo.org/~angelos/${P}.tar.bz2";
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE=""
 
-RDEPEND="dev-libs/glib:2
-       dev-libs/confuse
-       media-libs/libmpdclient
-       net-misc/curl"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig"
-
-DOCS=( AUTHORS ChangeLog NEWS README.md scmpc.conf.example )
+RDEPEND="
+       dev-libs/glib:2
+       dev-libs/confuse:=
+       media-libs/libmpdclient:=
+       net-misc/curl:="
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
 
 src_install() {
        default
+       dodoc scmpc.conf.example
 
        newinitd "${FILESDIR}"/${PN}-2.init ${PN}
        insinto /etc

Reply via email to