commit:     c9e45e06739f0d12cd7e82d1ca07ac37fa94d48b
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 23 22:39:41 2026 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Mon Feb 23 23:14:50 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9e45e06

sys-apps/cpuid: add 20260220

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/cpuid/Manifest              |  1 +
 sys-apps/cpuid/cpuid-20260220.ebuild | 35 +++++++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/sys-apps/cpuid/Manifest b/sys-apps/cpuid/Manifest
index 7b605c8543e0..da9433757d87 100644
--- a/sys-apps/cpuid/Manifest
+++ b/sys-apps/cpuid/Manifest
@@ -1 +1,2 @@
 DIST cpuid-20250513.src.tar.gz 164335 BLAKE2B 
090b0ae9c32b41d2e1d113dcffd1734b600e89a5a3d832ede4421f8318f378115f7724913e898ffa72f2fc7336f902802bb8538a08077dddcf628d339d198084
 SHA512 
7447b3c1781eb7ce664789d056bdea8257c55426524afb4b5be11e1df0579ddafa5cc6599d70ea625ce46953ba84416bbda3c6bbad281f5805e35448d062df8d
+DIST cpuid-20260220.src.tar.gz 168472 BLAKE2B 
033779e1d3e46f95d15ce1e608b29b2eeefcf4a3a59e5ea6a718362a11db2b715109e81942cb81e0a6983787a09982ef01d7abd593796be42106799f46c5c0cd
 SHA512 
e1df0257f2bb8eff46e4c27cbe8a99b773bb90b60739b89d970bd618d2ed1c89fb7c24cbb9090b36c5df5e5a6ae63c704da7da72e06ca1bed75307bfe94e20dd

diff --git a/sys-apps/cpuid/cpuid-20260220.ebuild 
b/sys-apps/cpuid/cpuid-20260220.ebuild
new file mode 100644
index 000000000000..8e4ee5a6b67e
--- /dev/null
+++ b/sys-apps/cpuid/cpuid-20260220.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2026 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
+}

Reply via email to