Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/lastfmlib/
Date: Sat, 09 Jan 2021 10:36:22
Message-Id: 1610188565.f53aea4d85777d68ff790eb6b877a5d83d31f2ab.sam@gentoo
1 commit: f53aea4d85777d68ff790eb6b877a5d83d31f2ab
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 9 10:10:20 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 9 10:36:05 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f53aea4d
7
8 media-libs/lastfmlib: port to EAPI 7, fix StaticSrcUri
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 media-libs/lastfmlib/lastfmlib-0.4.0-r1.ebuild | 8 ++++----
14 media-libs/lastfmlib/lastfmlib-0.4.0.ebuild | 10 +++++-----
15 2 files changed, 9 insertions(+), 9 deletions(-)
16
17 diff --git a/media-libs/lastfmlib/lastfmlib-0.4.0-r1.ebuild b/media-libs/lastfmlib/lastfmlib-0.4.0-r1.ebuild
18 index f1029063647..877bb72bb05 100644
19 --- a/media-libs/lastfmlib/lastfmlib-0.4.0-r1.ebuild
20 +++ b/media-libs/lastfmlib/lastfmlib-0.4.0-r1.ebuild
21 @@ -1,20 +1,20 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27
28 DESCRIPTION="C++ library to scrobble tracks on Last.fm"
29 HOMEPAGE="https://github.com/dirkvdb/lastfmlib/releases"
30 -SRC_URI="https://github.com/dirkvdb/lastfmlib/archive/lastfmlib-0.4.0.tar.gz"
31 +SRC_URI="https://github.com/dirkvdb/lastfmlib/archive/${P}.tar.gz"
32
33 LICENSE="GPL-2+"
34 SLOT="0"
35 KEYWORDS="~amd64 ~ppc ~x86"
36 IUSE="debug syslog"
37
38 +BDEPEND="virtual/pkgconfig"
39 RDEPEND="net-misc/curl"
40 -DEPEND="${RDEPEND}
41 - virtual/pkgconfig"
42 +DEPEND="${RDEPEND}"
43
44 PATCHES=(
45 "${FILESDIR}/${P}-string-conv.patch"
46
47 diff --git a/media-libs/lastfmlib/lastfmlib-0.4.0.ebuild b/media-libs/lastfmlib/lastfmlib-0.4.0.ebuild
48 index 3b55a002f90..36000699d5c 100644
49 --- a/media-libs/lastfmlib/lastfmlib-0.4.0.ebuild
50 +++ b/media-libs/lastfmlib/lastfmlib-0.4.0.ebuild
51 @@ -1,20 +1,20 @@
52 -# Copyright 1999-2018 Gentoo Foundation
53 +# Copyright 1999-2021 Gentoo Authors
54 # Distributed under the terms of the GNU General Public License v2
55
56 -EAPI=6
57 +EAPI=7
58
59 DESCRIPTION="C++ library to scrobble tracks on Last.fm"
60 HOMEPAGE="https://github.com/dirkvdb/lastfmlib/releases"
61 -SRC_URI="https://github.com/dirkvdb/lastfmlib/archive/lastfmlib-0.4.0.tar.gz"
62 +SRC_URI="https://github.com/dirkvdb/lastfmlib/archive/${P}.tar.gz"
63
64 LICENSE="GPL-2+"
65 SLOT="0"
66 KEYWORDS="amd64 ~ppc x86"
67 IUSE="debug syslog"
68
69 +BDEPEND="virtual/pkgconfig"
70 RDEPEND="net-misc/curl"
71 -DEPEND="${RDEPEND}
72 - virtual/pkgconfig"
73 +DEPEND="${RDEPEND}"
74
75 src_configure() {
76 econf \