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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F0D1C158232 for ; Fri, 6 Dec 2024 23:12:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1968E09D4; Fri, 6 Dec 2024 23:12:08 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8C00CE09D5 for ; Fri, 6 Dec 2024 23:12:08 +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 A75FB342F94 for ; Fri, 6 Dec 2024 23:12:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3DF8222C6 for ; Fri, 6 Dec 2024 23:12:04 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1733526691.6d0e80c9779d0176dc20acb90e1a7daf9fa5d473.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/asahi-scripts/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/asahi-scripts/files/makefile.patch sys-apps/asahi-scripts/files/update-m1n1-dtbs.patch X-VCS-Directories: sys-apps/asahi-scripts/files/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 6d0e80c9779d0176dc20acb90e1a7daf9fa5d473 X-VCS-Branch: master Date: Fri, 6 Dec 2024 23:12: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: 173db995-4699-4eac-9c74-ba2b489d7a6e X-Archives-Hash: b7df59f4d5f2f03510bba7007c2466f5 commit: 6d0e80c9779d0176dc20acb90e1a7daf9fa5d473 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Mon Nov 25 20:02:38 2024 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Fri Dec 6 23:11:31 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d0e80c9 sys-apps/asahi-scripts: remove unused patches Signed-off-by: Michael Mair-Keimberger levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/39469 Signed-off-by: Conrad Kostecki gentoo.org> sys-apps/asahi-scripts/files/makefile.patch | 6 ------ sys-apps/asahi-scripts/files/update-m1n1-dtbs.patch | 13 ------------- 2 files changed, 19 deletions(-) diff --git a/sys-apps/asahi-scripts/files/makefile.patch b/sys-apps/asahi-scripts/files/makefile.patch deleted file mode 100644 index b7a9db6585f5..000000000000 --- a/sys-apps/asahi-scripts/files/makefile.patch +++ /dev/null @@ -1,6 +0,0 @@ ---- a/Makefile 2022-10-31 17:46:24.536323376 +1000 -+++ b/Makefile 2022-10-31 17:47:13.510116412 +1000 -@@ -1,2 +1,2 @@ --PREFIX=/usr/local -+PREFIX=/usr - CONFIG_DIR=/etc/default diff --git a/sys-apps/asahi-scripts/files/update-m1n1-dtbs.patch b/sys-apps/asahi-scripts/files/update-m1n1-dtbs.patch deleted file mode 100644 index a1127c440fd6..000000000000 --- a/sys-apps/asahi-scripts/files/update-m1n1-dtbs.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/update-m1n1 b/update-m1n1 -index 0e55ead..f014a52 100755 ---- a/update-m1n1 -+++ b/update-m1n1 -@@ -17,7 +17,7 @@ fi - : ${M1N1:="$SOURCE/m1n1.bin"} - : ${U_BOOT:="$SOURCE/u-boot-nodtb.bin"} - : ${TARGET:="$1"} --: ${DTBS:=$(/bin/ls -d /lib/modules/*-ARCH | sort -rV | head -1)/dtbs/*.dtb} -+: ${DTBS:=/usr/src/linux/arch/arm64/boot/dts/apple/*.dtb} - : ${CONFIG:=/etc/m1n1.conf} - - umount=false