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/glyr/
Date: Sun, 14 Oct 2018 15:05:42
Message-Id: 1539529528.dc86164a6ebb95e1a5979a07e9c673410f27b901.asturm@gentoo
1 commit: dc86164a6ebb95e1a5979a07e9c673410f27b901
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 14 15:04:30 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 14 15:05:28 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc86164a
7
8 media-libs/glyr: EAPI-6 bump
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 media-libs/glyr/glyr-1.0.10.ebuild | 18 +++++++++++-------
14 1 file changed, 11 insertions(+), 7 deletions(-)
15
16 diff --git a/media-libs/glyr/glyr-1.0.10.ebuild b/media-libs/glyr/glyr-1.0.10.ebuild
17 index c65461f3d9d..6f60c1fce41 100644
18 --- a/media-libs/glyr/glyr-1.0.10.ebuild
19 +++ b/media-libs/glyr/glyr-1.0.10.ebuild
20 @@ -1,10 +1,11 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=5
26 +EAPI=6
27 +
28 inherit cmake-utils
29
30 -DESCRIPTION="A music related metadata searchengine, both with commandline interface and C API"
31 +DESCRIPTION="Music related metadata searchengine, both with commandline interface and C API"
32 HOMEPAGE="https://github.com/sahib/glyr"
33 SRC_URI="https://github.com/sahib/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
34
35 @@ -13,13 +14,16 @@ SLOT="0"
36 KEYWORDS="~amd64 ~x86"
37 IUSE=""
38
39 -RDEPEND="dev-db/sqlite:3
40 +RDEPEND="
41 + dev-db/sqlite:3
42 >=dev-libs/glib-2.10:2
43 - net-misc/curl"
44 + net-misc/curl
45 +"
46 DEPEND="${RDEPEND}
47 - virtual/pkgconfig"
48 + virtual/pkgconfig
49 +"
50
51 -DOCS="AUTHORS README*" # CHANGELOG is obsolete in favour of git history
52 +DOCS=( AUTHORS README.textile ) # CHANGELOG is obsolete in favour of git history
53
54 src_prepare() {
55 cmake-utils_src_prepare