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 F415F1581D3 for ; Tue, 28 May 2024 19:53:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 37305E29F4; Tue, 28 May 2024 19:53:49 +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 15F2EE29F4 for ; Tue, 28 May 2024 19:53:49 +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 18F78335D7B for ; Tue, 28 May 2024 19:53:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 63BEA1610 for ; Tue, 28 May 2024 19:53:46 +0000 (UTC) From: "Quincy Fleming" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Quincy Fleming" Message-ID: <1716925975.2daeda4de6eae58589219f275a58a024a6e1d755.quincyf467@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev 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: quincyf467 X-VCS-Committer-Name: Quincy Fleming X-VCS-Revision: 2daeda4de6eae58589219f275a58a024a6e1d755 X-VCS-Branch: dev Date: Tue, 28 May 2024 19:53:46 +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: cddd0475-ffb0-4a1c-b1f2-4e6f79d59fa2 X-Archives-Hash: 1f0594c2a051341b92d754fd1c241efd commit: 2daeda4de6eae58589219f275a58a024a6e1d755 Author: Quincy Fleming protonmail com> AuthorDate: Tue May 28 19:52:55 2024 +0000 Commit: Quincy Fleming protonmail com> 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