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 485DB1582EF for ; Mon, 10 Mar 2025 03:56:35 +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)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 3550C34315C for ; Mon, 10 Mar 2025 03:56:35 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 5C8231103C7; Mon, 10 Mar 2025 03:56:26 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 549781103C7 for ; Mon, 10 Mar 2025 03:56:26 +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 0DBD3343140 for ; Mon, 10 Mar 2025 03:56:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 23A2528B9 for ; Mon, 10 Mar 2025 03:56:23 +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: <1741578893.f7142ae08c56083a4b02ffdc7abcb06eb1ae1a2b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/asahi-bless/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/asahi-bless/asahi-bless-0.3.0-r1.ebuild sys-apps/asahi-bless/asahi-bless-0.4.1.ebuild sys-apps/asahi-bless/metadata.xml X-VCS-Directories: sys-apps/asahi-bless/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f7142ae08c56083a4b02ffdc7abcb06eb1ae1a2b X-VCS-Branch: master Date: Mon, 10 Mar 2025 03:56:23 +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: 455f4dc1-d70a-45b3-be14-d7b5eafdb347 X-Archives-Hash: 2cd98dc7da9f7b2bc0e1e0fd71d15a90 commit: f7142ae08c56083a4b02ffdc7abcb06eb1ae1a2b Author: Sasha Finkelstein gmail com> AuthorDate: Tue Mar 4 10:37:23 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon Mar 10 03:54:53 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7142ae0 sys-apps/asahi-bless: Update SRC_URI and remote-id Signed-off-by: Sasha Finkelstein gmail.com> Signed-off-by: Sam James gentoo.org> sys-apps/asahi-bless/asahi-bless-0.3.0-r1.ebuild | 6 +++--- sys-apps/asahi-bless/asahi-bless-0.4.1.ebuild | 6 +++--- sys-apps/asahi-bless/metadata.xml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/sys-apps/asahi-bless/asahi-bless-0.3.0-r1.ebuild b/sys-apps/asahi-bless/asahi-bless-0.3.0-r1.ebuild index c9a4d40bfb75..c9c97c00e66f 100644 --- a/sys-apps/asahi-bless/asahi-bless-0.3.0-r1.ebuild +++ b/sys-apps/asahi-bless/asahi-bless-0.3.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2024 Gentoo Authors +# Copyright 2024-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -75,11 +75,11 @@ inherit cargo linux-info COMMIT="36302336f7e07080e289baccda8d07c7c1a9d00d" MY_P="asahi-nvram-${COMMIT}" DESCRIPTION="CLI boot disk selector for Apple Silicon Macs" -HOMEPAGE="https://github.com/WhatAmISupposedToPutHere/asahi-nvram" +HOMEPAGE="https://github.com/AsahiLinux/asahi-nvram" SRC_URI=" ${CARGO_CRATE_URIS} - https://github.com/WhatAmISupposedToPutHere/asahi-nvram/archive/${COMMIT}.tar.gz -> ${P}.tar.gz + https://github.com/AsahiLinux/asahi-nvram/archive/${COMMIT}.tar.gz -> ${P}.tar.gz " S="${WORKDIR}/${MY_P}/asahi-bless" diff --git a/sys-apps/asahi-bless/asahi-bless-0.4.1.ebuild b/sys-apps/asahi-bless/asahi-bless-0.4.1.ebuild index 8b541ec3b0fa..6de6b80338e7 100644 --- a/sys-apps/asahi-bless/asahi-bless-0.4.1.ebuild +++ b/sys-apps/asahi-bless/asahi-bless-0.4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2024 Gentoo Authors +# Copyright 2024-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -77,11 +77,11 @@ inherit cargo linux-info COMMIT="9b4c2942093204601bb4b0181b3d5e5bdfc2a4a3" MY_P="asahi-nvram-${COMMIT}" DESCRIPTION="CLI boot disk selector for Apple Silicon Macs" -HOMEPAGE="https://github.com/WhatAmISupposedToPutHere/asahi-nvram" +HOMEPAGE="https://github.com/AsahiLinux/asahi-nvram" SRC_URI=" ${CARGO_CRATE_URIS} - https://github.com/WhatAmISupposedToPutHere/asahi-nvram/archive/${COMMIT}.tar.gz -> ${P}.tar.gz + https://github.com/AsahiLinux/asahi-nvram/archive/${COMMIT}.tar.gz -> ${P}.tar.gz " S="${WORKDIR}/${MY_P}/asahi-bless" diff --git a/sys-apps/asahi-bless/metadata.xml b/sys-apps/asahi-bless/metadata.xml index c0d4d6d29036..5fe36c9b209a 100644 --- a/sys-apps/asahi-bless/metadata.xml +++ b/sys-apps/asahi-bless/metadata.xml @@ -10,6 +10,6 @@ Gentoo Asahi Project - WhatAmISupposedToPutHere/asahi-nvram + AsahiLinux/asahi-nvram