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 625921382C5 for ; Fri, 11 May 2018 20:39:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2BEC9E09CE; Fri, 11 May 2018 20:39:13 +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 0BE2EE09CD for ; Fri, 11 May 2018 20:39:13 +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 4DB07335C7D for ; Fri, 11 May 2018 20:39:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2288D2A8 for ; Fri, 11 May 2018 20:39:09 +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: <1526071140.24f2a6295efb423e183d021e7fae3db65333eb28.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/xboxdrv/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-util/xboxdrv/xboxdrv-0.8.8.ebuild X-VCS-Directories: games-util/xboxdrv/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 24f2a6295efb423e183d021e7fae3db65333eb28 X-VCS-Branch: master Date: Fri, 11 May 2018 20:39:09 +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-Archives-Salt: a69d0b44-97d3-4893-9539-9e7f36bed98c X-Archives-Hash: 66649e734233291faa7c01ef88e02b98 commit: 24f2a6295efb423e183d021e7fae3db65333eb28 Author: Michael Mair-Keimberger gmail com> AuthorDate: Fri May 11 12:51:17 2018 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Fri May 11 20:39:00 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24f2a629 games-util/xboxdrv: use HTTPS games-util/xboxdrv/xboxdrv-0.8.8.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/games-util/xboxdrv/xboxdrv-0.8.8.ebuild b/games-util/xboxdrv/xboxdrv-0.8.8.ebuild index ba30a6e3418..a9324ad2dff 100644 --- a/games-util/xboxdrv/xboxdrv-0.8.8.ebuild +++ b/games-util/xboxdrv/xboxdrv-0.8.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,8 +6,8 @@ inherit linux-info scons-utils toolchain-funcs systemd udev MY_P=${PN}-linux-${PV} DESCRIPTION="Userspace Xbox 360 Controller driver" -HOMEPAGE="http://pingus.seul.org/~grumbel/xboxdrv/" -SRC_URI="http://pingus.seul.org/~grumbel/xboxdrv/${MY_P}.tar.bz2" +HOMEPAGE="https://pingus.seul.org/~grumbel/xboxdrv/" +SRC_URI="https://pingus.seul.org/~grumbel/xboxdrv/${MY_P}.tar.bz2" LICENSE="GPL-3" SLOT="0"