Install this version:
emerge -a =games-util/oversteer-0.8.3
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =games-util/oversteer-0.8.3
Or alternatively:
emerge --autounmask-write -a =games-util/oversteer-0.8.3
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.8.3 | 8 | ~amd64 | 0 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..14} )
inherit distutils-r1 meson udev xdg
DESCRIPTION="Steering Wheel Manager for Linux"
HOMEPAGE="https://github.com/berarma/oversteer"
SRC_URI="https://github.com/berarma/oversteer/archive/v${PV}.tar.gz -> oversteer-${PV}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
dev-python/pygobject[${PYTHON_USEDEP}]
dev-python/pyudev[${PYTHON_USEDEP}]
dev-python/pyxdg[${PYTHON_USEDEP}]
dev-python/evdev[${PYTHON_USEDEP}]
sys-devel/gettext
dev-libs/appstream-glib
dev-python/matplotlib[gtk3,${PYTHON_USEDEP}]
dev-python/scipy[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"
pkg_setup() {
python_setup
}
src_prepare() {
default
python_fix_shebang scripts/meson_post_install.py
}
src_configure() {
local emesonargs=(
-Dpython.bytecompile=2
)
meson_src_configure
}
src_test() {
# Skip the appstream file test as it requires network access.
sed -i 's~appstream_util.found()~false~' "${S}/data/meson.build" || die
meson_src_test
}
pkg_postinst() {
xdg_pkg_postinst
udev_reload
}
pkg_postrm() {
xdg_pkg_postrm
udev_reload
}
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[]
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[]
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | oversteer-0.8.3.tar.gz | 159071 bytes | https://github.com/berarma/oversteer/archive/v0.8.3.tar.gz |