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 8BA2F158089 for ; Sun, 8 Oct 2023 10:54:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 577BD2BC0C0; Sun, 8 Oct 2023 10:54:04 +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 434232BC0C0 for ; Sun, 8 Oct 2023 10:54:04 +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 71541335D12 for ; Sun, 8 Oct 2023 10:54:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 180D1BD3 for ; Sun, 8 Oct 2023 10:54:02 +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: <1696762434.2a59f9ae0a1df4425d7864353d8e085b555ffb0f.matthew@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/tree-sitter-javascript/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/tree-sitter-javascript/Manifest dev-libs/tree-sitter-javascript/tree-sitter-javascript-0.20.1.ebuild X-VCS-Directories: dev-libs/tree-sitter-javascript/ X-VCS-Committer: matthew X-VCS-Committer-Name: Matthew Smith X-VCS-Revision: 2a59f9ae0a1df4425d7864353d8e085b555ffb0f X-VCS-Branch: master Date: Sun, 8 Oct 2023 10:54:02 +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: b02e30d7-5b6f-4c52-bb79-4307feeeb386 X-Archives-Hash: 2f3b98c544d2b100adddc84c47e878cb commit: 2a59f9ae0a1df4425d7864353d8e085b555ffb0f Author: Matthew Smith gentoo org> AuthorDate: Sun Oct 8 10:46:28 2023 +0000 Commit: Matthew Smith gentoo org> CommitDate: Sun Oct 8 10:53:54 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a59f9ae dev-libs/tree-sitter-javascript: add 0.20.1 Signed-off-by: Matthew Smith gentoo.org> dev-libs/tree-sitter-javascript/Manifest | 1 + .../tree-sitter-javascript-0.20.1.ebuild | 14 ++++++++++++++ 2 files changed, 15 insertions(+) diff --git a/dev-libs/tree-sitter-javascript/Manifest b/dev-libs/tree-sitter-javascript/Manifest index 60774559a397..6f0ab9512aae 100644 --- a/dev-libs/tree-sitter-javascript/Manifest +++ b/dev-libs/tree-sitter-javascript/Manifest @@ -1 +1,2 @@ DIST tree-sitter-javascript-0.20.0.tar.gz 278831 BLAKE2B cd66005e7ebdae154a192ff556d4cb35e91d93a2ab645a24b9492217858278adc1f7917a7dc5033bbcfd84ca7ef41a3e7ebb1ff934bb09b79c8923469110e1de SHA512 778e0f2f5bf276d7ffb6eab0fe3f7473b56605de707c8e2f491fbb5826da94067b9f1bc476306013267001b5ecaab11a956e896b78520cdedd27006fac97fe41 +DIST tree-sitter-javascript-0.20.1.tar.gz 278831 BLAKE2B cd66005e7ebdae154a192ff556d4cb35e91d93a2ab645a24b9492217858278adc1f7917a7dc5033bbcfd84ca7ef41a3e7ebb1ff934bb09b79c8923469110e1de SHA512 778e0f2f5bf276d7ffb6eab0fe3f7473b56605de707c8e2f491fbb5826da94067b9f1bc476306013267001b5ecaab11a956e896b78520cdedd27006fac97fe41 diff --git a/dev-libs/tree-sitter-javascript/tree-sitter-javascript-0.20.1.ebuild b/dev-libs/tree-sitter-javascript/tree-sitter-javascript-0.20.1.ebuild new file mode 100644 index 000000000000..11326562469c --- /dev/null +++ b/dev-libs/tree-sitter-javascript/tree-sitter-javascript-0.20.1.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +TS_PV=rust-0.20.0 +inherit tree-sitter-grammar + +DESCRIPTION="JavaScript grammar for Tree-sitter" +HOMEPAGE="https://github.com/tree-sitter/tree-sitter-javascript" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64"