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 D0D771582EF for ; Fri, 21 Feb 2025 13:10:34 +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) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id BE078343089 for ; Fri, 21 Feb 2025 13:10:34 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id BE94C1102A2; Fri, 21 Feb 2025 13:10:33 +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 bobolink.gentoo.org (Postfix) with ESMTPS id B1D1D1102A2 for ; Fri, 21 Feb 2025 13:10:33 +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 66415343089 for ; Fri, 21 Feb 2025 13:10:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C41242654 for ; Fri, 21 Feb 2025 13:10:31 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1740143395.49ac77b5f4ffddc828c0aec07ea52d0038ebf6c9.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/gimp/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/gimp/gimp-3.0.0_rc2-r1.ebuild media-gfx/gimp/gimp-3.0.0_rc2.ebuild media-gfx/gimp/gimp-9999.ebuild X-VCS-Directories: media-gfx/gimp/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 49ac77b5f4ffddc828c0aec07ea52d0038ebf6c9 X-VCS-Branch: master Date: Fri, 21 Feb 2025 13:10:31 +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: 25ed4f93-88e8-4a3d-9668-00661ce84064 X-Archives-Hash: f778c0714efb22ed2eba4a9f0ffbffe6 commit: 49ac77b5f4ffddc828c0aec07ea52d0038ebf6c9 Author: Alfred Wingate protonmail com> AuthorDate: Thu Feb 20 10:36:01 2025 +0000 Commit: Sam James gentoo org> CommitDate: Fri Feb 21 13:09:55 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49ac77b5 media-gfx/gimp: fix python path sed Upstream commit: de3cf104e393b5aedb61d5b0df8fd86a6ddcda30 Signed-off-by: Alfred Wingate protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/40670 Signed-off-by: Sam James gentoo.org> media-gfx/gimp/{gimp-3.0.0_rc2.ebuild => gimp-3.0.0_rc2-r1.ebuild} | 2 +- media-gfx/gimp/gimp-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-gfx/gimp/gimp-3.0.0_rc2.ebuild b/media-gfx/gimp/gimp-3.0.0_rc2-r1.ebuild similarity index 98% rename from media-gfx/gimp/gimp-3.0.0_rc2.ebuild rename to media-gfx/gimp/gimp-3.0.0_rc2-r1.ebuild index 4fb8488213ef..6e00ae9d9f6b 100644 --- a/media-gfx/gimp/gimp-3.0.0_rc2.ebuild +++ b/media-gfx/gimp/gimp-3.0.0_rc2-r1.ebuild @@ -139,7 +139,7 @@ src_prepare() { # Fix pygimp.interp python implementation path. # Meson @PYTHON_PATH@ use sandbox path e.g.: # '/var/tmp/portage/media-gfx/gimp-2.99.12/temp/python3.10/bin/python3' - sed -i -e 's/@PYTHON_PATH@/'${EPYTHON}'/' plug-ins/python/pygimp.interp.in || die + sed -i -e 's/@PYTHON_EXE@/'${EPYTHON}'/' plug-ins/python/pygimp.interp.in || die # Set proper intallation path of documentation logo sed -i -e "s/'gimp-@0@'.format(gimp_app_version)/'gimp-${PVR}'/" gimp-data/images/logo/meson.build || die diff --git a/media-gfx/gimp/gimp-9999.ebuild b/media-gfx/gimp/gimp-9999.ebuild index 31b624a374d0..dc9f4d6c6012 100644 --- a/media-gfx/gimp/gimp-9999.ebuild +++ b/media-gfx/gimp/gimp-9999.ebuild @@ -141,7 +141,7 @@ src_prepare() { # Fix pygimp.interp python implementation path. # Meson @PYTHON_PATH@ use sandbox path e.g.: # '/var/tmp/portage/media-gfx/gimp-2.99.12/temp/python3.10/bin/python3' - sed -i -e 's/@PYTHON_PATH@/'${EPYTHON}'/' plug-ins/python/pygimp.interp.in || die + sed -i -e 's/@PYTHON_EXE@/'${EPYTHON}'/' plug-ins/python/pygimp.interp.in || die # Set proper intallation path of documentation logo sed -i -e "s/'gimp-@0@'.format(gimp_app_version)/'gimp-${PVR}'/" gimp-data/images/logo/meson.build || die