commit: 6000b5717f86ab8666ed711b6615d3132943647a Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Sun Mar 23 20:56:34 2025 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sun Mar 23 22:37:22 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6000b571
sys-apps/cpuid: add 20250316 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> sys-apps/cpuid/Manifest | 1 + sys-apps/cpuid/cpuid-20250316.ebuild | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/sys-apps/cpuid/Manifest b/sys-apps/cpuid/Manifest index 6556511aeb2c..f04f82f98c2b 100644 --- a/sys-apps/cpuid/Manifest +++ b/sys-apps/cpuid/Manifest @@ -1 +1,2 @@ DIST cpuid-20241023.src.tar.gz 160816 BLAKE2B de3c5750e8bd90882ac3a13ad81196b0287bd2ee321c54adda18a754e128f9c72b72177874c652ccb02d17ace336c70705c899f3e6493e7f4c655a9f992114ef SHA512 81d4b4de609365fb801d785fab9c4f190885569fa97db10ab5e8f7e227a335313c0bafb02696a0bb1d14d11c49e90979a2b9b60eb970e6d7c617be99142a941b +DIST cpuid-20250316.src.tar.gz 161671 BLAKE2B 64a7b39cb4bfef9d837f4684bcd3f876b4ad91cb3b4155a46a55e61c8cbf3c8bc8ed0bcb310c6e05903d31426588470f052d5825e1d6f82e54d4b746c7571421 SHA512 774f5839b5a857d91502f07cdf60bb3c35ce4dd8d20c04d8d29de205a2ab3d0135134be4da96dc1b55759fa7c716738d6a69ad4822f4e39911d8740185d5e503 diff --git a/sys-apps/cpuid/cpuid-20250316.ebuild b/sys-apps/cpuid/cpuid-20250316.ebuild new file mode 100644 index 000000000000..e75b289a5929 --- /dev/null +++ b/sys-apps/cpuid/cpuid-20250316.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 +}
