diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-libs/tree-sitter-vim | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'dev-libs/tree-sitter-vim')
8 files changed, 0 insertions, 120 deletions
diff --git a/dev-libs/tree-sitter-vim/Manifest b/dev-libs/tree-sitter-vim/Manifest deleted file mode 100644 index ec4637dc089e..000000000000 --- a/dev-libs/tree-sitter-vim/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -DIST tree-sitter-vim-0.4.0.tar.gz 356704 BLAKE2B f1b2768a1efd6b1051cb4989923ef8d9b874faf24180beb6db1f65d2a2d75189bdd82ae4646c3b3e7c21a98466a510b89447074b2f0fdf2384802990e19f5c9d SHA512 32796cc68227c48ea4d0d2c78640c66710a8f67ab45add1d5a89eec5ade5f74bde6f2fed353a5779f5618ab91567e563449c72b8e134a904d011266303695bda -DIST tree-sitter-vim-0.5.0.tar.gz 357652 BLAKE2B 4fac13cf28349b0bf4c2f0a1f051d62156af38612f511ad4d8e627ba09b421fc27ad7d4a17016113f9db7159cfc2618af73ba6d28a30802cb5dcfb4cd7ef6b73 SHA512 0be8cdd10feef79332514d316989c0fbf4608ec90ecee454699cb2071db040024a68fa057805325b3d61ed51c673a89f46bdbd4072b295e9a135dae9b6e60e01 -DIST tree-sitter-vim-0.6.0.tar.gz 361031 BLAKE2B 7ec047bcf541e7ed6322112c5c847a8376a0cc6c7fb5f056b63dfb5aa18382376ef0f961a2416d5b3871777dbd92050562d787fa2843ac5dad53b33e541aa6c7 SHA512 ea7569ab73482929b39fadce81b287fbe62f84f01d2753ae7a5a315bb2d0ccd33d9e34a990cdc11e46d6785e820046d780ba5c1e3901b1a85af925b867db4273 -DIST tree-sitter-vim-0.7.0.tar.gz 364666 BLAKE2B 87c2269e50e26e2d4a23d8590aed75bb278a659c26c7f0e922d58d2ab588fa5c289bf3e6eb68841f77509333f11ea6de93d824f1c2d3150454bc4fb863b96da2 SHA512 fe585fc01f1fae6239ac89c1924d5adf70c43f41b40a8c811457068723094bc4a3a545581738173d39f10b6525ca711d419c3cb0ab59d48c60a9ea68c62ade3b -DIST tree-sitter-vim-0.8.1.tar.gz 357464 BLAKE2B 2da4ae15f59022ae9625b807157dd1c2f73d7eaf4f8d4012b022d9d236723eba83aef9a644417968683abc0b9ca9e3ca7977e74990965c9eba1a23296df57560 SHA512 8a4c9ed3c3342a42c855b04a2aeeafbe6f4dabed52e8374f969ffd2bc616907ce9cefd955908ac8f04ac3fbbf9664ed6ed3c1bc8808d12c93d9dffac58943f35 diff --git a/dev-libs/tree-sitter-vim/files/tree-sitter-vim-0.5.0-fix-config-add-file-types-to-tree-sitter.patch b/dev-libs/tree-sitter-vim/files/tree-sitter-vim-0.5.0-fix-config-add-file-types-to-tree-sitter.patch deleted file mode 100644 index 8542425ca0a7..000000000000 --- a/dev-libs/tree-sitter-vim/files/tree-sitter-vim-0.5.0-fix-config-add-file-types-to-tree-sitter.patch +++ /dev/null @@ -1,18 +0,0 @@ -https://github.com/tree-sitter-grammars/tree-sitter-vim/commit/0f31cb98e5c0cb3707e097bf95a04c0c2aac573d -From: Perchun Pak <github@perchun.it> -Date: Sat, 5 Apr 2025 13:12:03 +0200 -Subject: [PATCH] fix(config): add `file-types` to tree-sitter.json (#33) - ---- a/tree-sitter.json -+++ b/tree-sitter.json -@@ -4,6 +4,7 @@ - "name": "vim", - "path": ".", - "scope": "text.vim", -+ "file-types": [ "vim" ], - "highlights": "queries/vim/highlights.scm", - "injections": "queries/vim/injections.scm" - } --- -2.52.0 - diff --git a/dev-libs/tree-sitter-vim/metadata.xml b/dev-libs/tree-sitter-vim/metadata.xml deleted file mode 100644 index e7a0491f5c07..000000000000 --- a/dev-libs/tree-sitter-vim/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person" proxied="yes"> - <email>brahmajit.xyz@gmail.com</email> - <name>Brahmajit Das</name> - </maintainer> - <maintainer type="project" proxied="proxy"> - <email>proxy-maint@gentoo.org</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 deleted file mode 100644 index 1583992339e3..000000000000 --- a/dev-libs/tree-sitter-vim/tree-sitter-vim-0.4.0.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# 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="Vimscript 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 ~arm arm64 ~ppc ~ppc64 ~riscv x86" diff --git a/dev-libs/tree-sitter-vim/tree-sitter-vim-0.5.0.ebuild b/dev-libs/tree-sitter-vim/tree-sitter-vim-0.5.0.ebuild deleted file mode 100644 index 41830370f508..000000000000 --- a/dev-libs/tree-sitter-vim/tree-sitter-vim-0.5.0.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# 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="Vimscript 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 ~arm arm64 ~ppc ~ppc64 ~riscv x86" - -PATCHES=( - "${FILESDIR}/${PN}-0.5.0-fix-config-add-file-types-to-tree-sitter.patch" -) diff --git a/dev-libs/tree-sitter-vim/tree-sitter-vim-0.6.0.ebuild b/dev-libs/tree-sitter-vim/tree-sitter-vim-0.6.0.ebuild deleted file mode 100644 index 5914ccbc4a74..000000000000 --- a/dev-libs/tree-sitter-vim/tree-sitter-vim-0.6.0.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# 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="Vimscript 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 ~arm arm64 ~ppc ~ppc64 ~riscv x86" diff --git a/dev-libs/tree-sitter-vim/tree-sitter-vim-0.7.0.ebuild b/dev-libs/tree-sitter-vim/tree-sitter-vim-0.7.0.ebuild deleted file mode 100644 index 5914ccbc4a74..000000000000 --- a/dev-libs/tree-sitter-vim/tree-sitter-vim-0.7.0.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# 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="Vimscript 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 ~arm arm64 ~ppc ~ppc64 ~riscv x86" diff --git a/dev-libs/tree-sitter-vim/tree-sitter-vim-0.8.1.ebuild b/dev-libs/tree-sitter-vim/tree-sitter-vim-0.8.1.ebuild deleted file mode 100644 index e4cddfceada6..000000000000 --- a/dev-libs/tree-sitter-vim/tree-sitter-vim-0.8.1.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit tree-sitter-grammar - -DESCRIPTION="Vimscript 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 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" |
