diff options
author | James Le Cuirot <chewi@gentoo.org> | 2023-06-09 22:17:26 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2023-06-09 22:17:26 +0100 |
commit | d10237a6e9ecee0a7fc0a263e2ce2726918b72cb (patch) | |
tree | 0d311d50ccc283d620cdba63306305e2d1f14b0d /games-util | |
parent | games-util/sc-controller: Version bump to 0.4.8.11 (diff) | |
download | gentoo-d10237a6e9ecee0a7fc0a263e2ce2726918b72cb.tar.gz gentoo-d10237a6e9ecee0a7fc0a263e2ce2726918b72cb.tar.bz2 gentoo-d10237a6e9ecee0a7fc0a263e2ce2726918b72cb.zip |
games-util/sc-controller: Drop old 0.4.8.9
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/sc-controller/sc-controller-0.4.8.9.ebuild | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/games-util/sc-controller/sc-controller-0.4.8.9.ebuild b/games-util/sc-controller/sc-controller-0.4.8.9.ebuild deleted file mode 100644 index c12f1f1c25e5..000000000000 --- a/games-util/sc-controller/sc-controller-0.4.8.9.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_SINGLE_IMPL=1 -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..10} ) -inherit distutils-r1 linux-info xdg - -DESCRIPTION="User-mode driver and GTK-based GUI for Steam Controllers and others" -HOMEPAGE="https://github.com/Ryochan7/sc-controller/" -SRC_URI="https://github.com/Ryochan7/sc-controller/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2 BSD CC-BY-3.0 CC0-1.0 LGPL-2.1 MIT PSF-2 ZLIB" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="+udev wayland" - -RDEPEND=" - $(python_gen_cond_dep ' - dev-python/pygobject[${PYTHON_USEDEP},cairo] - dev-python/pylibacl[${PYTHON_USEDEP}] - dev-python/python-evdev[${PYTHON_USEDEP}] - dev-python/vdf[${PYTHON_USEDEP}]') - gnome-base/librsvg[introspection] - virtual/libusb - x11-libs/gtk+:3[introspection] - udev? ( games-util/game-device-udev-rules ) - wayland? ( gui-libs/gtk-layer-shell[introspection(+)] ) -" - -distutils_enable_tests pytest - -pkg_setup() { - local CONFIG_CHECK="~INPUT_UINPUT" - - linux-info_pkg_setup - python-single-r1_pkg_setup -} - -src_prepare() { - default - - # This test fails. Don't know why but seems unimportant. - rm -v tests/test_glade.py || die -} - -src_install() { - distutils-r1_src_install - rm -r "${ED}"/usr/lib/udev/ || die -} |