Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/xboxdrv/
Date: Fri, 18 Jan 2019 22:00:01
Message-Id: 1547848778.900515f23f4d28575159f549334121ec3bde2bb8.chewi@gentoo
1 commit: 900515f23f4d28575159f549334121ec3bde2bb8
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 18 21:59:38 2019 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 18 21:59:38 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=900515f2
7
8 games-util/xboxdrv: Bump to fix SCons under Python 2
9
10 I didn't realise that the patch to fix Python 3 had broken 2.
11
12 Closes: https://bugs.gentoo.org/675766
13 Package-Manager: Portage-2.3.56, Repoman-2.3.12
14 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
15
16 games-util/xboxdrv/Manifest | 2 +-
17 .../{xboxdrv-0.8.8_p20190116.ebuild => xboxdrv-0.8.8_p20190118.ebuild} | 2 +-
18 2 files changed, 2 insertions(+), 2 deletions(-)
19
20 diff --git a/games-util/xboxdrv/Manifest b/games-util/xboxdrv/Manifest
21 index 22664cac47a..3e0cab33172 100644
22 --- a/games-util/xboxdrv/Manifest
23 +++ b/games-util/xboxdrv/Manifest
24 @@ -1 +1 @@
25 -DIST xboxdrv-0.8.8_p20190116.tar.gz 322469 BLAKE2B 8827cafb98235f7ad9d83204c808eb6bc25fdfd48321050ab79b561fc6a1a3b628e4bd667f7f1be511420514ef7906efc803db4f50130c393d7fa3cb498fed26 SHA512 3f9f8346a5a8486fb9f1af3e27a947e37c73ceab8f433639adf890144844f4fb6d005da3c4c6c1abf0a1550b71aba8b89001f58965d67fdc21e5f41e50a21436
26 +DIST xboxdrv-0.8.8_p20190118.tar.gz 322541 BLAKE2B ffa1021f974414ab9efebccf89e8be9137647ba7e1adf3bc9dad3b17b362b340f087fdac42c9b91a29a4cfe13295df6d3861fe953d9f96e80df08d4a6b1ce754 SHA512 ede650090c67642dc4729acc37630ae807f354d76f9bf31e23357668b6ae2b8d0261d2cf6e33090ab2120083b0664332dab22f1ed682bcdcbf1cac88b97e67af
27
28 diff --git a/games-util/xboxdrv/xboxdrv-0.8.8_p20190116.ebuild b/games-util/xboxdrv/xboxdrv-0.8.8_p20190118.ebuild
29 similarity index 96%
30 rename from games-util/xboxdrv/xboxdrv-0.8.8_p20190116.ebuild
31 rename to games-util/xboxdrv/xboxdrv-0.8.8_p20190118.ebuild
32 index 386182c312b..e72f053eabf 100644
33 --- a/games-util/xboxdrv/xboxdrv-0.8.8_p20190116.ebuild
34 +++ b/games-util/xboxdrv/xboxdrv-0.8.8_p20190118.ebuild
35 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_6 )
36
37 inherit linux-info python-any-r1 scons-utils toolchain-funcs systemd udev
38
39 -COMMIT="0c0143b59b0fd9718af4968992c96b6b6b2a2557"
40 +COMMIT="6e5e8a57628095d8d0c8bbb38187afb0f3a42112"
41 DESCRIPTION="Userspace Xbox 360 Controller driver"
42 HOMEPAGE="https://xboxdrv.gitlab.io"
43 SRC_URI="https://github.com/chewi/xboxdrv/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"