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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 67C8B1581D3 for ; Wed, 29 May 2024 08:35:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0AAB2BC01A; Wed, 29 May 2024 08:35:11 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A077F2BC01A for ; Wed, 29 May 2024 08:35:11 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B4AD6343065 for ; Wed, 29 May 2024 08:35:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7FA2B1BF9 for ; Wed, 29 May 2024 08:35:07 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1716925975.2daeda4de6eae58589219f275a58a024a6e1d755.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-admin/hardinfo2/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-admin/hardinfo2/hardinfo2-2.1.11.ebuild app-admin/hardinfo2/metadata.xml X-VCS-Directories: app-admin/hardinfo2/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 2daeda4de6eae58589219f275a58a024a6e1d755 X-VCS-Branch: master Date: Wed, 29 May 2024 08:35:07 +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: 16a9c27a-b83b-48cf-b284-061c4137a85f X-Archives-Hash: 351f6ba421fc931e5d87cf4be5c7e3bd commit: 2daeda4de6eae58589219f275a58a024a6e1d755 Author: Quincy Fleming protonmail com> AuthorDate: Tue May 28 19:52:55 2024 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Tue May 28 19:52:55 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2daeda4d app-admin/hardinfo2: add missing optional deps Signed-off-by: Quincy Fleming protonmail.com> app-admin/hardinfo2/hardinfo2-2.1.11.ebuild | 9 ++++++++- app-admin/hardinfo2/metadata.xml | 11 +++++++++-- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/app-admin/hardinfo2/hardinfo2-2.1.11.ebuild b/app-admin/hardinfo2/hardinfo2-2.1.11.ebuild index a86bbf86c..feb911800 100644 --- a/app-admin/hardinfo2/hardinfo2-2.1.11.ebuild +++ b/app-admin/hardinfo2/hardinfo2-2.1.11.ebuild @@ -14,7 +14,7 @@ S="${WORKDIR}/${PN}-release-${PV}" LICENSE="GPL-2+ GPL-3+ LGPL-2.1+" SLOT="0" KEYWORDS="~amd64" -IUSE="benchmark dmi +gtk3" +IUSE="benchmark dmi fwupd +gtk3 mesa network scsi sensors udisks +xdg" DEPEND=" gtk3? ( x11-libs/gtk+:3 ) !gtk3? ( x11-libs/gtk+:2 ) @@ -27,6 +27,13 @@ RDEPEND=" ${DEPEND} benchmark? ( app-benchmarks/sysbench ) dmi? ( sys-apps/dmidecode ) + sensors? ( sys-apps/lm-sensors ) + scsi? ( sys-fs/lsscsi ) + mesa? ( x11-apps/mesa-progs ) + udisks? ( sys-fs/udisks:2 ) + xdg? ( x11-misc/xdg-utils ) + network? ( net-misc/iperf:3 ) + fwupd? ( sys-apps/fwupd ) " BDEPEND="virtual/pkgconfig" diff --git a/app-admin/hardinfo2/metadata.xml b/app-admin/hardinfo2/metadata.xml index 48d8a3887..da974a773 100644 --- a/app-admin/hardinfo2/metadata.xml +++ b/app-admin/hardinfo2/metadata.xml @@ -6,9 +6,16 @@ Quincy Fleming - Install sysbench for benchmarking - Install dmidecode for DMI + sysbench for benchmarking + dmidecode for DMI + fwupd gtk+ user interface + mesa-progs + iperf for network benchmark + SCSI support + sensors module + storage module + use browser for homepage, bugs and links hardinfo2/hardinfo2