From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 50CA9158090 for ; Fri, 20 May 2022 04:42:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1FF7FE0922; Fri, 20 May 2022 04:42:12 +0000 (UTC) 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 pigeon.gentoo.org (Postfix) with ESMTPS id 02B9AE0922 for ; Fri, 20 May 2022 04:42:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 83BC53418FB for ; Fri, 20 May 2022 04:42:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ECFF93BF for ; Fri, 20 May 2022 04:42:08 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1653021541.4d331fa6dbd08b2e3b333e6e3e89225007ff9c5a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/cpuid2cpuflags/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/cpuid2cpuflags/Manifest app-portage/cpuid2cpuflags/cpuid2cpuflags-12.ebuild X-VCS-Directories: app-portage/cpuid2cpuflags/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4d331fa6dbd08b2e3b333e6e3e89225007ff9c5a X-VCS-Branch: master Date: Fri, 20 May 2022 04:42:08 +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: 7c69e38e-c02a-4a4a-8ec3-ea9a7afe2cd9 X-Archives-Hash: 947d2bb014d3c269f8a0e9e6f84d1d22 commit: 4d331fa6dbd08b2e3b333e6e3e89225007ff9c5a Author: Michał Górny gentoo org> AuthorDate: Fri May 20 04:39:01 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri May 20 04:39:01 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d331fa6 app-portage/cpuid2cpuflags: Bump to v12 Signed-off-by: Michał Górny gentoo.org> app-portage/cpuid2cpuflags/Manifest | 1 + app-portage/cpuid2cpuflags/cpuid2cpuflags-12.ebuild | 14 ++++++++++++++ 2 files changed, 15 insertions(+) diff --git a/app-portage/cpuid2cpuflags/Manifest b/app-portage/cpuid2cpuflags/Manifest index f8d57b951c25..76ab87df5af2 100644 --- a/app-portage/cpuid2cpuflags/Manifest +++ b/app-portage/cpuid2cpuflags/Manifest @@ -1 +1,2 @@ DIST cpuid2cpuflags-11.tar.bz2 83091 BLAKE2B 2225b6031505597050332d50f4cee69aebb263f9def8043fde64b61e7d06bd2b2ab306eab31701434435a5ede1da974004db3d800a9184011595ed5c16422c79 SHA512 0eeff4e6369eaca6ddb516ff95597c649a7619c1ad79b0d73f51ef9f903db55cb7a49c5ccec478c9a923abfcce63e4ee5b6436f08eb9092b0024c898e508750b +DIST cpuid2cpuflags-12.tar.bz2 84750 BLAKE2B 0f7418eaad406427be02047c06f9a6e3f3b1cd953ef320c1cdf5082d309f6887f1caeb4828761287266e2f527d5bb9d6cd4c8848ac2b47a019d6d156231364f6 SHA512 e415a04b5963eaaf4027dbb191a30d4b3cc93a7708e33ea21f9dfe53ad90e735fc5f298fdfb35e155323391a8b8c6c208d988d5cbad811536ab27764bf1e5981 diff --git a/app-portage/cpuid2cpuflags/cpuid2cpuflags-12.ebuild b/app-portage/cpuid2cpuflags/cpuid2cpuflags-12.ebuild new file mode 100644 index 000000000000..8c199aabf630 --- /dev/null +++ b/app-portage/cpuid2cpuflags/cpuid2cpuflags-12.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2022 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/mgorny/cpuid2cpuflags/" +SRC_URI=" + https://github.com/mgorny/cpuid2cpuflags/releases/download/v${PV}/${P}.tar.bz2 +" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~x64-macos ~x64-solaris ~x86-solaris"