commit: 59fc79b194281f43901e638221525b232f813c0f Author: Brahmajit Das <listout <AT> listout <DOT> xyz> AuthorDate: Fri Nov 21 04:14:05 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Dec 4 12:03:28 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59fc79b1
dev-libs/tree-sitter-vimdoc: add 3.0.1 Test failures in 3.0.0 was fixed in upstream by https://github.com/neovim/tree-sitter-vimdoc/commit/59c539286e7487b267bc7808b16833f9e3ad6793 and are part of 3.0.1 release Closes: https://bugs.gentoo.org/941269 Signed-off-by: Brahmajit Das <listout <AT> listout.xyz> Part-of: https://github.com/gentoo/gentoo/pull/44702 Closes: https://github.com/gentoo/gentoo/pull/44702 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-libs/tree-sitter-vimdoc/Manifest | 1 + .../tree-sitter-vimdoc/tree-sitter-vimdoc-3.0.1.ebuild | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) diff --git a/dev-libs/tree-sitter-vimdoc/Manifest b/dev-libs/tree-sitter-vimdoc/Manifest index a5a229305632..7a59f81b2b0c 100644 --- a/dev-libs/tree-sitter-vimdoc/Manifest +++ b/dev-libs/tree-sitter-vimdoc/Manifest @@ -1,2 +1,3 @@ DIST tree-sitter-vimdoc-3.0.0.tar.gz 58110 BLAKE2B 21713b7c75e988be0c92f181dc33bd4616346a618f11d34a90e26b39c0a6fd7b97f18154982fb41287258fbe436522e04753f9f19d6e61cdc9405057ae247142 SHA512 2305127de360a34f10706002793ffc52d220b950105dcb1d54afa1f291e86be7a9188390de9b92a1edc8083a8d270a9e8b641b15b43e161f29c1117f93589763 +DIST tree-sitter-vimdoc-3.0.1.tar.gz 58427 BLAKE2B f07062cb254cf33ac8b898aa226f745bd143f7cbcb22ad34cbf9fb2988c411fd4ce3404e45279a1603da3fdba2861017f6225fdf53a13f9d0cac7f6e4f409bb1 SHA512 c6cf36babc7c775da7f77ed502d57f59b58d4e9001f24553c81dbb983447c10fa31750f591f4035445858a462ec4c9a3aef8f1592e824694d26b184adc9d617d DIST tree-sitter-vimdoc-4.0.0.tar.gz 58862 BLAKE2B 3785cd583b2d81d8b31f6fae7d080d389a1e64f0a3492f429b2fd44f8f11034a4d963e05c023ec653d0b7be7320365bc62824ae2ea28e5503253440b196bb023 SHA512 c4a40587c4ce7168b7a166c6338fc77d5b14c5860959c6170cd7d5ce424097e70746992aa722eb88c4b4e96b0d85158b142b7e9ef9aa09ace16442e8522c77af diff --git a/dev-libs/tree-sitter-vimdoc/tree-sitter-vimdoc-3.0.1.ebuild b/dev-libs/tree-sitter-vimdoc/tree-sitter-vimdoc-3.0.1.ebuild new file mode 100644 index 000000000000..5518b19cf94d --- /dev/null +++ b/dev-libs/tree-sitter-vimdoc/tree-sitter-vimdoc-3.0.1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +TS_BINDINGS=( python ) + +inherit tree-sitter-grammar + +DESCRIPTION="Vimdoc grammar for Tree-sitter" +HOMEPAGE="https://github.com/neovim/tree-sitter-vimdoc" +SRC_URI="https://github.com/neovim/tree-sitter-vimdoc/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
