From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CF81F15817D for ; Tue, 11 Jun 2024 16:53:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4596CE2A6C; Tue, 11 Jun 2024 16:53:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1B2B2E2A6C for ; Tue, 11 Jun 2024 16:53:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2A82E33B864 for ; Tue, 11 Jun 2024 16:53:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 873761C98 for ; Tue, 11 Jun 2024 16:53:38 +0000 (UTC) From: "Matthew Smith" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Smith" Message-ID: <1718124798.75c4d054a9042e4befc8fda41142045a0527b57c.matthew@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/tree-sitter-vim/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/tree-sitter-vim/Manifest dev-libs/tree-sitter-vim/metadata.xml dev-libs/tree-sitter-vim/tree-sitter-vim-0.4.0.ebuild X-VCS-Directories: dev-libs/tree-sitter-vim/ X-VCS-Committer: matthew X-VCS-Committer-Name: Matthew Smith X-VCS-Revision: 75c4d054a9042e4befc8fda41142045a0527b57c X-VCS-Branch: master Date: Tue, 11 Jun 2024 16:53:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7200c871-3bae-46df-89fe-7c6515d87c65 X-Archives-Hash: da0790a12423d348a36a3d9500ff67c3 commit: 75c4d054a9042e4befc8fda41142045a0527b57c Author: Brahmajit Das gmail com> AuthorDate: Mon Jun 10 08:02:01 2024 +0000 Commit: Matthew Smith gentoo 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 gmail.com> Signed-off-by: Matthew Smith 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 @@ + + + + + matthew@gentoo.org + Matthew Smith + + + sarnex@gentoo.org + Nick Sarnie + + + brahmajit.xyz@gmail.com + Brahmajit Das + + + proxy-maint@gentoo.org + Proxy Maintainers + + + tree-sitter-grammars/tree-sitter-vim + + 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"