From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1638432-garchives=archives.gentoo.org@lists.gentoo.org>
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 BF0BD15817D
	for <garchives@archives.gentoo.org>; Sun,  2 Jun 2024 21:16:50 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 4743FE2BDA;
	Sun,  2 Jun 2024 21:16:49 +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 0FC21E2BDA
	for <gentoo-commits@lists.gentoo.org>; Sun,  2 Jun 2024 21:16:49 +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 1C00F3409EC
	for <gentoo-commits@lists.gentoo.org>; Sun,  2 Jun 2024 21:16:48 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 491BC1BE8
	for <gentoo-commits@lists.gentoo.org>; Sun,  2 Jun 2024 21:16:46 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
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" <sam@gentoo.org>
Message-ID: <1717362942.68cd2be55e38cdcbdfada4cfcf1270d26aab35fd.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-portage/gentoolkit/gentoolkit-0.6.3-r1.ebuild app-portage/gentoolkit/gentoolkit-0.6.5.ebuild app-portage/gentoolkit/gentoolkit-0.6.6.ebuild app-portage/gentoolkit/gentoolkit-0.6.7.ebuild app-portage/gentoolkit/gentoolkit-9999.ebuild
X-VCS-Directories: app-portage/gentoolkit/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 68cd2be55e38cdcbdfada4cfcf1270d26aab35fd
X-VCS-Branch: master
Date: Sun,  2 Jun 2024 21:16:46 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 184027bb-0dd8-4837-8288-2b04bbfbea2e
X-Archives-Hash: c7c7c73c1a15bada23af25c421b3ca06

commit:     68cd2be55e38cdcbdfada4cfcf1270d26aab35fd
Author:     Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Sun Jun  2 18:46:23 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun  2 21:15:42 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68cd2be5

app-portage/gentoolkit: remove pointless shebang sed of library files

The shebang of a file in site-packages doesn't matter, regardless of
what it is. It is at best an editor hint. But it adds many lines to the
portage output. Stop sed'ing these.

No revbump. Changes result in different bytes but the changes themselves
are totally inert.

Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-portage/gentoolkit/gentoolkit-0.6.3-r1.ebuild | 1 -
 app-portage/gentoolkit/gentoolkit-0.6.5.ebuild    | 1 -
 app-portage/gentoolkit/gentoolkit-0.6.6.ebuild    | 1 -
 app-portage/gentoolkit/gentoolkit-0.6.7.ebuild    | 1 -
 app-portage/gentoolkit/gentoolkit-9999.ebuild     | 1 -
 5 files changed, 5 deletions(-)

diff --git a/app-portage/gentoolkit/gentoolkit-0.6.3-r1.ebuild b/app-portage/gentoolkit/gentoolkit-0.6.3-r1.ebuild
index 36bae9f8dac2..12c98846bbf9 100644
--- a/app-portage/gentoolkit/gentoolkit-0.6.3-r1.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.6.3-r1.ebuild
@@ -95,7 +95,6 @@ my_src_install() {
 	)
 
 	meson_src_install
-	python_fix_shebang "${pydirs[@]}"
 	python_optimize "${pydirs[@]}"
 }
 

diff --git a/app-portage/gentoolkit/gentoolkit-0.6.5.ebuild b/app-portage/gentoolkit/gentoolkit-0.6.5.ebuild
index 06657eae3abe..10786b3e8d2e 100644
--- a/app-portage/gentoolkit/gentoolkit-0.6.5.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.6.5.ebuild
@@ -95,7 +95,6 @@ my_src_install() {
 	)
 
 	meson_src_install
-	python_fix_shebang "${pydirs[@]}"
 	python_optimize "${pydirs[@]}"
 }
 

diff --git a/app-portage/gentoolkit/gentoolkit-0.6.6.ebuild b/app-portage/gentoolkit/gentoolkit-0.6.6.ebuild
index 5eb3d884baf5..d00878e10f08 100644
--- a/app-portage/gentoolkit/gentoolkit-0.6.6.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.6.6.ebuild
@@ -101,7 +101,6 @@ my_src_install() {
 	)
 
 	meson_src_install
-	python_fix_shebang "${pydirs[@]}"
 	python_optimize "${pydirs[@]}"
 }
 

diff --git a/app-portage/gentoolkit/gentoolkit-0.6.7.ebuild b/app-portage/gentoolkit/gentoolkit-0.6.7.ebuild
index 5eb3d884baf5..d00878e10f08 100644
--- a/app-portage/gentoolkit/gentoolkit-0.6.7.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.6.7.ebuild
@@ -101,7 +101,6 @@ my_src_install() {
 	)
 
 	meson_src_install
-	python_fix_shebang "${pydirs[@]}"
 	python_optimize "${pydirs[@]}"
 }
 

diff --git a/app-portage/gentoolkit/gentoolkit-9999.ebuild b/app-portage/gentoolkit/gentoolkit-9999.ebuild
index 5eb3d884baf5..d00878e10f08 100644
--- a/app-portage/gentoolkit/gentoolkit-9999.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-9999.ebuild
@@ -101,7 +101,6 @@ my_src_install() {
 	)
 
 	meson_src_install
-	python_fix_shebang "${pydirs[@]}"
 	python_optimize "${pydirs[@]}"
 }