From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1CA62139694 for ; Wed, 26 Jul 2017 13:49:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 644E91FC04F; Wed, 26 Jul 2017 13:49:47 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3DA241FC04F for ; Wed, 26 Jul 2017 13:49:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4EAC73416C1 for ; Wed, 26 Jul 2017 13:49:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E8B32FA for ; Wed, 26 Jul 2017 13:49:45 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1501076753.e187b0e32e72eb11fdcf95b2fa524f5ec6c4b036.sping@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/gnuchess/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-board/gnuchess/Manifest games-board/gnuchess/gnuchess-6.2.5.ebuild X-VCS-Directories: games-board/gnuchess/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: e187b0e32e72eb11fdcf95b2fa524f5ec6c4b036 X-VCS-Branch: master Date: Wed, 26 Jul 2017 13:49:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 513f12d5-2e77-4e52-bece-9aecbed304e4 X-Archives-Hash: d7df8ac79d7b307e5067a96e00af1dbf commit: e187b0e32e72eb11fdcf95b2fa524f5ec6c4b036 Author: Sebastian Pipping gentoo org> AuthorDate: Wed Jul 26 13:45:53 2017 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Wed Jul 26 13:45:53 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e187b0e3 games-board/gnuchess: 6.2.5 Package-Manager: Portage-2.3.6, Repoman-2.3.2 games-board/gnuchess/Manifest | 1 + games-board/gnuchess/gnuchess-6.2.5.ebuild | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/games-board/gnuchess/Manifest b/games-board/gnuchess/Manifest index 1972c43165b..d22f080d14a 100644 --- a/games-board/gnuchess/Manifest +++ b/games-board/gnuchess/Manifest @@ -1 +1,2 @@ DIST gnuchess-6.2.4.tar.gz 757985 SHA256 3c425c0264f253fc5cc2ba969abe667d77703c728770bd4b23c456cbe5e082ef SHA512 53546d3319cd6a7bc70be5cc11c29cf33c71b747de2244a7d8d4aff6b00318ad35ee0e27058b40a265c62ef02c188d2e34cba9bbf439306220796e7332904d42 WHIRLPOOL b4355c0fa4672352b281b5795789eadff3cff4ba3d450977b6c5be148a2c20f29b02c6c6280ff7e9369aeca7d45c6850a61d61013e46c68599d7fbbe9f85254d +DIST gnuchess-6.2.5.tar.gz 782359 SHA256 9a99e963355706cab32099d140b698eda9de164ebce40a5420b1b9772dd04802 SHA512 f3f65a85eb4c93f6f10c7058bde7ee7f4a48c2f465b24a7cc0d5bcafe4df186b434ce23bf8c032d012efffba39c6c3c60ada484ff22d87114ce2be5dd0da6835 WHIRLPOOL c3938a44ec38fe551766a2c7413ab3f9ff28a2d37da2a6184d0097ab437ae0a980a3c4ffab96e4937022f809bc8c6244ca914f20b34085d3fb27b982ed138be8 diff --git a/games-board/gnuchess/gnuchess-6.2.5.ebuild b/games-board/gnuchess/gnuchess-6.2.5.ebuild new file mode 100644 index 00000000000..e368ad19a37 --- /dev/null +++ b/games-board/gnuchess/gnuchess-6.2.5.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit 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 ~ppc64 ~x86" +LICENSE="GPL-3" +SLOT="0" +IUSE="" + +src_configure() { + strip-flags # bug #199097 + econf --without-readline # bug 491088 +}