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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E8A521582EF for ; Sun, 09 Mar 2025 21:32:11 +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 B42683430F8 for ; Sun, 09 Mar 2025 21:32:11 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id AFA51110370; Sun, 09 Mar 2025 21:32:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 bobolink.gentoo.org (Postfix) with ESMTPS id A641B110370 for ; Sun, 09 Mar 2025 21:32:10 +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 5AE793430EF for ; Sun, 09 Mar 2025 21:32:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8AD3C122C for ; Sun, 09 Mar 2025 21:32:08 +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: <1741555907.d165f35cbdc55bd0bd93685b17a6b98fa738cb25.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/geneweb/files/, app-misc/geneweb/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/geneweb/files/geneweb-7.0.1_alpha2-nogwrepl.patch app-misc/geneweb/files/geneweb-7.0.1_alpha2-shuffle.patch app-misc/geneweb/geneweb-7.0.1_alpha2-r1.ebuild X-VCS-Directories: app-misc/geneweb/ app-misc/geneweb/files/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: d165f35cbdc55bd0bd93685b17a6b98fa738cb25 X-VCS-Branch: master Date: Sun, 09 Mar 2025 21:32:08 +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: 52a68b96-d9ff-435f-99d0-df8a3c21d3ba X-Archives-Hash: 95cbb12bbc1099eab5ba5c88289efa51 commit: d165f35cbdc55bd0bd93685b17a6b98fa738cb25 Author: Alfredo Tupone gentoo org> AuthorDate: Sun Mar 9 21:30:39 2025 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sun Mar 9 21:31:47 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d165f35c app-misc/geneweb: drop gwrepl. fix build on 32 bits platform Closes: https://bugs.gentoo.org/939948 Signed-off-by: Alfredo Tupone gentoo.org> app-misc/geneweb/files/geneweb-7.0.1_alpha2-nogwrepl.patch | 11 +++++++++++ app-misc/geneweb/files/geneweb-7.0.1_alpha2-shuffle.patch | 11 ----------- app-misc/geneweb/geneweb-7.0.1_alpha2-r1.ebuild | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/app-misc/geneweb/files/geneweb-7.0.1_alpha2-nogwrepl.patch b/app-misc/geneweb/files/geneweb-7.0.1_alpha2-nogwrepl.patch new file mode 100644 index 000000000000..6f009c409762 --- /dev/null +++ b/app-misc/geneweb/files/geneweb-7.0.1_alpha2-nogwrepl.patch @@ -0,0 +1,11 @@ +--- a/Makefile 2025-03-09 22:24:53.687925515 +0100 ++++ b/Makefile 2025-03-09 22:26:09.947002074 +0100 +@@ -85,8 +85,6 @@ + bin/gwd/dune \ + bin/gwdiff/dune \ + bin/gwgc/dune \ +- bin/gwrepl/dune \ +- bin/gwrepl/.depend \ + bin/gwu/dune \ + bin/setup/dune \ + bin/update_nldb/dune \ diff --git a/app-misc/geneweb/files/geneweb-7.0.1_alpha2-shuffle.patch b/app-misc/geneweb/files/geneweb-7.0.1_alpha2-shuffle.patch deleted file mode 100644 index bbb2a8f28449..000000000000 --- a/app-misc/geneweb/files/geneweb-7.0.1_alpha2-shuffle.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/Makefile 2025-03-08 23:40:30.912030749 +0100 -+++ b/Makefile 2025-03-08 23:41:45.208119545 +0100 -@@ -44,7 +44,7 @@ - > $@ \ - && echo " Done." - --bin/gwrepl/.depend: -+bin/gwrepl/.depend: bin/gwrepl/dune lib/gwdb/dune lib/util/dune lib/core/dune - @echo -n "Generating $@…" - @pwd > $@ - @dune top bin/gwrepl >> $@ diff --git a/app-misc/geneweb/geneweb-7.0.1_alpha2-r1.ebuild b/app-misc/geneweb/geneweb-7.0.1_alpha2-r1.ebuild index 98c50059b5bd..14f8790cd5c1 100644 --- a/app-misc/geneweb/geneweb-7.0.1_alpha2-r1.ebuild +++ b/app-misc/geneweb/geneweb-7.0.1_alpha2-r1.ebuild @@ -51,7 +51,7 @@ BDEPEND=" PATCHES=( "${FILESDIR}"/${P}-gentoo.patch - "${FILESDIR}"/${P}-shuffle.patch + "${FILESDIR}"/${P}-nogwrepl.patch ) src_prepare() {