From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 89C62138262 for ; Mon, 16 May 2016 19:23:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59A6923400F; Mon, 16 May 2016 19:23:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E49C523400F for ; Mon, 16 May 2016 19:23:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5A710340890 for ; Mon, 16 May 2016 19:23:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 67DE687B for ; Mon, 16 May 2016 19:23:41 +0000 (UTC) From: "Michael Sterrett" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Sterrett" Message-ID: <1463426607.e74a4d3c37a99f2743e2b59a71725fef40f5ebc7.mr_bones_@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/chessx/, games-board/chessx/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-board/chessx/Manifest games-board/chessx/chessx-1.4.0.ebuild games-board/chessx/files/chessx-1.4.0-zlib.patch X-VCS-Directories: games-board/chessx/ games-board/chessx/files/ X-VCS-Committer: mr_bones_ X-VCS-Committer-Name: Michael Sterrett X-VCS-Revision: e74a4d3c37a99f2743e2b59a71725fef40f5ebc7 X-VCS-Branch: master Date: Mon, 16 May 2016 19:23:41 +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: d8586422-60a1-4860-ad6f-ded48e22a653 X-Archives-Hash: 29b61263bea63375891a6240f7758032 commit: e74a4d3c37a99f2743e2b59a71725fef40f5ebc7 Author: Michael Sterrett gentoo org> AuthorDate: Mon May 16 19:23:10 2016 +0000 Commit: Michael Sterrett gentoo org> CommitDate: Mon May 16 19:23:27 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e74a4d3c games-board/chessx: version bump Package-Manager: portage-2.2.28 games-board/chessx/Manifest | 1 + games-board/chessx/chessx-1.4.0.ebuild | 42 ++++++++++++++++++++++++ games-board/chessx/files/chessx-1.4.0-zlib.patch | 35 ++++++++++++++++++++ 3 files changed, 78 insertions(+) diff --git a/games-board/chessx/Manifest b/games-board/chessx/Manifest index b9ac417..0b05449 100644 --- a/games-board/chessx/Manifest +++ b/games-board/chessx/Manifest @@ -1 +1,2 @@ DIST chessx-1.3.2.tgz 4107133 SHA256 b136cf56d37d34867cdb9538176e1703b14f61b3384885b6f100580d0af0a3ff SHA512 a8047b240e793323876615c9d83711a2b28a3855f4e0be9a1823d6a86f9d5155d001c9e44c9ddc2d2da5b87d6c4f2583cfcb49ed96aa7341dca2dceaec6f4e8f WHIRLPOOL 2fcc8dc2f89457b4a7f55cadf70e6b0c4267215e916f0acbaf85135c5240bc34bce207f4e697be7a69c3f0bcab721d0c12c15f4bf07841fc0dcf65e0ce16fefd +DIST chessx-1.4.0.tgz 4128967 SHA256 e4287235904810a0a1b2cdec3dc33fbc30aa0657c7b7343bd2130bd9626220f4 SHA512 24e3fc60cdddb8a0136f96d6aa07d92e443264ade513be88a8c2eeb2717e04739a9b5963a3536a77aa499a1288c6cd9b8dddb312aae3087979d740f8528ec855 WHIRLPOOL 50cc7b6e6f0aad1dfa12b866171a4e7ce526bc54c77b4b950ab1755d63b584d29def87cef1bab341436f57e8c6818d14181ca5a91d6d050aa33415212028061e diff --git a/games-board/chessx/chessx-1.4.0.ebuild b/games-board/chessx/chessx-1.4.0.ebuild new file mode 100644 index 0000000..ad3f6f2 --- /dev/null +++ b/games-board/chessx/chessx-1.4.0.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit eutils qmake-utils games + +DESCRIPTION="Qt5-based Chess Database Utility" +HOMEPAGE="http://chessx.sourceforge.net/" +SRC_URI="http://sourceforge.net/projects/chessx/files/chessx/${PV}/${P}.tgz" + +LICENSE="GPL-2+ LGPL-2+ LGPL-2.1+ ZLIB" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-qt/qtprintsupport:5 + dev-qt/qtsvg:5 + dev-qt/qtgui:5 + dev-qt/qtnetwork:5 + dev-qt/qtwidgets:5 + dev-qt/qtmultimedia:5 + dev-qt/qtxml:5 + sys-libs/zlib" +DEPEND="${RDEPEND} + dev-qt/linguist-tools:5" + +src_prepare() { + epatch "${FILESDIR}"/${P}-zlib.patch +} + +src_configure() { + eqmake5 +} + +src_install() { + dogamesbin release/${PN} + dodoc ChangeLog TODO + doicon data/images/${PN}.png + domenu unix/chessx.desktop + prepgamesdirs +} diff --git a/games-board/chessx/files/chessx-1.4.0-zlib.patch b/games-board/chessx/files/chessx-1.4.0-zlib.patch new file mode 100644 index 0000000..36d685d --- /dev/null +++ b/games-board/chessx/files/chessx-1.4.0-zlib.patch @@ -0,0 +1,35 @@ +--- chessx-1.2.2/src/quazip/ioapi.h ++++ chessx-1.2.2-patched/src/quazip/ioapi.h +@@ -1,3 +1,4 @@ ++#define OF(x) x + /* ioapi.h -- IO base function header for compress/uncompress .zip + files using zlib + zip or unzip API + +--- chessx-1.2.2/src/quazip/unzip.c ++++ chessx-1.2.2-patched/src/quazip/unzip.c +@@ -1,3 +1,4 @@ ++#define OF(x) x + /* unzip.c -- IO for uncompress .zip files using zlib + Version 1.01e, February 12th, 2005 + +--- chessx-1.2.2/src/quazip/unzip.h ++++ chessx-1.2.2-patched/src/quazip/unzip.h +@@ -1,3 +1,4 @@ ++#define OF(x) x + /* unzip.h -- IO for uncompress .zip files using zlib + Version 1.01e, February 12th, 2005 + +--- chessx-1.2.2/src/quazip/zip.c ++++ chessx-1.2.2-patched/src/quazip/zip.c +@@ -1,3 +1,4 @@ ++#define OF(x) x + /* zip.c -- IO on .zip files using zlib + Version 1.01e, February 12th, 2005 + +--- chessx-1.2.2/src/quazip/zip.h ++++ chessx-1.2.2-patched/src/quazip/zip.h +@@ -1,3 +1,4 @@ ++#define OF(x) x + /* zip.h -- IO for compress .zip files using zlib + Version 1.01e, February 12th, 2005 +