commit:     9ab7692f8fc59be6260d493296763a437d3d0e3d
Author:     Brahmajit Das <brahmajit.xyz <AT> gmail <DOT> com>
AuthorDate: Mon Jun 10 08:05:20 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=9ab7692f

dev-libs/tree-sitter-vimdoc: new package, add 3.0.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-vimdoc/Manifest               |  1 +
 dev-libs/tree-sitter-vimdoc/metadata.xml           | 23 ++++++++++++++++++++++
 .../tree-sitter-vimdoc-3.0.0.ebuild                | 16 +++++++++++++++
 3 files changed, 40 insertions(+)

diff --git a/dev-libs/tree-sitter-vimdoc/Manifest 
b/dev-libs/tree-sitter-vimdoc/Manifest
new file mode 100644
index 000000000000..d43c794460cb
--- /dev/null
+++ b/dev-libs/tree-sitter-vimdoc/Manifest
@@ -0,0 +1 @@
+DIST tree-sitter-vimdoc-3.0.0.tar.gz 58110 BLAKE2B 
21713b7c75e988be0c92f181dc33bd4616346a618f11d34a90e26b39c0a6fd7b97f18154982fb41287258fbe436522e04753f9f19d6e61cdc9405057ae247142
 SHA512 
2305127de360a34f10706002793ffc52d220b950105dcb1d54afa1f291e86be7a9188390de9b92a1edc8083a8d270a9e8b641b15b43e161f29c1117f93589763

diff --git a/dev-libs/tree-sitter-vimdoc/metadata.xml 
b/dev-libs/tree-sitter-vimdoc/metadata.xml
new file mode 100644
index 000000000000..8b5235330290
--- /dev/null
+++ b/dev-libs/tree-sitter-vimdoc/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-vimdoc</remote-id>
+       </upstream>
+</pkgmetadata>

diff --git a/dev-libs/tree-sitter-vimdoc/tree-sitter-vimdoc-3.0.0.ebuild 
b/dev-libs/tree-sitter-vimdoc/tree-sitter-vimdoc-3.0.0.ebuild
new file mode 100644
index 000000000000..591a52a67a7a
--- /dev/null
+++ b/dev-libs/tree-sitter-vimdoc/tree-sitter-vimdoc-3.0.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/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"

Reply via email to