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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EC81F1581C1 for ; Mon, 15 Jul 2024 23:34:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2782AE2B12; Mon, 15 Jul 2024 23:34:04 +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 0A464E2B12 for ; Mon, 15 Jul 2024 23:34:04 +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 214CF335D0F for ; Mon, 15 Jul 2024 23:34:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5BD961E32 for ; Mon, 15 Jul 2024 23:34:01 +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: <1721086330.1f40b854c82131d9d22b10de9b2cba2ea76347bf.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/asahi-sources/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-kernel/asahi-sources/asahi-sources-6.8.9_p6.ebuild X-VCS-Directories: sys-kernel/asahi-sources/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1f40b854c82131d9d22b10de9b2cba2ea76347bf X-VCS-Branch: master Date: Mon, 15 Jul 2024 23:34:01 +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: 4034abc8-a5a2-4bdf-983b-2c07045139af X-Archives-Hash: 76746a956dc96c6cd5c18ff5a8b0fa0a commit: 1f40b854c82131d9d22b10de9b2cba2ea76347bf Author: James Calligeros gmail com> AuthorDate: Sat Jul 13 01:05:46 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jul 15 23:32:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f40b854 sys-kernel/asahi-sources: drop 6.8.9_p6 Signed-off-by: James Calligeros gmail.com> Signed-off-by: Sam James gentoo.org> .../asahi-sources/asahi-sources-6.8.9_p6.ebuild | 78 ---------------------- 1 file changed, 78 deletions(-) diff --git a/sys-kernel/asahi-sources/asahi-sources-6.8.9_p6.ebuild b/sys-kernel/asahi-sources/asahi-sources-6.8.9_p6.ebuild deleted file mode 100644 index a0aa5d1ee2e2..000000000000 --- a/sys-kernel/asahi-sources/asahi-sources-6.8.9_p6.ebuild +++ /dev/null @@ -1,78 +0,0 @@ -# Copyright 2023-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="8" -ETYPE="sources" - -CKV="$(ver_cut 1-3)" -K_SECURITY_UNSUPPORTED="1" -K_WANT_GENPATCHES="base extras" -K_GENPATCHES_VER="12" -K_NODRYRUN="1" - -inherit kernel-2 -detect_version -detect_arch - -if [[ ${PV} != ${PV/_rc} ]] ; then - # $PV is expected to be of following form: 6.0_rc5_p1 - MY_TAG="$(ver_cut 6)" - MY_BASE="$(ver_rs 2 - $(ver_cut 1-4))" -else - # $PV is expected to be of following form: 5.19.0_p1 - MY_TAG="$(ver_cut 5)" - if [[ "$(ver_cut 3)" == "0" ]] ; then - MY_BASE="$(ver_cut 1-2)" - else - MY_BASE="$(ver_cut 1-3)" - fi -fi - -EXTRAVERSION="-asahi-${MY_TAG}" - -ASAHI_TAG="asahi-${MY_BASE}-${MY_TAG}" - -DESCRIPTION="Asahi Linux kernel sources" -HOMEPAGE="https://asahilinux.org" -SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} - https://github.com/AsahiLinux/linux/compare/v${MY_BASE}...${ASAHI_TAG}.patch - -> linux-${ASAHI_TAG}.patch -" -KV_FULL="${PVR/_p/-asahi-}" -S="${WORKDIR}/linux-${KV_FULL}" - -KEYWORDS="~arm64" -IUSE="rust" - -DEPEND=" - ${DEPEND} - rust? ( - || ( - >=dev-lang/rust-bin-1.76[rust-src,rustfmt] - >=dev-lang/rust-1.76[rust-src,rustfmt] - ) - dev-util/bindgen - ) -" - -UNIPATCH_STRICTORDER="yes" -UNIPATCH_LIST=" - ${FILESDIR}/asahi-6.8-config-gentoo-Drop-RANDSTRUCT-from-GENTOO_KERNEL_SEL.patch - ${FILESDIR}/asahi-6.8.2_revert_spi_stable_asahi.patch - ${DISTDIR}/linux-asahi-6.8.9-6.patch - ${FILESDIR}/asahi-sources-6.6.0_p16-enable-speakers-stage1.patch - ${FILESDIR}/asahi-sources-6.6.0_p16-enable-speakers-stage2.patch -" - -src_prepare() { - default - - # remove asahi upstream set localversion, use EXTRAVERSION instead - rm localversion.05-asahi -} - -pkg_postinst() { - einfo "For more information about Asahi Linux please visit ${HOMEPAGE}," - einfo "or consult the Wiki at https://github.com/AsahiLinux/docs/wiki." - kernel-2_pkg_postinst -}