dev-libs/sirit: add 0_p20230510, drop 0_p20220725

Update to a fork that adds missing GLSL instructions.

Signed-off-by: Pavel Sobolev <contact@paveloom.dev>
This commit is contained in:
Pavel Sobolev
2025-07-11 22:52:30 +03:00
parent cfbc7b0ace
commit c274b50972
3 changed files with 6 additions and 4 deletions

View File

@@ -1 +1 @@
DIST sirit-0_p20220725.tar.gz 23535 BLAKE2B 8cdcb2b5007b849b032be1fbe53375a24bd62b109da4c7388e18961294acde0ea3bd2312c5c40eafd2394712fdf83ea16b47df94b8ee5c51f5de37a7e2df79ff SHA512 4424d1020a02877a2465d94ace0309cfc6952b0624ba248c113a5858e3749837d430fb5ec348953c140955ddf013a2a783f97b9594899a989905b08b82722a60
DIST sirit-0_p20230510.tar.gz 24196 BLAKE2B cd9512d79352bd00b33f59afff61059fa8e31b5e8792f37753543e37cd08967e0828dfa27a9f561281d800cf43a1466e8222f3d787385c3eabb1c24ecc13713b SHA512 768871f203bd1263fb2f01cba1a661fb85e8681f7af6f92403abe4fa34d79908edd863bfcbac1cacaad7dd08e0b720122fffe793881ffb0e4ee3af7c9c55affc

View File

@@ -6,6 +6,6 @@
<email>samuel.bauer@yahoo.fr</email>
</maintainer>
<upstream>
<remote-id type="github">ReinUsesLisp/sirit</remote-id>
<remote-id type="github">PabloMK7/sirit</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -5,9 +5,11 @@ EAPI=8
inherit cmake vcs-snapshot
EGIT_COMMIT="4ab79a8c023aa63caaa93848b09b9fe8b183b1a9"
DESCRIPTION="A runtime SPIR-V assembler"
HOMEPAGE="https://github.com/ReinUsesLisp/sirit"
SRC_URI="https://github.com/ReinUsesLisp/sirit/archive/aa292d56650bc28f2b2d75973fab2e61d0136f9c.tar.gz -> ${P}.tar.gz"
HOMEPAGE="https://github.com/PabloMK7/sirit"
SRC_URI="https://github.com/PabloMK7/sirit/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"