diff options
author | James Le Cuirot <chewi@gentoo.org> | 2023-11-11 19:32:12 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2023-11-11 19:32:12 +0000 |
commit | 5dc69738bdb90f7e6f7c2b49479fdff3c9e357f5 (patch) | |
tree | 3164535c35611da6e4d828469648b85205bd09e1 /media-libs/vkroots | |
parent | net-misc/moonlight: Bump to 5.0.1, drop old 5.0.0 (diff) | |
download | gentoo-5dc69738bdb90f7e6f7c2b49479fdff3c9e357f5.tar.gz gentoo-5dc69738bdb90f7e6f7c2b49479fdff3c9e357f5.tar.bz2 gentoo-5dc69738bdb90f7e6f7c2b49479fdff3c9e357f5.zip |
media-libs/vkroots: Drop old 0_p20221205-r1
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'media-libs/vkroots')
-rw-r--r-- | media-libs/vkroots/Manifest | 1 | ||||
-rw-r--r-- | media-libs/vkroots/vkroots-0_p20221205-r1.ebuild | 24 |
2 files changed, 0 insertions, 25 deletions
diff --git a/media-libs/vkroots/Manifest b/media-libs/vkroots/Manifest index 56a00ee208ba..da6348427094 100644 --- a/media-libs/vkroots/Manifest +++ b/media-libs/vkroots/Manifest @@ -1,2 +1 @@ -DIST vkroots-0_p20221205.tar.gz 272641 BLAKE2B ee61988cf1a110d39e96f027160cbefb2e3815e9ef60e367b54be94348d2cd75037a7eb115620460ed1c1c36256e919e568551258217e1b12aea760d2c90dd61 SHA512 a1a21f53d38385a5f300d9dd5650145074baad66b081beaab59179995afcc5a8df8adf19d52c5da15a7ee10fa530aa9d24c3ff1e04df3f7e1d3af526abc1e55e DIST vkroots-0_p20230103.tar.gz 306308 BLAKE2B 6252faae2e826a84510b3112aab427efcc80cfd23974165652eff930d064c26ea0595d7b9ea7b0f8fb4b92730b56ba56e1013f0c2aedae1ddc2ec392fcf89aa3 SHA512 606395000264647f0e74aeb4699b63e29de367b5c97b8d26c01b9373cc130ae0cf872ffaa56b826ed6e0b4170654df1af8f4272f8ed6f83fcc6f75750e8d3c2a diff --git a/media-libs/vkroots/vkroots-0_p20221205-r1.ebuild b/media-libs/vkroots/vkroots-0_p20221205-r1.ebuild deleted file mode 100644 index d41f02b5ac64..000000000000 --- a/media-libs/vkroots/vkroots-0_p20221205-r1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -COMMIT="e6b89494142eec0ac6061f82a947d2f1246d3d7a" -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" -LICENSE="Apache-2.0 MIT LGPL-2.1" -SLOT="0" - -RDEPEND=" - dev-util/vulkan-headers -" - -S="${WORKDIR}/${PN}-${COMMIT}" - -src_install() { - default - insinto /usr/include/${PN} - doins ${PN}.h meson.build -} |