diff options
author | Matt Turner <mattst88@gentoo.org> | 2021-02-17 13:26:03 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-02-17 13:28:41 -0500 |
commit | b24ed3118ad8aed61efa605e301ad6af3d73550e (patch) | |
tree | e3f8f1b6c5f6ad30ce6265a4d8c162cc43fc81e7 /dev-util | |
parent | dev-util/spirv-tools: Drop old versions (diff) | |
download | gentoo-b24ed3118ad8aed61efa605e301ad6af3d73550e.tar.gz gentoo-b24ed3118ad8aed61efa605e301ad6af3d73550e.tar.bz2 gentoo-b24ed3118ad8aed61efa605e301ad6af3d73550e.zip |
dev-util/vulkan-headers: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/vulkan-headers/Manifest | 1 | ||||
-rw-r--r-- | dev-util/vulkan-headers/vulkan-headers-1.2.154.ebuild | 24 |
2 files changed, 0 insertions, 25 deletions
diff --git a/dev-util/vulkan-headers/Manifest b/dev-util/vulkan-headers/Manifest index a9d376daddd7..fff112126cd8 100644 --- a/dev-util/vulkan-headers/Manifest +++ b/dev-util/vulkan-headers/Manifest @@ -1,2 +1 @@ -DIST vulkan-headers-1.2.154.tar.gz 817069 BLAKE2B 66b073daf01741d74a8c2524e6f2692a4c2143340bba8349f3c85408ce12cd7405f960fac0b6ffe3cbd6dcddfcbb04a6481b2743428c66a527d51c16cbd326c6 SHA512 97f9b56b57a762a3616ff3e9795de01c9b9327b80903adf2b141f33be45b30980acd50007ac6af9562ee1897491929d23f7f5dc6a8bafced59e14df27dfca6a9 DIST vulkan-headers-1.2.162.tar.gz 852973 BLAKE2B 3907c247f115f4dee2fc8697f157aeb30a3ef91a774132591771c0b327090abf7c0caad2082edb86c787883c167ce1ffe75c199d9b94fc642aae30526f5311cd SHA512 7b33f6ef32f1ef34d3b37ad38b077a3a2ebcef62612371afa1b6f4910815bbab8418a837c49b3872b57d2e5012c15623521121f5d62836e46d6f20773841d7b0 diff --git a/dev-util/vulkan-headers/vulkan-headers-1.2.154.ebuild b/dev-util/vulkan-headers/vulkan-headers-1.2.154.ebuild deleted file mode 100644 index 82d54c8ea81d..000000000000 --- a/dev-util/vulkan-headers/vulkan-headers-1.2.154.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -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/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86" - S="${WORKDIR}"/${MY_PN}-${PV} -fi - -DESCRIPTION="Vulkan Header files and API registry" -HOMEPAGE="https://github.com/KhronosGroup/Vulkan-Headers" - -LICENSE="Apache-2.0" -SLOT="0" - -BDEPEND=">=dev-util/cmake-3.10.2" |