diff options
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/Manifest.gz | bin | 7901 -> 7899 bytes | |||
-rw-r--r-- | games-util/xpadneo/Manifest | 3 | ||||
-rw-r--r-- | games-util/xpadneo/files/xpadneo-0.9.6-kernel-6.12.patch | 24 | ||||
-rw-r--r-- | games-util/xpadneo/xpadneo-0.9.6.ebuild | 58 |
4 files changed, 0 insertions, 85 deletions
diff --git a/games-util/Manifest.gz b/games-util/Manifest.gz Binary files differindex dfc5015ae44a..69003d833af0 100644 --- a/games-util/Manifest.gz +++ b/games-util/Manifest.gz diff --git a/games-util/xpadneo/Manifest b/games-util/xpadneo/Manifest index 4818be3b9997..352f3c2c3fc4 100644 --- a/games-util/xpadneo/Manifest +++ b/games-util/xpadneo/Manifest @@ -1,7 +1,4 @@ -AUX xpadneo-0.9.6-kernel-6.12.patch 754 BLAKE2B 061ae8fd13b11aee70138ce46848cf3c58c5167e115d81fd1b58af37c8f9448678b3a9853893c7f4b957635204438419da45ba88a473d097163c6689b5bc6f49 SHA512 605f1f60ddb250079c5411ffc8c7269ee88ba347ff6e3ad2e31d13ab2ae89c0e96a1a5c408a64e9e9d640fc4692cbc6ccc8b2880f368e13a503239e00c205e2c -DIST xpadneo-0.9.6.tar.gz 1344171 BLAKE2B 22a85732de2894d310e0994c101ed62b7358f1b6b8ba5b389fc273bfd48a1ce619ebc04f3699818290f61833234d4c444fff25ea852d9dcf420b99ab28687a03 SHA512 f423fb89cf911c727917591d79909acaecc9fdb68ca10c5cc2a128bd66174799f3efb2b9a87e43bb315ab92ddb7513f79300f06d347fabc9de11e63fc1d25689 DIST xpadneo-0.9.7.tar.gz 1348791 BLAKE2B 6715e684d046ad3162db65196896d23f0c70046d02adbf5886d849818120fb731acb86da0a9e18e54b56b31220911ea25c296f1b8473eb0f0fca4fe96b98712b SHA512 c5a3438fef6215f3dd733099f8d5fc86b55b092f3d808969040eb38b29c4fd786f5d3ee547cfc403e6f2c0af90106f91c4d4cf3954295f2e5b11e12949ca3069 -EBUILD xpadneo-0.9.6.ebuild 1272 BLAKE2B 16b2cbf209b8f8b481ec6a1698aea9bb4ab63f5bd5467d55314ede0637021ace0527fb5406363404a0b31dae74ce3ca8b6f1fb13afbb9efb970ff61a35fe72be SHA512 ec7093cac6f1de8e23e2770d85e32c72e43aa381ee8d91a8de7acf7016e3063cea4a09d182f9d929232bf7c795dda9472d5d235295b90921fc494c57cc3e285d EBUILD xpadneo-0.9.7.ebuild 1214 BLAKE2B 578760566fa80e6f16d298832aadc9cfff3d1fc347fb466ed58b294cabb940666e642493fadcc639c7c44b05174f574e27ca2f26b3b6cd445616b33b47397b0e SHA512 66f374aaa79871451bfe406c6afe3cd97e6feaadd72fb7d7d23d2f50d761807f91b400b80cc26f685470e870ced18fa7acfff4823be02271a4e86c158b1ef814 EBUILD xpadneo-9999.ebuild 1164 BLAKE2B 512704055ba034ea30c26fe4954608f14fb72a78ba86e3445f39e2999e6c679e445c49f5bca83e22b20f15329ceaba77325bd5485d48b408f3cc0de04b6f65dd SHA512 b2bdb6e320e53f801d713a59ea87eb7ab62b2bb4a92ac984acd746abd8afa34dd79428c2c072806a7284dbb5743de41a3ace7de7ed51a814afd6d8a04d9676e2 MISC metadata.xml 328 BLAKE2B 6511430d43b855d83d42dc94ea83bf20867568e9dbf642240ac279179d9f26d0a315f3fb90bebd4a564d4bc63beefcb8aa24af7acf25a60f9b25f732265de41b SHA512 defbfc601b6b61d10edf8947e2251f96416787a1141fccff1e017a6110eb4d8e8801fcd72cc678f816064eb5a5dc796c9c895ca9f74ad288f1338ccaaf3ee5c8 diff --git a/games-util/xpadneo/files/xpadneo-0.9.6-kernel-6.12.patch b/games-util/xpadneo/files/xpadneo-0.9.6-kernel-6.12.patch deleted file mode 100644 index 9e5115345111..000000000000 --- a/games-util/xpadneo/files/xpadneo-0.9.6-kernel-6.12.patch +++ /dev/null @@ -1,24 +0,0 @@ -https://bugs.gentoo.org/943776 -https://github.com/atar-axis/xpadneo/issues/498 -https://github.com/atar-axis/xpadneo/commit/4bfe0a1c35 -(+ include required linux/version.h from 242e9b46bb) ---- a/hid-xpadneo/src/hid-xpadneo.c -+++ b/hid-xpadneo/src/hid-xpadneo.c -@@ -713,5 +713,9 @@ - } - -+#if LINUX_VERSION_CODE < KERNEL_VERSION(6,12,0) - static u8 *xpadneo_report_fixup(struct hid_device *hdev, u8 *rdesc, unsigned int *rsize) -+#else -+static const u8 *xpadneo_report_fixup(struct hid_device *hdev, u8 *rdesc, unsigned int *rsize) -+#endif - { - struct xpadneo_devdata *xdata = hid_get_drvdata(hdev); ---- a/hid-xpadneo/src/xpadneo.h -+++ b/hid-xpadneo/src/xpadneo.h -@@ -13,4 +13,5 @@ - - #include <linux/hid.h> -+#include <linux/version.h> - - #include "hid-ids.h" diff --git a/games-util/xpadneo/xpadneo-0.9.6.ebuild b/games-util/xpadneo/xpadneo-0.9.6.ebuild deleted file mode 100644 index 02e62e777f88..000000000000 --- a/games-util/xpadneo/xpadneo-0.9.6.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit linux-mod-r1 udev - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/atar-axis/xpadneo.git" - EGIT_MIN_CLONE_TYPE="single" -else - SRC_URI="https://github.com/atar-axis/xpadneo/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~x86" -fi - -DESCRIPTION="Advanced Linux Driver for Xbox One Wireless Controller" -HOMEPAGE="https://atar-axis.github.io/xpadneo/" - -LICENSE="GPL-3" -SLOT="0" - -CONFIG_CHECK="INPUT_FF_MEMLESS" - -PATCHES=( - "${FILESDIR}"/${P}-kernel-6.12.patch -) - -src_compile() { - local modlist=( hid-${PN}=kernel/drivers/hid:hid-${PN}:hid-${PN}/src ) - local modargs=( KERNEL_SOURCE_DIR="${KV_OUT_DIR}" ) - - linux-mod-r1_src_compile -} - -src_install() { - local DOCS=( docs/{[^i]*.md,descriptors,reports} NEWS.md ) - linux-mod-r1_src_install - - insinto /etc/modprobe.d - doins hid-${PN}/etc-modprobe.d/${PN}.conf - - udev_dorules hid-${PN}/etc-udev-rules.d/60-${PN}.rules -} - -pkg_postinst() { - linux-mod-r1_pkg_postinst - udev_reload - - if [[ ! ${REPLACING_VERSIONS} ]]; then - elog "To pair the gamepad and view module options, see documentation in:" - elog " ${EROOT}/usr/share/doc/${PF}/" - fi -} - -pkg_postrm() { - udev_reload -} |