Version 11 has been out for a little while now. Thanks for your work.
--- stockfish-10.ebuild 2020-02-26 18:12:09.896789053 -0000 +++ stockfish-11.ebuild 2020-02-27 19:13:59.190569350 -0000 @@ -8,7 +8,7 @@ DESCRIPTION="Free UCI chess engine, claimed to be the strongest in the world" HOMEPAGE="https://stockfishchess.org/" -SRC_URI="https://stockfish.s3.amazonaws.com/${P}-src.zip" +SRC_URI="https://github.com/official-stockfish/Stockfish/archive/sf_${PV}.zip -> ${P}-sr c.zip" LICENSE="GPL-3" SLOT="0" KEYWORDS="amd64 x86" @@ -18,7 +18,7 @@ DEPEND="|| ( app-arch/unzip app-arch/zip )" RDEPEND="" -S="${WORKDIR}/src" +S="${WORKDIR}/Stockfish-sf_${PV}/src" src_prepare() { default
Thanks!
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3629f5638ac3db3b78cba39c05250882fad2746 commit e3629f5638ac3db3b78cba39c05250882fad2746 Author: Matthias Maier <tamiko@gentoo.org> AuthorDate: 2020-02-28 01:09:35 +0000 Commit: Matthias Maier <tamiko@gentoo.org> CommitDate: 2020-02-28 01:16:51 +0000 games-board/stockfish: version bump to 11 Closes: https://bugs.gentoo.org/709784 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Matthias Maier <tamiko@gentoo.org> games-board/stockfish/Manifest | 1 + games-board/stockfish/stockfish-11.ebuild | 69 +++++++++++++++++++++++++++++++ 2 files changed, 70 insertions(+)