summaryrefslogtreecommitdiff
path: root/media-libs/vkroots
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-05-05 00:00:45 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-05-05 00:00:45 +0100
commitb594445f39d99066071d80fc8efeba5c8f72cc35 (patch)
tree9bf469821b12ac103807e30a6f7751d955648125 /media-libs/vkroots
parent7f3fecbb5b871825fe9632f46659869cab6a3769 (diff)
gentoo auto-resync : 05:05:2024 - 00:00:45
Diffstat (limited to 'media-libs/vkroots')
-rw-r--r--media-libs/vkroots/Manifest4
-rw-r--r--media-libs/vkroots/vkroots-0_p20240430.ebuild (renamed from media-libs/vkroots/vkroots-0_p20231108.ebuild)9
2 files changed, 6 insertions, 7 deletions
diff --git a/media-libs/vkroots/Manifest b/media-libs/vkroots/Manifest
index 9711c3f7e0e9..7a0029256a42 100644
--- a/media-libs/vkroots/Manifest
+++ b/media-libs/vkroots/Manifest
@@ -1,3 +1,3 @@
-DIST vkroots-0_p20231108.tar.gz 333059 BLAKE2B 979db0ab9df9816474329415bbc7d9b71698a09c8a472f33fd5d6b113926095fce4a65e73464bda7d646ffe4662c907247e9e305be6d3f70343791a95e0679e9 SHA512 eb704eef95a548d544864d42587ddf4fb0229f4e5b66be71331c56006561f4f047646f14e7551c8f2f7a51250c9fc6be8cfb8b4fa069c0b67966f0ced2f9268c
-EBUILD vkroots-0_p20231108.ebuild 1064 BLAKE2B b520455d51fe361285a17e715559c8ced0f231bd3aa1883bd3ee40189304298ad4ec142daca9750e1574488fede339e7fab3fd94e4727a5b36714c5b1b44a575 SHA512 f7774c972ca6870eea964f9806486aac192e8e1320bd0bc3a3ac36d56fa06c41bfa7114c0dc717e2b339ce8eaebd236ba73b8044bd432d3baf84be1c1c7065c8
+DIST vkroots-0_p20240430.tar.gz 352651 BLAKE2B bc6c7a4f5b4f810c4d87a6cef46e73adb292bc22ae9a40666a6c7c8ab0cbc1973af405b32a5c7a3d38623c92e5d41e8472dabb744fcf31cf29118b9684dcfc32 SHA512 726e65dd0bb322d537e985ba2e504c68ef1b474574f11a5b102edcb8a7b74a6d86dea132c3b11417399a00beff9163e7aad413a389cf6073ec44d5ce6175ffc5
+EBUILD vkroots-0_p20240430.ebuild 1063 BLAKE2B 690c7595c75e62d66366f07f146333f49909a00ee87d8c6289ad8ccc5c96b6585b11bf7fedb637608b5d0b4303d4c9b65a5b21096c38f96e98ce39c21f647acd SHA512 321de9ddd22160b35dbb7d2a9dc2618df4a98f5348d344271b6ba26c2783b1e2d749c60042cc404da3bc1eeca46cb0e07631edec045cbed75c135eaf40e0a6b8
MISC metadata.xml 334 BLAKE2B b5c4bac2b5e4d1727a382788694763badfb49459ea3874d4d058cc0c141aab14c4111b888e877f095190aabdfac350826b359e0f8a2aed23b44cec9b957f75cf SHA512 c37b1589b9a73654d19a8cbf8fe77035fb8a513f1924fde74613e9cb6ad502ff282e6e915ea366cc847190616285a5753eb2e2e5b8f069bbd5ee2c60beb7913c
diff --git a/media-libs/vkroots/vkroots-0_p20231108.ebuild b/media-libs/vkroots/vkroots-0_p20240430.ebuild
index c7859483cf65..1dc7590ad21a 100644
--- a/media-libs/vkroots/vkroots-0_p20231108.ebuild
+++ b/media-libs/vkroots/vkroots-0_p20240430.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -14,13 +14,14 @@ EAPI=8
inherit meson
-COMMIT="d5ef31abc7cb5c69aee4bcb67b10dd543c1ff7ac"
+COMMIT="5106d8a0df95de66cc58dc1ea37e69c99afc9540"
DESCRIPTION="Simple framework for writing Vulkan layers"
HOMEPAGE="https://github.com/Joshua-Ashton/vkroots"
SRC_URI="https://github.com/Joshua-Ashton/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64"
+S="${WORKDIR}/${PN}-${COMMIT}"
LICENSE="Apache-2.0 MIT LGPL-2.1"
SLOT="0"
+KEYWORDS="~amd64"
# BDEPEND="
# ${PYTHON_DEPS}
@@ -31,8 +32,6 @@ RDEPEND="
dev-util/vulkan-headers
"
-S="${WORKDIR}/${PN}-${COMMIT}"
-
# src_compile() {
# "${PYTHON}" ./gen/make_vkroots --xml "${BROOT}"/usr/share/vulkan/registry/vk.xml || die
# }