From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1537473-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 0770815800A
	for <garchives@archives.gentoo.org>; Fri, 14 Jul 2023 21:32:53 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id BB1DBE08A5;
	Fri, 14 Jul 2023 21:32:51 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 9E9DBE08A5
	for <gentoo-commits@lists.gentoo.org>; Fri, 14 Jul 2023 21:32:51 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 829BD335D3C
	for <gentoo-commits@lists.gentoo.org>; Fri, 14 Jul 2023 21:32:50 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id B82DDAFC
	for <gentoo-commits@lists.gentoo.org>; Fri, 14 Jul 2023 21:32:48 +0000 (UTC)
From: "Ionen Wolkens" <ionen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" <ionen@gentoo.org>
Message-ID: <1689369592.de170f6bc2c76d634d0f7222f62f2984f7985d0a.ionen@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/xpadneo/
X-VCS-Repository: repo/gentoo
X-VCS-Files: games-util/xpadneo/xpadneo-0.9.5.ebuild
X-VCS-Directories: games-util/xpadneo/
X-VCS-Committer: ionen
X-VCS-Committer-Name: Ionen Wolkens
X-VCS-Revision: de170f6bc2c76d634d0f7222f62f2984f7985d0a
X-VCS-Branch: master
Date: Fri, 14 Jul 2023 21:32:48 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 663ff7a6-7a1b-4aa3-ac7a-1a0b358d44a9
X-Archives-Hash: a5e160e344d94c01468aeb325bb079ae

commit:     de170f6bc2c76d634d0f7222f62f2984f7985d0a
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 14 21:06:18 2023 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Fri Jul 14 21:19:52 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de170f6b

games-util/xpadneo: drop 0.9.5

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 games-util/xpadneo/xpadneo-0.9.5.ebuild | 74 ---------------------------------
 1 file changed, 74 deletions(-)

diff --git a/games-util/xpadneo/xpadneo-0.9.5.ebuild b/games-util/xpadneo/xpadneo-0.9.5.ebuild
deleted file mode 100644
index 79cd580942bb..000000000000
--- a/games-util/xpadneo/xpadneo-0.9.5.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# pkgcheck note: toolchain-funcs is not unused
-inherit linux-mod toolchain-funcs 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"
-
-S="${WORKDIR}/${P}/hid-${PN}"
-MODULE_NAMES="hid-${PN}(kernel/drivers/hid::src)"
-BUILD_PARAMS='V=1 LD="$(tc-getLD)" KERNEL_SOURCE_DIR="${KV_OUT_DIR}"'
-BUILD_TARGETS="modules"
-
-CONFIG_CHECK="INPUT_FF_MEMLESS"
-
-src_install() {
-	linux-mod_src_install
-
-	insinto /etc/modprobe.d
-	doins etc-modprobe.d/${PN}.conf
-
-	udev_dorules etc-udev-rules.d/60-${PN}.rules
-
-	dodoc -r ../docs/{[^i]*.md,descriptors,reports} ../NEWS.md
-}
-
-pkg_postinst() {
-	linux-mod_pkg_postinst
-	udev_reload
-
-	local disable_ertm=/sys/module/bluetooth/parameters/disable_ertm
-	if kernel_is -ge 5 12; then
-		if [[ $(<${disable_ertm}) == Y ]]; then
-			elog "Warning: bluetooth ERTM (Enhanced ReTransmission Mode) is disabled."
-			elog "This is no longer recommended with kernel >=5.12 to use ${PN}."
-			elog "Can remove ${EROOT}/etc/modprobe.d/no-ertm.conf if it exists, and run:"
-			elog "  echo N > ${disable_ertm}"
-			elog "After changing, may need to re-pair the gamepad with bluetooth."
-		fi
-	elif [[ $(<${disable_ertm}) == N ]]; then
-		elog "Warning: bluetooth ERTM (Enhanced ReTransmission Mode) is enabled."
-		elog "While keeping enabled is recommended for rumble usage stability, it can"
-		elog "cause connection issues without a fix included in kernel >=5.12"
-		elog "If needed, this mode can be disabled by running:"
-		elog "  echo Y > ${disable_ertm}"
-		elog "  echo 'options bluetooth disable_ertm=y' > ${EROOT}/etc/modprobe.d/no-ertm.conf"
-		elog "After changing, may need to re-pair the gamepad with bluetooth."
-	fi
-
-	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() {
-	linux-mod_pkg_postrm
-	udev_reload
-}