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 492001382C5 for ; Sun, 28 Feb 2021 12:26:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51340E08F1; Sun, 28 Feb 2021 12:26:46 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2245DE08F3 for ; Sun, 28 Feb 2021 12:26:46 +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 ECF0F340F15 for ; Sun, 28 Feb 2021 12:26:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A68F591 for ; Sun, 28 Feb 2021 12:26:39 +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: <1614515174.c7e05289e545c212584279036b658cbeab60e392.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libmygpo-qt/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libmygpo-qt/libmygpo-qt-1.1.0.ebuild media-libs/libmygpo-qt/libmygpo-qt-9999.ebuild X-VCS-Directories: media-libs/libmygpo-qt/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c7e05289e545c212584279036b658cbeab60e392 X-VCS-Branch: master Date: Sun, 28 Feb 2021 12:26:39 +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: 4598e1b6-c824-40ed-8f7c-a986ea9e0f13 X-Archives-Hash: 76e9daf490c13926b5f6675f5bf0d451 commit: c7e05289e545c212584279036b658cbeab60e392 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Feb 28 09:51:17 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Feb 28 12:26:14 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7e05289 media-libs/libmygpo-qt: Switch to cmake.eclass, EAPI-7 bump Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/libmygpo-qt/libmygpo-qt-1.1.0.ebuild | 12 +++++++----- media-libs/libmygpo-qt/libmygpo-qt-9999.ebuild | 4 ++-- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/media-libs/libmygpo-qt/libmygpo-qt-1.1.0.ebuild b/media-libs/libmygpo-qt/libmygpo-qt-1.1.0.ebuild index cda56925c14..336d3d38225 100644 --- a/media-libs/libmygpo-qt/libmygpo-qt-1.1.0.ebuild +++ b/media-libs/libmygpo-qt/libmygpo-qt-1.1.0.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -inherit cmake-utils +inherit cmake DESCRIPTION="Qt/C++ library wrapping the gpodder.net webservice" HOMEPAGE="http://wiki.gpodder.org/wiki/Libmygpo-qt" @@ -21,12 +21,14 @@ SLOT="0" IUSE="test" RESTRICT="!test? ( test )" +BDEPEND=" + virtual/pkgconfig +" RDEPEND=" dev-qt/qtcore:5 dev-qt/qtnetwork:5 " DEPEND="${RDEPEND} - virtual/pkgconfig test? ( dev-qt/qttest:5 ) " @@ -38,7 +40,7 @@ src_configure() { -DMYGPO_BUILD_TESTS=$(usex test) ) - cmake-utils_src_configure + cmake_src_configure } src_test() { @@ -47,5 +49,5 @@ src_test() { -E "(JsonCreatorTest-test)" ) - cmake-utils_src_test + cmake_src_test } diff --git a/media-libs/libmygpo-qt/libmygpo-qt-9999.ebuild b/media-libs/libmygpo-qt/libmygpo-qt-9999.ebuild index 55b84538167..ce97b231929 100644 --- a/media-libs/libmygpo-qt/libmygpo-qt-9999.ebuild +++ b/media-libs/libmygpo-qt/libmygpo-qt-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ if [[ ${PV} == *9999* ]]; then inherit git-r3 else SRC_URI="https://github.com/gpodder/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" fi LICENSE="LGPL-2.1"