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, 11 May 2018 20:39:18
Message-Id: 1526071140.24f2a6295efb423e183d021e7fae3db65333eb28.chewi@gentoo
1 commit: 24f2a6295efb423e183d021e7fae3db65333eb28
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri May 11 12:51:17 2018 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Fri May 11 20:39:00 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24f2a629
7
8 games-util/xboxdrv: use HTTPS
9
10 games-util/xboxdrv/xboxdrv-0.8.8.ebuild | 6 +++---
11 1 file changed, 3 insertions(+), 3 deletions(-)
12
13 diff --git a/games-util/xboxdrv/xboxdrv-0.8.8.ebuild b/games-util/xboxdrv/xboxdrv-0.8.8.ebuild
14 index ba30a6e3418..a9324ad2dff 100644
15 --- a/games-util/xboxdrv/xboxdrv-0.8.8.ebuild
16 +++ b/games-util/xboxdrv/xboxdrv-0.8.8.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2017 Gentoo Foundation
19 +# Copyright 1999-2018 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=6
23 @@ -6,8 +6,8 @@ inherit linux-info scons-utils toolchain-funcs systemd udev
24
25 MY_P=${PN}-linux-${PV}
26 DESCRIPTION="Userspace Xbox 360 Controller driver"
27 -HOMEPAGE="http://pingus.seul.org/~grumbel/xboxdrv/"
28 -SRC_URI="http://pingus.seul.org/~grumbel/xboxdrv/${MY_P}.tar.bz2"
29 +HOMEPAGE="https://pingus.seul.org/~grumbel/xboxdrv/"
30 +SRC_URI="https://pingus.seul.org/~grumbel/xboxdrv/${MY_P}.tar.bz2"
31
32 LICENSE="GPL-3"
33 SLOT="0"