commit: 90cb9a37b1d06867f96210137919ee1bf0595752 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed May 28 09:11:43 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed May 28 09:12:31 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90cb9a37
app-portage/cpuid2cpuflags: Bump to 16 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> app-portage/cpuid2cpuflags/Manifest | 1 + app-portage/cpuid2cpuflags/cpuid2cpuflags-16.ebuild | 14 ++++++++++++++ 2 files changed, 15 insertions(+) diff --git a/app-portage/cpuid2cpuflags/Manifest b/app-portage/cpuid2cpuflags/Manifest index e06b3ceac7c2..a0aa0987ff45 100644 --- a/app-portage/cpuid2cpuflags/Manifest +++ b/app-portage/cpuid2cpuflags/Manifest @@ -1 +1,2 @@ DIST cpuid2cpuflags-15.tar.bz2 93409 BLAKE2B 04959357a4b48980f95ecdd3ea2977f3bf25dc4e3334778a14a8e97cbba7156fe6b4cbc39801f6b891a64cb57a5c7f92cea8e74c06bb3eea4834addf99c3b798 SHA512 0059ae31812cfc855f426ce9d71ad8b7da06710993e101dc2760511a045ca4ed1afe7b3bd038e08a87c347e88793218590771ac19394c7871f109273b48a7c12 +DIST cpuid2cpuflags-16.tar.bz2 94428 BLAKE2B fc3937cfeec60739098ec33218586b177e3fa9db1ecc685c99a73287e7c76c203b57aa29e728caf2585265de37863bb277167bddc713bc9d42a21b381642c13c SHA512 62a7aa15ca45c1c9a30af416834bb4d0811b8e6bcb46e9df8ee5d87ebb5f5eb97914279ec09b657ac18456439ff50f8f3eaea2c34e1be88cb07d0e9f82eff1da diff --git a/app-portage/cpuid2cpuflags/cpuid2cpuflags-16.ebuild b/app-portage/cpuid2cpuflags/cpuid2cpuflags-16.ebuild new file mode 100644 index 000000000000..82181916fb35 --- /dev/null +++ b/app-portage/cpuid2cpuflags/cpuid2cpuflags-16.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Tool to guess CPU_FLAGS_* flags for the host" +HOMEPAGE="https://github.com/projg2/cpuid2cpuflags/" +SRC_URI=" + https://github.com/projg2/cpuid2cpuflags/releases/download/v${PV}/${P}.tar.bz2 +" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~x64-macos ~x64-solaris"
