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 0181D13997D for ; Wed, 13 Nov 2019 21:25:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DED05E0877; Wed, 13 Nov 2019 21:25:05 +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 C5C55E0877 for ; Wed, 13 Nov 2019 21:25:05 +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 D1CAA34CC0B for ; Wed, 13 Nov 2019 21:25:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D6C1D8AD for ; Wed, 13 Nov 2019 21:25:02 +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: <1573680256.717df9128fe9e558206be782cd23e4a27bddf0cf.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/polkit-qt/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/polkit-qt/polkit-qt-0.113.0.ebuild X-VCS-Directories: sys-auth/polkit-qt/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 717df9128fe9e558206be782cd23e4a27bddf0cf X-VCS-Branch: master Date: Wed, 13 Nov 2019 21:25:02 +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: 3ffbd415-4c6b-48c3-8e95-efda2b3a2ae7 X-Archives-Hash: 094313c73b2013eeb68d279b1b8cb1d2 commit: 717df9128fe9e558206be782cd23e4a27bddf0cf Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Nov 13 19:52:38 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Nov 13 21:24:16 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=717df912 sys-auth/polkit-qt: Use kde.org Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Andreas Sturmlechner gentoo.org> sys-auth/polkit-qt/polkit-qt-0.113.0.ebuild | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/sys-auth/polkit-qt/polkit-qt-0.113.0.ebuild b/sys-auth/polkit-qt/polkit-qt-0.113.0.ebuild index 65ed2776fbf..1d09067472d 100644 --- a/sys-auth/polkit-qt/polkit-qt-0.113.0.ebuild +++ b/sys-auth/polkit-qt/polkit-qt-0.113.0.ebuild @@ -3,17 +3,20 @@ EAPI=7 -MY_PN="${PN}-1" -MY_P="${MY_PN}-${PV}" -inherit cmake-utils +KDE_ORG_NAME="polkit-qt-1" +inherit cmake-utils kde.org DESCRIPTION="Qt wrapper around polkit-1 client libraries" HOMEPAGE="https://api.kde.org/kdesupport-api/polkit-qt-1-apidocs/" -SRC_URI="mirror://kde/stable/${MY_PN}/${MY_P}.tar.xz" + +if [[ ${KDE_BUILD_TYPE} = release ]]; then + SRC_URI="mirror://kde/stable/${KDE_ORG_NAME}/${KDE_ORG_NAME}-${PV}.tar.xz" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" + S="${WORKDIR}/${KDE_ORG_NAME}-${PV}" +fi LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" IUSE="debug" RDEPEND=" @@ -28,8 +31,6 @@ DEPEND="${RDEPEND}" DOCS=( AUTHORS README README.porting TODO ) -S="${WORKDIR}/${MY_P}" - src_configure() { local mycmakeargs=( -DBUILD_EXAMPLES=OFF