Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 709784 - games-board/stockfish-11 version bump
Summary: games-board/stockfish-11 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Matthias Maier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-02-16 09:53 UTC by Sleepy Mario
Modified: 2020-02-28 01:17 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sleepy Mario 2020-02-16 09:53:42 UTC
Version 11 has been out for a little while now. Thanks for your work.
Comment 1 Francesco Riosa 2020-02-27 19:18:39 UTC
--- 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
Comment 2 Matthias Maier gentoo-dev 2020-02-28 01:08:17 UTC
Thanks!
Comment 3 Larry the Git Cow gentoo-dev 2020-02-28 01:17:06 UTC
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(+)