[gentoo-commits] repo/gentoo:master commit in: app-laptop/tuxedo-keyboard/

2023-12-16 Thread Marc Schiffbauer
commit: 0470b354dbf85fab345d8a909f9c44d8ccfd0be6
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Sat Dec 16 19:04:38 2023 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Sat Dec 16 19:22:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0470b354

app-laptop/tuxedo-keyboard: add 3.2.14, drop 3.2.10-r1

Signed-off-by: Marc Schiffbauer  gentoo.org>

 app-laptop/tuxedo-keyboard/Manifest | 2 +-
 app-laptop/tuxedo-keyboard/metadata.xml | 1 +
 ...xedo-keyboard-3.2.10-r1.ebuild => tuxedo-keyboard-3.2.14.ebuild} | 6 --
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/app-laptop/tuxedo-keyboard/Manifest 
b/app-laptop/tuxedo-keyboard/Manifest
index 807a416d81a9..59175629e3d6 100644
--- a/app-laptop/tuxedo-keyboard/Manifest
+++ b/app-laptop/tuxedo-keyboard/Manifest
@@ -1 +1 @@
-DIST tuxedo-keyboard-3.2.10.tar.gz 62744 BLAKE2B 
7beadb4afd1546d16f2796ec78c0da4b25403eab97da853b0c0f1b1c3927c4b1252dc60979196ed4549fa77e3551037f05d7bde3408325a752f8e94f991dd514
 SHA512 
1f62544bfdbc2cd3282517dd63ef8649c3c3c4ac1546d667d48dacd2395b31b24cf126a47d9d98c2b5a6dd2ac9d260f3740b1279f72a3a64d39418c93ef2f5aa
+DIST tuxedo-drivers-v3.2.14.tar.bz2 55567 BLAKE2B 
4104c76f9bb7d1f5887caad8a4bec90531a85397b642baced65130159e91e304c68896ea2dce173ee0ec31742e2786b976411a75464d9560e338ea16f18a9766
 SHA512 
edf0c1a4161a4a4fc09882d0905556299ec62358d9c32e716b1ad0daf230b8de9ec026daba97a964fe4a1e757eb860669840b4e9219ede42043e39eef2fc2ec8

diff --git a/app-laptop/tuxedo-keyboard/metadata.xml 
b/app-laptop/tuxedo-keyboard/metadata.xml
index 753d12d31de9..329dd3342335 100644
--- a/app-laptop/tuxedo-keyboard/metadata.xml
+++ b/app-laptop/tuxedo-keyboard/metadata.xml
@@ -7,5 +7,6 @@
   
   
 tuxedocomputers/tuxedo-keyboard
+tuxedocomputers/development/packages/tuxedo-drivers
   
 

diff --git a/app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.2.10-r1.ebuild 
b/app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.2.14.ebuild
similarity index 68%
rename from app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.2.10-r1.ebuild
rename to app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.2.14.ebuild
index f3c83e786b3f..6394c353ccb8 100644
--- a/app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.2.10-r1.ebuild
+++ b/app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.2.14.ebuild
@@ -7,8 +7,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"
+HOMEPAGE="https://gitlab.com/tuxedocomputers/development/packages/tuxedo-drivers";
+SRC_URI="https://gitlab.com/tuxedocomputers/development/packages/tuxedo-drivers/-/archive/v${PV}/tuxedo-drivers-v${PV}.tar.bz2";
 
 LICENSE="GPL-3"
 SLOT="0"
@@ -16,6 +16,8 @@ KEYWORDS="~amd64 ~x86"
 
 PATCHES=( )
 
