commit: c41df6406e5b013baaa24916fe81de237219db8b Author: Sebastian Engel <sighunter <AT> gmx <DOT> de> AuthorDate: Thu Feb 26 08:55:50 2026 +0000 Commit: Sebastian Engel <sighunter <AT> gmx <DOT> de> CommitDate: Thu Feb 26 08:55:50 2026 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c41df640
games-util/xone: drop 0.5.2, 0.5.4 Signed-off-by: Sebastian Engel <sighunter <AT> gmx.de> games-util/xone/Manifest | 2 - games-util/xone/xone-0.5.2.ebuild | 81 --------------------------------------- games-util/xone/xone-0.5.4.ebuild | 81 --------------------------------------- 3 files changed, 164 deletions(-) diff --git a/games-util/xone/Manifest b/games-util/xone/Manifest index eecac31fc0..316ec1082e 100644 --- a/games-util/xone/Manifest +++ b/games-util/xone/Manifest @@ -1,5 +1,3 @@ -DIST xone-0.5.2.tar.gz 77385 BLAKE2B ce5e28230238edc9be6f8055ceec42bfa99ee651007ebcbdd332e491e43d4865a81c8e57e446c7817f8513da45fa6deb1f8dae9e6b947afdd58e3b4eee7714ba SHA512 1ef49735f5172bb824a9835b7a8870ee80b1f8df59ee8818d676e5ca4c3aaa189e45b197a0a71e3e88ff4e3ebdfe509c63ee43dd42f384e479dd17bc2ce9116e -DIST xone-0.5.4.tar.gz 77525 BLAKE2B ea58847b14e2645c33aacdfc43c2ebf5cf21808c57a2b5e262e19c74f86fb0d7b57a77057cb83a1b0e42eb3b12b9c7bbc389f0d4927c5320ac9cc6392d192d6e SHA512 e188dbb5a6bd496d3cbcdb2d639824c4d8bbd5e979aa4eb641baac1220a48ccb9aa7c35e71295c8088f94a17eefb2f0d664a4a89e47f29a0cc33cc10f62ba584 DIST xone-0.5.5.tar.gz 77837 BLAKE2B eadce8a067c54d3911e185d3b2d731f1fde6858ed71ede5db32913ab3dbeb0ddde8de48811ed204af26995e8bdc0f961c2f09ec686ff5182c10d2cff40f8039d SHA512 1005f2a1bc658a253734c00ce686e7dca4d3b5be28141e63af417920942064340a91a3fc920d265a1ca92419debfbdc11c56f8e4a66c58018de2d3af21aa7feb DIST xone-firmware-02e6.cab 199891 BLAKE2B f531a9f4b8220ee4501431b308ee6e29a8dea26467020df25b7fa22228543cc560e1170d13b1cb3490c64c48bf610e3fb7ddfb743e4a2028f5980e02d0c36790 SHA512 0906debd6c1f4706348ec1b1cbf233ea2c45bbc0b8882593740964036808722f5bb701f43da803320609e02072cd16dada572d337fd4c05cc1cf6dde6fd38908 DIST xone-firmware-02f9.cab 226982 BLAKE2B 9518e592db4afe18ff3111800471b0674e43624ae539bff0251b42eb11b0c32e54762f158018ec604b5050d6dfd99ed35fd9da19c186eb9ca5c18135355810c2 SHA512 b5732ee8c22ffac9964109669c9dfe30f3fdcdd026125f3a20450e4d3975fda75a2c8b453013202b7c56e492cccc963f8c3f97a7c8c21b1af1caa4f5866e7cc4 diff --git a/games-util/xone/xone-0.5.2.ebuild b/games-util/xone/xone-0.5.2.ebuild deleted file mode 100644 index 6fdb32df03..0000000000 --- a/games-util/xone/xone-0.5.2.ebuild +++ /dev/null @@ -1,81 +0,0 @@ -# Copyright 2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit linux-mod-r1 - -DESCRIPTION="Linux kernel driver for Xbox One and Xbox Series X|S accessories" -HOMEPAGE="https://github.com/dlundqvist/xone" -SRC_URI=" - mirror+https://github.com/dlundqvist/xone/archive/v${PV}.tar.gz -> ${P}.tar.gz - https://catalog.s.download.windowsupdate.com/d/msdownload/update/driver/drvs/2017/03/2ea9591b-f751-442c-80ce-8f4692cdc67b_6b555a3a288153cf04aec6e03cba360afe2fce34.cab - -> ${PN}-firmware-02fe.cab - https://catalog.s.download.windowsupdate.com/c/msdownload/update/driver/drvs/2017/07/1cd6a87c-623f-4407-a52d-c31be49e925c_e19f60808bdcbfbd3c3df6be3e71ffc52e43261e.cab - -> ${PN}-firmware-02e6.cab - https://catalog.s.download.windowsupdate.com/c/msdownload/update/driver/drvs/2017/06/1dbd7cb4-53bc-4857-a5b0-5955c8acaf71_9081931e7d664429a93ffda0db41b7545b7ac257.cab - -> ${PN}-firmware-02f9.cab - https://catalog.s.download.windowsupdate.com/d/msdownload/update/driver/drvs/2017/08/aeff215c-3bc4-4d36-a3ea-e14bfa8fa9d2_e58550c4f74a27e51e5cb6868b10ff633fa77164.cab - -> ${PN}-firmware-091e.cab -" - -LICENSE="GPL-2+ MS-TOU" -SLOT="0" -KEYWORDS="~amd64" - -RESTRICT="bindist mirror test" - -BDEPEND="app-arch/cabextract" - -CONFIG_CHECK="SND CFG80211 INPUT_FF_MEMLESS USB POWER_SUPPLY LEDS_CLASS HID SYSFS" -MODULES_KERNEL_MIN=6.5 - -src_unpack() { - unpack ${P}.tar.gz - - cabextract -F FW_ACC_00U.bin -d "${S}/xone_firmware_02fe" \ - "${DISTDIR}/${PN}-firmware-02fe.cab" > /dev/null || die - cabextract -F FW_ACC_00U.bin -d "${S}/xone_firmware_02e6" \ - "${DISTDIR}/${PN}-firmware-02e6.cab" > /dev/null || die - cabextract -F FW_ACC_CL.bin -d "${S}/xone_firmware_02f9" \ - "${DISTDIR}/${PN}-firmware-02f9.cab" > /dev/null || die - cabextract -F FW_ACC_BR.bin -d "${S}/xone_firmware_091e" \ - "${DISTDIR}/${PN}-firmware-091e.cab" > /dev/null || die -} - -src_prepare() { - cp "${FILESDIR}/Makefile" "${S}" || die - default -} - -src_compile() { - local modlist=( - xone_wired=kernel/drivers/input/joystick - xone_dongle=kernel/drivers/input/joystick - xone_gip=kernel/drivers/input/joystick - xone_gip_gamepad=kernel/drivers/input/joystick - xone_gip_headset=kernel/drivers/input/joystick - xone_gip_chatpad=kernel/drivers/input/joystick - xone_gip_madcatz_strat=kernel/drivers/input/joystick - xone_gip_madcatz_glam=kernel/drivers/input/joystick - xone_gip_pdp_jaguar=kernel/drivers/input/joystick - - ) - - linux-mod-r1_src_compile -} - -src_install() { - linux-mod-r1_src_install - - einfo "Installing module blacklist" - insinto /etc/modprobe.d/ - newins "${S}"/install/modprobe.conf xone-blacklist.conf - - einfo "Installing Microsoft binary firmware" - insinto /lib/firmware/ - newins "${S}"/xone_firmware_02e6/FW_ACC_00U.bin xone_dongle_02e6.bin - newins "${S}"/xone_firmware_02fe/FW_ACC_00U.bin xone_dongle_02fe.bin - newins "${S}"/xone_firmware_02f9/FW_ACC_CL.bin xone_dongle_02f9.bin - newins "${S}"/xone_firmware_091e/FW_ACC_BR.bin xone_dongle_091e.bin -} diff --git a/games-util/xone/xone-0.5.4.ebuild b/games-util/xone/xone-0.5.4.ebuild deleted file mode 100644 index 6fdb32df03..0000000000 --- a/games-util/xone/xone-0.5.4.ebuild +++ /dev/null @@ -1,81 +0,0 @@ -# Copyright 2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit linux-mod-r1 - -DESCRIPTION="Linux kernel driver for Xbox One and Xbox Series X|S accessories" -HOMEPAGE="https://github.com/dlundqvist/xone" -SRC_URI=" - mirror+https://github.com/dlundqvist/xone/archive/v${PV}.tar.gz -> ${P}.tar.gz - https://catalog.s.download.windowsupdate.com/d/msdownload/update/driver/drvs/2017/03/2ea9591b-f751-442c-80ce-8f4692cdc67b_6b555a3a288153cf04aec6e03cba360afe2fce34.cab - -> ${PN}-firmware-02fe.cab - https://catalog.s.download.windowsupdate.com/c/msdownload/update/driver/drvs/2017/07/1cd6a87c-623f-4407-a52d-c31be49e925c_e19f60808bdcbfbd3c3df6be3e71ffc52e43261e.cab - -> ${PN}-firmware-02e6.cab - https://catalog.s.download.windowsupdate.com/c/msdownload/update/driver/drvs/2017/06/1dbd7cb4-53bc-4857-a5b0-5955c8acaf71_9081931e7d664429a93ffda0db41b7545b7ac257.cab - -> ${PN}-firmware-02f9.cab - https://catalog.s.download.windowsupdate.com/d/msdownload/update/driver/drvs/2017/08/aeff215c-3bc4-4d36-a3ea-e14bfa8fa9d2_e58550c4f74a27e51e5cb6868b10ff633fa77164.cab - -> ${PN}-firmware-091e.cab -" - -LICENSE="GPL-2+ MS-TOU" -SLOT="0" -KEYWORDS="~amd64" - -RESTRICT="bindist mirror test" - -BDEPEND="app-arch/cabextract" - -CONFIG_CHECK="SND CFG80211 INPUT_FF_MEMLESS USB POWER_SUPPLY LEDS_CLASS HID SYSFS" -MODULES_KERNEL_MIN=6.5 - -src_unpack() { - unpack ${P}.tar.gz - - cabextract -F FW_ACC_00U.bin -d "${S}/xone_firmware_02fe" \ - "${DISTDIR}/${PN}-firmware-02fe.cab" > /dev/null || die - cabextract -F FW_ACC_00U.bin -d "${S}/xone_firmware_02e6" \ - "${DISTDIR}/${PN}-firmware-02e6.cab" > /dev/null || die - cabextract -F FW_ACC_CL.bin -d "${S}/xone_firmware_02f9" \ - "${DISTDIR}/${PN}-firmware-02f9.cab" > /dev/null || die - cabextract -F FW_ACC_BR.bin -d "${S}/xone_firmware_091e" \ - "${DISTDIR}/${PN}-firmware-091e.cab" > /dev/null || die -} - -src_prepare() { - cp "${FILESDIR}/Makefile" "${S}" || die - default -} - -src_compile() { - local modlist=( - xone_wired=kernel/drivers/input/joystick - xone_dongle=kernel/drivers/input/joystick - xone_gip=kernel/drivers/input/joystick - xone_gip_gamepad=kernel/drivers/input/joystick - xone_gip_headset=kernel/drivers/input/joystick - xone_gip_chatpad=kernel/drivers/input/joystick - xone_gip_madcatz_strat=kernel/drivers/input/joystick - xone_gip_madcatz_glam=kernel/drivers/input/joystick - xone_gip_pdp_jaguar=kernel/drivers/input/joystick - - ) - - linux-mod-r1_src_compile -} - -src_install() { - linux-mod-r1_src_install - - einfo "Installing module blacklist" - insinto /etc/modprobe.d/ - newins "${S}"/install/modprobe.conf xone-blacklist.conf - - einfo "Installing Microsoft binary firmware" - insinto /lib/firmware/ - newins "${S}"/xone_firmware_02e6/FW_ACC_00U.bin xone_dongle_02e6.bin - newins "${S}"/xone_firmware_02fe/FW_ACC_00U.bin xone_dongle_02fe.bin - newins "${S}"/xone_firmware_02f9/FW_ACC_CL.bin xone_dongle_02f9.bin - newins "${S}"/xone_firmware_091e/FW_ACC_BR.bin xone_dongle_091e.bin -}
