public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
From: Vadim Misbakh-Soloviov <mva@gentoo.org>
To: gentoo-dev@lists.gentoo.org
Cc: sarnex@gentoo.org, matt@offtopica.uk,
	Vadim Misbakh-Soloviov <mva@gentoo.org>
Subject: [gentoo-dev] [PATCH 14/15] dev-libs/tree-sitter-tsq: new package
Date: Thu,  9 Dec 2021 10:52:37 +0700	[thread overview]
Message-ID: <20211209035238.900431-14-mva@gentoo.org> (raw)
In-Reply-To: <20211209035238.900431-2-mva@gentoo.org>

---
 dev-libs/tree-sitter-tsq/Manifest             |  1 +
 dev-libs/tree-sitter-tsq/metadata.xml         | 19 +++++++++++++++++++
 .../tree-sitter-tsq-0.19.0.ebuild             | 19 +++++++++++++++++++
 3 files changed, 39 insertions(+)
 create mode 100644 dev-libs/tree-sitter-tsq/Manifest
 create mode 100644 dev-libs/tree-sitter-tsq/metadata.xml
 create mode 100644 dev-libs/tree-sitter-tsq/tree-sitter-tsq-0.19.0.ebuild

diff --git a/dev-libs/tree-sitter-tsq/Manifest b/dev-libs/tree-sitter-tsq/Manifest
new file mode 100644
index 00000000000..ab97c767ec9
--- /dev/null
+++ b/dev-libs/tree-sitter-tsq/Manifest
@@ -0,0 +1 @@
+DIST tree-sitter-tsq-0.19.0.tar.gz 15030 BLAKE2B b6bf4e7915dcd7089d1b536aac6df963638df63d7a9a5e94615eba86da44b8e9a6240699dc237fc9f018598384c05af8730ce7d5a2cdd090a5190f2cc5a582f8 SHA512 2150af3463ca56da50c9212d3830e248c8088ae63e914967cdbf77ca72d535b4f09950f71c2d814844d4bc41fc0df36ac00ae391e579d7be9d6ee7e939ebf2ba
diff --git a/dev-libs/tree-sitter-tsq/metadata.xml b/dev-libs/tree-sitter-tsq/metadata.xml
new file mode 100644
index 00000000000..ee14ccfa4e7
--- /dev/null
+++ b/dev-libs/tree-sitter-tsq/metadata.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person" proxied="yes">
+		<email>matt@offtopica.uk</email>
+		<name>Matthew Smith</name>
+	</maintainer>
+	<maintainer type="person" proxied="proxy">
+		<email>sarnex@gentoo.org</email>
+		<name>Nick Sarnie</name>
+	</maintainer>
+	<maintainer type="person">
+		<email>mva@gentoo.org</email>
+		<name>Vadim Misbakh-Soloviov</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">tree-sitter/tree-sitter-tsq</remote-id>
+	</upstream>
+</pkgmetadata>
diff --git a/dev-libs/tree-sitter-tsq/tree-sitter-tsq-0.19.0.ebuild b/dev-libs/tree-sitter-tsq/tree-sitter-tsq-0.19.0.ebuild
new file mode 100644
index 00000000000..30c1ea20d27
--- /dev/null
+++ b/dev-libs/tree-sitter-tsq/tree-sitter-tsq-0.19.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# Most grammar packages uses "vX.Y" scheme, but this one don't use "v"
+# on tag names.
+# NB: keep an eye when bumping to the new versions. It's possble that
+# they can start using "v"'s, so this kludge will not be needed anymore
+TS_PV="${PV}"
+
+inherit tree-sitter-grammar
+
+DESCRIPTION="Tree-sitter query language grammar for Tree-sitter"
+HOMEPAGE="https://github.com/tree-sitter/tree-sitter-tsq"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
-- 
2.34.1



  parent reply	other threads:[~2021-12-09  3:57 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-09  3:52 [gentoo-dev] [PATCH 02/15] dev-libs/tree-sitter-c-sharp: new package Vadim Misbakh-Soloviov
2021-12-09  3:52 ` [gentoo-dev] [PATCH 03/15] dev-libs/tree-sitter-embedded-template: " Vadim Misbakh-Soloviov
2021-12-09  3:52 ` [gentoo-dev] [PATCH 04/15] dev-libs/tree-sitter-haskell: " Vadim Misbakh-Soloviov
2021-12-09  3:52 ` [gentoo-dev] [PATCH 05/15] dev-libs/tree-sitter-java: " Vadim Misbakh-Soloviov
2021-12-09  3:52 ` [gentoo-dev] [PATCH 06/15] dev-libs/tree-sitter-jsdoc: " Vadim Misbakh-Soloviov
2021-12-09  3:52 ` [gentoo-dev] [PATCH 07/15] dev-libs/tree-sitter-julia: " Vadim Misbakh-Soloviov
2021-12-09  3:52 ` [gentoo-dev] [PATCH 08/15] dev-libs/tree-sitter-ocaml: " Vadim Misbakh-Soloviov
2021-12-09  3:52 ` [gentoo-dev] [PATCH 09/15] dev-libs/tree-sitter-python: " Vadim Misbakh-Soloviov
2021-12-09  3:52 ` [gentoo-dev] [PATCH 10/15] dev-libs/tree-sitter-ql: " Vadim Misbakh-Soloviov
2021-12-09  3:52 ` [gentoo-dev] [PATCH 11/15] dev-libs/tree-sitter-regex: " Vadim Misbakh-Soloviov
2021-12-09  3:52 ` [gentoo-dev] [PATCH 12/15] dev-libs/tree-sitter-ruby: " Vadim Misbakh-Soloviov
2021-12-09  3:52 ` [gentoo-dev] [PATCH 13/15] dev-libs/tree-sitter-rust: " Vadim Misbakh-Soloviov
2021-12-09  3:52 ` Vadim Misbakh-Soloviov [this message]
2021-12-09  3:52 ` [gentoo-dev] [PATCH 15/15] dev-libs/tree-sitter-meta: new grammars + fix circular dep Vadim Misbakh-Soloviov

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=20211209035238.900431-14-mva@gentoo.org \
    --to=mva@gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    --cc=matt@offtopica.uk \
    --cc=sarnex@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