dev-util/glsl-language-server: treeclean

Closes: https://bugs.gentoo.org/852998 (pkgremoved)
Closes: https://bugs.gentoo.org/927878 (pkgremoved)
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
Takuya Wakazono
2024-11-21 21:11:54 +09:00
parent 48c0e244a7
commit 787ff9ca8d
4 changed files with 0 additions and 35 deletions

View File

@@ -1 +0,0 @@
DIST 0.3.7-g.tar.gz 3627891 BLAKE2B b7b6724287b5660c33db4eb40d784b195c4c8087943968167bf0b66f44faf054e36350fea53597bf38cfa7f0e087f96992dce0e7afe3131c9d05795605af8e81 SHA512 822611e0b1b30c513870ce05f4ff32c9a9aaef72f6c2832b69c0af6b60a4e716590d9c728f46a66bb6e49e2e8568c2a04832e410c8a55c945798a20223a686ff

View File

@@ -1,21 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Language server implementation for GLSL"
HOMEPAGE="https://github.com/billyb2/glsl-language-server-gentoo"
SRC_URI="https://github.com/billyb2/${PN}-gentoo/archive/refs/tags/${PV}-g.tar.gz"
S="${WORKDIR}"/${PN}-gentoo-${PV}-g
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="dev-util/glslang dev-cpp/cli11 dev-cpp/nlohmann_json dev-libs/libfmt"
RDEPEND="${DEPEND}"
BDEPEND="app-alternatives/ninja"
src_install() {
DESTDIR="${D}" ninja -C"${S}/build" install
}

View File

@@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<upstream>
<remote-id type="github">billyb2/glsl-language-server-gentoo</remote-id>
</upstream>
</pkgmetadata>