From 1bea0f3f066187d3cc65b47e3e1c6ff9ed2286eb Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Thu, 13 Jan 2022 00:17:59 +0500 Subject: [PATCH 1/7] x11-libs/libadwaita: treeclean Closes: https://bugs.gentoo.org/829329 Closes: https://bugs.gentoo.org/804534 Signed-off-by: Anna (cybertailor) Vyalkova --- x11-libs/libadwaita/Manifest | 1 - x11-libs/libadwaita/libadwaita-1.0.0.ebuild | 38 --------------------- x11-libs/libadwaita/metadata.xml | 12 ------- 3 files changed, 51 deletions(-) delete mode 100644 x11-libs/libadwaita/Manifest delete mode 100644 x11-libs/libadwaita/libadwaita-1.0.0.ebuild delete mode 100644 x11-libs/libadwaita/metadata.xml diff --git a/x11-libs/libadwaita/Manifest b/x11-libs/libadwaita/Manifest deleted file mode 100644 index f0098d62bb..0000000000 --- a/x11-libs/libadwaita/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libadwaita-1.0.0.tar.gz 494978 BLAKE2B 60cdf77426c3899bc60219e228eef6bd8b0d95658989b52c69f1ad0cb514437b342cc7c1e2a1c85dc2fd7296ca303bb53042d145977a7e5d09b82f4b6595767a SHA512 c13bd41eb30f6b48e19f7229ec9abfdc2e696e54083f986756c54773334c1908171013e343fe2c849453ed188b3835d80b441ed67b092c60ce7f675400206a5d diff --git a/x11-libs/libadwaita/libadwaita-1.0.0.ebuild b/x11-libs/libadwaita/libadwaita-1.0.0.ebuild deleted file mode 100644 index 72d1c56450..0000000000 --- a/x11-libs/libadwaita/libadwaita-1.0.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -VALA_USE_DEPEND="vapigen" - -inherit vala meson xdg - -COMMIT="f5932ab4250c8e709958c6e75a1a4941a5f0f386" - -DESCRIPTION="Building blocks for modern GNOME applications." -HOMEPAGE="https://gitlab.gnome.org/GNOME/libadwaita" -SRC_URI="https://gitlab.gnome.org/GNOME/libadwaita/-/archive/${COMMIT}/libadwaita-${COMMIT}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="+introspection +vala" -REQUIRED_USE="vala? ( introspection )" - -DEPEND=" - gnome-base/gnome-common - gui-libs/gtk - dev-libs/fribidi -" - -RDEPEND="${DEPEND}" -BDEPEND=" - vala? ( $(vala_depend) ) - dev-util/meson - dev-libs/gobject-introspection -" - -S="${WORKDIR}/$PN-${COMMIT}" - -src_install() { - meson_src_install -} diff --git a/x11-libs/libadwaita/metadata.xml b/x11-libs/libadwaita/metadata.xml deleted file mode 100644 index 22d3cd2a4d..0000000000 --- a/x11-libs/libadwaita/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - gjdijkman@gjdwebserver.nl - Gerben Jan Dijkman - - - https://gitlab.gnome.org/GNOME/libadwaita - https://gitlab.gnome.org/GNOME/libadwaita/-/issues - - From 1d96727443bf974a12a68b90022237423c2a6917 Mon Sep 17 00:00:00 2001 From: Andrey Syutkin Date: Wed, 12 Jan 2022 23:03:15 +0300 Subject: [PATCH 2/7] app-misc/far2l: Version bump to 2.4.0_beta Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andrey Syutkin --- app-misc/far2l/Manifest | 1 + app-misc/far2l/far2l-2.4.0_beta.ebuild | 92 ++++++++++++++++++++++++++ app-misc/far2l/far2l-9999.ebuild | 4 +- 3 files changed, 95 insertions(+), 2 deletions(-) create mode 100644 app-misc/far2l/far2l-2.4.0_beta.ebuild diff --git a/app-misc/far2l/Manifest b/app-misc/far2l/Manifest index 7c65762ded..7e9fdc0d6d 100644 --- a/app-misc/far2l/Manifest +++ b/app-misc/far2l/Manifest @@ -1 +1,2 @@ DIST v_2.3.2.tar.gz 6232935 BLAKE2B ea146088c518bfeb0d935313a07f00a37fd2b6998388060514d144494946565661d3554e8ffb63b4bed8b9f1c3cea2ba4ec4c0787b0fa89df7f8d39720606b03 SHA512 e610a2b92ab3e7896f3aa5a59872cf273ab1c60ff6aac8e71d1d7152c2e8cb36fb8552167e13c8a4bcec9138052a3397c202cfa4b57cddf2053508421eb66799 +DIST v_2.4.0.tar.gz 6223889 BLAKE2B 25c13233dc53b4be7ba97eb20c6455cda2d1ffd332ece0c6869cd88f7af16b052fab13968a20bf12d6549e17b46fc894503d59f58a893e550808759fde974279 SHA512 096f7a755f71be2b5f80ad091ed4f796e064af6f91d7313bb3c898ea65cb743e406963df3c8b1a263df0d3b2a628f2f47653a14b8fe78a32ee9379ff424f9594 diff --git a/app-misc/far2l/far2l-2.4.0_beta.ebuild b/app-misc/far2l/far2l-2.4.0_beta.ebuild new file mode 100644 index 0000000000..1120beac33 --- /dev/null +++ b/app-misc/far2l/far2l-2.4.0_beta.ebuild @@ -0,0 +1,92 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{8..10} ) + +WX_GTK_VER="3.0-gtk3" + +inherit cmake xdg wxwidgets python-r1 + +DESCRIPTION="Linux port of FAR Manager v2" +HOMEPAGE="https://github.com/elfmz/far2l" + +if [[ "${PV}" == "9999" ]] ; then + inherit git-r3 + SRC_URI="" + EGIT_REPO_URI="https://github.com/elfmz/far2l" + EGIT_BRANCH="master" +else + MY_PV="v_${PV/_beta/}" + MY_P="${PN}-${MY_PV}" + S="${WORKDIR}/${MY_P}" + SRC_URI="https://github.com/elfmz/far2l/archive/${MY_PV}.tar.gz" + KEYWORDS="~amd64" +fi + +LICENSE="GPL-2" +SLOT="0" +IUSE="+ssl sftp samba nfs webdav +archive +wxwidgets python" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" +RESTRICT="mirror" + +BDEPEND="sys-devel/m4" + +RDEPEND="dev-libs/xerces-c + dev-libs/spdlog + app-i18n/uchardet + wxwidgets? ( x11-libs/wxGTK:${WX_GTK_VER} ) + ssl? ( dev-libs/openssl ) + sftp? ( net-libs/libssh[sftp] ) + samba? ( net-fs/samba ) + nfs? ( net-fs/libnfs ) + webdav? ( net-libs/neon ) + archive? ( + dev-libs/libpcre2 + app-arch/libarchive ) + python? ( + ${PYTHON_DEPS} + virtual/python-cffi + dev-python/debugpy + )" + +DEPEND="${RDEPEND}" + +DOCS=( README.md ) + +pkg_setup() { + if use wxwidgets; then + setup-wxwidgets + fi +} + +src_prepare() { + sed -e "s:execute_process(COMMAND ln -sf \../../bin/far2l \${CMAKE_INSTALL_PREFIX}/lib/far2l/far2l_askpass)::" -i "${S}"/CMakeLists.txt || die + sed -e "s:execute_process(COMMAND ln -sf \../../bin/far2l \${CMAKE_INSTALL_PREFIX}/lib/far2l/far2l_sudoapp)::" -i "${S}"/CMakeLists.txt || die + sed -e "s:execute_process(COMMAND rm -f \${CMAKE_INSTALL_PREFIX}/lib/far2l/Plugins/objinfo/plug/objinfo.far-plug-mb)::" -i "${S}"/CMakeLists.txt || die + sed -e "s:execute_process(COMMAND rm -f \${CMAKE_INSTALL_PREFIX}/lib/far2l/Plugins/farftp/plug/farftp.far-plug-mb && echo Removed existing farftp plugin)::" -i "${S}"/CMakeLists.txt || die + sed -e "s:execute_process(COMMAND rm -f \${CMAKE_INSTALL_PREFIX}/lib/far2l/Plugins/python/plug/python.far-plug-wide && echo Removed existing python plugin)::" -i "${S}"/CMakeLists.txt || die + sed -e "s:execute_process(COMMAND echo Python\: prepaing virtual environment)::" -i "${S}"/CMakeLists.txt || die + sed -e "s:execute_process(COMMAND \${PYTHON3} -m venv --system-site-packages \${CMAKE_INSTALL_PREFIX}/lib/far2l/Plugins/python/plug/python)::" -i "${S}"/CMakeLists.txt || die + sed -e "s:execute_process(COMMAND echo Python\: installing packages)::" -i "${S}"/CMakeLists.txt || die + sed -e "s:execute_process(COMMAND \${CMAKE_INSTALL_PREFIX}/lib/far2l/Plugins/python/plug/python/bin/python -m pip install cffi debugpy)::" -i "${S}"/CMakeLists.txt || die + cmake_src_prepare +} + +src_configure() { + local mycmakeargs=( + -DUSEWX="$(usex wxwidgets)" + -DPYTHON="$(usex python)" + -DBUILD_SHARED_LIBS=OFF + ) + + cmake_src_configure +} + +src_install(){ + cmake_src_install + einstalldocs + dosym "../../bin/far2l" "usr/lib/far2l/far2l_askpass" + dosym "../../bin/far2l" "usr/lib/far2l/far2l_sudoapp" +} diff --git a/app-misc/far2l/far2l-9999.ebuild b/app-misc/far2l/far2l-9999.ebuild index 10f77e4c57..1120beac33 100644 --- a/app-misc/far2l/far2l-9999.ebuild +++ b/app-misc/far2l/far2l-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -18,7 +18,7 @@ if [[ "${PV}" == "9999" ]] ; then EGIT_REPO_URI="https://github.com/elfmz/far2l" EGIT_BRANCH="master" else - MY_PV="v_${PV/_alpha/}" + MY_PV="v_${PV/_beta/}" MY_P="${PN}-${MY_PV}" S="${WORKDIR}/${MY_P}" SRC_URI="https://github.com/elfmz/far2l/archive/${MY_PV}.tar.gz" From 4975b6805b692341863383a69e72d91cb10c1870 Mon Sep 17 00:00:00 2001 From: Andrey Syutkin Date: Thu, 13 Jan 2022 00:18:49 +0300 Subject: [PATCH 3/7] app-misc/far2l: Fix sed for hardcoded rm Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andrey Syutkin --- app-misc/far2l/far2l-2.4.0_beta.ebuild | 4 +--- app-misc/far2l/far2l-9999.ebuild | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/app-misc/far2l/far2l-2.4.0_beta.ebuild b/app-misc/far2l/far2l-2.4.0_beta.ebuild index 1120beac33..699a53fdcc 100644 --- a/app-misc/far2l/far2l-2.4.0_beta.ebuild +++ b/app-misc/far2l/far2l-2.4.0_beta.ebuild @@ -64,9 +64,7 @@ pkg_setup() { src_prepare() { sed -e "s:execute_process(COMMAND ln -sf \../../bin/far2l \${CMAKE_INSTALL_PREFIX}/lib/far2l/far2l_askpass)::" -i "${S}"/CMakeLists.txt || die sed -e "s:execute_process(COMMAND ln -sf \../../bin/far2l \${CMAKE_INSTALL_PREFIX}/lib/far2l/far2l_sudoapp)::" -i "${S}"/CMakeLists.txt || die - sed -e "s:execute_process(COMMAND rm -f \${CMAKE_INSTALL_PREFIX}/lib/far2l/Plugins/objinfo/plug/objinfo.far-plug-mb)::" -i "${S}"/CMakeLists.txt || die - sed -e "s:execute_process(COMMAND rm -f \${CMAKE_INSTALL_PREFIX}/lib/far2l/Plugins/farftp/plug/farftp.far-plug-mb && echo Removed existing farftp plugin)::" -i "${S}"/CMakeLists.txt || die - sed -e "s:execute_process(COMMAND rm -f \${CMAKE_INSTALL_PREFIX}/lib/far2l/Plugins/python/plug/python.far-plug-wide && echo Removed existing python plugin)::" -i "${S}"/CMakeLists.txt || die + sed -e "s:execute_process(COMMAND rm -f \${CMAKE_INSTALL_PREFIX}/lib/far2l/Plugins/.*::" -i "${S}"/CMakeLists.txt || die sed -e "s:execute_process(COMMAND echo Python\: prepaing virtual environment)::" -i "${S}"/CMakeLists.txt || die sed -e "s:execute_process(COMMAND \${PYTHON3} -m venv --system-site-packages \${CMAKE_INSTALL_PREFIX}/lib/far2l/Plugins/python/plug/python)::" -i "${S}"/CMakeLists.txt || die sed -e "s:execute_process(COMMAND echo Python\: installing packages)::" -i "${S}"/CMakeLists.txt || die diff --git a/app-misc/far2l/far2l-9999.ebuild b/app-misc/far2l/far2l-9999.ebuild index 1120beac33..699a53fdcc 100644 --- a/app-misc/far2l/far2l-9999.ebuild +++ b/app-misc/far2l/far2l-9999.ebuild @@ -64,9 +64,7 @@ pkg_setup() { src_prepare() { sed -e "s:execute_process(COMMAND ln -sf \../../bin/far2l \${CMAKE_INSTALL_PREFIX}/lib/far2l/far2l_askpass)::" -i "${S}"/CMakeLists.txt || die sed -e "s:execute_process(COMMAND ln -sf \../../bin/far2l \${CMAKE_INSTALL_PREFIX}/lib/far2l/far2l_sudoapp)::" -i "${S}"/CMakeLists.txt || die - sed -e "s:execute_process(COMMAND rm -f \${CMAKE_INSTALL_PREFIX}/lib/far2l/Plugins/objinfo/plug/objinfo.far-plug-mb)::" -i "${S}"/CMakeLists.txt || die - sed -e "s:execute_process(COMMAND rm -f \${CMAKE_INSTALL_PREFIX}/lib/far2l/Plugins/farftp/plug/farftp.far-plug-mb && echo Removed existing farftp plugin)::" -i "${S}"/CMakeLists.txt || die - sed -e "s:execute_process(COMMAND rm -f \${CMAKE_INSTALL_PREFIX}/lib/far2l/Plugins/python/plug/python.far-plug-wide && echo Removed existing python plugin)::" -i "${S}"/CMakeLists.txt || die + sed -e "s:execute_process(COMMAND rm -f \${CMAKE_INSTALL_PREFIX}/lib/far2l/Plugins/.*::" -i "${S}"/CMakeLists.txt || die sed -e "s:execute_process(COMMAND echo Python\: prepaing virtual environment)::" -i "${S}"/CMakeLists.txt || die sed -e "s:execute_process(COMMAND \${PYTHON3} -m venv --system-site-packages \${CMAKE_INSTALL_PREFIX}/lib/far2l/Plugins/python/plug/python)::" -i "${S}"/CMakeLists.txt || die sed -e "s:execute_process(COMMAND echo Python\: installing packages)::" -i "${S}"/CMakeLists.txt || die From f5c00962a41a5de22a72265756a6ed66e3c180b3 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Thu, 13 Jan 2022 16:33:48 +0100 Subject: [PATCH 4/7] x11-misc/gobble: shorten description Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan --- x11-misc/gobble/gobble-1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/gobble/gobble-1.2.ebuild b/x11-misc/gobble/gobble-1.2.ebuild index d7e03b303e..c26b802823 100644 --- a/x11-misc/gobble/gobble-1.2.ebuild +++ b/x11-misc/gobble/gobble-1.2.ebuild @@ -15,7 +15,7 @@ CRATES=" inherit cargo -DESCRIPTION="Rust rewrite of Devour: Gobble hides your current window before launching an external program and unhides it after quitting." +DESCRIPTION="Hide current window before launching external program, unhide after quitting" HOMEPAGE="https://github.com/EmperorPenguin18/gobble" SRC_URI=" https://github.com/EmperorPenguin18/gobble/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz From a6a9b21e8248fb493197e55609cea6d140be5a6d Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Thu, 13 Jan 2022 16:34:43 +0100 Subject: [PATCH 5/7] media-gfx/akira: keyword for amd64 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan --- media-gfx/akira/akira-0.0.13.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-gfx/akira/akira-0.0.13.ebuild b/media-gfx/akira/akira-0.0.13.ebuild index 63e122a0b9..1ac65ffd94 100644 --- a/media-gfx/akira/akira-0.0.13.ebuild +++ b/media-gfx/akira/akira-0.0.13.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ if [[ "${PV}" == 9999 ]]; then EGIT_REPO_URI="git://github.com/akiraux/${PN}.git" else SRC_URI="https://github.com/akiraux/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="" + KEYWORDS="~amd64" S="${WORKDIR}/${P^}" fi From 956fa65466e9029b7472b232f78a2e72664fa1f2 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Thu, 13 Jan 2022 16:36:18 +0100 Subject: [PATCH 6/7] dev-util/eclipse-parallel-bin: drop removed dependency Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan --- .../eclipse-parallel-bin/eclipse-parallel-bin-4.20.ebuild | 4 ++-- .../eclipse-parallel-bin/eclipse-parallel-bin-4.21.ebuild | 4 ++-- .../eclipse-parallel-bin/eclipse-parallel-bin-4.22.ebuild | 3 +-- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/dev-util/eclipse-parallel-bin/eclipse-parallel-bin-4.20.ebuild b/dev-util/eclipse-parallel-bin/eclipse-parallel-bin-4.20.ebuild index 2d212497fb..0b83813577 100644 --- a/dev-util/eclipse-parallel-bin/eclipse-parallel-bin-4.20.ebuild +++ b/dev-util/eclipse-parallel-bin/eclipse-parallel-bin-4.20.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -22,7 +22,7 @@ KEYWORDS="-* ~amd64 ~arm64" RESTRICT="mirror" RDEPEND=" - || ( dev-java/openjdk:11 dev-java/openjdk-bin:11 dev-java/openjdk-jre-bin:11 dev-java/openjdk-sts-bin:15 ) + || ( dev-java/openjdk:11 dev-java/openjdk-bin:11 dev-java/openjdk-jre-bin:11 ) x11-libs/gtk+:3 " diff --git a/dev-util/eclipse-parallel-bin/eclipse-parallel-bin-4.21.ebuild b/dev-util/eclipse-parallel-bin/eclipse-parallel-bin-4.21.ebuild index e42021af56..87d8d15673 100644 --- a/dev-util/eclipse-parallel-bin/eclipse-parallel-bin-4.21.ebuild +++ b/dev-util/eclipse-parallel-bin/eclipse-parallel-bin-4.21.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -22,7 +22,7 @@ KEYWORDS="-* ~amd64 ~arm64" RESTRICT="mirror" RDEPEND=" - || ( dev-java/openjdk:11 dev-java/openjdk-bin:11 dev-java/openjdk-jre-bin:11 dev-java/openjdk-sts-bin:15 ) + || ( dev-java/openjdk:11 dev-java/openjdk-bin:11 dev-java/openjdk-jre-bin:11 ) x11-libs/gtk+:3 " diff --git a/dev-util/eclipse-parallel-bin/eclipse-parallel-bin-4.22.ebuild b/dev-util/eclipse-parallel-bin/eclipse-parallel-bin-4.22.ebuild index 7d6c0f2c8b..6c8bff73d3 100644 --- a/dev-util/eclipse-parallel-bin/eclipse-parallel-bin-4.22.ebuild +++ b/dev-util/eclipse-parallel-bin/eclipse-parallel-bin-4.22.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -26,7 +26,6 @@ RDEPEND=" dev-java/openjdk:11 dev-java/openjdk:17 dev-java/openjdk-bin:11 dev-java/openjdk-bin:17 dev-java/openjdk-jre-bin:11 - dev-java/openjdk-sts-bin:15 ) x11-libs/gtk+:3 " From ffa12fbafb217476e8fe41778c35746496678165 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Thu, 13 Jan 2022 16:37:18 +0100 Subject: [PATCH 7/7] app-editors/helix: drop trailing whitespaces Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan --- app-editors/helix/helix-0.6.0.ebuild | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/app-editors/helix/helix-0.6.0.ebuild b/app-editors/helix/helix-0.6.0.ebuild index 65d72ad25f..28d3a20cc7 100644 --- a/app-editors/helix/helix-0.6.0.ebuild +++ b/app-editors/helix/helix-0.6.0.ebuild @@ -1,5 +1,6 @@ # Copyright 2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 + EAPI=8 CRATES=" @@ -138,13 +139,13 @@ HOMEPAGE="https://github.com/helix-editor/helix" SRC_URI=" https://github.com/helix-editor/helix/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz - https://github.com/tree-sitter/tree-sitter-agda/archive/ca69cdf485e9ce2b2ef0991a720aa88d87d30231.tar.gz - https://github.com/tree-sitter/tree-sitter-bash/archive/a8eb5cb57c66f74c63ab950de081207cccf52017.tar.gz + https://github.com/tree-sitter/tree-sitter-agda/archive/ca69cdf485e9ce2b2ef0991a720aa88d87d30231.tar.gz + https://github.com/tree-sitter/tree-sitter-bash/archive/a8eb5cb57c66f74c63ab950de081207cccf52017.tar.gz https://github.com/tree-sitter/tree-sitter-c/archive/f05e279aedde06a25801c3f2b2cc8ac17fac52ae.tar.gz - https://github.com/tree-sitter/tree-sitter-c-sharp/archive/53a65a908167d6556e1fcdb67f1ee62aac101dda.tar.gz + https://github.com/tree-sitter/tree-sitter-c-sharp/archive/53a65a908167d6556e1fcdb67f1ee62aac101dda.tar.gz https://github.com/uyha/tree-sitter-cmake/archive/f6616f1e417ee8b62daf251aa1daa5d73781c596.tar.gz https://github.com/stsewd/tree-sitter-comment/archive/5dd3c62f1bbe378b220fe16b317b85247898639e.tar.gz - https://github.com/tree-sitter/tree-sitter-cpp/archive/e8dcc9d2b404c542fd236ea5f7208f90be8a6e89.tar.gz + https://github.com/tree-sitter/tree-sitter-cpp/archive/e8dcc9d2b404c542fd236ea5f7208f90be8a6e89.tar.gz https://github.com/tree-sitter/tree-sitter-css/archive/94e10230939e702b4fa3fa2cb5c3bc7173b95d07.tar.gz https://github.com/UserNobody14/tree-sitter-dart/archive/6a25376685d1d47968c2cef06d4db8d84a70025e.tar.gz https://github.com/camdencheek/tree-sitter-dockerfile/archive/7af32bc04a66ab196f5b9f92ac471f29372ae2ce.tar.gz