From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id D5C361584AD for ; Wed, 23 Apr 2025 22:49:12 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id C13723430AC for ; Wed, 23 Apr 2025 22:49:12 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 5B92D1104B1; Wed, 23 Apr 2025 22:49:04 +0000 (UTC) Received: from smtp.gentoo.org (dev.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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 543151104B1 for ; Wed, 23 Apr 2025 22:49:04 +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 0B4E534308B for ; Wed, 23 Apr 2025 22:49:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 86EE22615 for ; Wed, 23 Apr 2025 22:49:02 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1745448525.5f1000d152b2f42b45d5bc6c3389d6bf27a283dc.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/cpuid/Manifest sys-apps/cpuid/cpuid-20250419.ebuild X-VCS-Directories: sys-apps/cpuid/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 5f1000d152b2f42b45d5bc6c3389d6bf27a283dc X-VCS-Branch: master Date: Wed, 23 Apr 2025 22:49:02 +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: 2195a6e5-d590-4942-9435-ae43ee6f829a X-Archives-Hash: 5d0a363f2386d60a8315df118708a9d6 commit: 5f1000d152b2f42b45d5bc6c3389d6bf27a283dc Author: Conrad Kostecki gentoo org> AuthorDate: Wed Apr 23 22:48:45 2025 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Wed Apr 23 22:48:45 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f1000d1 sys-apps/cpuid: add 20250419 Signed-off-by: Conrad Kostecki gentoo.org> sys-apps/cpuid/Manifest | 1 + sys-apps/cpuid/cpuid-20250419.ebuild | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/sys-apps/cpuid/Manifest b/sys-apps/cpuid/Manifest index e649f5e9c2ea..33fd0cc4e896 100644 --- a/sys-apps/cpuid/Manifest +++ b/sys-apps/cpuid/Manifest @@ -1 +1,2 @@ DIST cpuid-20250316.src.tar.gz 161671 BLAKE2B 64a7b39cb4bfef9d837f4684bcd3f876b4ad91cb3b4155a46a55e61c8cbf3c8bc8ed0bcb310c6e05903d31426588470f052d5825e1d6f82e54d4b746c7571421 SHA512 774f5839b5a857d91502f07cdf60bb3c35ce4dd8d20c04d8d29de205a2ab3d0135134be4da96dc1b55759fa7c716738d6a69ad4822f4e39911d8740185d5e503 +DIST cpuid-20250419.src.tar.gz 163083 BLAKE2B 933a429b24332aead28efe9867df74d3bb63593cf61c4e87707e6a834a487dd7ecf5226167644b4d7ccd1a2e965d3bc041b84be5606ec5b1e160ad4f7aa1ff77 SHA512 e155875895bbf3d66a3e70fb45f6d1f7aa74d0ebf56f0dd1f56dc590f686107d2c1367e86e032b8702caa2d9dc5582420478e3f8e9d49263d24561e42eff0c64 diff --git a/sys-apps/cpuid/cpuid-20250419.ebuild b/sys-apps/cpuid/cpuid-20250419.ebuild new file mode 100644 index 000000000000..e75b289a5929 --- /dev/null +++ b/sys-apps/cpuid/cpuid-20250419.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit toolchain-funcs + +DESCRIPTION="Linux tool to dump x86 CPUID information about the CPUs" +HOMEPAGE="http://www.etallen.com/cpuid.html" +SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="-* ~amd64 ~x86" + +BDEPEND=" + app-alternatives/gzip + dev-lang/perl +" + +DOCS=( "ChangeLog" "FUTURE" ) + +PATCHES=( "${FILESDIR}/${PN}-20241023-makefile.patch" ) + +src_prepare() { + default + + tc-export CC +} + +src_install() { + emake BUILDROOT="${ED}" install + + einstalldocs +}