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 35F9E15808B for ; Sun, 3 Apr 2022 08:11:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52058E01E4; Sun, 3 Apr 2022 08:11:25 +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 9A004E01E4 for ; Sun, 3 Apr 2022 08:11:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 0BA97341437 for ; Sun, 3 Apr 2022 08:11:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 814FB287 for ; Sun, 3 Apr 2022 08:11:21 +0000 (UTC) From: "Horea Christian" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Horea Christian" Message-ID: <1648973472.65c6f547d13f0bf646544e6aef04a70e0d8976c3.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/afni/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/afni/afni-22.0.21.ebuild X-VCS-Directories: sci-biology/afni/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: 65c6f547d13f0bf646544e6aef04a70e0d8976c3 X-VCS-Branch: master Date: Sun, 3 Apr 2022 08:11:21 +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: 335674f8-f9c8-4f8c-8623-48c849f01aba X-Archives-Hash: 0289630d93ef37907869010d28568cd8 commit: 65c6f547d13f0bf646544e6aef04a70e0d8976c3 Author: Horea Christian chymera eu> AuthorDate: Sun Apr 3 08:11:12 2022 +0000 Commit: Horea Christian gmail com> CommitDate: Sun Apr 3 08:11:12 2022 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=65c6f547 sci-biology/afni: corrected patch application ebuild still fails, though, log included in comment and reposited here: https://ppb.chymera.eu/4223de.log Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Horea Christian chymera.eu> sci-biology/afni/afni-22.0.21.ebuild | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/sci-biology/afni/afni-22.0.21.ebuild b/sci-biology/afni/afni-22.0.21.ebuild index d8ad693bf..6694c9525 100644 --- a/sci-biology/afni/afni-22.0.21.ebuild +++ b/sci-biology/afni/afni-22.0.21.ebuild @@ -12,8 +12,7 @@ S="${WORKDIR}/${PN}-AFNI_${PV}/src" LICENSE="GPL-3+" SLOT="0" -# Depends on some python version withoug pulling it in -# `thd_selenium.c:18:10: fatal error: Python.h: No such file or directory` +# SUMA error: https://ppb.chymera.eu/4223de.log KEYWORDS="" RDEPEND=" @@ -38,15 +37,12 @@ DEPEND="${RDEPEND} app-shells/tcsh " -PATCHES=( - # Drop python2.7 dependency - "${FILESDIR}/${P}-python.patch" -) - BUILD="linux_fedora_19_64" BIN_CONFLICTS=(qdelaunay whirlgif djpeg cjpeg qhull rbox count) src_prepare() { + # more easily applied here than via PATCHES at phase end. + eapply "${FILESDIR}/${P}-python.patch" || die find -type f -exec sed -i -e "s/-lXp //g" {} + || die cp other_builds/Makefile.${BUILD} Makefile || die "Could not copy Makefile" # Unbundle imcat