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 18CD2138334 for ; Mon, 11 Jun 2018 16:28:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5FC9E08A5; Mon, 11 Jun 2018 16:28:18 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 B68B3E08A5 for ; Mon, 11 Jun 2018 16:28:18 +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 5CA46335C9C for ; Mon, 11 Jun 2018 16:28:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 35ADB2D9 for ; Mon, 11 Jun 2018 16:28:14 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1528734486.3d85b892400fdf438fc89362dc73ba3433f3776c.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/stockfish/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-board/stockfish/stockfish-8.ebuild games-board/stockfish/stockfish-9.ebuild X-VCS-Directories: games-board/stockfish/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 3d85b892400fdf438fc89362dc73ba3433f3776c X-VCS-Branch: master Date: Mon, 11 Jun 2018 16:28:14 +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: a874c31b-4c50-4a80-9aee-636f7395fbce X-Archives-Hash: 84a5fc8e2fbdfc18feeedc9d2d2ea5c0 commit: 3d85b892400fdf438fc89362dc73ba3433f3776c Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat Jun 9 19:42:41 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Mon Jun 11 16:28:06 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d85b892 games-board/stockfish: use HTTPs games-board/stockfish/stockfish-8.ebuild | 4 ++-- games-board/stockfish/stockfish-9.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/games-board/stockfish/stockfish-8.ebuild b/games-board/stockfish/stockfish-8.ebuild index 857f59d3875..c908d406a8c 100644 --- a/games-board/stockfish/stockfish-8.ebuild +++ b/games-board/stockfish/stockfish-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,7 +6,7 @@ EAPI=6 inherit toolchain-funcs DESCRIPTION="Free UCI chess engine, claimed to be the strongest in the world" -HOMEPAGE="http://stockfishchess.org/" +HOMEPAGE="https://stockfishchess.org/" SRC_URI="https://stockfish.s3.amazonaws.com/${P}-src.zip" LICENSE="GPL-3" diff --git a/games-board/stockfish/stockfish-9.ebuild b/games-board/stockfish/stockfish-9.ebuild index da7db78dbf0..dc5c8779f35 100644 --- a/games-board/stockfish/stockfish-9.ebuild +++ b/games-board/stockfish/stockfish-9.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit toolchain-funcs DESCRIPTION="Free UCI chess engine, claimed to be the strongest in the world" -HOMEPAGE="http://stockfishchess.org/" +HOMEPAGE="https://stockfishchess.org/" SRC_URI="https://stockfish.s3.amazonaws.com/${P}-src.zip" LICENSE="GPL-3"