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 1DB3C138334 for ; Wed, 16 Oct 2019 23:04:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB706E086F; Wed, 16 Oct 2019 23:04:44 +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 C57A6E082B for ; Wed, 16 Oct 2019 23:04:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 B821134BE29 for ; Wed, 16 Oct 2019 23:04:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D91D07FC for ; Wed, 16 Oct 2019 23:04:40 +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: <1571266850.e0707952e9adb6be36299186d10b2005b02cf52d.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: sys-auth/polkit-qt/ X-VCS-Repository: proj/kde X-VCS-Files: sys-auth/polkit-qt/polkit-qt-9999.ebuild X-VCS-Directories: sys-auth/polkit-qt/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e0707952e9adb6be36299186d10b2005b02cf52d X-VCS-Branch: master Date: Wed, 16 Oct 2019 23:04:40 +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: 7512a991-f043-4bd7-9573-bbdccfc63197 X-Archives-Hash: 7c1baeee62bca0d91fabc9510e2177b7 commit: e0707952e9adb6be36299186d10b2005b02cf52d Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Oct 16 22:48:15 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Oct 16 23:00:50 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e0707952 sys-auth/polkit-qt: Switch to kde.org Does not use ECM, but is hosted on kde.org Package-Manager: Portage-2.3.77, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner gentoo.org> sys-auth/polkit-qt/polkit-qt-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-auth/polkit-qt/polkit-qt-9999.ebuild b/sys-auth/polkit-qt/polkit-qt-9999.ebuild index a7f871a512..f0a82feab2 100644 --- a/sys-auth/polkit-qt/polkit-qt-9999.ebuild +++ b/sys-auth/polkit-qt/polkit-qt-9999.ebuild @@ -3,11 +3,11 @@ EAPI=7 -inherit cmake-utils git-r3 +KDE_ORG_NAME="polkit-qt-1" +inherit cmake-utils kde.org DESCRIPTION="PolicyKit Qt API wrapper library" HOMEPAGE="https://api.kde.org/kdesupport-api/polkit-qt-1-apidocs/" -EGIT_REPO_URI=( "https://anongit.kde.org/polkit-qt-1" ) LICENSE="LGPL-2" SLOT="0"