dev-util/cmake-language-server: treeclean
i couldn't get newer versions to work and lost interest. now the old version cause problems in global scope, so i'm treecleaning it. Closes: https://bugs.gentoo.org/935214 Signed-off-by: tea <tea@tastytea.de>
This commit is contained in:
parent
a885223e56
commit
2dcf6ab8e9
|
@ -1,2 +0,0 @@
|
||||||
DIST cmake-language-server-0.1.6.tar.gz 19605 BLAKE2B 08d2954041b145b4a23458fe9a5e6f1841e235d1028a30497093e82cb47e6f0e1762c8e11254a1c060d6864185b96238dffbd0f2e68870ec2dd13a7abb7b82ba SHA512 e52517559ac5d9b236c24db146ccdf9c59858bbb73939aa2e1c0a02b7f2b54ffa0227e71e7c2c0c5aacac73ef45c53f13db94e610ecd2de5775de9c00007431f
|
|
||||||
DIST cmake-language-server-0.1.7.tar.gz 30310 BLAKE2B 88e9d63d946d6000152f0c4d62799647b34f05f89288b9c79784a3658f10a51f94173991cb98d67dbf6b9052394c427a6bcdd989476c7b592f6ad5d027121de0 SHA512 57a81fa6ce06a8c2d45cb1d6c5afd025154e72f0e2dcfbe993fccbe8770f233bae3936f92e3ea28696a1b95b74712829177b71aaa26d1f8a87c80a52c0382b3c
|
|
|
@ -1,40 +0,0 @@
|
||||||
# Copyright 2022-2023 Gentoo Authors
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
EAPI=8
|
|
||||||
|
|
||||||
DISTUTILS_USE_PEP517=poetry
|
|
||||||
DISTUTILS_SINGLE_IMPL=1
|
|
||||||
PYTHON_COMPAT=( python3_{10..11} )
|
|
||||||
inherit distutils-r1
|
|
||||||
|
|
||||||
distutils_enable_tests pytest
|
|
||||||
|
|
||||||
DESCRIPTION="CMake LSP Implementation"
|
|
||||||
HOMEPAGE="https://github.com/regen100/cmake-language-server"
|
|
||||||
SRC_URI="https://github.com/regen100/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
|
||||||
|
|
||||||
LICENSE="MIT"
|
|
||||||
SLOT="0"
|
|
||||||
KEYWORDS="~amd64"
|
|
||||||
IUSE="test"
|
|
||||||
|
|
||||||
RESTRICT="!test? ( test )"
|
|
||||||
|
|
||||||
COMMON_DEPEND="
|
|
||||||
$(python_gen_cond_dep '
|
|
||||||
>=dev-python/pygls-0.12[${PYTHON_USEDEP}]
|
|
||||||
<dev-python/pygls-1[${PYTHON_USEDEP}]
|
|
||||||
dev-util/cmakelang[${PYTHON_USEDEP}]
|
|
||||||
')
|
|
||||||
"
|
|
||||||
DEPEND="${COMMON_DEPEND}"
|
|
||||||
RDEPEND="
|
|
||||||
${COMMON_DEPEND}
|
|
||||||
dev-util/cmake
|
|
||||||
"
|
|
||||||
BDEPEND="
|
|
||||||
test? (
|
|
||||||
$(python_gen_cond_dep 'dev-python/pytest-datadir[${PYTHON_USEDEP}]')
|
|
||||||
)
|
|
||||||
"
|
|
|
@ -1,42 +0,0 @@
|
||||||
# Copyright 2022-2023 Gentoo Authors
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
EAPI=8
|
|
||||||
|
|
||||||
DISTUTILS_USE_PEP517=pdm
|
|
||||||
DISTUTILS_SINGLE_IMPL=1
|
|
||||||
PYTHON_COMPAT=( python3_{10..11} )
|
|
||||||
inherit distutils-r1
|
|
||||||
|
|
||||||
distutils_enable_tests pytest
|
|
||||||
|
|
||||||
DESCRIPTION="CMake LSP Implementation"
|
|
||||||
HOMEPAGE="https://github.com/regen100/cmake-language-server"
|
|
||||||
SRC_URI="https://github.com/regen100/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
|
||||||
|
|
||||||
LICENSE="MIT"
|
|
||||||
SLOT="0"
|
|
||||||
KEYWORDS="~amd64"
|
|
||||||
IUSE="test"
|
|
||||||
|
|
||||||
RESTRICT="!test? ( test )"
|
|
||||||
|
|
||||||
COMMON_DEPEND="
|
|
||||||
$(python_gen_cond_dep '
|
|
||||||
>=dev-python/pygls-1.0.0[${PYTHON_USEDEP}]
|
|
||||||
dev-util/cmakelang[${PYTHON_USEDEP}]
|
|
||||||
')
|
|
||||||
"
|
|
||||||
DEPEND="${COMMON_DEPEND}"
|
|
||||||
RDEPEND="
|
|
||||||
${COMMON_DEPEND}
|
|
||||||
dev-util/cmake
|
|
||||||
"
|
|
||||||
BDEPEND="
|
|
||||||
test? (
|
|
||||||
$(python_gen_cond_dep '
|
|
||||||
dev-python/pytest-datadir[${PYTHON_USEDEP}]
|
|
||||||
dev-python/cattrs[${PYTHON_USEDEP}]
|
|
||||||
')
|
|
||||||
)
|
|
||||||
"
|
|
|
@ -1,8 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
||||||
<pkgmetadata>
|
|
||||||
<maintainer type="person">
|
|
||||||
<email>gentoo@tastytea.de</email>
|
|
||||||
<name>Ronny (tastytea) Gutbrod</name>
|
|
||||||
</maintainer>
|
|
||||||
</pkgmetadata>
|
|
Reference in New Issue
Block a user