app-laptop/framework-laptop-kmod: drop 0_pre20231204

Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
This commit is contained in:
Patrick McLean
2024-05-06 14:56:03 -07:00
parent a2ab19d656
commit 3dd0667cf4
2 changed files with 0 additions and 55 deletions

View File

@@ -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

View File

@@ -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
}