From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id E99381584F2 for ; Wed, 12 Mar 2025 20:05:22 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id D21DA34301D for ; Wed, 12 Mar 2025 20:05:22 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 0F6681103C7; Wed, 12 Mar 2025 20:05:19 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 0503D1103C7 for ; Wed, 12 Mar 2025 20:05:18 +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 A9E03342FF2 for ; Wed, 12 Mar 2025 20:05:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E5F627E6 for ; Wed, 12 Mar 2025 20:05:17 +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: <1741809900.ea21b351645ce875693e0bec52535321b467c86d.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/ocaml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/ocaml/ocaml-5.2.0-r1.ebuild dev-lang/ocaml/ocaml-5.2.0.ebuild dev-lang/ocaml/ocaml-5.2.1-r1.ebuild dev-lang/ocaml/ocaml-5.2.1.ebuild dev-lang/ocaml/ocaml-5.3.0-r1.ebuild dev-lang/ocaml/ocaml-5.3.0.ebuild X-VCS-Directories: dev-lang/ocaml/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: ea21b351645ce875693e0bec52535321b467c86d X-VCS-Branch: master Date: Wed, 12 Mar 2025 20:05:17 +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: 23b1f30d-9e28-442f-9222-ed2f6fd8f8a8 X-Archives-Hash: a0da6d0195aa44cd822969fff7abaf95 commit: ea21b351645ce875693e0bec52535321b467c86d Author: Alfredo Tupone gentoo org> AuthorDate: Wed Mar 12 20:04:13 2025 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Wed Mar 12 20:05:00 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea21b351 dev-lang/ocaml: require findlib with purged META Closes: https://bugs.gentoo.org/951185 Signed-off-by: Alfredo Tupone gentoo.org> dev-lang/ocaml/{ocaml-5.3.0.ebuild => ocaml-5.2.0-r1.ebuild} | 3 ++- dev-lang/ocaml/{ocaml-5.2.0.ebuild => ocaml-5.2.1-r1.ebuild} | 5 +++-- dev-lang/ocaml/{ocaml-5.2.1.ebuild => ocaml-5.3.0-r1.ebuild} | 5 +++-- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/dev-lang/ocaml/ocaml-5.3.0.ebuild b/dev-lang/ocaml/ocaml-5.2.0-r1.ebuild similarity index 97% rename from dev-lang/ocaml/ocaml-5.3.0.ebuild rename to dev-lang/ocaml/ocaml-5.2.0-r1.ebuild index 671831ae1ec3..5e0ea8f304bc 100644 --- a/dev-lang/ocaml/ocaml-5.3.0.ebuild +++ b/dev-lang/ocaml/ocaml-5.2.0-r1.ebuild @@ -14,7 +14,8 @@ SLOT="0/${PV}" KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="emacs flambda latex +ocamlopt test xemacs" -RDEPEND="sys-libs/binutils-libs:=" +RDEPEND="sys-libs/binutils-libs:= + !dev-ml/findlib:0/0" BDEPEND="${RDEPEND} virtual/pkgconfig" PDEPEND="emacs? ( app-emacs/ocaml-mode ) diff --git a/dev-lang/ocaml/ocaml-5.2.0.ebuild b/dev-lang/ocaml/ocaml-5.2.1-r1.ebuild similarity index 96% rename from dev-lang/ocaml/ocaml-5.2.0.ebuild rename to dev-lang/ocaml/ocaml-5.2.1-r1.ebuild index 803f42a3c4d7..5e0ea8f304bc 100644 --- a/dev-lang/ocaml/ocaml-5.2.0.ebuild +++ b/dev-lang/ocaml/ocaml-5.2.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,8 @@ SLOT="0/${PV}" KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="emacs flambda latex +ocamlopt test xemacs" -RDEPEND="sys-libs/binutils-libs:=" +RDEPEND="sys-libs/binutils-libs:= + !dev-ml/findlib:0/0" BDEPEND="${RDEPEND} virtual/pkgconfig" PDEPEND="emacs? ( app-emacs/ocaml-mode ) diff --git a/dev-lang/ocaml/ocaml-5.2.1.ebuild b/dev-lang/ocaml/ocaml-5.3.0-r1.ebuild similarity index 96% rename from dev-lang/ocaml/ocaml-5.2.1.ebuild rename to dev-lang/ocaml/ocaml-5.3.0-r1.ebuild index 803f42a3c4d7..5e0ea8f304bc 100644 --- a/dev-lang/ocaml/ocaml-5.2.1.ebuild +++ b/dev-lang/ocaml/ocaml-5.3.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,8 @@ SLOT="0/${PV}" KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="emacs flambda latex +ocamlopt test xemacs" -RDEPEND="sys-libs/binutils-libs:=" +RDEPEND="sys-libs/binutils-libs:= + !dev-ml/findlib:0/0" BDEPEND="${RDEPEND} virtual/pkgconfig" PDEPEND="emacs? ( app-emacs/ocaml-mode )