app-laptop/tuxedo-drivers: drop 3.2.14, 4.11.4-r1

Signed-off-by: Marc Schiffbauer <mschiff@gentoo.org>
This commit is contained in:
Marc Schiffbauer
2025-09-15 22:41:12 +02:00
parent be11c44309
commit cebc633416
3 changed files with 0 additions and 100 deletions

View File

@@ -1,4 +1,2 @@
DIST tuxedo-drivers-v3.2.14.tar.bz2 55567 BLAKE2B 4104c76f9bb7d1f5887caad8a4bec90531a85397b642baced65130159e91e304c68896ea2dce173ee0ec31742e2786b976411a75464d9560e338ea16f18a9766 SHA512 edf0c1a4161a4a4fc09882d0905556299ec62358d9c32e716b1ad0daf230b8de9ec026daba97a964fe4a1e757eb860669840b4e9219ede42043e39eef2fc2ec8
DIST tuxedo-drivers-v4.11.4.tar.bz2 65426 BLAKE2B b03087961b77c7b06d5a89a53662d4407a1e9b1a2ce8573226190ced4495addb5bd5cb6d604feb9783f447b3effe7a7d670a6b946998a07af8027d0c4fa77805 SHA512 9c46d4fbb798e9aa035fcc5f522e2b0400a15c5c0b26cc2ccd46c4d65c4f3ce5fdb7b469d2ccb782f5591eb9ec9df399e79fcbd96cba834cee10fa42f5a34d89
DIST tuxedo-drivers-v4.13.1.tar.bz2 65782 BLAKE2B f68da7c28b9a66af18aab2e66da5ceb6d545074466d77cb831382972425028c0b6d76ec33a789cf0f493301e3203b62b42c4e3ff1218409aaf3df825feb459cc SHA512 76d2f0ebda92cdac6df7df37d90db0b915abdc9de331ad193b18234ee22004bbbd9a77e0a2b278199e21ab42f686d59eff2fc6a0968e674e0363818fe140092f
DIST tuxedo-drivers-v4.15.4.tar.bz2 68077 BLAKE2B 107e16b646fa543ba5298113d2098c206e7864d77aa22584c6f3e958e528158818d6b3769f599bf0c797f827ccac8a6580fcf15854a1a2651f57bcd39e131fe5 SHA512 5e122796053bdf7a6c73c8461361bf515e95185d194180d0ed3e24ad6063bc7db17bed0dd3a975b9adcf8a96c4eab7d25eb0070e6d400d9825650ec631bae52b

View File

@@ -1,32 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
CONFIG_CHECK="ACPI_WMI INPUT_SPARSEKMAP"
inherit linux-mod-r1
DESCRIPTION="Kernel Module for Tuxedo Keyboard"
HOMEPAGE="https://gitlab.com/tuxedocomputers/development/packages/tuxedo-drivers"
SRC_URI="https://gitlab.com/tuxedocomputers/development/packages/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.bz2"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
PATCHES=( )
S="${WORKDIR}/${PN}-v${PV}"
src_compile() {
local modlist=(
clevo_acpi=tuxedo::src
clevo_wmi=tuxedo::src
uniwill_wmi=tuxedo::src
tuxedo_keyboard=tuxedo::src
tuxedo_io=tuxedo::src/tuxedo_io
)
local modargs=( KDIR=${KV_OUT_DIR} )
linux-mod-r1_src_compile
}

View File

@@ -1,66 +0,0 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit linux-mod-r1
DESCRIPTION="Kernel modules for TUXEDO laptops"
HOMEPAGE="https://gitlab.com/tuxedocomputers/development/packages/tuxedo-drivers"
SRC_URI="https://gitlab.com/tuxedocomputers/development/packages/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.bz2"
S="${WORKDIR}/${PN}-v${PV}"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
PATCHES=( )
pkg_setup() {
local CONFIG_CHECK="
ACPI_WMI
IIO
INPUT_SPARSEKMAP
LEDS_CLASS_MULTICOLOR
"
local ERROR_LEDS_CLASS_MULTICOLOR="CONFIG_LEDS_CLASS_MULTICOLOR: is required for keyboard backlight"
local ERROR_ACPI_WMI="CONFIG_ACPI_WMI: is required for tuxedo-drivers"
local ERROR_INPUT_SPARSEKMAP="CONFIG_INPUT_SPARSEKMAP: is required for tuxedo-drivers"
local ERROR_IIOP="CONFIG_IIO: is required for tuxedo-drivers"
linux-mod-r1_pkg_setup
}
src_compile() {
local modlist=(
clevo_acpi=tuxedo::src
clevo_wmi=tuxedo::src
ite_8291=tuxedo::src/ite_8291
ite_8291_lb=tuxedo::src/ite_8291_lb
ite_8297=tuxedo::src/ite_8297
ite_829x=tuxedo::src/ite_829x
tuxedo_compatibility_check=tuxedo::src/tuxedo_compatibility_check
tuxedo_io=tuxedo::src/tuxedo_io
tuxedo_keyboard=tuxedo::src
tuxedo_nb02_nvidia_power_ctrl=tuxedo::src/tuxedo_nb02_nvidia_power_ctrl
tuxedo_nb04_kbd_backlight=tuxedo::src/tuxedo_nb04
tuxedo_nb04_keyboard=tuxedo::src/tuxedo_nb04
tuxedo_nb04_power_profiles=tuxedo::src/tuxedo_nb04
tuxedo_nb04_sensors=tuxedo::src/tuxedo_nb04
tuxedo_nb04_wmi_ab=tuxedo::src/tuxedo_nb04
tuxedo_nb04_wmi_bs=tuxedo::src/tuxedo_nb04
tuxedo_nb05_ec=tuxedo::src/tuxedo_nb05
tuxedo_nb05_fan_control=tuxedo::src/tuxedo_nb05
tuxedo_nb05_kbd_backlight=tuxedo::src/tuxedo_nb05
tuxedo_nb05_keyboard=tuxedo::src/tuxedo_nb05
tuxedo_nb05_power_profiles=tuxedo::src/tuxedo_nb05
tuxedo_nb05_sensors=tuxedo::src/tuxedo_nb05
uniwill_wmi=tuxedo::src
)
local modargs=( KDIR=${KV_OUT_DIR} )
linux-mod-r1_src_compile
}