Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/stockfish/
Date: Mon, 11 Jun 2018 16:28:21
Message-Id: 1528734486.3d85b892400fdf438fc89362dc73ba3433f3776c.bman@gentoo
1 commit: 3d85b892400fdf438fc89362dc73ba3433f3776c
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Jun 9 19:42:41 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 11 16:28:06 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d85b892
7
8 games-board/stockfish: use HTTPs
9
10 games-board/stockfish/stockfish-8.ebuild | 4 ++--
11 games-board/stockfish/stockfish-9.ebuild | 2 +-
12 2 files changed, 3 insertions(+), 3 deletions(-)
13
14 diff --git a/games-board/stockfish/stockfish-8.ebuild b/games-board/stockfish/stockfish-8.ebuild
15 index 857f59d3875..c908d406a8c 100644
16 --- a/games-board/stockfish/stockfish-8.ebuild
17 +++ b/games-board/stockfish/stockfish-8.ebuild
18 @@ -1,4 +1,4 @@
19 -# Copyright 1999-2017 Gentoo Foundation
20 +# Copyright 1999-2018 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=6
24 @@ -6,7 +6,7 @@ EAPI=6
25 inherit toolchain-funcs
26
27 DESCRIPTION="Free UCI chess engine, claimed to be the strongest in the world"
28 -HOMEPAGE="http://stockfishchess.org/"
29 +HOMEPAGE="https://stockfishchess.org/"
30
31 SRC_URI="https://stockfish.s3.amazonaws.com/${P}-src.zip"
32 LICENSE="GPL-3"
33
34 diff --git a/games-board/stockfish/stockfish-9.ebuild b/games-board/stockfish/stockfish-9.ebuild
35 index da7db78dbf0..dc5c8779f35 100644
36 --- a/games-board/stockfish/stockfish-9.ebuild
37 +++ b/games-board/stockfish/stockfish-9.ebuild
38 @@ -6,7 +6,7 @@ EAPI=6
39 inherit toolchain-funcs
40
41 DESCRIPTION="Free UCI chess engine, claimed to be the strongest in the world"
42 -HOMEPAGE="http://stockfishchess.org/"
43 +HOMEPAGE="https://stockfishchess.org/"
44
45 SRC_URI="https://stockfish.s3.amazonaws.com/${P}-src.zip"
46 LICENSE="GPL-3"