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-libs/liblastfm/
Date: Wed, 12 Dec 2018 14:06:10
Message-Id: 1544623555.f53e88b8bdd3d00c922faf4851a929f2ee5d09a9.asturm@gentoo
1 commit: f53e88b8bdd3d00c922faf4851a929f2ee5d09a9
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 13 01:43:43 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 12 14:05:55 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f53e88b8
7
8 media-libs/liblastfm: EAPI-7 bump
9
10 Drop vcs-snapshot as it is not EAPI-7 ready.
11
12 Package-Manager: Portage-2.3.52, Repoman-2.3.12
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 media-libs/liblastfm/liblastfm-1.1.0_pre20150206.ebuild | 11 +++++++----
16 1 file changed, 7 insertions(+), 4 deletions(-)
17
18 diff --git a/media-libs/liblastfm/liblastfm-1.1.0_pre20150206.ebuild b/media-libs/liblastfm/liblastfm-1.1.0_pre20150206.ebuild
19 index a9a4e77d96a..33eb7fb67ef 100644
20 --- a/media-libs/liblastfm/liblastfm-1.1.0_pre20150206.ebuild
21 +++ b/media-libs/liblastfm/liblastfm-1.1.0_pre20150206.ebuild
22 @@ -1,10 +1,10 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 -EAPI=6
28 +EAPI=7
29
30 COMMIT=44331654256df83bc1d3cbb271a8ce3d4c464686
31 -inherit cmake-utils vcs-snapshot
32 +inherit cmake-utils
33
34 DESCRIPTION="Collection of libraries to integrate Last.fm services"
35 HOMEPAGE="https://github.com/lastfm/liblastfm"
36 @@ -26,13 +26,16 @@ RDEPEND="
37 sci-libs/fftw:3.0
38 )
39 "
40 -DEPEND="${RDEPEND}
41 +DEPEND="${RDEPEND}"
42 +BDEPEND="
43 test? ( dev-qt/qttest:5 )
44 "
45
46 # 1 of 2 (UrlBuilderTest) is failing, last checked version 1.0.9
47 RESTRICT="test"
48
49 +S="${WORKDIR}/${PN}-${COMMIT}"
50 +
51 PATCHES=( "${FILESDIR}/${P}-qt-5.11b3.patch" )
52
53 src_configure() {