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 8955A138350 for ; Tue, 14 Apr 2020 00:03:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B8B83E0B33; Tue, 14 Apr 2020 00:03:46 +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 86BDDE0B33 for ; Tue, 14 Apr 2020 00:03:46 +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 C0F3F34ED6B for ; Tue, 14 Apr 2020 00:03:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 42DB01C9 for ; Tue, 14 Apr 2020 00:03:42 +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: <1586822604.2fc5b367845c0ab40c212799ba668e4ada8a1424.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-meta/metadata.xml kde-plasma/plasma-meta/plasma-meta-5.18.49.9999.ebuild kde-plasma/plasma-meta/plasma-meta-9999.ebuild X-VCS-Directories: kde-plasma/plasma-meta/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2fc5b367845c0ab40c212799ba668e4ada8a1424 X-VCS-Branch: master Date: Tue, 14 Apr 2020 00:03:42 +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: e8b94332-5bf9-4b38-8445-bcec0d89c0a1 X-Archives-Hash: a2b1d01af979ce4646951e074ea7c475 commit: 2fc5b367845c0ab40c212799ba668e4ada8a1424 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Apr 14 00:03:24 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Apr 14 00:03:24 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=2fc5b367 kde-plasma/plasma-meta: Drop USE pm-utils With consolekit gone as desktop profile default we no longer support this. Bug: https://bugs.gentoo.org/670908 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-meta/metadata.xml | 1 - kde-plasma/plasma-meta/plasma-meta-5.18.49.9999.ebuild | 7 ++----- kde-plasma/plasma-meta/plasma-meta-9999.ebuild | 7 ++----- 3 files changed, 4 insertions(+), 11 deletions(-) diff --git a/kde-plasma/plasma-meta/metadata.xml b/kde-plasma/plasma-meta/metadata.xml index 0e4113c5df..ad4cccb579 100644 --- a/kde-plasma/plasma-meta/metadata.xml +++ b/kde-plasma/plasma-meta/metadata.xml @@ -18,7 +18,6 @@ Add support for legacy applications using kde-plasma/xembed-sni-proxy Enable support for kwallet auto-unlocking Pull in Breeze theme for sys-boot/plymouth - Enable support for suspend/resume with sys-power/pm-utils when using sys-auth/consolekit Install Plasma applet for PulseAudio volume management Enable support for easy WiFi network sharing using QR codes with kde-plasma/plasma-nm Pull in the x11-misc/sddm display manager and system settings module diff --git a/kde-plasma/plasma-meta/plasma-meta-5.18.49.9999.ebuild b/kde-plasma/plasma-meta/plasma-meta-5.18.49.9999.ebuild index 07edf0703b..f55a635c96 100644 --- a/kde-plasma/plasma-meta/plasma-meta-5.18.49.9999.ebuild +++ b/kde-plasma/plasma-meta/plasma-meta-5.18.49.9999.ebuild @@ -11,7 +11,7 @@ SLOT="5" KEYWORDS="" IUSE="bluetooth +browser-integration consolekit crypt +desktop-portal discover +display-manager elogind grub gtk +handbook +legacy-systray networkmanager pam -plymouth +pm-utils pulseaudio qrcode +sddm sdk systemd thunderbolt +wallpapers" +plymouth pulseaudio qrcode +sddm sdk systemd thunderbolt +wallpapers" REQUIRED_USE="?? ( consolekit elogind systemd )" @@ -49,10 +49,7 @@ RDEPEND=" sys-fs/udisks:2[elogind?,systemd?] bluetooth? ( >=kde-plasma/bluedevil-${PV}:${SLOT} ) browser-integration? ( >=kde-plasma/plasma-browser-integration-${PV}:${SLOT} ) - consolekit? ( - >=sys-auth/consolekit-1.0.1 - pm-utils? ( sys-power/pm-utils ) - ) + consolekit? ( >=sys-auth/consolekit-1.0.1 ) crypt? ( >=kde-plasma/plasma-vault-${PV}:${SLOT} ) desktop-portal? ( >=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT} ) discover? ( >=kde-plasma/discover-${PV}:${SLOT} ) diff --git a/kde-plasma/plasma-meta/plasma-meta-9999.ebuild b/kde-plasma/plasma-meta/plasma-meta-9999.ebuild index 07edf0703b..f55a635c96 100644 --- a/kde-plasma/plasma-meta/plasma-meta-9999.ebuild +++ b/kde-plasma/plasma-meta/plasma-meta-9999.ebuild @@ -11,7 +11,7 @@ SLOT="5" KEYWORDS="" IUSE="bluetooth +browser-integration consolekit crypt +desktop-portal discover +display-manager elogind grub gtk +handbook +legacy-systray networkmanager pam -plymouth +pm-utils pulseaudio qrcode +sddm sdk systemd thunderbolt +wallpapers" +plymouth pulseaudio qrcode +sddm sdk systemd thunderbolt +wallpapers" REQUIRED_USE="?? ( consolekit elogind systemd )" @@ -49,10 +49,7 @@ RDEPEND=" sys-fs/udisks:2[elogind?,systemd?] bluetooth? ( >=kde-plasma/bluedevil-${PV}:${SLOT} ) browser-integration? ( >=kde-plasma/plasma-browser-integration-${PV}:${SLOT} ) - consolekit? ( - >=sys-auth/consolekit-1.0.1 - pm-utils? ( sys-power/pm-utils ) - ) + consolekit? ( >=sys-auth/consolekit-1.0.1 ) crypt? ( >=kde-plasma/plasma-vault-${PV}:${SLOT} ) desktop-portal? ( >=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT} ) discover? ( >=kde-plasma/discover-${PV}:${SLOT} )