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 6CAE8158074 for ; Fri, 04 Jul 2025 18:34:25 +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) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 554FC3420B7 for ; Fri, 04 Jul 2025 18:34:25 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 1755A110566; Fri, 04 Jul 2025 18:34:07 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 105E8110565 for ; Fri, 04 Jul 2025 18:34:07 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BF309341F6B for ; Fri, 04 Jul 2025 18:34:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B1F52D57 for ; Fri, 04 Jul 2025 18:34:04 +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: <1751653986.f993cd5dcda0c77c5c42460c99a9fc8f50e3a909.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.4-r1.ebuild media-gfx/gimp/gimp-3.1.2.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: f993cd5dcda0c77c5c42460c99a9fc8f50e3a909 X-VCS-Branch: master Date: Fri, 04 Jul 2025 18:34:04 +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: 48ed5c5f-6a55-48f7-8480-2d151de65b01 X-Archives-Hash: 2a2af2ef901cbaa3bbcbba5bc9635bf0 commit: f993cd5dcda0c77c5c42460c99a9fc8f50e3a909 Author: Sergey Torokhov yandex ru> AuthorDate: Fri Jul 4 16:34:17 2025 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jul 4 18:33:06 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f993cd5d media-gfx/gimp: drop autotools leftover Co-authored-by: Alfred Wingate protonmail.com> Suggested-by: Alfred Wingate protonmail.com> Signed-off-by: Sergey Torokhov yandex.ru> Part-of: https://github.com/gentoo/gentoo/pull/42597 Signed-off-by: Sam James gentoo.org> media-gfx/gimp/gimp-3.0.4-r1.ebuild | 2 -- media-gfx/gimp/gimp-3.1.2.ebuild | 2 -- media-gfx/gimp/gimp-9999.ebuild | 2 -- 3 files changed, 6 deletions(-) diff --git a/media-gfx/gimp/gimp-3.0.4-r1.ebuild b/media-gfx/gimp/gimp-3.0.4-r1.ebuild index a1d930a04c41..443301242d01 100644 --- a/media-gfx/gimp/gimp-3.0.4-r1.ebuild +++ b/media-gfx/gimp/gimp-3.0.4-r1.ebuild @@ -231,8 +231,6 @@ src_install() { python_optimize "${ED}/usr/$(get_libdir)/gimp" python_fix_shebang "${ED}/usr/$(get_libdir)/gimp" - find "${D}" -name '*.la' -type f -delete || die - # Create symlinks for Gimp exec in /usr/bin dosym "${ESYSROOT}"/usr/bin/gimp-3.0 /usr/bin/gimp dosym "${ESYSROOT}"/usr/bin/gimp-console-3.0 /usr/bin/gimp-console diff --git a/media-gfx/gimp/gimp-3.1.2.ebuild b/media-gfx/gimp/gimp-3.1.2.ebuild index 583e25039623..d6b305bddf65 100644 --- a/media-gfx/gimp/gimp-3.1.2.ebuild +++ b/media-gfx/gimp/gimp-3.1.2.ebuild @@ -226,8 +226,6 @@ src_install() { python_optimize "${ED}/usr/$(get_libdir)/gimp" python_fix_shebang "${ED}/usr/$(get_libdir)/gimp" - find "${D}" -name '*.la' -type f -delete || die - # Create symlinks for Gimp exec in /usr/bin dosym "${ESYSROOT}"/usr/bin/gimp-3.0 /usr/bin/gimp dosym "${ESYSROOT}"/usr/bin/gimp-console-3.0 /usr/bin/gimp-console diff --git a/media-gfx/gimp/gimp-9999.ebuild b/media-gfx/gimp/gimp-9999.ebuild index 40a8705c5be1..418c7c263509 100644 --- a/media-gfx/gimp/gimp-9999.ebuild +++ b/media-gfx/gimp/gimp-9999.ebuild @@ -236,8 +236,6 @@ src_install() { python_optimize "${ED}/usr/$(get_libdir)/gimp" python_fix_shebang "${ED}/usr/$(get_libdir)/gimp" - find "${D}" -name '*.la' -type f -delete || die - # Create symlinks for Gimp exec in /usr/bin dosym "${ESYSROOT}"/usr/bin/gimp-3.0 /usr/bin/gimp dosym "${ESYSROOT}"/usr/bin/gimp-console-3.0 /usr/bin/gimp-console