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 84AEE15817D for ; Tue, 11 Jun 2024 16:53:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 831D5E2B38; Tue, 11 Jun 2024 16:53:42 +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 5E481E2B38 for ; Tue, 11 Jun 2024 16:53:42 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 77A1133B864 for ; Tue, 11 Jun 2024 16:53:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A51A1C99 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.9ab7692f8fc59be6260d493296763a437d3d0e3d.matthew@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/tree-sitter-vimdoc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/tree-sitter-vimdoc/Manifest dev-libs/tree-sitter-vimdoc/metadata.xml dev-libs/tree-sitter-vimdoc/tree-sitter-vimdoc-3.0.0.ebuild X-VCS-Directories: dev-libs/tree-sitter-vimdoc/ X-VCS-Committer: matthew X-VCS-Committer-Name: Matthew Smith X-VCS-Revision: 9ab7692f8fc59be6260d493296763a437d3d0e3d 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: 48ceaf19-7199-4cb9-aae6-86fbf5d5edc6 X-Archives-Hash: 9e33ad455099716dbfaae02f5c6b429d commit: 9ab7692f8fc59be6260d493296763a437d3d0e3d Author: Brahmajit Das gmail com> AuthorDate: Mon Jun 10 08:05:20 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=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 gmail.com> Signed-off-by: Matthew Smith 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 @@ + + + + + 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-vimdoc + + 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"