From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id B8E7A15827B for ; Sun, 17 Aug 2025 07:42:55 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id A2030340AB6 for ; Sun, 17 Aug 2025 07:42:55 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 93DF9110280; Sun, 17 Aug 2025 07:42:54 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id 8845A110280 for ; Sun, 17 Aug 2025 07:42:54 +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 3FC7F33EB78 for ; Sun, 17 Aug 2025 07:42:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A76BA3359 for ; Sun, 17 Aug 2025 07:42: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: <1755416197.534e902b8e9934b972aba4522bbde81c467ccfa1.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/kinfocenter/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/kinfocenter/kinfocenter-6.4.49.9999.ebuild kde-plasma/kinfocenter/kinfocenter-9999.ebuild X-VCS-Directories: kde-plasma/kinfocenter/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 534e902b8e9934b972aba4522bbde81c467ccfa1 X-VCS-Branch: master Date: Sun, 17 Aug 2025 07:42: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: d27700cc-674c-4db6-a653-205c88c62637 X-Archives-Hash: c688617256d4a0ffc81d0b1dcc2287cb commit: 534e902b8e9934b972aba4522bbde81c467ccfa1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Aug 6 16:34:38 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Aug 17 07:36:37 2025 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=534e902b kde-plasma/kinfocenter: Always show optfeature info Even at the risk of elog readers' wrath. Bug: https://bugs.gentoo.org/961073 Signed-off-by: Andreas Sturmlechner gentoo.org> .../kinfocenter/kinfocenter-6.4.49.9999.ebuild | 33 ++++++++++------------ kde-plasma/kinfocenter/kinfocenter-9999.ebuild | 33 ++++++++++------------ 2 files changed, 30 insertions(+), 36 deletions(-) diff --git a/kde-plasma/kinfocenter/kinfocenter-6.4.49.9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-6.4.49.9999.ebuild index 07d03bfd29..4f870fbde1 100644 --- a/kde-plasma/kinfocenter/kinfocenter-6.4.49.9999.ebuild +++ b/kde-plasma/kinfocenter/kinfocenter-6.4.49.9999.ebuild @@ -67,25 +67,22 @@ src_install() { } pkg_postinst() { - if [[ -z "${REPLACING_VERSIONS}" ]]; then - optfeature_header "Query network filesystem info:" - optfeature "NFS information module" net-fs/nfs-utils - optfeature "Samba status information module" net-fs/samba - optfeature_header "Query firmware/hardware info:" - fi + optfeature_header "Query network filesystem info:" + optfeature "NFS information module" net-fs/nfs-utils + optfeature "Samba status information module" net-fs/samba + + optfeature_header "Query firmware/hardware info:" optfeature "System DMI table readout" sys-apps/dmidecode - if [[ -z "${REPLACING_VERSIONS}" ]]; then - optfeature "Firmware security module" "app-text/aha sys-apps/fwupd" - optfeature "PCI devices information module" sys-apps/pciutils - optfeature "advanced CPU information module" sys-apps/util-linux - optfeature_header "Query GPU/graphics support info:" - fi + optfeature "Firmware security module" "app-text/aha sys-apps/fwupd" + optfeature "PCI devices information module" sys-apps/pciutils + optfeature "advanced CPU information module" sys-apps/util-linux + + optfeature_header "Query GPU/graphics support info:" optfeature "OpenCL information module" dev-util/clinfo - if [[ -z "${REPLACING_VERSIONS}" ]]; then - optfeature "OpenGL information module" x11-apps/mesa-progs - optfeature "Vulkan graphics API information module" dev-util/vulkan-tools - optfeature "Wayland information module" app-misc/wayland-utils - optfeature "X Server information module" x11-apps/xdpyinfo - fi + optfeature "OpenGL information module" x11-apps/mesa-progs + optfeature "Vulkan graphics API information module" dev-util/vulkan-tools + optfeature "Wayland information module" app-misc/wayland-utils + optfeature "X Server information module" x11-apps/xdpyinfo + xdg_pkg_postinst } diff --git a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild index 2669016c82..f2a92cbb2d 100644 --- a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild +++ b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild @@ -67,25 +67,22 @@ src_install() { } pkg_postinst() { - if [[ -z "${REPLACING_VERSIONS}" ]]; then - optfeature_header "Query network filesystem info:" - optfeature "NFS information module" net-fs/nfs-utils - optfeature "Samba status information module" net-fs/samba - optfeature_header "Query firmware/hardware info:" - fi + optfeature_header "Query network filesystem info:" + optfeature "NFS information module" net-fs/nfs-utils + optfeature "Samba status information module" net-fs/samba + + optfeature_header "Query firmware/hardware info:" optfeature "System DMI table readout" sys-apps/dmidecode - if [[ -z "${REPLACING_VERSIONS}" ]]; then - optfeature "Firmware security module" "app-text/aha sys-apps/fwupd" - optfeature "PCI devices information module" sys-apps/pciutils - optfeature "advanced CPU information module" sys-apps/util-linux - optfeature_header "Query GPU/graphics support info:" - fi + optfeature "Firmware security module" "app-text/aha sys-apps/fwupd" + optfeature "PCI devices information module" sys-apps/pciutils + optfeature "advanced CPU information module" sys-apps/util-linux + + optfeature_header "Query GPU/graphics support info:" optfeature "OpenCL information module" dev-util/clinfo - if [[ -z "${REPLACING_VERSIONS}" ]]; then - optfeature "OpenGL information module" x11-apps/mesa-progs - optfeature "Vulkan graphics API information module" dev-util/vulkan-tools - optfeature "Wayland information module" app-misc/wayland-utils - optfeature "X Server information module" x11-apps/xdpyinfo - fi + optfeature "OpenGL information module" x11-apps/mesa-progs + optfeature "Vulkan graphics API information module" dev-util/vulkan-tools + optfeature "Wayland information module" app-misc/wayland-utils + optfeature "X Server information module" x11-apps/xdpyinfo + xdg_pkg_postinst }