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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DE299158042 for ; Fri, 18 Oct 2024 18:02:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 003CAE0866; Fri, 18 Oct 2024 18:02:38 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DF538E0866 for ; Fri, 18 Oct 2024 18:02:37 +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 29B6B342FDB for ; Fri, 18 Oct 2024 18:02:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7ADADAE7 for ; Fri, 18 Oct 2024 18:02:35 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1729274540.64d531af7f8ca047e5ae17cef8853d46993aabf6.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/re/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/re/Manifest dev-ml/re/re-1.12.0.ebuild X-VCS-Directories: dev-ml/re/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 64d531af7f8ca047e5ae17cef8853d46993aabf6 X-VCS-Branch: master Date: Fri, 18 Oct 2024 18:02:35 +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: 51357b5f-2dc7-4597-b94d-0426b389643a X-Archives-Hash: 1b7f8697ddfab9f7ffffb600b4486107 commit: 64d531af7f8ca047e5ae17cef8853d46993aabf6 Author: Alfredo Tupone gentoo org> AuthorDate: Fri Oct 18 18:02:20 2024 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Fri Oct 18 18:02:20 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64d531af dev-ml/re: add 1.12.0 Signed-off-by: Alfredo Tupone gentoo.org> dev-ml/re/Manifest | 1 + dev-ml/re/re-1.12.0.ebuild | 43 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+) diff --git a/dev-ml/re/Manifest b/dev-ml/re/Manifest index 3e9df29c5276..509ed2bc805c 100644 --- a/dev-ml/re/Manifest +++ b/dev-ml/re/Manifest @@ -1,2 +1,3 @@ DIST ocaml-re-1.10.4.tar.gz 90379 BLAKE2B 411786bd89c712db0a7fba071abd303895621f0353b52e33dffeba146994cf145ea7f5199435d5b4c4738eedafa5bb00b430c92fe072f13fe455bb30a0b29998 SHA512 1bef38154f856b48985a0dfa975dc8539f146d0308d7c2af01078f5e998683fd635c7ae4a888e95c1a4dc4df9539dcd5dc506a5ef8718386cf0073947507f91a DIST ocaml-re-1.11.0.tar.gz 93319 BLAKE2B ccfba746e39d379c862576372694b9ce27f365996cad6c041b14e0a39514663cfb9bf32319ec67207cc5c8a65cd6278d0e111d2f15508bda54f7e0d89d528e8d SHA512 92096672833defba1b92b23bc4ce78cffb2501a21aca0dee264da1c8f35b5995154108d5f47318b9e37933537144359a742dce7825734c68dbd7d3d8ad4bc5b1 +DIST ocaml-re-1.12.0.tar.gz 91945 BLAKE2B 2694ae75589484570d7eff17cf76e9cd6ac1869c4579964fa6a335d9d43dc3f5127141ea285661e9f16d706c8e8d5a861de566e9e0ae4e602de5c6fb29a3f4df SHA512 679a23d86e9ee21f2c451623b04e990beeedabdd5e6c460827292044804f7f7790c3c6a918c02cd6723a3885a7acf3c349b7529c6d4d7e03b9bc53767a3b7ae4 diff --git a/dev-ml/re/re-1.12.0.ebuild b/dev-ml/re/re-1.12.0.ebuild new file mode 100644 index 000000000000..045394dd3ea7 --- /dev/null +++ b/dev-ml/re/re-1.12.0.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit dune + +DESCRIPTION="Regular expression library for OCaml" +HOMEPAGE="https://github.com/ocaml/ocaml-re" + +if [[ "${PV}" == *9999* ]] ; then + inherit git-r3 + + EGIT_REPO_URI="https://github.com/ocaml/ocaml-re.git" +else + SRC_URI="https://github.com/ocaml/ocaml-re/archive/${PV}.tar.gz + -> ocaml-${P}.tar.gz" + S="${WORKDIR}/ocaml-${P}" + + KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" +fi + +LICENSE="LGPL-2-with-linking-exception" +SLOT="0/${PV}" +IUSE="+ocamlopt test" +RESTRICT="!test? ( test )" + +RDEPEND=" + !=dev-lang/ocaml-4.12 +" +DEPEND=" + ${RDEPEND} +" +BDEPEND=" + test? ( dev-ml/ounit2 ) +" + +src_prepare() { + default + + sed -i lib/dune -e "/(libraries seq)/d" || die +}