Install this version:
emerge -a =games-board/gnuchess-book-1.02
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =games-board/gnuchess-book-1.02
Or alternatively:
emerge --autounmask-write -a =games-board/gnuchess-book-1.02
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Opening book for gnuchess"
HOMEPAGE="https://www.gnu.org/software/chess/chess.html"
SRC_URI="mirror://gnu/chess/book_${PV}.pgn.gz"
S="${WORKDIR}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
RESTRICT="userpriv" # bug #112898
BDEPEND=">=games-board/gnuchess-6.2.3"
RDEPEND="${BDEPEND}"
src_compile() {
gnuchess --addbook=book_${PV}.pgn || die
}
src_install() {
insinto /usr/share/gnuchess
doins book.bin
}
| Mirror Name | URLs |
|---|---|
| gnu |
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | book_1.02.pgn.gz | 26265281 bytes | mirror://gnu/chess/book_1.02.pgn.gz |