logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git
commit: b3957a1bb28cc021ff1e6fecc11cd2df0eed49e5
parent f5ac3f82fb31a17c01dc9fe9c81f186fa8c741a7
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sat,  9 Mar 2024 17:00:35 +0100

games-util/steamcontroller: treeclean

Diffstat:

Dgames-util/steamcontroller/metadata.xml7-------
Dgames-util/steamcontroller/steamcontroller-9999.ebuild26--------------------------
2 files changed, 0 insertions(+), 33 deletions(-)

diff --git a/games-util/steamcontroller/metadata.xml b/games-util/steamcontroller/metadata.xml @@ -1,7 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <upstream> - <remote-id type="github">Ryochan7/sc-controller</remote-id> - </upstream> -</pkgmetadata> diff --git a/games-util/steamcontroller/steamcontroller-9999.ebuild b/games-util/steamcontroller/steamcontroller-9999.ebuild @@ -1,26 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_SINGLE_IMPL=1 -DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python3_{7..10} ) - -inherit distutils-r1 git-r3 - -DESCRIPTION="Standalone Steam Controller Driver" -HOMEPAGE="https://github.com/ynsta/steamcontroller" -EGIT_REPO_URI="https://github.com/ynsta/steamcontroller" -LICENSE="MIT" -SLOT="0" -KEYWORDS="" -IUSE="+udev" - -RDEPEND=" - $(python_gen_cond_dep ' - dev-python/libusb1[${PYTHON_USEDEP}] - dev-python/psutil[${PYTHON_USEDEP}] - ') - udev? ( games-util/game-device-udev-rules ) -"