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 89C96158287 for ; Fri, 16 May 2025 03:16:27 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 578A1343859 for ; Fri, 16 May 2025 03:16:27 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id E418511047E; Fri, 16 May 2025 03:16:18 +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 bobolink.gentoo.org (Postfix) with ESMTPS id DD6C31103DE for ; Fri, 16 May 2025 03:16:18 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9241A3436D5 for ; Fri, 16 May 2025 03:16:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 99E8C2530 for ; Fri, 16 May 2025 03:16:15 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1747365367.529971317768d24d043cdfa64236e14e9b59f619.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/vulkan-headers/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/vulkan-headers/Manifest dev-util/vulkan-headers/vulkan-headers-1.4.313.0.ebuild X-VCS-Directories: dev-util/vulkan-headers/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 529971317768d24d043cdfa64236e14e9b59f619 X-VCS-Branch: master Date: Fri, 16 May 2025 03:16:15 +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: c6a267d1-16ad-4e11-b967-e87deae7b601 X-Archives-Hash: 75c9b32806a9cdb068977fb1797241a0 commit: 529971317768d24d043cdfa64236e14e9b59f619 Author: Matt Turner gentoo org> AuthorDate: Fri May 16 02:52:06 2025 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri May 16 03:16:07 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52997131 dev-util/vulkan-headers: Version bump to 1.4.313.0 Signed-off-by: Matt Turner gentoo.org> dev-util/vulkan-headers/Manifest | 1 + .../vulkan-headers/vulkan-headers-1.4.313.0.ebuild | 30 ++++++++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/dev-util/vulkan-headers/Manifest b/dev-util/vulkan-headers/Manifest index 0ed750f7e044..667f6b7ccffd 100644 --- a/dev-util/vulkan-headers/Manifest +++ b/dev-util/vulkan-headers/Manifest @@ -1 +1,2 @@ DIST vulkan-headers-1.4.309.0.tar.gz 2572985 BLAKE2B 2e679e86ecc3b0a693beba539820bc18b0d0ec4c1692d162a2d9b9105618a3a6aa2da0c1ae7fbfc4a4b587476f02250deb3370ef0ec3782f7e3cc34229433fcd SHA512 1199344dcfe8c074926cffad6b921730ba46802d39e70d7acc23d8764549cf1070432215095b7305f7b61397d14a5e48966ced87f1a39b93d5992c1d8e97ba35 +DIST vulkan-headers-1.4.313.0.tar.gz 2635647 BLAKE2B 82f273c929203ef896b9ed6ff932ecaad490ae28948690eb49c059f21ed25bf2c0089945534b662245fb6d4a1e73703c8274757a55681c80e61cd4e782b018ce SHA512 435ebb559b93ae581d2699b84dfecb207f98cf96f9f391a71a333fb3ec4040587089821234834560c32b773391a9c77f27776e80b7f1dbecda38857893a8f0bc diff --git a/dev-util/vulkan-headers/vulkan-headers-1.4.313.0.ebuild b/dev-util/vulkan-headers/vulkan-headers-1.4.313.0.ebuild new file mode 100644 index 000000000000..65eb0c96786e --- /dev/null +++ b/dev-util/vulkan-headers/vulkan-headers-1.4.313.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +MY_PN=Vulkan-Headers +inherit cmake + +if [[ ${PV} == *9999* ]]; then + EGIT_REPO_URI="https://github.com/KhronosGroup/${MY_PN}.git" + inherit git-r3 +else + SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/vulkan-sdk-${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~x86" + S="${WORKDIR}"/${MY_PN}-vulkan-sdk-${PV} +fi + +DESCRIPTION="Vulkan Header files and API registry" +HOMEPAGE="https://github.com/KhronosGroup/Vulkan-Headers" + +LICENSE="Apache-2.0" +SLOT="0" + +src_configure() { + local mycmakeargs=( + -DVULKAN_HEADERS_ENABLE_MODULE=OFF + ) + + cmake_src_configure +}