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 E597315827B for ; Sun, 10 Aug 2025 22:38:33 +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) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id D03213421A1 for ; Sun, 10 Aug 2025 22:38:33 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id C9722110565; Sun, 10 Aug 2025 22:38:23 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id C074B110564 for ; Sun, 10 Aug 2025 22:38:23 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7027934206E for ; Sun, 10 Aug 2025 22:38:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E183C32E2 for ; Sun, 10 Aug 2025 22:38:20 +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: <1754861155.b1d719fea31ca5b3f1c615c494dda15858baf3f2.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-20250513.ebuild X-VCS-Directories: sys-apps/cpuid/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: b1d719fea31ca5b3f1c615c494dda15858baf3f2 X-VCS-Branch: master Date: Sun, 10 Aug 2025 22:38:20 +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: 2b207d9e-2481-4213-b354-89770cc46875 X-Archives-Hash: ecda1e5432bc0cdb2cbbfb01497f0282 commit: b1d719fea31ca5b3f1c615c494dda15858baf3f2 Author: Conrad Kostecki gentoo org> AuthorDate: Sun Aug 10 21:11:59 2025 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sun Aug 10 21:25:55 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1d719fe sys-apps/cpuid: add 20250513 Signed-off-by: Conrad Kostecki gentoo.org> sys-apps/cpuid/Manifest | 1 + sys-apps/cpuid/cpuid-20250513.ebuild | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/sys-apps/cpuid/Manifest b/sys-apps/cpuid/Manifest index c44f9d52f83a..552a455cad64 100644 --- a/sys-apps/cpuid/Manifest +++ b/sys-apps/cpuid/Manifest @@ -1 +1,2 @@ DIST cpuid-20250419.src.tar.gz 163083 BLAKE2B 933a429b24332aead28efe9867df74d3bb63593cf61c4e87707e6a834a487dd7ecf5226167644b4d7ccd1a2e965d3bc041b84be5606ec5b1e160ad4f7aa1ff77 SHA512 e155875895bbf3d66a3e70fb45f6d1f7aa74d0ebf56f0dd1f56dc590f686107d2c1367e86e032b8702caa2d9dc5582420478e3f8e9d49263d24561e42eff0c64 +DIST cpuid-20250513.src.tar.gz 164335 BLAKE2B 090b0ae9c32b41d2e1d113dcffd1734b600e89a5a3d832ede4421f8318f378115f7724913e898ffa72f2fc7336f902802bb8538a08077dddcf628d339d198084 SHA512 7447b3c1781eb7ce664789d056bdea8257c55426524afb4b5be11e1df0579ddafa5cc6599d70ea625ce46953ba84416bbda3c6bbad281f5805e35448d062df8d diff --git a/sys-apps/cpuid/cpuid-20250513.ebuild b/sys-apps/cpuid/cpuid-20250513.ebuild new file mode 100644 index 000000000000..e75b289a5929 --- /dev/null +++ b/sys-apps/cpuid/cpuid-20250513.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 +}