From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id ED521138334 for ; Wed, 12 Dec 2018 14:06:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DBFBCE0A92; Wed, 12 Dec 2018 14:06:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B9D3AE0A92 for ; Wed, 12 Dec 2018 14:06:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D7C05335C67 for ; Wed, 12 Dec 2018 14:06:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7DDFF326 for ; Wed, 12 Dec 2018 14:06:07 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1544623555.f53e88b8bdd3d00c922faf4851a929f2ee5d09a9.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/liblastfm/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/liblastfm/liblastfm-1.1.0_pre20150206.ebuild X-VCS-Directories: media-libs/liblastfm/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f53e88b8bdd3d00c922faf4851a929f2ee5d09a9 X-VCS-Branch: master Date: Wed, 12 Dec 2018 14:06:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1003bef5-66e5-43f0-9451-f302e21a79b2 X-Archives-Hash: 6812a5de62552016652031abee05d5ed commit: f53e88b8bdd3d00c922faf4851a929f2ee5d09a9 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Sep 13 01:43:43 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Dec 12 14:05:55 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f53e88b8 media-libs/liblastfm: EAPI-7 bump Drop vcs-snapshot as it is not EAPI-7 ready. Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/liblastfm/liblastfm-1.1.0_pre20150206.ebuild | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/media-libs/liblastfm/liblastfm-1.1.0_pre20150206.ebuild b/media-libs/liblastfm/liblastfm-1.1.0_pre20150206.ebuild index a9a4e77d96a..33eb7fb67ef 100644 --- a/media-libs/liblastfm/liblastfm-1.1.0_pre20150206.ebuild +++ b/media-libs/liblastfm/liblastfm-1.1.0_pre20150206.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 COMMIT=44331654256df83bc1d3cbb271a8ce3d4c464686 -inherit cmake-utils vcs-snapshot +inherit cmake-utils DESCRIPTION="Collection of libraries to integrate Last.fm services" HOMEPAGE="https://github.com/lastfm/liblastfm" @@ -26,13 +26,16 @@ RDEPEND=" sci-libs/fftw:3.0 ) " -DEPEND="${RDEPEND} +DEPEND="${RDEPEND}" +BDEPEND=" test? ( dev-qt/qttest:5 ) " # 1 of 2 (UrlBuilderTest) is failing, last checked version 1.0.9 RESTRICT="test" +S="${WORKDIR}/${PN}-${COMMIT}" + PATCHES=( "${FILESDIR}/${P}-qt-5.11b3.patch" ) src_configure() {