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 C6CBE158083 for ; Sat, 7 Sep 2024 21:00:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD6AFE29B7; Sat, 7 Sep 2024 21:00:01 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B08B6E29B7 for ; Sat, 7 Sep 2024 21:00:01 +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 B29A8335D1C for ; Sat, 7 Sep 2024 21:00:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B14C1C89 for ; Sat, 7 Sep 2024 20:59:59 +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: <1725742759.e46f5301e6dfe81724e01956baacfbf19e0d9a32.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/Manifest app-admin/hardinfo2/hardinfo2-2.1.11-r1.ebuild app-admin/hardinfo2/hardinfo2-2.1.14.ebuild X-VCS-Directories: app-admin/hardinfo2/ X-VCS-Committer: quincyf467 X-VCS-Committer-Name: Quincy Fleming X-VCS-Revision: e46f5301e6dfe81724e01956baacfbf19e0d9a32 X-VCS-Branch: dev Date: Sat, 7 Sep 2024 20:59:59 +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: 1970e245-334d-45fe-b5aa-6f6b0585f8a0 X-Archives-Hash: 511c4c069dca00bbd788d15d8dc4fea6 commit: e46f5301e6dfe81724e01956baacfbf19e0d9a32 Author: Quincy Fleming protonmail com> AuthorDate: Sat Sep 7 20:59:19 2024 +0000 Commit: Quincy Fleming protonmail com> CommitDate: Sat Sep 7 20:59:19 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e46f5301 app-admin/hardinfo2: add 2.1.14, drop 2.1.11-r1 Signed-off-by: Quincy Fleming protonmail.com> app-admin/hardinfo2/Manifest | 2 +- .../hardinfo2/{hardinfo2-2.1.11-r1.ebuild => hardinfo2-2.1.14.ebuild} | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app-admin/hardinfo2/Manifest b/app-admin/hardinfo2/Manifest index a2abd8c9d..22e557b69 100644 --- a/app-admin/hardinfo2/Manifest +++ b/app-admin/hardinfo2/Manifest @@ -1 +1 @@ -DIST hardinfo2-2.1.11.tar.gz 5806488 BLAKE2B 866b5e179e07c781de67b7169d03763059c1a8a5c974e8ffd3332c2d639f28dac0837138bcc1dacec88f8d94dcc1654d6383128ea21961cfb9a3b16d57205913 SHA512 639d2d02cd6320d56c5f078f69ff43c0bd74844ecc73df05ee205070732e4a6aeb5e169b78a883c83734be69b547f0736522b2fb6377a0e4a59c07be0a1c8c43 +DIST hardinfo2-2.1.14.tar.gz 5990753 BLAKE2B 5ac04a6d4dc07bf4fd99a86ff9306699e8e68499638fbe9d07ffb48fb0f40ee79f1e11b6be3337497bdee9873ec3f2b46791adbff5e24aacfab328dd31dec8c0 SHA512 0c6f62b07bc52c9e07c6eff66c485962e03f019cf566d0954e3accb537a27ff49765ed87fea5112543db6039439bb5402b3362899d9706fc510510fbf24f50cf diff --git a/app-admin/hardinfo2/hardinfo2-2.1.11-r1.ebuild b/app-admin/hardinfo2/hardinfo2-2.1.14.ebuild similarity index 98% rename from app-admin/hardinfo2/hardinfo2-2.1.11-r1.ebuild rename to app-admin/hardinfo2/hardinfo2-2.1.14.ebuild index 3b81691bd..a94c26024 100644 --- a/app-admin/hardinfo2/hardinfo2-2.1.11-r1.ebuild +++ b/app-admin/hardinfo2/hardinfo2-2.1.14.ebuild @@ -44,6 +44,7 @@ BDEPEND="virtual/pkgconfig" src_configure() { local mycmakeargs=( -DHARDINFO2_GTK3=$(usex gtk3) + -DHARDINFO2_QT5=0 ) cmake_src_configure }