* [gentoo-commits] repo/gentoo:master commit in: games-util/game-device-udev-rules/, games-util/game-device-udev-rules/files/
@ 2020-12-09 21:52 James Le Cuirot
0 siblings, 0 replies; 2+ messages in thread
From: James Le Cuirot @ 2020-12-09 21:52 UTC (permalink / raw
To: gentoo-commits
commit: 585a35093a7b897b9cd4f93a0e189cdf459c8bfb
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 9 21:52:09 2020 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Wed Dec 9 21:52:09 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=585a3509
games-util/game-device-udev-rules: Bump to 20201209
Syncs with steam-devices and adds the Google Stadia Controller.
Package-Manager: Portage-3.0.12, Repoman-3.0.1
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
games-util/game-device-udev-rules/Manifest | 2 +-
.../game-device-udev-rules/files/60-game-input-20201121.rules | 3 ---
.../game-device-udev-rules/files/60-game-input-20201209.rules | 6 ++++++
...rules-20201121.ebuild => game-device-udev-rules-20201209.ebuild} | 2 +-
4 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/games-util/game-device-udev-rules/Manifest b/games-util/game-device-udev-rules/Manifest
index 0ee19b7cf45..7acd4da6b56 100644
--- a/games-util/game-device-udev-rules/Manifest
+++ b/games-util/game-device-udev-rules/Manifest
@@ -1 +1 @@
-DIST steam-devices-442b412ae2c1e20d6aa09f04f0245f9281788a71.tar.gz 2132 BLAKE2B ee8b22d5d29886f4dff126af6f54487212b8758afe4fc4b080ccccccbbc7d7893cee05612386f72cccd7050d415fc07b5fb8c9e4ca19b115304970c4934d1df7 SHA512 efc5359aa9b2015092df1c06079790739d11c955478aa91fc08d077ad51df9cc1be5ec6bc8596a68501fc987ba1993d66af2482a444df42f62b88142d50e660c
+DIST steam-devices-3f9f151f8bb3caed0bee9e68d421562166605fd9.tar.gz 2149 BLAKE2B ac5d242649f77e1fce2facde990872abf98d51cfe353f1ff202e577cf01f917d49aaec292d74f495cddb5e6e8e5eceb21526131fbb65178efba80ed211fd9329 SHA512 c2f60a7e3a6ca6a122707914787bf12a11cc2fa4b70195446edf24b6ea2510569dfb12113116169d98438d8be1dedab6f828e3ca28ce52c4673fb693deb9603d
diff --git a/games-util/game-device-udev-rules/files/60-game-input-20201121.rules b/games-util/game-device-udev-rules/files/60-game-input-20201121.rules
deleted file mode 100644
index 04a6ce41f4a..00000000000
--- a/games-util/game-device-udev-rules/files/60-game-input-20201121.rules
+++ /dev/null
@@ -1,3 +0,0 @@
-
-# Thrustmaster T-Wireless
-KERNEL=="hidraw*", ATTRS{idVendor}=="044f", ATTRS{idProduct}=="d007", TAG+="uaccess"
diff --git a/games-util/game-device-udev-rules/files/60-game-input-20201209.rules b/games-util/game-device-udev-rules/files/60-game-input-20201209.rules
new file mode 100644
index 00000000000..be2c499891a
--- /dev/null
+++ b/games-util/game-device-udev-rules/files/60-game-input-20201209.rules
@@ -0,0 +1,6 @@
+
+# Thrustmaster T-Wireless
+KERNEL=="hidraw*", ATTRS{idVendor}=="044f", ATTRS{idProduct}=="d007", TAG+="uaccess"
+
+# Google Stadia Controller
+KERNEL=="hidraw*", ATTRS{idVendor}=="18d1", ATTRS{idProduct}=="9400", TAG+="uaccess"
diff --git a/games-util/game-device-udev-rules/game-device-udev-rules-20201121.ebuild b/games-util/game-device-udev-rules/game-device-udev-rules-20201209.ebuild
similarity index 97%
rename from games-util/game-device-udev-rules/game-device-udev-rules-20201121.ebuild
rename to games-util/game-device-udev-rules/game-device-udev-rules-20201209.ebuild
index 4b228d828cc..986e181fec3 100644
--- a/games-util/game-device-udev-rules/game-device-udev-rules-20201121.ebuild
+++ b/games-util/game-device-udev-rules/game-device-udev-rules-20201209.ebuild
@@ -9,7 +9,7 @@ inherit udev
# also has its own rules and more may be added later so we version it
# independently.
-STEAM_COMMIT="442b412ae2c1e20d6aa09f04f0245f9281788a71"
+STEAM_COMMIT="3f9f151f8bb3caed0bee9e68d421562166605fd9"
MY_P="steam-devices-${STEAM_COMMIT}"
DESCRIPTION="udev rules for various game hardware devices"
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-util/game-device-udev-rules/, games-util/game-device-udev-rules/files/
@ 2022-03-13 22:45 James Le Cuirot
0 siblings, 0 replies; 2+ messages in thread
From: James Le Cuirot @ 2022-03-13 22:45 UTC (permalink / raw
To: gentoo-commits
commit: 9bab6f5f4634819c777340255b73f5333ab9e928
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 13 22:44:49 2022 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Mar 13 22:44:49 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bab6f5f
games-util/game-device-udev-rules: Bump to 20220311, drop old 20201228, EAPI 8
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
games-util/game-device-udev-rules/Manifest | 2 +-
.../{60-game-input-20201228.rules => 60-game-input-20220311.rules} | 0
...rules-20201228.ebuild => game-device-udev-rules-20220311.ebuild} | 6 +++---
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/games-util/game-device-udev-rules/Manifest b/games-util/game-device-udev-rules/Manifest
index 1b546c1d201e..2bd07d900f78 100644
--- a/games-util/game-device-udev-rules/Manifest
+++ b/games-util/game-device-udev-rules/Manifest
@@ -1 +1 @@
-DIST steam-devices-ebc0f6a9e30bc0db2344df298c061c2c3b01776f.tar.gz 2171 BLAKE2B 01ef2371b13eca38419f90e4d1918370b6f2bdcb40264372e7cc1f8e858d7f5c9149f001c750a53f4c4435cf286fca1ab9f8869e5855eefbdb4d89acc95bb5c2 SHA512 08f2f411e8499469de747145bb159dd97c846a6329cf7aabe3445333fa8c9570c7de52d96c3e63d7e065464b9e4bbe2917a1a4a4f44a19454d3d707d524592f9
+DIST steam-devices-d87ef558408c5e7a1a793d738db4c9dc2cb5f8fa.tar.gz 2305 BLAKE2B 677cec02dfa1899b9bad9440a5810175b731234db271413c2027a5a1a81dbdaa8c5ccd922478c07304262d5c3bf16891875dcdab08341720b97953035d5ae93d SHA512 54a0a9f293ca03c01c5f3609c08e9e8cc1273a034b1164399623c55ec994414ecacff04d049bc4195da5f0601bb17de52c9e1770a0161caac9bb4b74d921b35b
diff --git a/games-util/game-device-udev-rules/files/60-game-input-20201228.rules b/games-util/game-device-udev-rules/files/60-game-input-20220311.rules
similarity index 100%
rename from games-util/game-device-udev-rules/files/60-game-input-20201228.rules
rename to games-util/game-device-udev-rules/files/60-game-input-20220311.rules
diff --git a/games-util/game-device-udev-rules/game-device-udev-rules-20201228.ebuild b/games-util/game-device-udev-rules/game-device-udev-rules-20220311.ebuild
similarity index 94%
rename from games-util/game-device-udev-rules/game-device-udev-rules-20201228.ebuild
rename to games-util/game-device-udev-rules/game-device-udev-rules-20220311.ebuild
index a050aac120d1..c846172a90d0 100644
--- a/games-util/game-device-udev-rules/game-device-udev-rules-20201228.ebuild
+++ b/games-util/game-device-udev-rules/game-device-udev-rules-20220311.ebuild
@@ -1,7 +1,7 @@
-# Copyright 2020-2021 Gentoo Authors
+# Copyright 2020-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit udev
@@ -9,7 +9,7 @@ inherit udev
# also has its own rules and more may be added later so we version it
# independently.
-STEAM_COMMIT="ebc0f6a9e30bc0db2344df298c061c2c3b01776f"
+STEAM_COMMIT="d87ef558408c5e7a1a793d738db4c9dc2cb5f8fa"
MY_P="steam-devices-${STEAM_COMMIT}"
DESCRIPTION="udev rules for various game hardware devices"
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-03-13 22:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-13 22:45 [gentoo-commits] repo/gentoo:master commit in: games-util/game-device-udev-rules/, games-util/game-device-udev-rules/files/ James Le Cuirot
-- strict thread matches above, loose matches on Subject: below --
2020-12-09 21:52 James Le Cuirot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox