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 31D741581D3 for ; Mon, 27 May 2024 01:47:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5C1CE29F6; Mon, 27 May 2024 01:47:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 pigeon.gentoo.org (Postfix) with ESMTPS id AFF9FE29F2 for ; Mon, 27 May 2024 01:47:44 +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 AD7EC33BDEF for ; Mon, 27 May 2024 01:47:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 10DB11B3C for ; Mon, 27 May 2024 01:47:42 +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: <1716773991.f7c287e8f5b35c0e58047ef11254fe8a1b8ab2b3.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.8.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: f7c287e8f5b35c0e58047ef11254fe8a1b8ab2b3 X-VCS-Branch: dev Date: Mon, 27 May 2024 01:47:42 +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: 800d0464-9deb-4779-b52d-f0a0dadf0be0 X-Archives-Hash: 1e6dc5d39cd44a956f175e148b4c539c commit: f7c287e8f5b35c0e58047ef11254fe8a1b8ab2b3 Author: Quincy Fleming protonmail com> AuthorDate: Mon May 27 01:39:51 2024 +0000 Commit: Quincy Fleming protonmail com> CommitDate: Mon May 27 01:39:51 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f7c287e8 app-admin/hardinfo2: add xdg-utils eclass Signed-off-by: Quincy Fleming protonmail.com> app-admin/hardinfo2/hardinfo2-2.1.8.ebuild | 2 +- app-admin/hardinfo2/metadata.xml | 37 +++++++++++++++++------------- 2 files changed, 22 insertions(+), 17 deletions(-) diff --git a/app-admin/hardinfo2/hardinfo2-2.1.8.ebuild b/app-admin/hardinfo2/hardinfo2-2.1.8.ebuild index 17aa43f1a..8d255d9d9 100644 --- a/app-admin/hardinfo2/hardinfo2-2.1.8.ebuild +++ b/app-admin/hardinfo2/hardinfo2-2.1.8.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit cmake +inherit cmake xdg-utils DESCRIPTION="System Information and Benchmark for Linux Systems" HOMEPAGE="https://www.hardinfo2.org" diff --git a/app-admin/hardinfo2/metadata.xml b/app-admin/hardinfo2/metadata.xml index 7e1d2cba3..51c675eec 100644 --- a/app-admin/hardinfo2/metadata.xml +++ b/app-admin/hardinfo2/metadata.xml @@ -1,21 +1,26 @@ - - quincyf467@protonmail.com - Quincy Fleming - - - hardinfo2/hardinfo2 - https://github.com/hardinfo2/hardinfo2/blob/master/README.md - https://github.com/hardinfo2/hardinfo2/issues - - - Hardinfo2 is based on hardinfo, which has not been released for more than 10 years. - Hardinfo2 is the reboot that was needed. + + quincyf467@protonmail.com + Quincy Fleming + + + Install sysbench for benchmarking + Install dmidecode for DMI + gtk+ user interface + + + hardinfo2/hardinfo2 + https://github.com/hardinfo2/hardinfo2/blob/master/README.md + https://github.com/hardinfo2/hardinfo2/issues + + + Hardinfo2 is based on hardinfo, which has not been released for more than 10 years. + Hardinfo2 is the reboot that was needed. - Hardinfo2 offers System Information and Benchmark for Linux Systems. - It is able to obtain information from both hardware and basic software. - It can benchmark your system and compare to other machines online. - + Hardinfo2 offers System Information and Benchmark for Linux Systems. + It is able to obtain information from both hardware and basic software. + It can benchmark your system and compare to other machines online. +