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 C218D159C96 for ; Wed, 24 Jul 2024 03:50:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1C20E29D0; Wed, 24 Jul 2024 03:50:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 B2698E29D0 for ; Wed, 24 Jul 2024 03:50:56 +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 7571A340C77 for ; Wed, 24 Jul 2024 03:50:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C83181DF4 for ; Wed, 24 Jul 2024 03:50:53 +0000 (UTC) From: "Hiroki Tokunaga" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hiroki Tokunaga" Message-ID: <1721792912.853c852bfb8ae0840f27cfaec85f6a653aeea1ce.tokusan441@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-ml/fpath/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-ml/fpath/Manifest dev-ml/fpath/fpath-0.7.3.ebuild dev-ml/fpath/metadata.xml X-VCS-Directories: dev-ml/fpath/ X-VCS-Committer: tokusan441 X-VCS-Committer-Name: Hiroki Tokunaga X-VCS-Revision: 853c852bfb8ae0840f27cfaec85f6a653aeea1ce X-VCS-Branch: dev Date: Wed, 24 Jul 2024 03:50:53 +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: 6f769097-ad4b-4237-ba69-05ed5396f40c X-Archives-Hash: 097f68fef30c6978cb22fbdb819e0300 commit: 853c852bfb8ae0840f27cfaec85f6a653aeea1ce Author: Hiroki Tokunaga gmail com> AuthorDate: Wed Jul 24 03:48:32 2024 +0000 Commit: Hiroki Tokunaga gmail com> CommitDate: Wed Jul 24 03:48:32 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=853c852b dev-ml/fpath: new package, add 0.7.3 Signed-off-by: Hiroki Tokunaga gmail.com> dev-ml/fpath/Manifest | 1 + dev-ml/fpath/fpath-0.7.3.ebuild | 31 +++++++++++++++++++++++++++++++ dev-ml/fpath/metadata.xml | 14 ++++++++++++++ 3 files changed, 46 insertions(+) diff --git a/dev-ml/fpath/Manifest b/dev-ml/fpath/Manifest new file mode 100644 index 000000000..94c90105b --- /dev/null +++ b/dev-ml/fpath/Manifest @@ -0,0 +1 @@ +DIST fpath-0.7.3.tar.gz 28553 BLAKE2B 49be899a29dc09a6b7f47c57d96babea1e0afd614a22427dff54530276c8da6ffd60e1c943e6eb38fbbf80a78618ef406cadb6b023be7b4560bfd055410d4366 SHA512 7b97008e6b2dfb37caac4db34edc88b64856755a7f982aec4dbbff7ea3c4410a8ca99ecefaf0cde93a09d4459b663b5071bea185c2762a3384153f7cd1aa6510 diff --git a/dev-ml/fpath/fpath-0.7.3.ebuild b/dev-ml/fpath/fpath-0.7.3.ebuild new file mode 100644 index 000000000..f1bb46efe --- /dev/null +++ b/dev-ml/fpath/fpath-0.7.3.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit findlib opam + +DESCRIPTION="File paths for OCaml" +HOMEPAGE=" + https://erratique.ch/software/fpath + https://github.com/dbuenzli/fpath +" +SRC_URI="https://github.com/dbuenzli/fpath/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="ISC" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="test" + +DEPEND="dev-ml/topkg" +BDEPEND="dev-ml/ocamlbuild" + +RESTRICT="!test? ( test )" + +src_compile() { + ocaml pkg/pkg.ml build --tests $(usex test 'true' 'false') || die +} + +src_test() { + ocaml pkg/pkg.ml test || die +} diff --git a/dev-ml/fpath/metadata.xml b/dev-ml/fpath/metadata.xml new file mode 100644 index 000000000..984f808ab --- /dev/null +++ b/dev-ml/fpath/metadata.xml @@ -0,0 +1,14 @@ + + + + + tokusan441@gmail.com + Hiroki Tokunaga + + Fpath is an OCaml module for handling file system paths with POSIX or Windows conventions. Fpath processes paths without accessing the file system and is independent from any system library. + + https://erratique.ch/software/fpath/doc/ + https://github.com/dbuenzli/fpath/issues + dbuenzli/fpath + +