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 42B76138359 for ; Wed, 21 Oct 2020 21:09:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 637B0E08F9; Wed, 21 Oct 2020 21:09:55 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 47CE0E08F9 for ; Wed, 21 Oct 2020 21:09:55 +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 C5BA0340D01 for ; Wed, 21 Oct 2020 21:09:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 520853B5 for ; Wed, 21 Oct 2020 21:09:52 +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: <1603314576.99b81f791930f6a423e4aecf7517bbd1f1e43dac.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-9999.ebuild X-VCS-Directories: kde-plasma/plasma-meta/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 99b81f791930f6a423e4aecf7517bbd1f1e43dac X-VCS-Branch: master Date: Wed, 21 Oct 2020 21:09:52 +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: 4a27385e-3e23-4954-bef9-4d4600dc9b62 X-Archives-Hash: a11a1ba8f586378c8522efaf78ee2157 commit: 99b81f791930f6a423e4aecf7517bbd1f1e43dac Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Oct 21 21:08:34 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Oct 21 21:09:36 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=99b81f79 kde-plasma/plasma-meta: Drop kwinft support Closes: https://bugs.gentoo.org/750593 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-meta/metadata.xml | 1 - kde-plasma/plasma-meta/plasma-meta-9999.ebuild | 9 ++++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/kde-plasma/plasma-meta/metadata.xml b/kde-plasma/plasma-meta/metadata.xml index 68c380ec91..85111e0327 100644 --- a/kde-plasma/plasma-meta/metadata.xml +++ b/kde-plasma/plasma-meta/metadata.xml @@ -14,7 +14,6 @@ Pull in Breeze theme for sys-boot/grub Enable Breeze widget style and system settings module for GTK+ Enable support for KWallet auto-unlocking via kde-plasma/kwallet-pam - Pull in gui-wm/kwinft instead of kde-plasma/kwin Add support for legacy applications using kde-plasma/xembed-sni-proxy Pull in Breeze theme for sys-boot/plymouth Install Plasma applet for PulseAudio volume management diff --git a/kde-plasma/plasma-meta/plasma-meta-9999.ebuild b/kde-plasma/plasma-meta/plasma-meta-9999.ebuild index e4c7854af4..1311e7d6ed 100644 --- a/kde-plasma/plasma-meta/plasma-meta-9999.ebuild +++ b/kde-plasma/plasma-meta/plasma-meta-9999.ebuild @@ -10,8 +10,8 @@ LICENSE="metapackage" SLOT="5" KEYWORDS="" IUSE="bluetooth +browser-integration crypt +desktop-portal discover +display-manager -+elogind grub gtk +handbook +kwallet kwinft +legacy-systray +networkmanager -plymouth pulseaudio qrcode +sddm sdk +smart systemd thunderbolt +wallpapers" ++elogind grub gtk +handbook +kwallet +legacy-systray +networkmanager plymouth +pulseaudio qrcode +sddm sdk +smart systemd thunderbolt +wallpapers" REQUIRED_USE="^^ ( elogind systemd )" @@ -32,10 +32,9 @@ RDEPEND=" >=kde-plasma/ksysguard-${PV}:${SLOT} >=kde-plasma/kwayland-integration-${PV}:${SLOT} >=kde-plasma/kwayland-server-${PV}:${SLOT} - !kwinft? ( >=kde-plasma/kwin-${PV}:${SLOT} ) - kwinft? ( >=gui-wm/kwinft-$(ver_cut 1-2):${SLOT} ) + >=kde-plasma/kwin-${PV}:${SLOT} >=kde-plasma/kwrited-${PV}:${SLOT} - >=kde-plasma/libkscreen-${PV}:${SLOT}[kwinft?] + >=kde-plasma/libkscreen-${PV}:${SLOT} >=kde-plasma/libksysguard-${PV}:${SLOT} >=kde-plasma/milou-${PV}:${SLOT} >=kde-plasma/oxygen-${PV}:${SLOT}