+S="${WORKDIR}/tuxedo-drivers-v${PV}"
+
 src_compile() {
local modlist=(
clevo_acpi=tuxedo::src



[gentoo-commits] repo/gentoo:master commit in: app-laptop/tuxedo-keyboard/

2023-08-18 Thread Marc Schiffbauer
commit: 397dc74249179eba720f71904d706fc0efbb2dd5
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Fri Aug 18 11:16:43 2023 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Fri Aug 18 11:17:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=397dc742

app-laptop/tuxedo-keyboard: fix build

Closes: https://bugs.gentoo.org/912445
Signed-off-by: Marc Schiffbauer  gentoo.org>

 ...tuxedo-keyboard-3.2.10.ebuild => tuxedo-keyboard-3.2.10-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.2.10.ebuild 
b/app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.2.10-r1.ebuild
similarity index 84%
rename from app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.2.10.ebuild
rename to app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.2.10-r1.ebuild
index 2323f1883ec3..f3c83e786b3f 100644
--- a/app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.2.10.ebuild
+++ b/app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.2.10-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 CONFIG_CHECK="ACPI_WMI INPUT_SPARSEKMAP"
 
-inherit linux-mod-r1 toolchain-funcs
+inherit linux-mod-r1
 
 DESCRIPTION="Kernel Module for Tuxedo Keyboard"
 HOMEPAGE="https://github.com/tuxedocomputers/tuxedo-keyboard";
@@ -24,7 +24,7 @@ src_compile() {
tuxedo_keyboard=tuxedo::src
tuxedo_io=tuxedo::src/tuxedo_io
)
-   local modargs="CC=$(tc-getBUILD_CC) KDIR=${KV_DIR} V=1 KBUILD_VERBOSE=1"
+   local modargs=( KDIR=${KV_OUT_DIR} )
 
linux-mod-r1_src_compile
 }



[gentoo-commits] repo/gentoo:master commit in: app-laptop/tuxedo-keyboard/files/

2023-08-18 Thread Marc Schiffbauer
commit: 964ee313ed9fc8ce31c922a4afa9fb498dd8b40e
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Fri Aug 18 08:16:04 2023 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Fri Aug 18 08:16:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=964ee313

app-laptop/tuxedo-keyboard: clean unused patch

Signed-off-by: Marc Schiffbauer  gentoo.org>

 ...tuxedo-keyboard-3.2.1-rm-unused-functions.patch | 71 --
 1 file changed, 71 deletions(-)

diff --git 
a/app-laptop/tuxedo-keyboard/files/tuxedo-keyboard-3.2.1-rm-unused-functions.patch
 
b/app-laptop/tuxedo-keyboard/files/tuxedo-keyboard-3.2.1-rm-unused-functions.patch
deleted file mode 100644
index 84e32c9edaea..
--- 
a/app-laptop/tuxedo-keyboard/files/tuxedo-keyboard-3.2.1-rm-unused-functions.patch
+++ /dev/null
@@ -1,71 +0,0 @@
-https://github.com/tuxedocomputers/tuxedo-keyboard/pull/162
-https://github.com/tuxedocomputers/tuxedo-keyboard/issues/164
-https://bugs.gentoo.org/902133
-
-diff --git a/src/tuxedo_io/tuxedo_io.c b/src/tuxedo_io/tuxedo_io.c
-index 879efd7..5cf4f20 100644
 a/src/tuxedo_io/tuxedo_io.c
-+++ b/src/tuxedo_io/tuxedo_io.c
-@@ -49,19 +49,6 @@ static u32 id_check_uniwill;
- 
- static struct uniwill_device_features_t *uw_feats;
- 
--/**
-- * strstr version of dmi_match
-- */
--static bool dmi_string_in(enum dmi_field f, const char *str)
--{
--  const char *info = dmi_get_system_info(f);
--
--  if (info == NULL || str == NULL)
--  return info == str;
--
--  return strstr(info, str) != NULL;
--}
--
- static u32 clevo_identify(void)
- {
-   return clevo_get_active_interface_id(NULL) == 0 ? 1 : 0;
-@@ -181,7 +168,7 @@ static long clevo_ioctl_interface(struct file *file, 
unsigned int cmd, unsigned
- 
-   const char str_no_if[] = "";
-   char *str_clevo_if;
--  
-+
-   switch (cmd) {
-   case R_CL_HW_IF_STR:
-   if (clevo_get_active_interface_id(&str_clevo_if) == 0) {
-@@ -814,7 +801,7 @@ static int __init tuxedo_io_init(void)
-   tuxedo_io_device_class = class_create(THIS_MODULE, "tuxedo_io");
-   device_create(tuxedo_io_device_class, NULL, tuxedo_io_device_handle, 
NULL, "tuxedo_io");
-   pr_debug("Module init successful\n");
--  
-+
-   return 0;
- }
- 
-diff --git a/src/uniwill_keyboard.h b/src/uniwill_keyboard.h
-index 332acd6..859dc30 100644
 a/src/uniwill_keyboard.h
-+++ b/src/uniwill_keyboard.h
-@@ -51,7 +51,6 @@
- #define UNIWILL_OSD_TOUCHPADWORKAROUND0xFFF
- 
- static void uw_charging_priority_write_state(void);
--static void uw_charging_profile_write_state(void);
- 
- struct tuxedo_keyboard_driver uniwill_keyboard_driver;
- 
-@@ -771,12 +770,6 @@ static int uw_has_charging_profile(bool *status)
-   return 0;
- }
- 
--static void uw_charging_profile_write_state(void)
--{
--  if (uw_charging_profile_loaded)
--  uw_set_charging_profile(uw_charging_profile_last_written_value);
--}
--
- static void uw_charging_profile_init(struct platform_device *dev)
- {
-   u8 value;



[gentoo-commits] repo/gentoo:master commit in: app-laptop/tuxedo-keyboard/

2023-08-18 Thread Marc Schiffbauer
commit: dc393968caaf7b2131dfd625ccf198b7b62f1ce7
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Fri Aug 18 08:15:45 2023 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Fri Aug 18 08:16:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc393968

app-laptop/tuxedo-keyboard: drop 3.1.3-r1, 3.2.1, 3.2.3

Signed-off-by: Marc Schiffbauer  gentoo.org>

 app-laptop/tuxedo-keyboard/Manifest|  3 ---
 .../tuxedo-keyboard-3.1.3-r1.ebuild| 23 
 .../tuxedo-keyboard/tuxedo-keyboard-3.2.1.ebuild   | 25 --
 .../tuxedo-keyboard/tuxedo-keyboard-3.2.3.ebuild   | 25 --
 4 files changed, 76 deletions(-)

diff --git a/app-laptop/tuxedo-keyboard/Manifest 
b/app-laptop/tuxedo-keyboard/Manifest
index 08ce09bba33f..807a416d81a9 100644
--- a/app-laptop/tuxedo-keyboard/Manifest
+++ b/app-laptop/tuxedo-keyboard/Manifest
@@ -1,4 +1 @@
-DIST tuxedo-keyboard-3.1.3.tar.gz 56532 BLAKE2B 
06c2dec95e7888f765040bd41512c691cab9812fbea213b7766605aad6724adf3d5c6e5a3641621781f483e1ce249e71ea988b765e311d4bb4862997d8effb2c
 SHA512 
dbad1ebc5d91d3306197012ce2fafa5e6063c9b8b62a14c3f1412c9340199c91500a6eeefbed73b1a5d15132dc4b4a73e11c86c15c1b2a3d44765b2664d2f331
-DIST tuxedo-keyboard-3.2.1.tar.gz 58606 BLAKE2B 
5b358eea14db5f1ac595468e53cd39f026dc92203209c933df34a7d552dc5d9160fdd1d3867a87580518285ee5558fd983fb6b8c193362cde9ea1bf5689949be
 SHA512 
35aaf129d3a75dd38107c2e20fdc066dc1161419a452716458d556b48dacfd42538bd36729a8f468ba838f7203cceeea24c5851de5bdae9c1b21d9d98f342a87
 DIST tuxedo-keyboard-3.2.10.tar.gz 62744 BLAKE2B 
7beadb4afd1546d16f2796ec78c0da4b25403eab97da853b0c0f1b1c3927c4b1252dc60979196ed4549fa77e3551037f05d7bde3408325a752f8e94f991dd514
 SHA512 
1f62544bfdbc2cd3282517dd63ef8649c3c3c4ac1546d667d48dacd2395b31b24cf126a47d9d98c2b5a6dd2ac9d260f3740b1279f72a3a64d39418c93ef2f5aa
-DIST tuxedo-keyboard-3.2.3.tar.gz 59913 BLAKE2B 
113fef200d6c9f9fa0158a77dbed8c9f8d91ce14db78ae9a306ebd8a802ab5f6838f96b0d689eb6b7a4a8187ac023fec6eda2cd52ed83ba521ad5db3cb96c58a
 SHA512 
9f62c6c603d7aa0b4870c4786526d5f7aa6e96104820ecb00eeaf941ea11ac3ceee849189f6f1e09519c201ea89aca58c19374beb90b087ed347e60fe850fad5

diff --git a/app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.1.3-r1.ebuild 
b/app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.1.3-r1.ebuild
deleted file mode 100644
index 9449f92a3cbb..
--- a/app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.1.3-r1.ebuild
+++ /dev/null
@@ -1,23 +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 toolchain-funcs
-
-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"
-
-BUILD_TARGETS="all"
-MODULE_NAMES="clevo_acpi(tuxedo:${S}:src) clevo_wmi(tuxedo:${S}:src) 
uniwill_wmi(tuxedo:${S}:src) tuxedo_keyboard(tuxedo:${S}:src) 
tuxedo_io(tuxedo:${S}:src/tuxedo_io)"
-
-pkg_setup() {
-   linux-mod_pkg_setup
-   BUILD_PARAMS="CC=$(tc-getBUILD_CC) KDIR=${KV_DIR} V=1 KBUILD_VERBOSE=1"
-}

diff --git a/app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.2.1.ebuild 
b/app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.2.1.ebuild
deleted file mode 100644
index 1e578c3b..
--- a/app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.2.1.ebuild
+++ /dev/null
@@ -1,25 +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 toolchain-funcs
-
-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"
-
-BUILD_TARGETS="all"
-MODULE_NAMES="clevo_acpi(tuxedo:${S}:src) clevo_wmi(tuxedo:${S}:src) 
uniwill_wmi(tuxedo:${S}:src) tuxedo_keyboard(tuxedo:${S}:src) 
tuxedo_io(tuxedo:${S}:src/tuxedo_io)"
-
-PATCHES=( "${FILESDIR}"/${PN}-${PV}-rm-unused-functions.patch )
-
-pkg_setup() {
-   linux-mod_pkg_setup
-   BUILD_PARAMS="CC=$(tc-getBUILD_CC) KDIR=${KV_DIR} V=1 KBUILD_VERBOSE=1"
-}

diff --git a/app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.2.3.ebuild 
b/app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.2.3.ebuild
deleted file mode 100644
index b3fce1cb74dc..
--- a/app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.2.3.ebuild
+++ /dev/null
@@ -1,25 +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 toolchain-funcs
-
-DESCRIPTION="Kernel Module for Tuxedo Keyboard"
-HOMEPAGE="https://github.com/tuxedocomputers/tuxedo-

[gentoo-commits] repo/gentoo:master commit in: app-laptop/tuxedo-keyboard/

2023-08-18 Thread Marc Schiffbauer
commit: bea03d97d07d6329ea523913c5e198b1a66350c0
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Fri Aug 18 08:14:21 2023 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Fri Aug 18 08:16:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bea03d97

app-laptop/tuxedo-keyboard: add 3.2.10

Signed-off-by: Marc Schiffbauer  gentoo.org>

 app-laptop/tuxedo-keyboard/Manifest|  1 +
 .../tuxedo-keyboard/tuxedo-keyboard-3.2.10.ebuild  | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/app-laptop/tuxedo-keyboard/Manifest 
b/app-laptop/tuxedo-keyboard/Manifest
index f36ed0e0c2e6..08ce09bba33f 100644
--- a/app-laptop/tuxedo-keyboard/Manifest
+++ b/app-laptop/tuxedo-keyboard/Manifest
@@ -1,3 +1,4 @@
 DIST tuxedo-keyboard-3.1.3.tar.gz 56532 BLAKE2B 
06c2dec95e7888f765040bd41512c691cab9812fbea213b7766605aad6724adf3d5c6e5a3641621781f483e1ce249e71ea988b765e311d4bb4862997d8effb2c
 SHA512 
dbad1ebc5d91d3306197012ce2fafa5e6063c9b8b62a14c3f1412c9340199c91500a6eeefbed73b1a5d15132dc4b4a73e11c86c15c1b2a3d44765b2664d2f331
 DIST tuxedo-keyboard-3.2.1.tar.gz 58606 BLAKE2B 
5b358eea14db5f1ac595468e53cd39f026dc92203209c933df34a7d552dc5d9160fdd1d3867a87580518285ee5558fd983fb6b8c193362cde9ea1bf5689949be
 SHA512 
35aaf129d3a75dd38107c2e20fdc066dc1161419a452716458d556b48dacfd42538bd36729a8f468ba838f7203cceeea24c5851de5bdae9c1b21d9d98f342a87
+DIST tuxedo-keyboard-3.2.10.tar.gz 62744 BLAKE2B 
7beadb4afd1546d16f2796ec78c0da4b25403eab97da853b0c0f1b1c3927c4b1252dc60979196ed4549fa77e3551037f05d7bde3408325a752f8e94f991dd514
 SHA512 
1f62544bfdbc2cd3282517dd63ef8649c3c3c4ac1546d667d48dacd2395b31b24cf126a47d9d98c2b5a6dd2ac9d260f3740b1279f72a3a64d39418c93ef2f5aa
 DIST tuxedo-keyboard-3.2.3.tar.gz 59913 BLAKE2B 
113fef200d6c9f9fa0158a77dbed8c9f8d91ce14db78ae9a306ebd8a802ab5f6838f96b0d689eb6b7a4a8187ac023fec6eda2cd52ed83ba521ad5db3cb96c58a
 SHA512 
9f62c6c603d7aa0b4870c4786526d5f7aa6e96104820ecb00eeaf941ea11ac3ceee849189f6f1e09519c201ea89aca58c19374beb90b087ed347e60fe850fad5

diff --git a/app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.2.10.ebuild 
b/app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.2.10.ebuild
new file mode 100644
index ..2323f1883ec3
--- /dev/null
+++ b/app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.2.10.ebuild
@@ -0,0 +1,30 @@
+# 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 toolchain-funcs
+
+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="CC=$(tc-getBUILD_CC) KDIR=${KV_DIR} V=1 KBUILD_VERBOSE=1"
+
+   linux-mod-r1_src_compile
+}



[gentoo-commits] repo/gentoo:master commit in: app-laptop/tuxedo-keyboard/

2023-05-12 Thread Sam James
commit: 4c535b8f5917881df93fea006cebc49b022c1cf9
Author: Matt Jolly  footclan  ninja>
AuthorDate: Sat May 13 03:20:43 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 13 03:25:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c535b8f

app-laptop/tuxedo-keyboard: add 3.2.3

Closes: https://bugs.gentoo.org/853721

Signed-off-by: Matt Jolly  footclan.ninja>
Signed-off-by: Sam James  gentoo.org>

 app-laptop/tuxedo-keyboard/Manifest|  1 +
 .../tuxedo-keyboard/tuxedo-keyboard-3.2.3.ebuild   | 25 ++
 2 files changed, 26 insertions(+)

diff --git a/app-laptop/tuxedo-keyboard/Manifest 
b/app-laptop/tuxedo-keyboard/Manifest
index 91f26106d86e..a0c7396ee7a2 100644
--- a/app-laptop/tuxedo-keyboard/Manifest
+++ b/app-laptop/tuxedo-keyboard/Manifest
@@ -1,3 +1,4 @@
 DIST tuxedo-keyboard-3.0.10.tar.gz 50759 BLAKE2B 
08fec486f6555ff5b8de6b1ea49ce504747238284fda31b05686fd5955bf3bb3fc48b49c40b50c1bbdfcbf4af2f206a99f645b294ebceafec4c87751fd460090
 SHA512 
a3c5b74fc5587763f131a66f507c0b33d462ed87c8e05391152c09d1425b5e1771bfb08cc2d1e3bb73b02074f503d866ea463fd44fb06d00b38c6ac4cfcd4e3b
 DIST tuxedo-keyboard-3.1.3.tar.gz 56532 BLAKE2B 
06c2dec95e7888f765040bd41512c691cab9812fbea213b7766605aad6724adf3d5c6e5a3641621781f483e1ce249e71ea988b765e311d4bb4862997d8effb2c
 SHA512 
dbad1ebc5d91d3306197012ce2fafa5e6063c9b8b62a14c3f1412c9340199c91500a6eeefbed73b1a5d15132dc4b4a73e11c86c15c1b2a3d44765b2664d2f331
 DIST tuxedo-keyboard-3.2.1.tar.gz 58606 BLAKE2B 
5b358eea14db5f1ac595468e53cd39f026dc92203209c933df34a7d552dc5d9160fdd1d3867a87580518285ee5558fd983fb6b8c193362cde9ea1bf5689949be
 SHA512 
35aaf129d3a75dd38107c2e20fdc066dc1161419a452716458d556b48dacfd42538bd36729a8f468ba838f7203cceeea24c5851de5bdae9c1b21d9d98f342a87
+DIST tuxedo-keyboard-3.2.3.tar.gz 59913 BLAKE2B 
113fef200d6c9f9fa0158a77dbed8c9f8d91ce14db78ae9a306ebd8a802ab5f6838f96b0d689eb6b7a4a8187ac023fec6eda2cd52ed83ba521ad5db3cb96c58a
 SHA512 
9f62c6c603d7aa0b4870c4786526d5f7aa6e96104820ecb00eeaf941ea11ac3ceee849189f6f1e09519c201ea89aca58c19374beb90b087ed347e60fe850fad5

diff --git a/app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.2.3.ebuild 
b/app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.2.3.ebuild
new file mode 100644
index ..b3fce1cb74dc
--- /dev/null
+++ b/app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.2.3.ebuild
@@ -0,0 +1,25 @@
+# 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 toolchain-funcs
+
+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"
+
+BUILD_TARGETS="all"
+MODULE_NAMES="clevo_acpi(tuxedo:${S}:src) clevo_wmi(tuxedo:${S}:src) 
uniwill_wmi(tuxedo:${S}:src) tuxedo_keyboard(tuxedo:${S}:src) 
tuxedo_io(tuxedo:${S}:src/tuxedo_io)"
+
+PATCHES=( "${FILESDIR}"/${PN}-3.2.1-rm-unused-functions.patch )
+
+pkg_setup() {
+   linux-mod_pkg_setup
+   BUILD_PARAMS="CC=$(tc-getBUILD_CC) KDIR=${KV_DIR} V=1 KBUILD_VERBOSE=1"
+}



[gentoo-commits] repo/gentoo:master commit in: app-laptop/tuxedo-keyboard/

2023-05-12 Thread Sam James
commit: da3de3f0df834f18924e7ed14cc5f3e941832c0d
Author: Matt Jolly  footclan  ninja>
AuthorDate: Sat May 13 03:22:00 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 13 03:25:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da3de3f0

app-laptop/tuxedo-keyboard: drop 3.0.10-r1

Signed-off-by: Matt Jolly  footclan.ninja>
Closes: https://github.com/gentoo/gentoo/pull/31012
Signed-off-by: Sam James  gentoo.org>

 app-laptop/tuxedo-keyboard/Manifest|  1 -
 .../tuxedo-keyboard-3.0.10-r1.ebuild   | 24 --
 2 files changed, 25 deletions(-)

diff --git a/app-laptop/tuxedo-keyboard/Manifest 
b/app-laptop/tuxedo-keyboard/Manifest
index a0c7396ee7a2..f36ed0e0c2e6 100644
--- a/app-laptop/tuxedo-keyboard/Manifest
+++ b/app-laptop/tuxedo-keyboard/Manifest
@@ -1,4 +1,3 @@
-DIST tuxedo-keyboard-3.0.10.tar.gz 50759 BLAKE2B 
08fec486f6555ff5b8de6b1ea49ce504747238284fda31b05686fd5955bf3bb3fc48b49c40b50c1bbdfcbf4af2f206a99f645b294ebceafec4c87751fd460090
 SHA512 
a3c5b74fc5587763f131a66f507c0b33d462ed87c8e05391152c09d1425b5e1771bfb08cc2d1e3bb73b02074f503d866ea463fd44fb06d00b38c6ac4cfcd4e3b
 DIST tuxedo-keyboard-3.1.3.tar.gz 56532 BLAKE2B 
06c2dec95e7888f765040bd41512c691cab9812fbea213b7766605aad6724adf3d5c6e5a3641621781f483e1ce249e71ea988b765e311d4bb4862997d8effb2c
 SHA512 
dbad1ebc5d91d3306197012ce2fafa5e6063c9b8b62a14c3f1412c9340199c91500a6eeefbed73b1a5d15132dc4b4a73e11c86c15c1b2a3d44765b2664d2f331
 DIST tuxedo-keyboard-3.2.1.tar.gz 58606 BLAKE2B 
5b358eea14db5f1ac595468e53cd39f026dc92203209c933df34a7d552dc5d9160fdd1d3867a87580518285ee5558fd983fb6b8c193362cde9ea1bf5689949be
 SHA512 
35aaf129d3a75dd38107c2e20fdc066dc1161419a452716458d556b48dacfd42538bd36729a8f468ba838f7203cceeea24c5851de5bdae9c1b21d9d98f342a87
 DIST tuxedo-keyboard-3.2.3.tar.gz 59913 BLAKE2B 
113fef200d6c9f9fa0158a77dbed8c9f8d91ce14db78ae9a306ebd8a802ab5f6838f96b0d689eb6b7a4a8187ac023fec6eda2cd52ed83ba521ad5db3cb96c58a
 SHA512 
9f62c6c603d7aa0b4870c4786526d5f7aa6e96104820ecb00eeaf941ea11ac3ceee849189f6f1e09519c201ea89aca58c19374beb90b087ed347e60fe850fad5

diff --git a/app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.0.10-r1.ebuild 
b/app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.0.10-r1.ebuild
deleted file mode 100644
index 45910306dcb3..
--- a/app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.0.10-r1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-CONFIG_CHECK="ACPI_WMI INPUT_SPARSEKMAP"
-
-inherit linux-mod toolchain-funcs
-
-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"
-IUSE=""
-
-BUILD_TARGETS="all"
-MODULE_NAMES="clevo_acpi(tuxedo:${S}:src) clevo_wmi(tuxedo:${S}:src) 
tuxedo_keyboard(tuxedo:${S}:src) tuxedo_io(tuxedo:${S}:src/tuxedo_io)"
-
-pkg_setup() {
-   linux-mod_pkg_setup
-   BUILD_PARAMS="CC=$(tc-getBUILD_CC) KDIR=${KV_DIR} V=1 KBUILD_VERBOSE=1"
-}



[gentoo-commits] repo/gentoo:master commit in: app-laptop/tuxedo-keyboard/files/

2023-05-12 Thread Sam James
commit: c88b449bff54edbb85f1769022119c58b3abeaea
Author: Sam James  gentoo  org>
AuthorDate: Sat May 13 03:00:38 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 13 03:01:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c88b449b

app-laptop/tuxedo-keyboard: add patch metadata

Bug: https://bugs.gentoo.org/902133
Signed-off-by: Sam James  gentoo.org>

 .../files/tuxedo-keyboard-3.2.1-rm-unused-functions.patch | 4 
 1 file changed, 4 insertions(+)

diff --git 
a/app-laptop/tuxedo-keyboard/files/tuxedo-keyboard-3.2.1-rm-unused-functions.patch
 
b/app-laptop/tuxedo-keyboard/files/tuxedo-keyboard-3.2.1-rm-unused-functions.patch
index b8f8efae16b3..84e32c9edaea 100755
--- 
a/app-laptop/tuxedo-keyboard/files/tuxedo-keyboard-3.2.1-rm-unused-functions.patch
+++ 
b/app-laptop/tuxedo-keyboard/files/tuxedo-keyboard-3.2.1-rm-unused-functions.patch
@@ -1,3 +1,7 @@
+https://github.com/tuxedocomputers/tuxedo-keyboard/pull/162
+https://github.com/tuxedocomputers/tuxedo-keyboard/issues/164
+https://bugs.gentoo.org/902133
+
 diff --git a/src/tuxedo_io/tuxedo_io.c b/src/tuxedo_io/tuxedo_io.c
 index 879efd7..5cf4f20 100644
 --- a/src/tuxedo_io/tuxedo_io.c



[gentoo-commits] repo/gentoo:master commit in: app-laptop/tuxedo-keyboard/files/, app-laptop/tuxedo-keyboard/

2023-05-12 Thread Sam James
commit: 0b2ae9bb2ee3ed4d061a4c2e633a04bbcc197f70
Author: Peter Kaukov  kaukov  dev>
AuthorDate: Wed Apr 12 11:05:39 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 13 03:01:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b2ae9bb

app-laptop/tuxedo-keyboard: add 3.2.1

Closes: https://bugs.gentoo.org/902133
Signed-off-by: Peter Kaukov  kaukov.dev>
Closes: https://github.com/gentoo/gentoo/pull/30533
Signed-off-by: Sam James  gentoo.org>

 app-laptop/tuxedo-keyboard/Manifest|  1 +
 ...tuxedo-keyboard-3.2.1-rm-unused-functions.patch | 67 ++
 .../tuxedo-keyboard/tuxedo-keyboard-3.2.1.ebuild   | 24 
 3 files changed, 92 insertions(+)

diff --git a/app-laptop/tuxedo-keyboard/Manifest 
b/app-laptop/tuxedo-keyboard/Manifest
index 28b35f222a48..91f26106d86e 100644
--- a/app-laptop/tuxedo-keyboard/Manifest
+++ b/app-laptop/tuxedo-keyboard/Manifest
@@ -1,2 +1,3 @@
 DIST tuxedo-keyboard-3.0.10.tar.gz 50759 BLAKE2B 
08fec486f6555ff5b8de6b1ea49ce504747238284fda31b05686fd5955bf3bb3fc48b49c40b50c1bbdfcbf4af2f206a99f645b294ebceafec4c87751fd460090
 SHA512 
a3c5b74fc5587763f131a66f507c0b33d462ed87c8e05391152c09d1425b5e1771bfb08cc2d1e3bb73b02074f503d866ea463fd44fb06d00b38c6ac4cfcd4e3b
 DIST tuxedo-keyboard-3.1.3.tar.gz 56532 BLAKE2B 
06c2dec95e7888f765040bd41512c691cab9812fbea213b7766605aad6724adf3d5c6e5a3641621781f483e1ce249e71ea988b765e311d4bb4862997d8effb2c
 SHA512 
dbad1ebc5d91d3306197012ce2fafa5e6063c9b8b62a14c3f1412c9340199c91500a6eeefbed73b1a5d15132dc4b4a73e11c86c15c1b2a3d44765b2664d2f331
+DIST tuxedo-keyboard-3.2.1.tar.gz 58606 BLAKE2B 
5b358eea14db5f1ac595468e53cd39f026dc92203209c933df34a7d552dc5d9160fdd1d3867a87580518285ee5558fd983fb6b8c193362cde9ea1bf5689949be
 SHA512 
35aaf129d3a75dd38107c2e20fdc066dc1161419a452716458d556b48dacfd42538bd36729a8f468ba838f7203cceeea24c5851de5bdae9c1b21d9d98f342a87

diff --git 
a/app-laptop/tuxedo-keyboard/files/tuxedo-keyboard-3.2.1-rm-unused-functions.patch
 
b/app-laptop/tuxedo-keyboard/files/tuxedo-keyboard-3.2.1-rm-unused-functions.patch
new file mode 100755
index ..b8f8efae16b3
--- /dev/null
+++ 
b/app-laptop/tuxedo-keyboard/files/tuxedo-keyboard-3.2.1-rm-unused-functions.patch
@@ -0,0 +1,67 @@
+diff --git a/src/tuxedo_io/tuxedo_io.c b/src/tuxedo_io/tuxedo_io.c
+index 879efd7..5cf4f20 100644
+--- a/src/tuxedo_io/tuxedo_io.c
 b/src/tuxedo_io/tuxedo_io.c
+@@ -49,19 +49,6 @@ static u32 id_check_uniwill;
+ 
+ static struct uniwill_device_features_t *uw_feats;
+ 
+-/**
+- * strstr version of dmi_match
+- */
+-static bool dmi_string_in(enum dmi_field f, const char *str)
+-{
+-  const char *info = dmi_get_system_info(f);
+-
+-  if (info == NULL || str == NULL)
+-  return info == str;
+-
+-  return strstr(info, str) != NULL;
+-}
+-
+ static u32 clevo_identify(void)
+ {
+   return clevo_get_active_interface_id(NULL) == 0 ? 1 : 0;
+@@ -181,7 +168,7 @@ static long clevo_ioctl_interface(struct file *file, 
unsigned int cmd, unsigned
+ 
+   const char str_no_if[] = "";
+   char *str_clevo_if;
+-  
++
+   switch (cmd) {
+   case R_CL_HW_IF_STR:
+   if (clevo_get_active_interface_id(&str_clevo_if) == 0) {
+@@ -814,7 +801,7 @@ static int __init tuxedo_io_init(void)
+   tuxedo_io_device_class = class_create(THIS_MODULE, "tuxedo_io");
+   device_create(tuxedo_io_device_class, NULL, tuxedo_io_device_handle, 
NULL, "tuxedo_io");
+   pr_debug("Module init successful\n");
+-  
++
+   return 0;
+ }
+ 
+diff --git a/src/uniwill_keyboard.h b/src/uniwill_keyboard.h
+index 332acd6..859dc30 100644
+--- a/src/uniwill_keyboard.h
 b/src/uniwill_keyboard.h
+@@ -51,7 +51,6 @@
+ #define UNIWILL_OSD_TOUCHPADWORKAROUND0xFFF
+ 
+ static void uw_charging_priority_write_state(void);
+-static void uw_charging_profile_write_state(void);
+ 
+ struct tuxedo_keyboard_driver uniwill_keyboard_driver;
+ 
+@@ -771,12 +770,6 @@ static int uw_has_charging_profile(bool *status)
+   return 0;
+ }
+ 
+-static void uw_charging_profile_write_state(void)
+-{
+-  if (uw_charging_profile_loaded)
+-  uw_set_charging_profile(uw_charging_profile_last_written_value);
+-}
+-
+ static void uw_charging_profile_init(struct platform_device *dev)
+ {
+   u8 value;

diff --git a/app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.2.1.ebuild 
b/app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.2.1.ebuild
new file mode 100644
index ..2b59014a9c3e
--- /dev/null
+++ b/app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.2.1.ebuild
@@ -0,0 +1,24 @@
+# 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 toolchain-funcs
+
+DESCRIPTION="Kernel Module for Tuxedo Keyboard"
+HOMEPAGE="https://github.com/tuxedocomputers/tuxedo-keyboard";
+SRC_URI="https://github.com/tuxedocomputers/${PN}/arc

[gentoo-commits] repo/gentoo:master commit in: app-laptop/tuxedo-keyboard/files/, app-laptop/tuxedo-keyboard/

2023-05-12 Thread Sam James
commit: 544a2af33c61f47df815506765ba76eeb1922f98
Author: Sam James  gentoo  org>
AuthorDate: Sat May 13 03:01:11 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 13 03:01:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=544a2af3

app-laptop/tuxedo-keyboard: fix quoting, patch +x

Signed-off-by: Sam James  gentoo.org>

 .../files/tuxedo-keyboard-3.2.1-rm-unused-functions.patch  | 0
 app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.2.1.ebuild| 3 ++-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/app-laptop/tuxedo-keyboard/files/tuxedo-keyboard-3.2.1-rm-unused-functions.patch
 
b/app-laptop/tuxedo-keyboard/files/tuxedo-keyboard-3.2.1-rm-unused-functions.patch
old mode 100755
new mode 100644

diff --git a/app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.2.1.ebuild 
b/app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.2.1.ebuild
index 2b59014a9c3e..1e578c3b 100644
--- a/app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.2.1.ebuild
+++ b/app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.2.1.ebuild
@@ -9,7 +9,6 @@ inherit linux-mod toolchain-funcs
 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"
-PATCHES=( ${FILESDIR}/${PN}-${PV}-rm-unused-functions.patch )
 
 LICENSE="GPL-3"
 SLOT="0"
@@ -18,6 +17,8 @@ KEYWORDS="~amd64 ~x86"
 BUILD_TARGETS="all"
 MODULE_NAMES="clevo_acpi(tuxedo:${S}:src) clevo_wmi(tuxedo:${S}:src) 
uniwill_wmi(tuxedo:${S}:src) tuxedo_keyboard(tuxedo:${S}:src) 
tuxedo_io(tuxedo:${S}:src/tuxedo_io)"
 
+PATCHES=( "${FILESDIR}"/${PN}-${PV}-rm-unused-functions.patch )
+
 pkg_setup() {
linux-mod_pkg_setup
BUILD_PARAMS="CC=$(tc-getBUILD_CC) KDIR=${KV_DIR} V=1 KBUILD_VERBOSE=1"



[gentoo-commits] repo/gentoo:master commit in: app-laptop/tuxedo-keyboard/

2023-01-20 Thread Marc Schiffbauer
commit: 0de866251dd08f973d647b2b32f2d623420faee9
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Fri Jan 20 15:34:17 2023 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Fri Jan 20 15:34:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0de86625

app-laptop/tuxedo-keyboard: update EAPI 7 -> 8

Signed-off-by: Marc Schiffbauer  gentoo.org>

 app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.1.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.1.3-r1.ebuild 
b/app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.1.3-r1.ebuild
index cc1913195421..9449f92a3cbb 100644
--- a/app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.1.3-r1.ebuild
+++ b/app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.1.3-r1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 CONFIG_CHECK="ACPI_WMI INPUT_SPARSEKMAP"
 
 inherit linux-mod toolchain-funcs



[gentoo-commits] repo/gentoo:master commit in: app-laptop/tuxedo-keyboard/

2023-01-20 Thread Marc Schiffbauer
commit: e61286aca4b8125609af2f8be83c7e7e2c3e73f5
Author: Viktar Lukashonak  gmail  com>
AuthorDate: Fri Jan 20 07:11:24 2023 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Fri Jan 20 15:29:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e61286ac

app-laptop/tuxedo-keyboard add 3.1.3

Signed-off-by: Viktar Lukashonak  gmail.com>
Signed-off-by: Marc Schiffbauer  gentoo.org>

 app-laptop/tuxedo-keyboard/Manifest|  1 +
 app-laptop/tuxedo-keyboard/metadata.xml|  3 +++
 .../tuxedo-keyboard-3.1.3-r1.ebuild| 24 ++
 3 files changed, 28 insertions(+)

diff --git a/app-laptop/tuxedo-keyboard/Manifest 
b/app-laptop/tuxedo-keyboard/Manifest
index f18d1922f431..28b35f222a48 100644
--- a/app-laptop/tuxedo-keyboard/Manifest
+++ b/app-laptop/tuxedo-keyboard/Manifest
@@ -1 +1,2 @@
 DIST tuxedo-keyboard-3.0.10.tar.gz 50759 BLAKE2B 
08fec486f6555ff5b8de6b1ea49ce504747238284fda31b05686fd5955bf3bb3fc48b49c40b50c1bbdfcbf4af2f206a99f645b294ebceafec4c87751fd460090
 SHA512 
a3c5b74fc5587763f131a66f507c0b33d462ed87c8e05391152c09d1425b5e1771bfb08cc2d1e3bb73b02074f503d866ea463fd44fb06d00b38c6ac4cfcd4e3b
+DIST tuxedo-keyboard-3.1.3.tar.gz 56532 BLAKE2B 
06c2dec95e7888f765040bd41512c691cab9812fbea213b7766605aad6724adf3d5c6e5a3641621781f483e1ce249e71ea988b765e311d4bb4862997d8effb2c
 SHA512 
dbad1ebc5d91d3306197012ce2fafa5e6063c9b8b62a14c3f1412c9340199c91500a6eeefbed73b1a5d15132dc4b4a73e11c86c15c1b2a3d44765b2664d2f331

diff --git a/app-laptop/tuxedo-keyboard/metadata.xml 
b/app-laptop/tuxedo-keyboard/metadata.xml
index 41b48edd30ec..753d12d31de9 100644
--- a/app-laptop/tuxedo-keyboard/metadata.xml
+++ b/app-laptop/tuxedo-keyboard/metadata.xml
@@ -5,4 +5,7 @@
 msch...@gentoo.org
 Marc Schiffbauer
   
+  
+tuxedocomputers/tuxedo-keyboard
+  
 

diff --git a/app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.1.3-r1.ebuild 
b/app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.1.3-r1.ebuild
new file mode 100644
index ..5cbdd5f970eb
--- /dev/null
+++ b/app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.1.3-r1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+CONFIG_CHECK="ACPI_WMI INPUT_SPARSEKMAP"
+
+inherit linux-mod toolchain-funcs
+
+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"
+IUSE=""
+
+BUILD_TARGETS="all"
+MODULE_NAMES="clevo_acpi(tuxedo:${S}:src) clevo_wmi(tuxedo:${S}:src) 
uniwill_wmi(tuxedo:${S}:src) tuxedo_keyboard(tuxedo:${S}:src) 
tuxedo_io(tuxedo:${S}:src/tuxedo_io)"
+
+pkg_setup() {
+   linux-mod_pkg_setup
+   BUILD_PARAMS="CC=$(tc-getBUILD_CC) KDIR=${KV_DIR} V=1 KBUILD_VERBOSE=1"
+}



[gentoo-commits] repo/gentoo:master commit in: app-laptop/tuxedo-keyboard/

2023-01-20 Thread Marc Schiffbauer
commit: 5c45d003de727a7d9a56cba755c3d63cd0b8a7a2
Author: Viktar Lukashonak  gmail  com>
AuthorDate: Fri Jan 20 11:14:11 2023 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Fri Jan 20 15:29:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c45d003

PR#29163. Commit is based on @scardracs review

Signed-off-by: Viktar Lukashonak  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/29163
Signed-off-by: Marc Schiffbauer  gentoo.org>

 app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.1.3-r1.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.1.3-r1.ebuild 
b/app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.1.3-r1.ebuild
index 5cbdd5f970eb..cc1913195421 100644
--- a/app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.1.3-r1.ebuild
+++ b/app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.1.3-r1.ebuild
@@ -13,7 +13,6 @@ 
SRC_URI="https://github.com/tuxedocomputers/${PN}/archive/v${PV}.tar.gz -> ${P}.
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
 BUILD_TARGETS="all"
 MODULE_NAMES="clevo_acpi(tuxedo:${S}:src) clevo_wmi(tuxedo:${S}:src) 
uniwill_wmi(tuxedo:${S}:src) tuxedo_keyboard(tuxedo:${S}:src) 
tuxedo_io(tuxedo:${S}:src/tuxedo_io)"



[gentoo-commits] repo/gentoo:master commit in: app-laptop/tuxedo-keyboard/

2022-09-02 Thread Marc Schiffbauer
commit: 098c9bd85eb9ce63971a248fe6b1f9d9a50c439e
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Fri Sep  2 12:36:23 2022 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Fri Sep  2 12:37:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=098c9bd8

app-laptop/tuxedo-keyboard: add missing kernel config dep

Closes: https://bugs.gentoo.org/865391
Signed-off-by: Marc Schiffbauer  gentoo.org>

 .../{tuxedo-keyboard-3.0.10.ebuild => tuxedo-keyboard-3.0.10-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.0.10.ebuild 
b/app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.0.10-r1.ebuild
similarity index 94%
rename from app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.0.10.ebuild
rename to app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.0.10-r1.ebuild
index 996e6ff34e24..45910306dcb3 100644
--- a/app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.0.10.ebuild
+++ b/app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.0.10-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-CONFIG_CHECK="ACPI_WMI"
+CONFIG_CHECK="ACPI_WMI INPUT_SPARSEKMAP"
 
 inherit linux-mod toolchain-funcs
 



[gentoo-commits] repo/gentoo:master commit in: app-laptop/tuxedo-keyboard/

2022-06-22 Thread Marc Schiffbauer
commit: 9be3c46cf69a147b6de0981f816f9f5003d2e2fe
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Wed Jun 22 08:10:09 2022 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Wed Jun 22 08:48:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9be3c46c

app-laptop/tuxedo-keyboard: add 3.0.10, drop 3.0.8

Closes: https://bugs.gentoo.org/730264
Signed-off-by: Marc Schiffbauer  gentoo.org>

 app-laptop/tuxedo-keyboard/Manifest| 2 +-
 .../{tuxedo-keyboard-3.0.8.ebuild => tuxedo-keyboard-3.0.10.ebuild}| 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-laptop/tuxedo-keyboard/Manifest 
b/app-laptop/tuxedo-keyboard/Manifest
index dd748f049447..138ccd0e17b1 100644
--- a/app-laptop/tuxedo-keyboard/Manifest
+++ b/app-laptop/tuxedo-keyboard/Manifest
@@ -1,2 +1,2 @@
 DIST tuxedo-keyboard-2.0.5.tar.gz 31001 BLAKE2B 
931d011e2ac521cef1670a8952886c1ac9b2476c6227c2b3cfce28d52622d3869f3c55773279eea3cbcc94d7c5b12d5d5653a8e2f9c142d0c044fa23fddd958c
 SHA512 
3b7a9331d04e2918f3452f9561b05f39ea458960c2ade299a368899638987178cfd33fa066a0835f88b14c240d7937692d7994ccf978749ea7fdc428e587e06a
-DIST tuxedo-keyboard-3.0.8.tar.gz 50046 BLAKE2B 
0457127a1f64a4d39a97b66cc50846aed86ba1249163e0958cc4da69476b367070815f859bfd1df2391e6480093e51ea29e26bd05ade9763d85d53bab4f6011a
 SHA512 
f564980b8a353f9b6d6121f3b9d4408e7ab1b26d5587cedbe85acac8a93779af1be1b224927fa0f2a25ee50e6b1c6dd8401949fd54a6e89c1304ae057c777e7c
+DIST tuxedo-keyboard-3.0.10.tar.gz 50759 BLAKE2B 
08fec486f6555ff5b8de6b1ea49ce504747238284fda31b05686fd5955bf3bb3fc48b49c40b50c1bbdfcbf4af2f206a99f645b294ebceafec4c87751fd460090
 SHA512 
a3c5b74fc5587763f131a66f507c0b33d462ed87c8e05391152c09d1425b5e1771bfb08cc2d1e3bb73b02074f503d866ea463fd44fb06d00b38c6ac4cfcd4e3b

diff --git a/app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.0.8.ebuild 
b/app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.0.10.ebuild
similarity index 91%
rename from app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.0.8.ebuild
rename to app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.0.10.ebuild
index 209f68c72490..996e6ff34e24 100644
--- a/app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.0.8.ebuild
+++ b/app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.0.10.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+CONFIG_CHECK="ACPI_WMI"
 
 inherit linux-mod toolchain-funcs
 



[gentoo-commits] repo/gentoo:master commit in: app-laptop/tuxedo-keyboard/

2022-06-22 Thread Marc Schiffbauer
commit: dbd4602c19da325c3c200134d5dc6ce421194b00
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Wed Jun 22 08:40:06 2022 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Wed Jun 22 08:48:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbd4602c

app-laptop/tuxedo-keyboard: drop 2.0.5-r1

Closes: https://bugs.gentoo.org/744973
Signed-off-by: Marc Schiffbauer  gentoo.org>

 app-laptop/tuxedo-keyboard/Manifest|  1 -
 .../tuxedo-keyboard-2.0.5-r1.ebuild| 23 --
 2 files changed, 24 deletions(-)

diff --git a/app-laptop/tuxedo-keyboard/Manifest 
b/app-laptop/tuxedo-keyboard/Manifest
index 138ccd0e17b1..f18d1922f431 100644
--- a/app-laptop/tuxedo-keyboard/Manifest
+++ b/app-laptop/tuxedo-keyboard/Manifest
@@ -1,2 +1 @@
-DIST tuxedo-keyboard-2.0.5.tar.gz 31001 BLAKE2B 
931d011e2ac521cef1670a8952886c1ac9b2476c6227c2b3cfce28d52622d3869f3c55773279eea3cbcc94d7c5b12d5d5653a8e2f9c142d0c044fa23fddd958c
 SHA512 
3b7a9331d04e2918f3452f9561b05f39ea458960c2ade299a368899638987178cfd33fa066a0835f88b14c240d7937692d7994ccf978749ea7fdc428e587e06a
 DIST tuxedo-keyboard-3.0.10.tar.gz 50759 BLAKE2B 
08fec486f6555ff5b8de6b1ea49ce504747238284fda31b05686fd5955bf3bb3fc48b49c40b50c1bbdfcbf4af2f206a99f645b294ebceafec4c87751fd460090
 SHA512 
a3c5b74fc5587763f131a66f507c0b33d462ed87c8e05391152c09d1425b5e1771bfb08cc2d1e3bb73b02074f503d866ea463fd44fb06d00b38c6ac4cfcd4e3b

diff --git a/app-laptop/tuxedo-keyboard/tuxedo-keyboard-2.0.5-r1.ebuild 
b/app-laptop/tuxedo-keyboard/tuxedo-keyboard-2.0.5-r1.ebuild
deleted file mode 100644
index 112e6376ad1a..
--- a/app-laptop/tuxedo-keyboard/tuxedo-keyboard-2.0.5-r1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit linux-mod toolchain-funcs
-
-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"
-IUSE=""
-
-BUILD_TARGETS="all"
-MODULE_NAMES="tuxedo_keyboard(tuxedo:${S}:src)"
-
-pkg_setup() {
-   linux-mod_pkg_setup
-   BUILD_PARAMS="CC=$(tc-getBUILD_CC) KDIR=${KV_DIR} V=1 KBUILD_VERBOSE=1"
-}



[gentoo-commits] repo/gentoo:master commit in: app-laptop/tuxedo-keyboard/

2021-10-04 Thread Marc Schiffbauer
commit: 7cfa714018785d09ec5445b5427bc613b6fe6ce4
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Tue Oct  5 02:30:25 2021 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Tue Oct  5 02:31:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cfa7140

app-laptop/tuxedo-keyboard: add 3.0.8, drop 3.0.3

Closes: https://bugs.gentoo.org/813058
Signed-off-by: Marc Schiffbauer  gentoo.org>

 app-laptop/tuxedo-keyboard/Manifest | 2 +-
 .../{tuxedo-keyboard-3.0.3.ebuild => tuxedo-keyboard-3.0.8.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-laptop/tuxedo-keyboard/Manifest 
b/app-laptop/tuxedo-keyboard/Manifest
index 7813aa7db01..dd748f04944 100644
--- a/app-laptop/tuxedo-keyboard/Manifest
+++ b/app-laptop/tuxedo-keyboard/Manifest
@@ -1,2 +1,2 @@
 DIST tuxedo-keyboard-2.0.5.tar.gz 31001 BLAKE2B 
931d011e2ac521cef1670a8952886c1ac9b2476c6227c2b3cfce28d52622d3869f3c55773279eea3cbcc94d7c5b12d5d5653a8e2f9c142d0c044fa23fddd958c
 SHA512 
3b7a9331d04e2918f3452f9561b05f39ea458960c2ade299a368899638987178cfd33fa066a0835f88b14c240d7937692d7994ccf978749ea7fdc428e587e06a
-DIST tuxedo-keyboard-3.0.3.tar.gz 48275 BLAKE2B 
be4fd4a52cd578ec7db2d0f94c64ba842c2b28ecabbca10331024e104cf4dbaa655e0686f412141ac3ad6bc0430398797f628139a396e5a41ac73c33943230cf
 SHA512 
6ebbde6ea9351f9fd7167d38d8b5f836d1fda2fbbcf80755e86c2b76c49cf263ad2e9cfc47bea3449387626d88d8c1725335c2861ec2ff5a76e64ef87e27d9fb
+DIST tuxedo-keyboard-3.0.8.tar.gz 50046 BLAKE2B 
0457127a1f64a4d39a97b66cc50846aed86ba1249163e0958cc4da69476b367070815f859bfd1df2391e6480093e51ea29e26bd05ade9763d85d53bab4f6011a
 SHA512 
f564980b8a353f9b6d6121f3b9d4408e7ab1b26d5587cedbe85acac8a93779af1be1b224927fa0f2a25ee50e6b1c6dd8401949fd54a6e89c1304ae057c777e7c

diff --git a/app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.0.3.ebuild 
b/app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.0.8.ebuild
similarity index 100%
rename from app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.0.3.ebuild
rename to app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.0.8.ebuild



[gentoo-commits] repo/gentoo:master commit in: app-laptop/tuxedo-keyboard/

2021-03-17 Thread Marc Schiffbauer
commit: 0c635a9098c3117fcc0695cd23b775ea56a4964d
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Thu Mar 18 04:53:28 2021 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Thu Mar 18 04:56:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c635a90

app-laptop/tuxedo-keyboard: add new version

Closes: https://bugs.gentoo.org/761379
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Marc Schiffbauer  gentoo.org>

 app-laptop/tuxedo-keyboard/Manifest|  1 +
 .../tuxedo-keyboard/tuxedo-keyboard-3.0.3.ebuild   | 23 ++
 2 files changed, 24 insertions(+)

diff --git a/app-laptop/tuxedo-keyboard/Manifest 
b/app-laptop/tuxedo-keyboard/Manifest
index 6f792af4400..7813aa7db01 100644
--- a/app-laptop/tuxedo-keyboard/Manifest
+++ b/app-laptop/tuxedo-keyboard/Manifest
@@ -1 +1,2 @@
 DIST tuxedo-keyboard-2.0.5.tar.gz 31001 BLAKE2B 
931d011e2ac521cef1670a8952886c1ac9b2476c6227c2b3cfce28d52622d3869f3c55773279eea3cbcc94d7c5b12d5d5653a8e2f9c142d0c044fa23fddd958c
 SHA512 
3b7a9331d04e2918f3452f9561b05f39ea458960c2ade299a368899638987178cfd33fa066a0835f88b14c240d7937692d7994ccf978749ea7fdc428e587e06a
+DIST tuxedo-keyboard-3.0.3.tar.gz 48275 BLAKE2B 
be4fd4a52cd578ec7db2d0f94c64ba842c2b28ecabbca10331024e104cf4dbaa655e0686f412141ac3ad6bc0430398797f628139a396e5a41ac73c33943230cf
 SHA512 
6ebbde6ea9351f9fd7167d38d8b5f836d1fda2fbbcf80755e86c2b76c49cf263ad2e9cfc47bea3449387626d88d8c1725335c2861ec2ff5a76e64ef87e27d9fb

diff --git a/app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.0.3.ebuild 
b/app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.0.3.ebuild
new file mode 100644
index 000..209f68c7249
--- /dev/null
+++ b/app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.0.3.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit linux-mod toolchain-funcs
+
+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"
+IUSE=""
+
+BUILD_TARGETS="all"
+MODULE_NAMES="clevo_acpi(tuxedo:${S}:src) clevo_wmi(tuxedo:${S}:src) 
tuxedo_keyboard(tuxedo:${S}:src) tuxedo_io(tuxedo:${S}:src/tuxedo_io)"
+
+pkg_setup() {
+   linux-mod_pkg_setup
+   BUILD_PARAMS="CC=$(tc-getBUILD_CC) KDIR=${KV_DIR} V=1 KBUILD_VERBOSE=1"
+}



[gentoo-commits] repo/gentoo:master commit in: app-laptop/tuxedo-keyboard/

2020-06-30 Thread Marc Schiffbauer
commit: 62b86372f03cd8a3507417c752f0aa5eaeeae0a8
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Tue Jun 30 14:35:58 2020 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Tue Jun 30 14:38:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62b86372

app-laptop/tuxedo-keyboard: fix bug #730212

Closes: https://bugs.gentoo.org/730212
Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Marc Schiffbauer  gentoo.org>

 app-laptop/tuxedo-keyboard/tuxedo-keyboard-2.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-laptop/tuxedo-keyboard/tuxedo-keyboard-2.0.5.ebuild 
b/app-laptop/tuxedo-keyboard/tuxedo-keyboard-2.0.5.ebuild
index 52e9192e8a9..112e6376ad1 100644
--- a/app-laptop/tuxedo-keyboard/tuxedo-keyboard-2.0.5.ebuild
+++ b/app-laptop/tuxedo-keyboard/tuxedo-keyboard-2.0.5.ebuild
@@ -19,5 +19,5 @@ MODULE_NAMES="tuxedo_keyboard(tuxedo:${S}:src)"
 
 pkg_setup() {
linux-mod_pkg_setup
-   BUILD_PARAMS="CC=$(tc-getBUILD_CC) KERN_DIR=${KV_DIR} 
KERN_VER=${KV_FULL} O=${KV_OUT_DIR} V=1 KBUILD_VERBOSE=1"
+   BUILD_PARAMS="CC=$(tc-getBUILD_CC) KDIR=${KV_DIR} V=1 KBUILD_VERBOSE=1"
 }



[gentoo-commits] repo/gentoo:master commit in: app-laptop/tuxedo-keyboard/

2020-06-29 Thread Marc Schiffbauer
commit: 35467927a9574c97b524e20c020149ab92494e16
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Mon Jun 29 21:27:51 2020 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Mon Jun 29 21:29:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35467927

app-laptop/tuxedo-keyboard: added new ebuild

Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Marc Schiffbauer  gentoo.org>

 app-laptop/tuxedo-keyboard/Manifest|  1 +
 app-laptop/tuxedo-keyboard/metadata.xml|  9 +
 .../tuxedo-keyboard/tuxedo-keyboard-2.0.5.ebuild   | 23 ++
 3 files changed, 33 insertions(+)

diff --git a/app-laptop/tuxedo-keyboard/Manifest 
b/app-laptop/tuxedo-keyboard/Manifest
new file mode 100644
index 000..6f792af4400
--- /dev/null
+++ b/app-laptop/tuxedo-keyboard/Manifest
@@ -0,0 +1 @@
+DIST tuxedo-keyboard-2.0.5.tar.gz 31001 BLAKE2B 
931d011e2ac521cef1670a8952886c1ac9b2476c6227c2b3cfce28d52622d3869f3c55773279eea3cbcc94d7c5b12d5d5653a8e2f9c142d0c044fa23fddd958c
 SHA512 
3b7a9331d04e2918f3452f9561b05f39ea458960c2ade299a368899638987178cfd33fa066a0835f88b14c240d7937692d7994ccf978749ea7fdc428e587e06a

diff --git a/app-laptop/tuxedo-keyboard/metadata.xml 
b/app-laptop/tuxedo-keyboard/metadata.xml
new file mode 100644
index 000..e42604230c1
--- /dev/null
+++ b/app-laptop/tuxedo-keyboard/metadata.xml
@@ -0,0 +1,9 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  
+msch...@gentoo.org
+Marc Schiffbauer
+  
+
+

diff --git a/app-laptop/tuxedo-keyboard/tuxedo-keyboard-2.0.5.ebuild 
b/app-laptop/tuxedo-keyboard/tuxedo-keyboard-2.0.5.ebuild
new file mode 100644
index 000..52e9192e8a9
--- /dev/null
+++ b/app-laptop/tuxedo-keyboard/tuxedo-keyboard-2.0.5.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit linux-mod toolchain-funcs
+
+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"
+IUSE=""
+
+BUILD_TARGETS="all"
+MODULE_NAMES="tuxedo_keyboard(tuxedo:${S}:src)"
+
+pkg_setup() {
+   linux-mod_pkg_setup
+   BUILD_PARAMS="CC=$(tc-getBUILD_CC) KERN_DIR=${KV_DIR} 
KERN_VER=${KV_FULL} O=${KV_OUT_DIR} V=1 KBUILD_VERBOSE=1"
+}