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 9EB38159C96 for ; Sun, 28 Jul 2024 21:21:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E64A0E2A7A; Sun, 28 Jul 2024 21:21: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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B968AE2A76 for ; Sun, 28 Jul 2024 21:21: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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C6A4C342FB1 for ; Sun, 28 Jul 2024 21:21:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A5501E7B for ; Sun, 28 Jul 2024 21:21:02 +0000 (UTC) From: "Lucio Sauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lucio Sauer" Message-ID: <1722181998.18bcbdffa6509f097fd129659706e7036f20caa0.watermanpaint@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-ml/ocamlformat-rpc-lib/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-ml/ocamlformat-rpc-lib/Manifest dev-ml/ocamlformat-rpc-lib/metadata.xml dev-ml/ocamlformat-rpc-lib/ocamlformat-rpc-lib-0.26.2.ebuild X-VCS-Directories: dev-ml/ocamlformat-rpc-lib/ X-VCS-Committer: watermanpaint X-VCS-Committer-Name: Lucio Sauer X-VCS-Revision: 18bcbdffa6509f097fd129659706e7036f20caa0 X-VCS-Branch: master Date: Sun, 28 Jul 2024 21:21: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: 955b3184-4bf0-41d6-a218-28b95c82d6f3 X-Archives-Hash: 86ea9954ca67348e98674c4d8b1666e1 commit: 18bcbdffa6509f097fd129659706e7036f20caa0 Author: Hiroki Tokunaga gmail com> AuthorDate: Sun Jul 28 15:53:18 2024 +0000 Commit: Lucio Sauer posteo net> CommitDate: Sun Jul 28 15:53:18 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=18bcbdff dev-ml/ocamlformat-rpc-lib: new package, add 0.26.2 Signed-off-by: Hiroki Tokunaga gmail.com> dev-ml/ocamlformat-rpc-lib/Manifest | 1 + dev-ml/ocamlformat-rpc-lib/metadata.xml | 13 +++++++ .../ocamlformat-rpc-lib-0.26.2.ebuild | 40 ++++++++++++++++++++++ 3 files changed, 54 insertions(+) diff --git a/dev-ml/ocamlformat-rpc-lib/Manifest b/dev-ml/ocamlformat-rpc-lib/Manifest new file mode 100644 index 000000000..1b3a2aa44 --- /dev/null +++ b/dev-ml/ocamlformat-rpc-lib/Manifest @@ -0,0 +1 @@ +DIST ocamlformat-rpc-lib-0.26.2.tar.gz 901463 BLAKE2B 619838f68f6031d8e98319a66c3a906b46e1c394c5d7ddce18a4c91029522add716f298d18b232503a84c1a0f6384edd280cc20faf0974f5b8c019e2e827a083 SHA512 c6df074b69a35a545898961f8cd578a5cafbf4a382bd0b9783a770a40072bdd91be864a53c27c175ceef7ffff5a25b165b475c7a92ac4f790bf19abc74897bbe diff --git a/dev-ml/ocamlformat-rpc-lib/metadata.xml b/dev-ml/ocamlformat-rpc-lib/metadata.xml new file mode 100644 index 000000000..446b3e4f2 --- /dev/null +++ b/dev-ml/ocamlformat-rpc-lib/metadata.xml @@ -0,0 +1,13 @@ + + + + + tokusan441@gmail.com + Hiroki Tokunaga + + OCamlFormat is a tool to automatically format OCaml code in a uniform style. This package defines a RPC interface to OCamlFormat. + + https://github.com/ocaml-ppx/ocamlformat/issues + ocaml-ppx/ocamlformat + + diff --git a/dev-ml/ocamlformat-rpc-lib/ocamlformat-rpc-lib-0.26.2.ebuild b/dev-ml/ocamlformat-rpc-lib/ocamlformat-rpc-lib-0.26.2.ebuild new file mode 100644 index 000000000..9f5a24ff4 --- /dev/null +++ b/dev-ml/ocamlformat-rpc-lib/ocamlformat-rpc-lib-0.26.2.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit dune + +DESCRIPTION="Auto-formatter for OCaml code (RPC mode)" +HOMEPAGE=" + https://opam.ocaml.org/packages/ocamlformat-rpc-lib + https://github.com/ocaml-ppx/ocamlformat +" +SRC_URI="https://github.com/ocaml-ppx/ocamlformat/archive/${PV}.tar.gz -> ${P}.tar.gz" + +S="${WORKDIR}/ocamlformat-${PV}" + +LICENSE="MIT" + +SLOT="0/${PV}" + +KEYWORDS="~amd64" +IUSE="ocamlopt test" + +RESTRICT="!test? ( test )" + +RDEPEND=" + >=dev-ml/csexp-1.4.0:= +" + +DEPEND=" + ${RDEPEND} +" + +src_compile() { + dune-compile ocamlformat-rpc-lib +} + +src_install() { + dune-install ocamlformat-rpc-lib +}