commit: 957f6b729ba07895d4761d225e629e0b2e0aa663
Author: Erica Nebula <EricaNebula <AT> Proton <DOT> me>
AuthorDate: Sun Jan 18 06:24:55 2026 +0000
Commit: Erica Nebula <EricaNebula <AT> proton <DOT> me>
CommitDate: Sun Jan 18 06:25:49 2026 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=957f6b72
games-util/oversteer: add 9999
Signed-off-by: Erica Nebula <EricaNebula <AT> Proton.me>
games-util/oversteer/oversteer-9999.ebuild | 43 ++++++++++++++++++++++++++++++
1 file changed, 43 insertions(+)
diff --git a/games-util/oversteer/oversteer-9999.ebuild
b/games-util/oversteer/oversteer-9999.ebuild
new file mode 100644
index 0000000000..ca84e6ab6e
--- /dev/null
+++ b/games-util/oversteer/oversteer-9999.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{11..14} )
+
+inherit meson udev git-r3
+
+DESCRIPTION="Steering Wheel Manager for Linux"
+HOMEPAGE="https://github.com/berarma/oversteer"
+EGIT_REPO_URI="https://github.com/berarma/oversteer.git"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS=""
+
+BDEPEND="
+ dev-python/pygobject
+ dev-python/pyudev
+ dev-python/pyxdg
+ dev-python/evdev
+ sys-devel/gettext
+ dev-libs/appstream-glib
+ dev-python/matplotlib[gtk3]
+ dev-python/scipy
+"
+DEPEND="${BDEPEND}"
+
+src_configure() {
+ local emesonargs=(
+ -Dpython.bytecompile=2
+ )
+ meson_src_configure
+}
+
+pkg_postinst() {
+ udev_reload
+}
+
+pkg_postrm() {
+ udev_reload
+}