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 ABF02158086 for ; Thu, 21 Oct 2021 23:50:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D375E089A; Thu, 21 Oct 2021 23:50:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EA5EAE089A for ; Thu, 21 Oct 2021 23:50:48 +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 1E0E934359B 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 71575176 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: <1634860195.c1d5b38b26ef12d57aff13b8a8fc67d8088a8ca5.sarnex@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/tree-sitter-php/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/tree-sitter-php/Manifest dev-libs/tree-sitter-php/metadata.xml dev-libs/tree-sitter-php/tree-sitter-php-0.19.0.ebuild X-VCS-Directories: dev-libs/tree-sitter-php/ X-VCS-Committer: sarnex X-VCS-Committer-Name: Nick Sarnie X-VCS-Revision: c1d5b38b26ef12d57aff13b8a8fc67d8088a8ca5 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: 29529a19-60c7-4765-82a8-65c5780d03df X-Archives-Hash: 6bcb6a6c4ae6ea2ac7e378909844afe6 commit: c1d5b38b26ef12d57aff13b8a8fc67d8088a8ca5 Author: Matt Smith offtopica uk> AuthorDate: Sun Oct 17 09:20:40 2021 +0000 Commit: Nick Sarnie gentoo org> CommitDate: Thu Oct 21 23:49:55 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1d5b38b dev-libs/tree-sitter-php: Init at 0.19.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-php/Manifest | 1 + dev-libs/tree-sitter-php/metadata.xml | 15 +++++++++++++++ dev-libs/tree-sitter-php/tree-sitter-php-0.19.0.ebuild | 13 +++++++++++++ 3 files changed, 29 insertions(+) diff --git a/dev-libs/tree-sitter-php/Manifest b/dev-libs/tree-sitter-php/Manifest new file mode 100644 index 00000000000..4f1ec59b17e --- /dev/null +++ b/dev-libs/tree-sitter-php/Manifest @@ -0,0 +1 @@ +DIST tree-sitter-php-0.19.0.tar.gz 155930 BLAKE2B e78b0a719f2e8cde6398a5645023c09135f61bbe138abeff8160bb1688bab84fa7ca51438e380d79fc0e05efa2e4897a7ff05fd677ac0b8cb4098e27d576a10a SHA512 bf82af3a4c0da96f58e93aaee2724f327c11e297bcd455998e0863aa64ab6ae85d1d212afa51b75c8e8ab998568cc71b0309ee3d1d41b632ef0283478ecc5711 diff --git a/dev-libs/tree-sitter-php/metadata.xml b/dev-libs/tree-sitter-php/metadata.xml new file mode 100644 index 00000000000..e11305e07a9 --- /dev/null +++ b/dev-libs/tree-sitter-php/metadata.xml @@ -0,0 +1,15 @@ + + + + + matt@offtopica.uk + Matthew Smith + + + sarnex@gentoo.org + Nick Sarnie + + + tree-sitter/tree-sitter-php + + diff --git a/dev-libs/tree-sitter-php/tree-sitter-php-0.19.0.ebuild b/dev-libs/tree-sitter-php/tree-sitter-php-0.19.0.ebuild new file mode 100644 index 00000000000..c19e350e35c --- /dev/null +++ b/dev-libs/tree-sitter-php/tree-sitter-php-0.19.0.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit tree-sitter-grammar + +DESCRIPTION="PHP grammar for Tree-sitter" +HOMEPAGE="https://github.com/tree-sitter/tree-sitter-json" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64"