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 6827315800A for ; Sat, 08 Feb 2025 20:59:26 +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 4FBA034308C for ; Sat, 08 Feb 2025 20:59:26 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 4E183110296; Sat, 08 Feb 2025 20:59:25 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 470E9110296 for ; Sat, 08 Feb 2025 20:59:25 +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 F123D340806 for ; Sat, 08 Feb 2025 20:59:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B27F26CE for ; Sat, 08 Feb 2025 20:59:23 +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: <1739048343.0ce761414e3e10334c3f5b0494aafc5cb9761400.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/why3-for-spark/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/why3-for-spark/why3-for-spark-2023.12.13-r1.ebuild sci-mathematics/why3-for-spark/why3-for-spark-2023.12.13.ebuild X-VCS-Directories: sci-mathematics/why3-for-spark/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 0ce761414e3e10334c3f5b0494aafc5cb9761400 X-VCS-Branch: master Date: Sat, 08 Feb 2025 20:59:23 +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: 53bc87b8-2139-4e71-8bd2-5c6d050eaad3 X-Archives-Hash: 81655dedd0a343978f4f60b327601294 commit: 0ce761414e3e10334c3f5b0494aafc5cb9761400 Author: Alfredo Tupone gentoo org> AuthorDate: Sat Feb 8 20:37:40 2025 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sat Feb 8 20:59:03 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ce76141 sci-mathematics/why3-for-spark: requires older coq Signed-off-by: Alfredo Tupone gentoo.org> ...r-spark-2023.12.13.ebuild => why3-for-spark-2023.12.13-r1.ebuild} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sci-mathematics/why3-for-spark/why3-for-spark-2023.12.13.ebuild b/sci-mathematics/why3-for-spark/why3-for-spark-2023.12.13-r1.ebuild similarity index 96% rename from sci-mathematics/why3-for-spark/why3-for-spark-2023.12.13.ebuild rename to sci-mathematics/why3-for-spark/why3-for-spark-2023.12.13-r1.ebuild index fcbbcab6ccbc..03163b6ad325 100644 --- a/sci-mathematics/why3-for-spark/why3-for-spark-2023.12.13.ebuild +++ b/sci-mathematics/why3-for-spark/why3-for-spark-2023.12.13-r1.ebuild @@ -25,7 +25,7 @@ RDEPEND=" dev-ml/menhir:=[ocamlopt?] dev-ml/num:=[ocamlopt?] dev-ml/yojson:= - coq? ( sci-mathematics/coq ) + coq? ( <=sci-mathematics/coq-8.18 ) emacs? ( app-editors/emacs:* ) gtk? ( dev-ml/lablgtk:=[sourceview] ) html? ( dev-tex/hevea:= ) @@ -71,6 +71,9 @@ REQUIRED_USE="html? ( doc ) ocamlopt" src_prepare() { find examples -name \*gz | xargs gunzip + sed -i \ + -e 's:configure.in:configure.ac:g' \ + Makefile.in || die eautoreconf default }