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 6D3591581D3 for ; Thu, 30 May 2024 06:28:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E33AE29E1; Thu, 30 May 2024 06:28:13 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5804FE29E1 for ; Thu, 30 May 2024 06:28:13 +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 3FB02343014 for ; Thu, 30 May 2024 06:28:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C29CCD for ; Thu, 30 May 2024 06:28:10 +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: <1717050470.8266dfc73a7af43e4e864585fc34a6680b63e61c.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/camlp5/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/camlp5/camlp5-8.02.00-r1.ebuild dev-ml/camlp5/camlp5-8.02.00.ebuild X-VCS-Directories: dev-ml/camlp5/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 8266dfc73a7af43e4e864585fc34a6680b63e61c X-VCS-Branch: master Date: Thu, 30 May 2024 06:28:10 +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: a2040846-9bd9-4497-9fb9-30200d8b0018 X-Archives-Hash: 985cb24a8d7edd6113c16b6b8c3aeb46 commit: 8266dfc73a7af43e4e864585fc34a6680b63e61c Author: Alfredo Tupone gentoo org> AuthorDate: Thu May 30 06:27:01 2024 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Thu May 30 06:27:50 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8266dfc7 dev-ml/camlp5: Dependencies Closes: https://bugs.gentoo.org/932497 Signed-off-by: Alfredo Tupone gentoo.org> .../{camlp5-8.02.00.ebuild => camlp5-8.02.00-r1.ebuild} | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/dev-ml/camlp5/camlp5-8.02.00.ebuild b/dev-ml/camlp5/camlp5-8.02.00-r1.ebuild similarity index 88% rename from dev-ml/camlp5/camlp5-8.02.00.ebuild rename to dev-ml/camlp5/camlp5-8.02.00-r1.ebuild index 3338ff08f328..e984b76b319f 100644 --- a/dev-ml/camlp5/camlp5-8.02.00.ebuild +++ b/dev-ml/camlp5/camlp5-8.02.00-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -16,11 +16,17 @@ KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" IUSE="doc +ocamlopt" RDEPEND=" - dev-ml/camlp-streams:= - dev-ml/rresult:= + dev-ml/astring:= dev-ml/bos:= + dev-ml/camlp-streams:= + dev-ml/fmt:= + dev-ml/fpath:= + dev-ml/logs:= dev-ml/pcre-ocaml:= + dev-ml/re:= + dev-ml/rresult:= " +DEPEND="${RDEPEND}" src_prepare() { egit_clean