forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Package-Manager: portage-2.3.2
- Loading branch information
Showing
2 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
DIST gnuchess-6.2.2.tar.gz 747054 SHA256 7776c114eeb5889dea69dc4715a3622ec57f65efab667987e7d7183cc05381a8 SHA512 3b9bbf8999301a867f6b0e277ee01240472553d4e6dd43b9c479558b3bba687ebaa188f23cc8dbcb8656ddbd5c9511d89cf68ae717c55824f0c797460c4ab101 WHIRLPOOL 454ee7ec902ffd342142d9d04ccb6cf0d4f6bfcd2575b039d39adb78c0b016b8971609016754704750edbc13b2ec962639cf306c27ca460ffaa8009764686eee | ||
DIST gnuchess-6.2.3.tar.gz 757846 SHA256 78999176b2f2b5e0325bcc69749b7b2cefb7b1ef4f02d101fa77ae24a1b31b82 SHA512 a5e65fedc8459356e0e0b4dc4438f068bc0239d368138a716365a436e34def97e9f85005219b54e8feb644d42375a1eafde01386c793c43e3c42548eb8c06231 WHIRLPOOL 0fb713e454dcc50aa1ab6bb7e5ac0d01f902d81abfa0413301b059a6386c4cfd3b79a7373b140e46c4b5f6e4c635115f844efcf24c004d8b6d6b447e70c7f753 | ||
DIST gnuchess-6.2.4.tar.gz 757985 SHA256 3c425c0264f253fc5cc2ba969abe667d77703c728770bd4b23c456cbe5e082ef SHA512 53546d3319cd6a7bc70be5cc11c29cf33c71b747de2244a7d8d4aff6b00318ad35ee0e27058b40a265c62ef02c188d2e34cba9bbf439306220796e7332904d42 WHIRLPOOL b4355c0fa4672352b281b5795789eadff3cff4ba3d450977b6c5be148a2c20f29b02c6c6280ff7e9369aeca7d45c6850a61d61013e46c68599d7fbbe9f85254d |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Copyright 1999-2016 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=5 | ||
inherit eutils flag-o-matic | ||
|
||
DESCRIPTION="Console based chess interface" | ||
HOMEPAGE="https://www.gnu.org/software/chess/chess.html" | ||
SRC_URI="mirror://gnu/chess/${P}.tar.gz" | ||
|
||
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" | ||
LICENSE="GPL-3" | ||
SLOT="0" | ||
IUSE="" | ||
|
||
src_configure() { | ||
strip-flags # bug #199097 | ||
econf --without-readline # bug 491088 | ||
} |