commit:     cfcc1265854507cd6a0311cdeb8dfd6959a1b153
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  8 23:48:24 2016 +0000
Commit:     Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Wed Sep 14 17:26:33 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfcc1265

games-board/chessx: remove deprecated games eclass

Also update to EAPI 6

Gentoo-Bug: https://bugs.gentoo.org/574082

Package-Manager: portage-2.3.0

 games-board/chessx/chessx-1.4.0-r1.ebuild | 42 +++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)

diff --git a/games-board/chessx/chessx-1.4.0-r1.ebuild 
b/games-board/chessx/chessx-1.4.0-r1.ebuild
new file mode 100644
index 00000000..5c34a63
--- /dev/null
+++ b/games-board/chessx/chessx-1.4.0-r1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit eutils qmake-utils
+
+DESCRIPTION="Qt5-based Chess Database Utility"
+HOMEPAGE="http://chessx.sourceforge.net/";
+SRC_URI="https://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/qtgui:5
+       dev-qt/qtmultimedia:5
+       dev-qt/qtnetwork:5
+       dev-qt/qtprintsupport:5
+       dev-qt/qtsvg:5
+       dev-qt/qtwidgets:5
+       dev-qt/qtxml:5
+       sys-libs/zlib"
+DEPEND="${RDEPEND}
+       dev-qt/linguist-tools:5"
+
+PATCHES=(
+       "${FILESDIR}"/${P}-zlib.patch
+)
+
+src_configure() {
+       eqmake5
+}
+
+src_install() {
+       dobin release/${PN}
+       dodoc ChangeLog TODO
+       doicon data/images/${PN}.png
+       domenu unix/chessx.desktop
+}

Reply via email to