Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/mpdas/
Date: Sat, 30 Mar 2019 10:00:05
Message-Id: 1553939903.47cb8ee371c5e8458611b6d60ff8edac766f84f1.asturm@gentoo
1 commit: 47cb8ee371c5e8458611b6d60ff8edac766f84f1
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 30 09:38:36 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 30 09:58:23 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47cb8ee3
7
8 media-sound/mpdas: EAPI-7 bump, https, DESCRIPTION
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 media-sound/mpdas/mpdas-0.4.2.ebuild | 22 +++++++++++++---------
14 1 file changed, 13 insertions(+), 9 deletions(-)
15
16 diff --git a/media-sound/mpdas/mpdas-0.4.2.ebuild b/media-sound/mpdas/mpdas-0.4.2.ebuild
17 index 65382e379dd..67cdeae8e69 100644
18 --- a/media-sound/mpdas/mpdas-0.4.2.ebuild
19 +++ b/media-sound/mpdas/mpdas-0.4.2.ebuild
20 @@ -1,26 +1,30 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=5
26 +EAPI=7
27 +
28 inherit toolchain-funcs
29
30 -DESCRIPTION="An AudioScrobbler client for MPD written in C++"
31 -HOMEPAGE="http://50hz.ws/mpdas/"
32 -SRC_URI="http://50hz.ws/${PN}/${P}.tar.gz"
33 +DESCRIPTION="AudioScrobbler client for MPD written in C++"
34 +HOMEPAGE="https://50hz.ws/mpdas/"
35 +SRC_URI="https://50hz.ws/${PN}/${P}.tar.gz"
36
37 LICENSE="BSD"
38 SLOT="0"
39 KEYWORDS="~amd64 ~x86"
40 IUSE=""
41
42 -RDEPEND="media-libs/libmpdclient
43 +BDEPEND="
44 + virtual/pkgconfig
45 +"
46 +DEPEND="
47 + media-libs/libmpdclient
48 net-misc/curl"
49 -DEPEND="${RDEPEND}
50 - virtual/pkgconfig"
51 +RDEPEND="${DEPEND}"
52
53 src_prepare() {
54 - sed -i -e 's/@//' Makefile || die
55 default
56 + sed -i -e 's/@//' Makefile || die
57 }
58
59 src_compile() {