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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 424AC158083 for ; Mon, 9 Sep 2024 14:40:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A6A0E29F3; Mon, 9 Sep 2024 14:40:03 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2DD23E29F3 for ; Mon, 9 Sep 2024 14:40:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E14EF340754 for ; Mon, 9 Sep 2024 14:40:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 398B31F48 for ; Mon, 9 Sep 2024 14:39:59 +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: <1725892773.d3927a2081f55679abdbf5f060966edaf048af4d.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/polkit-kde-kcmodules/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/polkit-kde-kcmodules/metadata.xml kde-misc/polkit-kde-kcmodules/polkit-kde-kcmodules-9999.ebuild X-VCS-Directories: kde-misc/polkit-kde-kcmodules/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d3927a2081f55679abdbf5f060966edaf048af4d X-VCS-Branch: master Date: Mon, 9 Sep 2024 14:39:59 +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: 8bd973ef-5506-4bc2-b9b4-a0dc332e33c8 X-Archives-Hash: fc50d10d6bb3d3c8531e3c597530dcb6 commit: d3927a2081f55679abdbf5f060966edaf048af4d Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Sep 9 14:39:33 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Sep 9 14:39:33 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d3927a20 kde-misc/polkit-kde-kcmodules: treeclean Still Qt5-based in git master. See also: https://invent.kde.org/system/polkit-kde-kcmodules-1/-/issues/1 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-misc/polkit-kde-kcmodules/metadata.xml | 12 --------- .../polkit-kde-kcmodules-9999.ebuild | 31 ---------------------- 2 files changed, 43 deletions(-) diff --git a/kde-misc/polkit-kde-kcmodules/metadata.xml b/kde-misc/polkit-kde-kcmodules/metadata.xml deleted file mode 100644 index 06f4510970..0000000000 --- a/kde-misc/polkit-kde-kcmodules/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - kde@gentoo.org - Gentoo KDE Project - - - https://bugs.kde.org/ - system/polkit-kde-kcmodules-1 - - diff --git a/kde-misc/polkit-kde-kcmodules/polkit-kde-kcmodules-9999.ebuild b/kde-misc/polkit-kde-kcmodules/polkit-kde-kcmodules-9999.ebuild deleted file mode 100644 index 0f5807b84d..0000000000 --- a/kde-misc/polkit-kde-kcmodules/polkit-kde-kcmodules-9999.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -KDE_ORG_CATEGORY="system" -KDE_ORG_NAME="${PN}-1" -inherit ecm kde.org - -DESCRIPTION="Set of configuration modules to change polkit settings" -HOMEPAGE="https://invent.kde.org/system/polkit-kde-kcmodules-1" - -LICENSE="GPL-2+" -SLOT="5" -KEYWORDS="" -IUSE="" - -RDEPEND=" - dev-qt/qtdbus:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - dev-qt/qtxml:5 - kde-frameworks/kauth:5 - kde-frameworks/kcmutils:5 - kde-frameworks/kconfigwidgets:5 - kde-frameworks/kcoreaddons:5 - kde-frameworks/ki18n:5 - kde-frameworks/kwidgetsaddons:5 - >=sys-auth/polkit-qt-0.113.0[qt5(+)] -" -DEPEND="${RDEPEND}"