From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1165113-garchives=archives.gentoo.org@lists.gentoo.org> 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 E84EC138351 for <garchives@archives.gentoo.org>; Sun, 26 Apr 2020 01:37:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E875FE083D; Sun, 26 Apr 2020 01:37:19 +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 B5ACCE083D for <gentoo-commits@lists.gentoo.org>; Sun, 26 Apr 2020 01:37:19 +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 4291D34F193 for <gentoo-commits@lists.gentoo.org>; Sun, 26 Apr 2020 01:37:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E51711F2 for <gentoo-commits@lists.gentoo.org>; Sun, 26 Apr 2020 01:37:15 +0000 (UTC) From: "Andreas Sturmlechner" <asturm@gentoo.org> 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" <asturm@gentoo.org> Message-ID: <1587863594.35b8a6e9afb56c2ca7067b4e5594aa99e390796a.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.4.1-r1.ebuild 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: 35b8a6e9afb56c2ca7067b4e5594aa99e390796a X-VCS-Branch: master Date: Sun, 26 Apr 2020 01:37:15 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3af8f639-2ae5-488a-b7b9-e753c07a2ee7 X-Archives-Hash: fc42d475fd77b5d3609857286ad47889 commit: 35b8a6e9afb56c2ca7067b4e5594aa99e390796a Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Apr 26 01:13:14 2020 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Apr 26 01:13:14 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=35b8a6e9 kde-plasma/plasma-meta: Rename USE pam -> kwallet Not to encourage anyone to avoid kwallet* by disabling USE pam. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> kde-plasma/plasma-meta/metadata.xml | 2 +- kde-plasma/plasma-meta/plasma-meta-5.18.4.1-r1.ebuild | 9 +++------ kde-plasma/plasma-meta/plasma-meta-5.18.49.9999.ebuild | 9 +++------ kde-plasma/plasma-meta/plasma-meta-9999.ebuild | 9 +++------ 4 files changed, 10 insertions(+), 19 deletions(-) diff --git a/kde-plasma/plasma-meta/metadata.xml b/kde-plasma/plasma-meta/metadata.xml index 8f7c40562a..f50ae1d871 100644 --- a/kde-plasma/plasma-meta/metadata.xml +++ b/kde-plasma/plasma-meta/metadata.xml @@ -14,9 +14,9 @@ <flag name="elogind">Use <pkg>sys-auth/elogind</pkg> for session tracking</flag> <flag name="grub">Pull in Breeze theme for <pkg>sys-boot/grub</pkg></flag> <flag name="gtk">Enable Breeze widget style and system settings module for GTK+</flag> + <flag name="kwallet">Enable support for KWallet auto-unlocking via <pkg>kde-plasma/kwallet-pam</pkg></flag> <flag name="kwinft">Pull in <pkg>gui-wm/kwinft</pkg> instead of <pkg>kde-plasma/kwin</pkg></flag> <flag name="legacy-systray">Add support for legacy applications using <pkg>kde-plasma/xembed-sni-proxy</pkg></flag> - <flag name="pam">Enable support for kwallet auto-unlocking</flag> <flag name="plymouth">Pull in Breeze theme for <pkg>sys-boot/plymouth</pkg></flag> <flag name="pulseaudio">Install Plasma applet for PulseAudio volume management</flag> <flag name="qrcode">Enable support for easy WiFi network sharing using QR codes with <pkg>kde-plasma/plasma-nm</pkg></flag> diff --git a/kde-plasma/plasma-meta/plasma-meta-5.18.4.1-r1.ebuild b/kde-plasma/plasma-meta/plasma-meta-5.18.4.1-r1.ebuild index 24fe51c28f..937736073b 100644 --- a/kde-plasma/plasma-meta/plasma-meta-5.18.4.1-r1.ebuild +++ b/kde-plasma/plasma-meta/plasma-meta-5.18.4.1-r1.ebuild @@ -10,8 +10,8 @@ LICENSE="metapackage" SLOT="5" KEYWORDS="~amd64" IUSE="bluetooth +browser-integration crypt +desktop-portal discover -+display-manager elogind grub gtk +handbook kwinft +legacy-systray networkmanager -pam plymouth pulseaudio qrcode +sddm sdk systemd thunderbolt +wallpapers" ++display-manager elogind grub gtk +handbook kwallet kwinft +legacy-systray +networkmanager plymouth pulseaudio qrcode +sddm sdk systemd thunderbolt +wallpapers" REQUIRED_USE="?? ( elogind systemd )" @@ -66,16 +66,13 @@ RDEPEND=" >=kde-plasma/kde-gtk-config-${PV}:${SLOT} ) handbook? ( kde-apps/khelpcenter:5 ) + kwallet? ( >=kde-plasma/kwallet-pam-${PV}:${SLOT} ) legacy-systray? ( >=kde-plasma/xembed-sni-proxy-${PV}:${SLOT} ) networkmanager? ( >=kde-plasma/plasma-nm-${PV}:${SLOT} net-misc/networkmanager[elogind?,systemd?] qrcode? ( kde-frameworks/prison[qml] ) ) - pam? ( - >=kde-plasma/kwallet-pam-${PV}:${SLOT} - sys-auth/pambase[elogind?,systemd?] - ) plymouth? ( >=kde-plasma/breeze-plymouth-${PV}:${SLOT} >=kde-plasma/plymouth-kcm-${PV}:${SLOT} 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 a62ab60c5b..6e10daaa00 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 @@ -10,8 +10,8 @@ LICENSE="metapackage" SLOT="5" KEYWORDS="" IUSE="bluetooth +browser-integration crypt +desktop-portal discover -+display-manager elogind grub gtk +handbook kwinft +legacy-systray networkmanager -pam plymouth pulseaudio qrcode +sddm sdk systemd thunderbolt +wallpapers" ++display-manager elogind grub gtk +handbook kwallet kwinft +legacy-systray +networkmanager plymouth pulseaudio qrcode +sddm sdk systemd thunderbolt +wallpapers" REQUIRED_USE="?? ( elogind systemd )" @@ -66,16 +66,13 @@ RDEPEND=" >=kde-plasma/kde-gtk-config-${PV}:${SLOT} ) handbook? ( kde-apps/khelpcenter:5 ) + kwallet? ( >=kde-plasma/kwallet-pam-${PV}:${SLOT} ) legacy-systray? ( >=kde-plasma/xembed-sni-proxy-${PV}:${SLOT} ) networkmanager? ( >=kde-plasma/plasma-nm-${PV}:${SLOT} net-misc/networkmanager[elogind?,systemd?] qrcode? ( kde-frameworks/prison[qml] ) ) - pam? ( - >=kde-plasma/kwallet-pam-${PV}:${SLOT} - sys-auth/pambase[elogind?,systemd?] - ) plymouth? ( >=kde-plasma/breeze-plymouth-${PV}:${SLOT} >=kde-plasma/plymouth-kcm-${PV}:${SLOT} diff --git a/kde-plasma/plasma-meta/plasma-meta-9999.ebuild b/kde-plasma/plasma-meta/plasma-meta-9999.ebuild index a62ab60c5b..6e10daaa00 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 kwinft +legacy-systray networkmanager -pam plymouth pulseaudio qrcode +sddm sdk systemd thunderbolt +wallpapers" ++display-manager elogind grub gtk +handbook kwallet kwinft +legacy-systray +networkmanager plymouth pulseaudio qrcode +sddm sdk systemd thunderbolt +wallpapers" REQUIRED_USE="?? ( elogind systemd )" @@ -66,16 +66,13 @@ RDEPEND=" >=kde-plasma/kde-gtk-config-${PV}:${SLOT} ) handbook? ( kde-apps/khelpcenter:5 ) + kwallet? ( >=kde-plasma/kwallet-pam-${PV}:${SLOT} ) legacy-systray? ( >=kde-plasma/xembed-sni-proxy-${PV}:${SLOT} ) networkmanager? ( >=kde-plasma/plasma-nm-${PV}:${SLOT} net-misc/networkmanager[elogind?,systemd?] qrcode? ( kde-frameworks/prison[qml] ) ) - pam? ( - >=kde-plasma/kwallet-pam-${PV}:${SLOT} - sys-auth/pambase[elogind?,systemd?] - ) plymouth? ( >=kde-plasma/breeze-plymouth-${PV}:${SLOT} >=kde-plasma/plymouth-kcm-${PV}:${SLOT}