From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/hardinfo/
Date: Sun, 12 Jan 2025 17:32:23 +0000 (UTC) [thread overview]
Message-ID: <1736702956.c08f2c5435dbd5023f52f41de8d4a7f04bb5f695.sam@gentoo> (raw)
commit: c08f2c5435dbd5023f52f41de8d4a7f04bb5f695
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 12 17:29:16 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 12 17:29:16 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c08f2c54
app-admin/hardinfo: add 0.6_alpha_pre20240320
We should still switch to hardinfo2 but this just drops the libsoup:2.4
dep by bumping to latest snapshot in the old repo (which includes a fix
for no-libsoup build) and then disabling libsoup entirely which was only
used for an update checker.
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-admin/hardinfo/Manifest | 1 +
.../hardinfo/hardinfo-0.6_alpha_pre20240320.ebuild | 40 ++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/app-admin/hardinfo/Manifest b/app-admin/hardinfo/Manifest
index 413516588e6e..777b0f995074 100644
--- a/app-admin/hardinfo/Manifest
+++ b/app-admin/hardinfo/Manifest
@@ -1 +1,2 @@
DIST hardinfo-0.6_alpha_pre20221113-a798cbaed6f1b083cc3c26dbede74cf40947d0ef.tar.gz 1411038 BLAKE2B 8a6ca1a8e2bd53804cd6f55f0b9ce89d24d61aff9e267636301331d329229cd11778ea087e1906e7313cb1bd077ca69766e6fdf86c21985deba51f942cedf904 SHA512 faa7db1c8a7ac4f432a27cf10d21b453091136dd2d171b63f0b91eeea65c3cec25e7b4c2a845dfb64ff572ee6acaddfec56bd51f7292ed8b3674b44755a7a631
+DIST hardinfo-0.6_alpha_pre20240320-4c97625c5666fa5fc353e7cab322b09159e54ed4.tar.gz 1467190 BLAKE2B 7d34e5ace15008471bb488fe19cde320e8a4fd4939b69bc417ea653bdd4fffe49c87e60b5c03c57a30130350a2b9fe649673738bffe8e5d2246ebea5076054bb SHA512 022646e78ed90e36db432fa6a49ba327d455012e91059a41f8e0f5d5a2b1619cd4b22b93e6d2c6bab80965f2bb7cb295b2c24b780938ac24507d654a95b44fc8
diff --git a/app-admin/hardinfo/hardinfo-0.6_alpha_pre20240320.ebuild b/app-admin/hardinfo/hardinfo-0.6_alpha_pre20240320.ebuild
new file mode 100644
index 000000000000..aa7605b5124c
--- /dev/null
+++ b/app-admin/hardinfo/hardinfo-0.6_alpha_pre20240320.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg cmake
+
+GIT_COMMIT="4c97625c5666fa5fc353e7cab322b09159e54ed4"
+
+DESCRIPTION="System information and benchmark tool for Linux systems"
+HOMEPAGE="https://github.com/lpereira/hardinfo"
+SRC_URI="https://github.com/lpereira/hardinfo/archive/${GIT_COMMIT}.tar.gz -> ${P}-${GIT_COMMIT}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="debug"
+
+RDEPEND="dev-libs/glib:2
+ dev-libs/json-glib
+ sys-libs/zlib
+ x11-libs/cairo
+ >=x11-libs/gtk+-3.0:3"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+S="${WORKDIR}/${PN}-${GIT_COMMIT}"
+
+PATCHES=( "${FILESDIR}"/hardinfo-0.6-fix-function-declarations.patch )
+
+src_configure() {
+ # Only used for update checking. Revisit when switching to hardinfo2.
+ sed -i -e '/LIBSOUP/d' CMakeLists.txt || die
+
+ local mycmakeargs=(
+ -DHARDINFO_GTK3=1
+ -DHARDINFO_DEBUG=$(usex debug 1 0)
+ )
+ cmake_src_configure
+}
next reply other threads:[~2025-01-12 17:32 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-12 17:32 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-06-11 7:46 [gentoo-commits] repo/gentoo:master commit in: app-admin/hardinfo/ Petr Vaněk
2025-06-11 7:46 Petr Vaněk
2025-04-26 1:27 Sam James
2025-04-26 0:40 Sam James
2025-04-26 0:39 Sam James
2024-01-03 6:22 Sam James
2022-12-21 22:47 Sam James
2022-12-21 22:47 Sam James
2022-12-19 0:58 Sam James
2022-11-01 4:25 Jakov Smolić
2022-08-03 10:35 Arthur Zamarin
2022-08-03 10:35 Arthur Zamarin
2021-09-16 19:11 Sam James
2021-01-07 11:33 Sam James
2021-01-07 1:08 Sam James
2021-01-07 0:58 Sam James
2020-11-23 13:29 Joonas Niilola
2020-11-23 13:29 Joonas Niilola
2018-10-14 16:34 Andreas Sturmlechner
2015-10-18 16:02 Mikle Kolyada
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1736702956.c08f2c5435dbd5023f52f41de8d4a7f04bb5f695.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox