public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "James Le Cuirot" <chewi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/sc-controller/
Date: Mon, 10 Mar 2025 23:35:14 +0000 (UTC)	[thread overview]
Message-ID: <1741649623.af131822ae008ef048f47e257431e7d605e03d39.chewi@gentoo> (raw)

commit:     af131822ae008ef048f47e257431e7d605e03d39
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  9 22:30:54 2025 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Mon Mar 10 23:33:43 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af131822

games-util/sc-controller: Drop old 0.4.8.21

Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 games-util/sc-controller/Manifest                  |  1 -
 .../sc-controller/sc-controller-0.4.8.21.ebuild    | 55 ----------------------
 2 files changed, 56 deletions(-)

diff --git a/games-util/sc-controller/Manifest b/games-util/sc-controller/Manifest
index aad35cf6fd99..be2398b67408 100644
--- a/games-util/sc-controller/Manifest
+++ b/games-util/sc-controller/Manifest
@@ -1,2 +1 @@
-DIST sc-controller-0.4.8.21.tar.gz 1846682 BLAKE2B 83892aa73ca2b729b205455b2c094f57538487976f8744170e381ff49f9e7e2d23b274b3b43c887ee8b945793cb6a9e9d0ab03778d47d732d35b8599f65e58ac SHA512 874a180cdac3a0f6a592e507abda572e69dcc4061874512292de2c4f9db0f5739a370d43de4f11031f5c02ff4e1f11237a4720f890a1ae8220940a2d5e03d0a1
 DIST sc-controller-0.5.0.tar.gz 1816791 BLAKE2B b96c5f7b63c5a27e283ff52f2b6fac2f89d2e55f7d9d252e864730aef9b071b9d6f8a3549a2cdda265beb759bbe375fec4b930944392cff9e804e3eb2d1baa65 SHA512 e857862427434514f08cd5d3aec303b026688d6c5a94cc654fc25a423dab705f7284216d270a07a549d1dc67ffe6d14873eb6fd028f91fd071369e9900911a2b

diff --git a/games-util/sc-controller/sc-controller-0.4.8.21.ebuild b/games-util/sc-controller/sc-controller-0.4.8.21.ebuild
deleted file mode 100644
index a4d007f9d720..000000000000
--- a/games-util/sc-controller/sc-controller-0.4.8.21.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_SINGLE_IMPL=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
-inherit distutils-r1 linux-info xdg
-
-DESCRIPTION="User-mode driver and GTK-based GUI for Steam Controllers and others"
-HOMEPAGE="https://github.com/C0rn3j/sc-controller/"
-SRC_URI="https://github.com/C0rn3j/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 ~arm64 ~x86"
-IUSE="+trayicon +udev wayland"
-
-RDEPEND="
-	$(python_gen_cond_dep '
-		dev-python/evdev[${PYTHON_USEDEP}]
-		dev-python/pygobject[${PYTHON_USEDEP},cairo]
-		dev-python/pylibacl[${PYTHON_USEDEP}]
-		dev-python/vdf[${PYTHON_USEDEP}]
-	')
-	gnome-base/librsvg[introspection]
-	virtual/libusb
-	x11-libs/gtk+:3[introspection]
-	trayicon? ( dev-libs/libayatana-appindicator )
-	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
-}


             reply	other threads:[~2025-03-10 23:35 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-10 23:35 James Le Cuirot [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-08 23:46 [gentoo-commits] repo/gentoo:master commit in: games-util/sc-controller/ James Le Cuirot
2024-10-30 22:57 James Le Cuirot
2024-08-15 20:32 James Le Cuirot
2024-08-15 20:31 James Le Cuirot
2023-06-09 21:21 James Le Cuirot
2023-06-09 21:21 James Le Cuirot
2022-10-13 20:59 James Le Cuirot
2022-03-20 13:40 James Le Cuirot
2022-03-20 13:40 James Le Cuirot
2022-01-29 13:39 Ionen Wolkens
2022-01-22  0:34 Ionen Wolkens
2022-01-20  8:14 Ionen Wolkens
2022-01-20  8:14 Ionen Wolkens
2022-01-19 23:53 Ionen Wolkens
2020-12-07 22:58 James Le Cuirot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1741649623.af131822ae008ef048f47e257431e7d605e03d39.chewi@gentoo \
    --to=chewi@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox