commit: dc86164a6ebb95e1a5979a07e9c673410f27b901 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Oct 14 15:04:30 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Oct 14 15:05:28 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc86164a
media-libs/glyr: EAPI-6 bump Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 media-libs/glyr/glyr-1.0.10.ebuild | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/media-libs/glyr/glyr-1.0.10.ebuild b/media-libs/glyr/glyr-1.0.10.ebuild index c65461f3d9d..6f60c1fce41 100644 --- a/media-libs/glyr/glyr-1.0.10.ebuild +++ b/media-libs/glyr/glyr-1.0.10.ebuild @@ -1,10 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 + inherit cmake-utils -DESCRIPTION="A music related metadata searchengine, both with commandline interface and C API" +DESCRIPTION="Music related metadata searchengine, both with commandline interface and C API" HOMEPAGE="https://github.com/sahib/glyr" SRC_URI="https://github.com/sahib/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" @@ -13,13 +14,16 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND="dev-db/sqlite:3 +RDEPEND=" + dev-db/sqlite:3 >=dev-libs/glib-2.10:2 - net-misc/curl" + net-misc/curl +" DEPEND="${RDEPEND} - virtual/pkgconfig" + virtual/pkgconfig +" -DOCS="AUTHORS README*" # CHANGELOG is obsolete in favour of git history +DOCS=( AUTHORS README.textile ) # CHANGELOG is obsolete in favour of git history src_prepare() { cmake-utils_src_prepare
