commit: 75c4d054a9042e4befc8fda41142045a0527b57c Author: Brahmajit Das <brahmajit.xyz <AT> gmail <DOT> com> AuthorDate: Mon Jun 10 08:02:01 2024 +0000 Commit: Matthew Smith <matthew <AT> gentoo <DOT> org> CommitDate: Tue Jun 11 16:53:18 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75c4d054
dev-libs/tree-sitter-vim: new package, add 0.4.0 Closes: https://bugs.gentoo.org/933833 Closes: https://bugs.gentoo.org/922146 Signed-off-by: Brahmajit Das <brahmajit.xyz <AT> gmail.com> Signed-off-by: Matthew Smith <matthew <AT> gentoo.org> dev-libs/tree-sitter-vim/Manifest | 1 + dev-libs/tree-sitter-vim/metadata.xml | 23 ++++++++++++++++++++++ .../tree-sitter-vim/tree-sitter-vim-0.4.0.ebuild | 16 +++++++++++++++ 3 files changed, 40 insertions(+) diff --git a/dev-libs/tree-sitter-vim/Manifest b/dev-libs/tree-sitter-vim/Manifest new file mode 100644 index 000000000000..dba151bcbc62 --- /dev/null +++ b/dev-libs/tree-sitter-vim/Manifest @@ -0,0 +1 @@ +DIST tree-sitter-vim-0.4.0.tar.gz 356704 BLAKE2B f1b2768a1efd6b1051cb4989923ef8d9b874faf24180beb6db1f65d2a2d75189bdd82ae4646c3b3e7c21a98466a510b89447074b2f0fdf2384802990e19f5c9d SHA512 32796cc68227c48ea4d0d2c78640c66710a8f67ab45add1d5a89eec5ade5f74bde6f2fed353a5779f5618ab91567e563449c72b8e134a904d011266303695bda diff --git a/dev-libs/tree-sitter-vim/metadata.xml b/dev-libs/tree-sitter-vim/metadata.xml new file mode 100644 index 000000000000..0146379f9de0 --- /dev/null +++ b/dev-libs/tree-sitter-vim/metadata.xml @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>[email protected]</email> + <name>Matthew Smith</name> + </maintainer> + <maintainer type="person"> + <email>[email protected]</email> + <name>Nick Sarnie</name> + </maintainer> + <maintainer type="person" proxied="yes"> + <email>[email protected]</email> + <name>Brahmajit Das</name> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>[email protected]</email> + <name>Proxy Maintainers</name> + </maintainer> + <upstream> + <remote-id type="github">tree-sitter-grammars/tree-sitter-vim</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-libs/tree-sitter-vim/tree-sitter-vim-0.4.0.ebuild b/dev-libs/tree-sitter-vim/tree-sitter-vim-0.4.0.ebuild new file mode 100644 index 000000000000..eb7b0b2e0f72 --- /dev/null +++ b/dev-libs/tree-sitter-vim/tree-sitter-vim-0.4.0.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +TS_BINDINGS=( python ) + +inherit tree-sitter-grammar + +DESCRIPTION="Lua grammar for Tree-sitter" +HOMEPAGE="https://github.com/tree-sitter-grammars/tree-sitter-vim" +SRC_URI="https://github.com/tree-sitter-grammars/tree-sitter-vim/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64"
