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 24196158089 for ; Sun, 3 Sep 2023 08:03:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6977A2BC015; Sun, 3 Sep 2023 08:03:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 49A392BC015 for ; Sun, 3 Sep 2023 08:03:44 +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 623BF335CDF for ; Sun, 3 Sep 2023 08:03:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 12E77F0C for ; Sun, 3 Sep 2023 08:03:42 +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: <1693728192.1ae1df9b938f2dd5aeb538cf0c8365d7f040225f.matthew@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/tree-sitter-c/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/tree-sitter-c/Manifest dev-libs/tree-sitter-c/tree-sitter-c-0.20.6.ebuild X-VCS-Directories: dev-libs/tree-sitter-c/ X-VCS-Committer: matthew X-VCS-Committer-Name: Matthew Smith X-VCS-Revision: 1ae1df9b938f2dd5aeb538cf0c8365d7f040225f X-VCS-Branch: master Date: Sun, 3 Sep 2023 08:03:42 +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: c8504097-999a-40d8-827e-10ae6b00f74e X-Archives-Hash: 70a8458f6784835e1cc12b995b9c400b commit: 1ae1df9b938f2dd5aeb538cf0c8365d7f040225f Author: Matthew Smith gentoo org> AuthorDate: Sun Sep 3 08:02:16 2023 +0000 Commit: Matthew Smith gentoo org> CommitDate: Sun Sep 3 08:03:12 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ae1df9b dev-libs/tree-sitter-c: add 0.20.6 Closes: https://bugs.gentoo.org/913355 Signed-off-by: Matthew Smith gentoo.org> dev-libs/tree-sitter-c/Manifest | 1 + dev-libs/tree-sitter-c/tree-sitter-c-0.20.6.ebuild | 13 +++++++++++++ 2 files changed, 14 insertions(+) diff --git a/dev-libs/tree-sitter-c/Manifest b/dev-libs/tree-sitter-c/Manifest index 0118637a9538..3ace49a61836 100644 --- a/dev-libs/tree-sitter-c/Manifest +++ b/dev-libs/tree-sitter-c/Manifest @@ -1 +1,2 @@ DIST tree-sitter-c-0.20.2.tar.gz 249711 BLAKE2B f5f0ef1b15ba0fc216c082c973d6a52e79affb6075bc7fcf04e7ff93209b4624f4e9b414440fe6d20c0ea0bed5f3d96f538237c2fa365b919d6c280f98cc54b4 SHA512 ac559ee1d29bb77ce3cade02cfa4ed95c24cea7b84844df6521ebbf6213894c6f91499eb782e04e5e778091300f0043d59b9324a78d72d9bea4f40cc67d56cc1 +DIST tree-sitter-c-0.20.6.tar.gz 337801 BLAKE2B 96dfe37535aca85d2bae15af0a2d59a99bd6861a9a32957b6ae9a4fe02ac1a8e8c4f649760e5eccf68f224b30992aa1656a8b3e11da8a3bb43e07c62f4b26063 SHA512 047b47ef9190f3894083be2b8b26dd33c06d87bba6b960e63e9787112b374a76e2239171b89bb346a27b886396c2054a4ecc1e42d4f83a23ab62060907fe2198 diff --git a/dev-libs/tree-sitter-c/tree-sitter-c-0.20.6.ebuild b/dev-libs/tree-sitter-c/tree-sitter-c-0.20.6.ebuild new file mode 100644 index 000000000000..5aa5533817ab --- /dev/null +++ b/dev-libs/tree-sitter-c/tree-sitter-c-0.20.6.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit tree-sitter-grammar + +DESCRIPTION="C grammar for Tree-sitter" +HOMEPAGE="https://github.com/tree-sitter/tree-sitter-c" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64"