summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Schiffbauer <mschiff@gentoo.org>2022-06-22 20:40:06 +1200
committerMarc Schiffbauer <mschiff@gentoo.org>2022-06-22 20:48:08 +1200
commitdbd4602c19da325c3c200134d5dc6ce421194b00 (patch)
treeb96c41c88f3606a442e612584b9e2a1dc0cf2931
parentapp-laptop/tuxedo-keyboard: add 3.0.10, drop 3.0.8 (diff)
downloadgentoo-dbd4602c19da325c3c200134d5dc6ce421194b00.tar.gz
gentoo-dbd4602c19da325c3c200134d5dc6ce421194b00.tar.bz2
gentoo-dbd4602c19da325c3c200134d5dc6ce421194b00.zip
app-laptop/tuxedo-keyboard: drop 2.0.5-r1
Closes: https://bugs.gentoo.org/744973 Signed-off-by: Marc Schiffbauer <mschiff@gentoo.org>
-rw-r--r--app-laptop/tuxedo-keyboard/Manifest1
-rw-r--r--app-laptop/tuxedo-keyboard/tuxedo-keyboard-2.0.5-r1.ebuild23
2 files changed, 0 insertions, 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..000000000000
--- 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"
-}