public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matthew Smith" <matthew@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/tree-sitter-query/
Date: Tue, 11 Jun 2024 16:53:38 +0000 (UTC)	[thread overview]
Message-ID: <1718124799.55731833cf4323b969e5d43af3bf67d2724d5241.matthew@gentoo> (raw)

commit:     55731833cf4323b969e5d43af3bf67d2724d5241
Author:     Brahmajit Das <brahmajit.xyz <AT> gmail <DOT> com>
AuthorDate: Mon Jun 10 08:07:11 2024 +0000
Commit:     Matthew Smith <matthew <AT> gentoo <DOT> org>
CommitDate: Tue Jun 11 16:53:19 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55731833

dev-libs/tree-sitter-query: 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-query/Manifest                |  1 +
 dev-libs/tree-sitter-query/metadata.xml            | 23 ++++++++++++++++++++++
 .../tree-sitter-query-0.4.0.ebuild                 | 16 +++++++++++++++
 3 files changed, 40 insertions(+)

diff --git a/dev-libs/tree-sitter-query/Manifest b/dev-libs/tree-sitter-query/Manifest
new file mode 100644
index 000000000000..5ea8c28570e6
--- /dev/null
+++ b/dev-libs/tree-sitter-query/Manifest
@@ -0,0 +1 @@
+DIST tree-sitter-query-0.4.0.tar.gz 42944 BLAKE2B f323ae7a7443dd7deffd08c54e36e542578405ae93a4b028705dd36b33b6fe4e78a519ea6cfc1495fc7c3c89f83105d8b6d47f69ab98176223d4564acd831048 SHA512 e5c771c9e519b2cf3ecf99a5708d2389d63366183d877ad2ddd396ab5cde1b4a2e57837924da3f32fd050bd70f20e2445fbd414b0f82b0a8ce112f8466cbccca

diff --git a/dev-libs/tree-sitter-query/metadata.xml b/dev-libs/tree-sitter-query/metadata.xml
new file mode 100644
index 000000000000..929772f6fdc1
--- /dev/null
+++ b/dev-libs/tree-sitter-query/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>matthew@gentoo.org</email>
+		<name>Matthew Smith</name>
+	</maintainer>
+	<maintainer type="person">
+		<email>sarnex@gentoo.org</email>
+		<name>Nick Sarnie</name>
+	</maintainer>
+	<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-query</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-libs/tree-sitter-query/tree-sitter-query-0.4.0.ebuild b/dev-libs/tree-sitter-query/tree-sitter-query-0.4.0.ebuild
new file mode 100644
index 000000000000..6ee012a37052
--- /dev/null
+++ b/dev-libs/tree-sitter-query/tree-sitter-query-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-query"
+SRC_URI="https://github.com/tree-sitter-grammars/tree-sitter-query/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"


             reply	other threads:[~2024-06-11 16:53 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-11 16:53 Matthew Smith [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-11 17:41 [gentoo-commits] repo/gentoo:master commit in: dev-libs/tree-sitter-query/ Matthew Smith
2024-06-12 23:24 Nick Sarnie
2024-07-27  5:48 Joonas Niilola
2024-08-15 23:28 Jakov Smolić
2024-08-16  5:55 Arthur Zamarin
2024-08-16  7:08 Arthur Zamarin
2024-08-16 10:23 Arthur Zamarin
2024-08-18  2:37 Yixun Lan
2024-08-22  2:07 Sam James
2024-08-23 13:00 Arthur Zamarin
2024-09-06 10:38 Arthur Zamarin
2024-09-09 23:51 Sam James
2024-09-10 10:25 Arthur Zamarin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1718124799.55731833cf4323b969e5d43af3bf67d2724d5241.matthew@gentoo \
    --to=matthew@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox