summaryrefslogtreecommitdiff
path: root/app-laptop/tuxedo-keyboard
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-12-16 20:53:21 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-12-16 20:53:21 +0000
commita06c47011120ee885d0ea7adb1a080bb16f03b3c (patch)
treea0652f27643acd297c2a60cc6118b7123559d29c /app-laptop/tuxedo-keyboard
parentf5588424e3182e3006f725536eebd7dc7b5bbfd4 (diff)
gentoo auto-resync : 16:12:2023 - 20:53:21
Diffstat (limited to 'app-laptop/tuxedo-keyboard')
-rw-r--r--app-laptop/tuxedo-keyboard/Manifest3
-rw-r--r--app-laptop/tuxedo-keyboard/metadata.xml11
-rw-r--r--app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.2.10-r1.ebuild30
3 files changed, 0 insertions, 44 deletions
diff --git a/app-laptop/tuxedo-keyboard/Manifest b/app-laptop/tuxedo-keyboard/Manifest
deleted file mode 100644
index f1d2f521bb7f..000000000000
--- a/app-laptop/tuxedo-keyboard/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST tuxedo-keyboard-3.2.10.tar.gz 62744 BLAKE2B 7beadb4afd1546d16f2796ec78c0da4b25403eab97da853b0c0f1b1c3927c4b1252dc60979196ed4549fa77e3551037f05d7bde3408325a752f8e94f991dd514 SHA512 1f62544bfdbc2cd3282517dd63ef8649c3c3c4ac1546d667d48dacd2395b31b24cf126a47d9d98c2b5a6dd2ac9d260f3740b1279f72a3a64d39418c93ef2f5aa
-EBUILD tuxedo-keyboard-3.2.10-r1.ebuild 679 BLAKE2B 2aadf2abb214c81c8e1eb975110112f606982704cb44b8ccd7857f0060a7064990137f69493ea9c52bb5c904b2c6b3dc92ec0a7c335619f7169f51b9ec9d8231 SHA512 927fddc6d9fc68715939ccdc36817b4aa71223e8da246d881133d0e25520b3ee5bc81341d775637d9105d1c62a54437d674a848cebd04bf8cde90d77bf4405a2
-MISC metadata.xml 357 BLAKE2B b0b8d2292678d7bc0b58723171f97fe567fa32521ad8193948364e8fb2a66122004ff6dcff6006d185caa01e68c8dcaec4506a5d505ebe84604d5fedd49bb29f SHA512 2f918459910e0a76022dea7d2260070fc599b824cb3538b8ff0d4626345e7372377a5e230a90ad123abd90f9a8678e0108850935fe0ee37c754cfcf851c20cc0
diff --git a/app-laptop/tuxedo-keyboard/metadata.xml b/app-laptop/tuxedo-keyboard/metadata.xml
deleted file mode 100644
index 753d12d31de9..000000000000
--- a/app-laptop/tuxedo-keyboard/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>mschiff@gentoo.org</email>
- <name>Marc Schiffbauer</name>
- </maintainer>
- <upstream>
- <remote-id type="github">tuxedocomputers/tuxedo-keyboard</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.2.10-r1.ebuild b/app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.2.10-r1.ebuild
deleted file mode 100644
index f3c83e786b3f..000000000000
--- a/app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.2.10-r1.ebuild
+++ /dev/null
@@ -1,30 +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://github.com/tuxedocomputers/tuxedo-keyboard"
-SRC_URI="https://github.com/tuxedocomputers/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-PATCHES=( )
-
-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
-}