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 4BD3315A7D9 for ; Sun, 19 Mar 2023 08:50:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 975C9E089A; Sun, 19 Mar 2023 08:50:52 +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 7EE5EE089A for ; Sun, 19 Mar 2023 08:50:52 +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 83A5B341277 for ; Sun, 19 Mar 2023 08:50:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B6B18E8 for ; Sun, 19 Mar 2023 08:50:49 +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: <1679215778.e7ec0007f8fc926e10bee972ebac3cf1289d92ba.matthew@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/tree-sitter-ocaml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/tree-sitter-ocaml/Manifest dev-libs/tree-sitter-ocaml/tree-sitter-ocaml-0.20.1.ebuild X-VCS-Directories: dev-libs/tree-sitter-ocaml/ X-VCS-Committer: matthew X-VCS-Committer-Name: Matthew Smith X-VCS-Revision: e7ec0007f8fc926e10bee972ebac3cf1289d92ba X-VCS-Branch: master Date: Sun, 19 Mar 2023 08:50:49 +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: f3a57ade-2e2d-47b4-bcb4-5ad7d29435dc X-Archives-Hash: 7423e90930829df6dc1dbd9e1b3945c5 commit: e7ec0007f8fc926e10bee972ebac3cf1289d92ba Author: Matthew Smith gentoo org> AuthorDate: Sun Mar 19 08:49:38 2023 +0000 Commit: Matthew Smith gentoo org> CommitDate: Sun Mar 19 08:49:38 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7ec0007 dev-libs/tree-sitter-ocaml: add 0.20.1 Signed-off-by: Matthew Smith gentoo.org> dev-libs/tree-sitter-ocaml/Manifest | 1 + .../tree-sitter-ocaml/tree-sitter-ocaml-0.20.1.ebuild | 15 +++++++++++++++ 2 files changed, 16 insertions(+) diff --git a/dev-libs/tree-sitter-ocaml/Manifest b/dev-libs/tree-sitter-ocaml/Manifest index a291d9385837..93d52e3de42a 100644 --- a/dev-libs/tree-sitter-ocaml/Manifest +++ b/dev-libs/tree-sitter-ocaml/Manifest @@ -1 +1,2 @@ DIST tree-sitter-ocaml-0.19.0.tar.gz 1314747 BLAKE2B 8bceac43a40b11b27395a52a450ab734312fbb43cd4b711ca27e629f16599a04cbb55b13a05540ad20f7aa00f068ef57752b7ba42c45bbc75fc87c344133a743 SHA512 897ce5fcb58241c8ec123536ce52eba64698cb5da08403801f4d1760fab1addaced0b3cda5c24460cf2b4531215becf3a6b29c34ba871370b02b467a13b171ba +DIST tree-sitter-ocaml-0.20.1.tar.gz 1509589 BLAKE2B 965980ce37b27bde9771308eeabe5117bc7997f3a5429e9774eeb885b81199e5d8ebc471bc5cd10d3e15e2cbcffdf6f887f0623b61c3595deca06492d22c78a8 SHA512 c3a070367ddce3186ea09c705f4c08279f0fbf890669ce6486eef5b9564ea2c3a88041b3227ac9210fdb9257d4971697e6ceebea672fe37e7fce038cd9a09838 diff --git a/dev-libs/tree-sitter-ocaml/tree-sitter-ocaml-0.20.1.ebuild b/dev-libs/tree-sitter-ocaml/tree-sitter-ocaml-0.20.1.ebuild new file mode 100644 index 000000000000..ac6d9d2c1590 --- /dev/null +++ b/dev-libs/tree-sitter-ocaml/tree-sitter-ocaml-0.20.1.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit tree-sitter-grammar + +DESCRIPTION="OCaml grammar for Tree-sitter" +HOMEPAGE="https://github.com/tree-sitter/tree-sitter-ocaml" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +S="${WORKDIR}/${P}/ocaml/src"