summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-02-20 18:20:53 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2021-02-23 20:52:26 +0100
commit078ceb702481b6b8ac297345aa433ad031975fb4 (patch)
tree1f97d8040699b581631eb97afce6af7217562ac7 /games-board/chessx
parentgames-board/chessx: Support build with >=dev-libs/quazip-1.0 (diff)
downloadgentoo-078ceb702481b6b8ac297345aa433ad031975fb4.tar.gz
gentoo-078ceb702481b6b8ac297345aa433ad031975fb4.tar.bz2
gentoo-078ceb702481b6b8ac297345aa433ad031975fb4.zip
games-board/chessx: Drop 1.5.4-r2
Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'games-board/chessx')
-rw-r--r--games-board/chessx/chessx-1.5.4-r2.ebuild58
1 files changed, 0 insertions, 58 deletions
diff --git a/games-board/chessx/chessx-1.5.4-r2.ebuild b/games-board/chessx/chessx-1.5.4-r2.ebuild
deleted file mode 100644
index 4e6ee73c8796..000000000000
--- a/games-board/chessx/chessx-1.5.4-r2.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop qmake-utils xdg
-
-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-libs/quazip-0.9.1:0
- dev-qt/qtcore:5
- dev-qt/qtgui:5
- dev-qt/qtmultimedia:5
- dev-qt/qtnetwork:5
- dev-qt/qtprintsupport:5
- dev-qt/qtspeech:5
- dev-qt/qtsvg:5
- dev-qt/qtwidgets:5
- dev-qt/qtxml:5
- sys-libs/zlib
-"
-DEPEND="${RDEPEND}
- dev-qt/qtconcurrent:5
-"
-BDEPEND="
- dev-qt/linguist-tools:5
- virtual/pkgconfig
-"
-
-PATCHES=(
- "${FILESDIR}"/${P}-system-quazip.patch
- "${FILESDIR}"/${P}-missing-translations.patch
- "${FILESDIR}"/${P}-install.patch
-)
-
-src_prepare() {
- default
- if has_version "<dev-libs/quazip-1.0"; then
- sed -e "/^PKGCONFIG/s/quazip/quazip1-qt5/" -i chessx.pro || die
- fi
-}
-
-src_configure() {
- eqmake5
-}
-
-src_install() {
- emake INSTALL_ROOT="${D}" install
- einstalldocs
-}