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 7921D158064 for ; Mon, 6 May 2024 21:56:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD3E4E2ACA; Mon, 6 May 2024 21:56:19 +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 A0AA8E2ACA for ; Mon, 6 May 2024 21:56:19 +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 982A434309F for ; Mon, 6 May 2024 21:56:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A1A01A2B for ; Mon, 6 May 2024 21:56:16 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1715032563.3dd0667cf45e1a162cc80c3cf8328a8101e28821.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-laptop/framework-laptop-kmod/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-laptop/framework-laptop-kmod/Manifest app-laptop/framework-laptop-kmod/framework-laptop-kmod-0_pre20231204.ebuild X-VCS-Directories: app-laptop/framework-laptop-kmod/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: 3dd0667cf45e1a162cc80c3cf8328a8101e28821 X-VCS-Branch: master Date: Mon, 6 May 2024 21:56:16 +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: 6fbfce67-ff49-47c9-b9f2-fa57f818ae3b X-Archives-Hash: b099d52600110924a02832fb4ab86edd commit: 3dd0667cf45e1a162cc80c3cf8328a8101e28821 Author: Patrick McLean gentoo org> AuthorDate: Mon May 6 21:56:03 2024 +0000 Commit: Patrick McLean gentoo org> CommitDate: Mon May 6 21:56:03 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dd0667c app-laptop/framework-laptop-kmod: drop 0_pre20231204 Signed-off-by: Patrick McLean gentoo.org> app-laptop/framework-laptop-kmod/Manifest | 1 - .../framework-laptop-kmod-0_pre20231204.ebuild | 54 ---------------------- 2 files changed, 55 deletions(-) diff --git a/app-laptop/framework-laptop-kmod/Manifest b/app-laptop/framework-laptop-kmod/Manifest index 4b674122c18b..f31f4a6e1d86 100644 --- a/app-laptop/framework-laptop-kmod/Manifest +++ b/app-laptop/framework-laptop-kmod/Manifest @@ -1,2 +1 @@ -DIST framework-laptop-kmod-0_pre20231204.gh.tar.gz 10728 BLAKE2B 921112a6f895c916a6f1403d405472bbb084a84aa42cc80d938f59f692f49a535a8e5613dc01d07b502a86d2a5e4f9c16999d9edf495b75027dbc81f5845da79 SHA512 e104011e15fad74c5d74050844471aaeb20354304f3e6985b6d3f40fa82169d2c7c893a98cf3c49e7a4138c899b0197b3c538454d4494750ce22b50d169440dc DIST framework-laptop-kmod-0_pre20240506.gh.tar.gz 13327 BLAKE2B 0fe5b1e06d69957d661125b8408e8461cf053b6dcb83ed5b30247e544d9e5b6798a94921e5c0e17c9be4602509e3ffa002156e99805ee60bcaf9648839a6a22c SHA512 a90f8e166969bd8cafa26f8207e54a1dd591db456852c8419100c21ba88fcd3b7e6945ddbe09c1c1e838c120fb7cf131c89ff4b02fcc4c5b66cad0ee0f064f1f diff --git a/app-laptop/framework-laptop-kmod/framework-laptop-kmod-0_pre20231204.ebuild b/app-laptop/framework-laptop-kmod/framework-laptop-kmod-0_pre20231204.ebuild deleted file mode 100644 index 57c784695698..000000000000 --- a/app-laptop/framework-laptop-kmod/framework-laptop-kmod-0_pre20231204.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit linux-mod-r1 - -COMMIT_HASH="d5367eb9e5b5542407494d04ac1a0e77f10cc89d" -DESCRIPTION="Kernel module to expose more Framework Laptop stuff" -HOMEPAGE="https://github.com/DHowett/framework-laptop-kmod" -SRC_URI="https://github.com/DHowett/framework-laptop-kmod/archive/${COMMIT_HASH}.tar.gz -> ${P}.gh.tar.gz" -S="${WORKDIR}/${PN}-${COMMIT_HASH}" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64" - -CONFIG_CHECK=" - ~CROS_EC - ~CROS_EC_LPC -" - -DOCS=( - README.md -) - -pkg_setup() { - linux-mod-r1_pkg_setup - - MODULES_MAKEARGS+=( - KDIR="${KERNEL_DIR}" - ) -} - -pkg_pretend() { - check_extra_config -} - -src_compile() { - local modlist=( - framework_laptop - ) - linux-mod-r1_src_compile -} - -pkg_postinst() { - linux-mod-r1_pkg_postinst - - #if kernel_is -lt 6 7 0; then - ewarn "For the Framework Laptop 13 AMD Ryzen 7040 series and the Framework Laptop 16a," - ewarn "you will need to apply the patch series from this URL:" - ewarn "https://lore.kernel.org/chrome-platform/20231005160701.19987-1-dustin@howett.net/" - #fi -}