Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/stockfish/
Date: Fri, 28 Feb 2020 02:00:28
Message-Id: 1582855200.0a7a5cc914d0f6f2cadedc3af23cad8b9bc78e45.tamiko@gentoo
1 commit: 0a7a5cc914d0f6f2cadedc3af23cad8b9bc78e45
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 28 02:00:00 2020 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 28 02:00:00 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a7a5cc9
7
8 games-board/stockfish: use tar.gz instead of zip
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
12
13 games-board/stockfish/Manifest | 2 +-
14 games-board/stockfish/stockfish-11.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/games-board/stockfish/Manifest b/games-board/stockfish/Manifest
18 index b76b0028dbd..a2208e61ea3 100644
19 --- a/games-board/stockfish/Manifest
20 +++ b/games-board/stockfish/Manifest
21 @@ -1,2 +1,2 @@
22 DIST stockfish-10-src.zip 174377 BLAKE2B 58142b16f59f15773c8811d6e10588dbc680c94cd504d26f4ca285dbe632d845ede06571e501a4e2b77adbb9b00d91978236ff179a46a73dc9a03cfa1ae3490c SHA512 959c4f3c497ba3108884dabc38de824f11781ae57b4ab5fdf25daf9a7fc0326e663adb1c081b8c8d57a7bf5f2e941369502a50a0c93135a001c6bd1af360d0f8
23 -DIST stockfish-11.zip 179371 BLAKE2B c58839e8c8f8b9424f93555316c9cddccc8dec8cc29dde52bfd73af0d6c727b3a94eea07db08ebc88b97986b814a3a53e22726cdece0fbdbb54a131cec591d64 SHA512 5291a8200172d37f5a94711aeeb65b11d7a9b9ccc366182c4c6a8b454dd4fad72bf19d1494fe091cb71502288f81ec3c7d0fa16b815af7fc76b2894cb26dc8f4
24 +DIST stockfish-11.tar.gz 145868 BLAKE2B a4b7b523492cb37206f475cc6d7c512be2a626836e15e0cb0e98d43bf1737e569a6be5f2e87c7633c0802b44863130e7bfe47e49e99ec05015f150ff1baa9755 SHA512 3e6035d422d04a47c9fba61f3815f2be645c6c5cc8c57cc6b17f8f1f2a30651da9c51bafc19b17d4a843be1900b00c5b90e3d6fdd2c6ced45be7510feeb3559a
25
26 diff --git a/games-board/stockfish/stockfish-11.ebuild b/games-board/stockfish/stockfish-11.ebuild
27 index c0198fa586c..1b453a18755 100644
28 --- a/games-board/stockfish/stockfish-11.ebuild
29 +++ b/games-board/stockfish/stockfish-11.ebuild
30 @@ -8,7 +8,7 @@ inherit toolchain-funcs
31 DESCRIPTION="Free UCI chess engine, claimed to be the strongest in the world"
32 HOMEPAGE="https://stockfishchess.org/"
33
34 -SRC_URI="https://github.com/official-stockfish/Stockfish/archive/sf_${PV}.zip -> ${P}.zip"
35 +SRC_URI="https://github.com/official-stockfish/Stockfish/archive/sf_${PV}.tar.gz -> ${P}.tar.gz"
36 LICENSE="GPL-3"
37 SLOT="0"
38 KEYWORDS="~amd64 ~x86"