From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 82BAA138334 for ; Fri, 18 Jan 2019 22:00:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 696E6E09D7; Fri, 18 Jan 2019 22:00:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 48173E09D7 for ; Fri, 18 Jan 2019 22:00:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BA815335C67 for ; Fri, 18 Jan 2019 21:59:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 18B24A8 for ; Fri, 18 Jan 2019 21:59:56 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1547848778.900515f23f4d28575159f549334121ec3bde2bb8.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/xboxdrv/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-util/xboxdrv/Manifest games-util/xboxdrv/xboxdrv-0.8.8_p20190116.ebuild games-util/xboxdrv/xboxdrv-0.8.8_p20190118.ebuild X-VCS-Directories: games-util/xboxdrv/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 900515f23f4d28575159f549334121ec3bde2bb8 X-VCS-Branch: master Date: Fri, 18 Jan 2019 21:59:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6ac84271-13d1-4f1c-81bc-9c4d43a2882e X-Archives-Hash: 1f2b3bf521aa2afdbc7863918887c25f commit: 900515f23f4d28575159f549334121ec3bde2bb8 Author: James Le Cuirot gentoo org> AuthorDate: Fri Jan 18 21:59:38 2019 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Fri Jan 18 21:59:38 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=900515f2 games-util/xboxdrv: Bump to fix SCons under Python 2 I didn't realise that the patch to fix Python 3 had broken 2. Closes: https://bugs.gentoo.org/675766 Package-Manager: Portage-2.3.56, Repoman-2.3.12 Signed-off-by: James Le Cuirot gentoo.org> games-util/xboxdrv/Manifest | 2 +- .../{xboxdrv-0.8.8_p20190116.ebuild => xboxdrv-0.8.8_p20190118.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/games-util/xboxdrv/Manifest b/games-util/xboxdrv/Manifest index 22664cac47a..3e0cab33172 100644 --- a/games-util/xboxdrv/Manifest +++ b/games-util/xboxdrv/Manifest @@ -1 +1 @@ -DIST xboxdrv-0.8.8_p20190116.tar.gz 322469 BLAKE2B 8827cafb98235f7ad9d83204c808eb6bc25fdfd48321050ab79b561fc6a1a3b628e4bd667f7f1be511420514ef7906efc803db4f50130c393d7fa3cb498fed26 SHA512 3f9f8346a5a8486fb9f1af3e27a947e37c73ceab8f433639adf890144844f4fb6d005da3c4c6c1abf0a1550b71aba8b89001f58965d67fdc21e5f41e50a21436 +DIST xboxdrv-0.8.8_p20190118.tar.gz 322541 BLAKE2B ffa1021f974414ab9efebccf89e8be9137647ba7e1adf3bc9dad3b17b362b340f087fdac42c9b91a29a4cfe13295df6d3861fe953d9f96e80df08d4a6b1ce754 SHA512 ede650090c67642dc4729acc37630ae807f354d76f9bf31e23357668b6ae2b8d0261d2cf6e33090ab2120083b0664332dab22f1ed682bcdcbf1cac88b97e67af diff --git a/games-util/xboxdrv/xboxdrv-0.8.8_p20190116.ebuild b/games-util/xboxdrv/xboxdrv-0.8.8_p20190118.ebuild similarity index 96% rename from games-util/xboxdrv/xboxdrv-0.8.8_p20190116.ebuild rename to games-util/xboxdrv/xboxdrv-0.8.8_p20190118.ebuild index 386182c312b..e72f053eabf 100644 --- a/games-util/xboxdrv/xboxdrv-0.8.8_p20190116.ebuild +++ b/games-util/xboxdrv/xboxdrv-0.8.8_p20190118.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_6 ) inherit linux-info python-any-r1 scons-utils toolchain-funcs systemd udev -COMMIT="0c0143b59b0fd9718af4968992c96b6b6b2a2557" +COMMIT="6e5e8a57628095d8d0c8bbb38187afb0f3a42112" DESCRIPTION="Userspace Xbox 360 Controller driver" HOMEPAGE="https://xboxdrv.gitlab.io" SRC_URI="https://github.com/chewi/xboxdrv/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"