summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-09-10 01:28:42 +0100
committerSam James <sam@gentoo.org>2022-09-10 01:28:42 +0100
commit0ef7cbed351fa8e32092370cc3dad5fbfdd78977 (patch)
tree3cc95048cea7a8fad680c8f3645f6a1690d11fe4 /sci-geosciences/qmapshack/qmapshack-1.16.0.ebuild
parentsci-electronics/librepcb: revbump for quazip USE-dep change (diff)
downloadgentoo-0ef7cbed351fa8e32092370cc3dad5fbfdd78977.tar.gz
gentoo-0ef7cbed351fa8e32092370cc3dad5fbfdd78977.tar.bz2
gentoo-0ef7cbed351fa8e32092370cc3dad5fbfdd78977.zip
sci-geosciences/qmapshack: revbump for quazip USE-dep change
Fixes: 07fc825e94d464387e4656fa34d39a4096b5b613 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-geosciences/qmapshack/qmapshack-1.16.0.ebuild')
-rw-r--r--sci-geosciences/qmapshack/qmapshack-1.16.0.ebuild46
1 files changed, 0 insertions, 46 deletions
diff --git a/sci-geosciences/qmapshack/qmapshack-1.16.0.ebuild b/sci-geosciences/qmapshack/qmapshack-1.16.0.ebuild
deleted file mode 100644
index f9e37c1f0d2b..000000000000
--- a/sci-geosciences/qmapshack/qmapshack-1.16.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake xdg
-
-DESCRIPTION="GPS mapping utility"
-HOMEPAGE="https://github.com/Maproom/qmapshack/wiki"
-SRC_URI="https://github.com/Maproom/${PN}/archive/V_${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
- dev-libs/quazip:0=[qt5(+)]
- dev-qt/designer:5
- dev-qt/qtdbus:5
- dev-qt/qtdeclarative:5[widgets]
- dev-qt/qthelp:5
- dev-qt/qtnetwork:5[ssl]
- dev-qt/qtprintsupport:5
- dev-qt/qtsql:5
- dev-qt/qtwebengine:5[widgets]
- >=sci-geosciences/routino-3.1.1
- sci-libs/alglib
- sci-libs/gdal:=
- >=sci-libs/proj-8:=
-"
-DEPEND="${RDEPEND}"
-BDEPEND="dev-qt/linguist-tools:5"
-
-S="${WORKDIR}"/${PN}-V_${PV}
-
-src_prepare() {
- cmake_src_prepare
- xdg_src_prepare
-}
-
-src_install() {
- docompress -x /usr/share/doc/${PF}/html
- cmake_src_install
- mv "${D}"/usr/share/doc/HTML "${D}"/usr/share/doc/${PF}/html || die "mv Qt help failed"
-}