commit:     3c99156c7ff6840329dcbfcf3edac6d26b60305c
Author:     Sebastian Engel <sighunter <AT> gmx <DOT> de>
AuthorDate: Tue Sep  2 06:31:53 2025 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Sep  2 06:31:53 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3c99156c

games-util/xone: drop 0.3.1

Signed-off-by: Sebastian Engel <sighunter <AT> gmx.de>

 games-util/xone/Manifest          |  1 -
 games-util/xone/xone-0.3.1.ebuild | 76 ---------------------------------------
 2 files changed, 77 deletions(-)

diff --git a/games-util/xone/Manifest b/games-util/xone/Manifest
index c14070a41f..e1c4b24e6e 100644
--- a/games-util/xone/Manifest
+++ b/games-util/xone/Manifest
@@ -1,4 +1,3 @@
-DIST xone-0.3.1.tar.gz 64731 BLAKE2B 
a55fad3ffc6b53b20a1bf8118a8b4bc6418c0a89e2ffb50b459484d3c4463210634a6db9836bf289b9249d7c2aa3b56dd3e16069efdc4d63fbc4f1e89c088af9
 SHA512 
fa741765c63cdd57a1428ef304dc2fcecd4b76379ce472c3abcebb7f83c7ac1568e563cd43b4e944dffe1ab314a80f088edb8654d40f9ec1686a74e907b41f6c
 DIST xone-0.3.3.tar.gz 65259 BLAKE2B 
3aa90cf1dff1b70895a2c66b7ea3f68536243cb6ab72a4c7a7fa5ace2e05554844ecdbb7e29ac79747aa876cefa345d0b9c1c9f2e383315abe432faf85abd7b6
 SHA512 
1f512aba5c781656a8e7d65ce7b5a440c25446092b3ed6cbbeb3a44e091c1eb90d7248aa5a5b7c334131b1f6d1b4bc6d49acb04deb7ecd463df66fce5c051997
 DIST xone-0.4.2.tar.gz 75452 BLAKE2B 
390cfde3f40aa6dd8b01bd449502fb21a4aeaff647aed063e7bfb0cde6f8e4717172605ab57ac8de91ee61354b55f74fbcd07d51438cd83d8cbc7adb5de5722e
 SHA512 
c1ec4fa20fff43c8f9681415df2a230b99ec58b4586ab94ede615d6aa195ee74ac5b5b26f6a53d40e05bce1842dcc8f1b82cd890cd4fd41bc2543603b9a6db07
 DIST xone-0.4.3.tar.gz 75786 BLAKE2B 
9411955aeb03fb5a2c605bd8d6cb74150672a86b9373d35109529aa5da4803defff75f5d2cd7e91e21e6dd04bd4c5f5545dcfbd8e35d40c9f31f969115cbc6f8
 SHA512 
9ca71ffabfaf3fa89cbc73b99b99ce0d7a11bf47c00344a3e9a6b0bac00ba79bc0d2ba866d3bad78c20bd05aef965d706acde62e46aef3075c91fe0b88fa1fba

diff --git a/games-util/xone/xone-0.3.1.ebuild 
b/games-util/xone/xone-0.3.1.ebuild
deleted file mode 100644
index c7666ffec6..0000000000
--- a/games-util/xone/xone-0.3.1.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit linux-mod-r1
-
-COMMIT="197b160f7806d7d27117b12198cacb7656a07f1f"
-XONE_DRIVER_VERSION="201707-1cd6a87c-623f-4407-a52d-c31be49e925c_e19f60808bdcbfbd3c3df6be3e71ffc52e43261e"
-XONE_DRIVER_VERSION_045E_02E6="201512-20810869_8ce2975a7fbaa06bcfb0d8762a6275a1cf7c1dd3"
-
-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/${COMMIT}.tar.gz -> 
${P}.tar.gz
-       
https://catalog.s.download.windowsupdate.com/c/msdownload/update/driver/drvs/${XONE_DRIVER_VERSION:0:4}/${XONE_DRIVER_VERSION:4:2}/${XONE_DRIVER_VERSION:7}.cab
-               -> ${PN}-driver-${XONE_DRIVER_VERSION}.cab
-       
https://catalog.s.download.windowsupdate.com/d/msdownload/update/driver/drvs/${XONE_DRIVER_VERSION_045E_02E6:0:4}/${XONE_DRIVER_VERSION_045E_02E6:4:2}/${XONE_DRIVER_VERSION_045E_02E6:7}.cab
-               -> ${PN}-driver-${XONE_DRIVER_VERSION_045E_02E6}.cab
-"
-S="${WORKDIR}/${PN}-${COMMIT}"
-
-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"
-MODULES_KERNEL_MIN=5.13
-
-src_unpack() {
-       unpack ${P}.tar.gz
-
-       cabextract -F FW_ACC_00U.bin -d "${S}/xone_firmware" \
-               "${DISTDIR}/${PN}-driver-${XONE_DRIVER_VERSION}.cab" > 
/dev/null || die
-       cabextract -F FW_ACC_00U.bin -d "${S}/xone_firmware_045e_02e6" \
-               "${DISTDIR}/${PN}-driver-${XONE_DRIVER_VERSION_045E_02E6}.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/FW_ACC_00U.bin xow_dongle.bin
-       newins "${S}"/xone_firmware_045e_02e6/FW_ACC_00U.bin 
xow_dongle_045e_02e6.bin
-}

Reply via email to