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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 91BD1158086 for ; Thu, 21 Oct 2021 23:50:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 209DDE08E0; Thu, 21 Oct 2021 23:50:49 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 02F2AE08C8 for ; Thu, 21 Oct 2021 23:50:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 36E143435A4 for ; Thu, 21 Oct 2021 23:50:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B71A17D for ; Thu, 21 Oct 2021 23:50:45 +0000 (UTC) From: "Nick Sarnie" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nick Sarnie" Message-ID: <1634860203.19c4471fabfdb23a8a2ca6a3f7cbf2dfb11bbceb.sarnex@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/tree-sitter-typescript/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/tree-sitter-typescript/Manifest dev-libs/tree-sitter-typescript/metadata.xml dev-libs/tree-sitter-typescript/tree-sitter-typescript-0.20.0.ebuild X-VCS-Directories: dev-libs/tree-sitter-typescript/ X-VCS-Committer: sarnex X-VCS-Committer-Name: Nick Sarnie X-VCS-Revision: 19c4471fabfdb23a8a2ca6a3f7cbf2dfb11bbceb X-VCS-Branch: master Date: Thu, 21 Oct 2021 23:50:45 +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: 7682f5f2-264d-42d9-9412-cc448aeff027 X-Archives-Hash: 55655c81cd88ad2c592fb6a61c995bb1 commit: 19c4471fabfdb23a8a2ca6a3f7cbf2dfb11bbceb Author: Matt Smith offtopica uk> AuthorDate: Sun Oct 17 09:25:42 2021 +0000 Commit: Nick Sarnie gentoo org> CommitDate: Thu Oct 21 23:50:03 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19c4471f dev-libs/tree-sitter-typescript: Init at 0.20.0 Package-Manager: Portage-3.0.26, Repoman-3.0.3 Signed-off-by: Matt Smith offtopica.uk> Signed-off-by: Nick Sarnie gentoo.org> dev-libs/tree-sitter-typescript/Manifest | 1 + dev-libs/tree-sitter-typescript/metadata.xml | 15 +++++++++++++++ .../tree-sitter-typescript-0.20.0.ebuild | 15 +++++++++++++++ 3 files changed, 31 insertions(+) diff --git a/dev-libs/tree-sitter-typescript/Manifest b/dev-libs/tree-sitter-typescript/Manifest new file mode 100644 index 00000000000..3074115ad29 --- /dev/null +++ b/dev-libs/tree-sitter-typescript/Manifest @@ -0,0 +1 @@ +DIST tree-sitter-typescript-0.20.0.tar.gz 769336 BLAKE2B 12f5ac1f29963eda7a34d08832ca263cf91fd6a8335c998d9d1795851bd30d4a43ade36d004ffcb287c73b63e691582a79d640e24050df4f778fa308f5b0665e SHA512 99cbcabf58717eb17346b2139320f0d13846f1f335a81ed01fee6e748cd0d867218a9cc8d216162c3b9b9da86487024bedbced67e91adadab207633c25dc7e1a diff --git a/dev-libs/tree-sitter-typescript/metadata.xml b/dev-libs/tree-sitter-typescript/metadata.xml new file mode 100644 index 00000000000..f486929bd43 --- /dev/null +++ b/dev-libs/tree-sitter-typescript/metadata.xml @@ -0,0 +1,15 @@ + + + + + matt@offtopica.uk + Matthew Smith + + + sarnex@gentoo.org + Nick Sarnie + + + tree-sitter/tree-sitter-typescript + + diff --git a/dev-libs/tree-sitter-typescript/tree-sitter-typescript-0.20.0.ebuild b/dev-libs/tree-sitter-typescript/tree-sitter-typescript-0.20.0.ebuild new file mode 100644 index 00000000000..a504afd74bf --- /dev/null +++ b/dev-libs/tree-sitter-typescript/tree-sitter-typescript-0.20.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2021 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="TypeScript grammar for Tree-sitter" +HOMEPAGE="https://github.com/tree-sitter/tree-sitter-typescript" +S="${WORKDIR}"/${PN}-${TS_PV}/typescript/src + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64"