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 7C627158086 for ; Mon, 20 Dec 2021 04:13:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4AE5A2BC086; Mon, 20 Dec 2021 04:13:19 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 361532BC086 for ; Mon, 20 Dec 2021 04:13:19 +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 3AB97343009 for ; Mon, 20 Dec 2021 04:13:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A1358275 for ; Mon, 20 Dec 2021 04:13:14 +0000 (UTC) From: "Vadim Misbakh-Soloviov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Vadim Misbakh-Soloviov" Message-ID: <1639973578.3681ada8f2424043dcf45610c4d56dd9148b3e59.mva@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/tree-sitter-meta/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/tree-sitter-meta/tree-sitter-meta-1-r1.ebuild X-VCS-Directories: dev-libs/tree-sitter-meta/ X-VCS-Committer: mva X-VCS-Committer-Name: Vadim Misbakh-Soloviov X-VCS-Revision: 3681ada8f2424043dcf45610c4d56dd9148b3e59 X-VCS-Branch: master Date: Mon, 20 Dec 2021 04:13:14 +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: ea76a686-35c3-4ac3-b93f-7d741b2a7bea X-Archives-Hash: a81ade7543a00c698250149186f8ee1b commit: 3681ada8f2424043dcf45610c4d56dd9148b3e59 Author: Vadim Misbakh-Soloviov gentoo org> AuthorDate: Thu Dec 9 03:39:53 2021 +0000 Commit: Vadim Misbakh-Soloviov gentoo org> CommitDate: Mon Dec 20 04:12:58 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3681ada8 dev-libs/tree-sitter-meta: new grammars + fix circular dep Signed-off-by: Vadim Misbakh-Soloviov gentoo.org> .../tree-sitter-meta/tree-sitter-meta-1-r1.ebuild | 38 ++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/dev-libs/tree-sitter-meta/tree-sitter-meta-1-r1.ebuild b/dev-libs/tree-sitter-meta/tree-sitter-meta-1-r1.ebuild new file mode 100644 index 000000000000..7a83a7ae802a --- /dev/null +++ b/dev-libs/tree-sitter-meta/tree-sitter-meta-1-r1.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Metapackage for Tree Sitter packages" +HOMEPAGE="https://github.com/tree-sitter/tree-sitter" + +LICENSE="metapackage" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + dev-libs/tree-sitter + dev-libs/tree-sitter-bash + dev-libs/tree-sitter-c + dev-libs/tree-sitter-c-sharp + dev-libs/tree-sitter-cpp + dev-libs/tree-sitter-css + dev-libs/tree-sitter-embedded-template + dev-libs/tree-sitter-go + dev-libs/tree-sitter-haskell + dev-libs/tree-sitter-html + dev-libs/tree-sitter-java + dev-libs/tree-sitter-javascript + dev-libs/tree-sitter-jsdoc + dev-libs/tree-sitter-json + dev-libs/tree-sitter-julia + dev-libs/tree-sitter-ocaml + dev-libs/tree-sitter-php + dev-libs/tree-sitter-python + dev-libs/tree-sitter-ql + dev-libs/tree-sitter-ruby + dev-libs/tree-sitter-rust + dev-libs/tree-sitter-scala + dev-libs/tree-sitter-tsq + dev-libs/tree-sitter-typescript +"