dev-util/vulkan-headers: Drop old versions

Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
Matt Turner
2025-07-20 12:31:15 -04:00
parent a5e0ff943d
commit 4ec1c3a071
2 changed files with 0 additions and 31 deletions

View File

@@ -1,2 +1 @@
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

View File

@@ -1,30 +0,0 @@
# 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
}