diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-02-20 20:51:13 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-02-23 20:52:32 +0100 |
commit | 8fe679fb2d73634c3369f286e96464dc45acaf63 (patch) | |
tree | cd36b57c75cdbe273dd533a1db73fae02c85de3c /sci-geosciences | |
parent | sci-geosciences/qmapshack: Support build with >=dev-libs/quazip-1.0 (diff) | |
download | gentoo-8fe679fb2d73634c3369f286e96464dc45acaf63.tar.gz gentoo-8fe679fb2d73634c3369f286e96464dc45acaf63.tar.bz2 gentoo-8fe679fb2d73634c3369f286e96464dc45acaf63.zip |
sci-geosciences/qmapshack: Drop 1.15.2-r1
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-geosciences')
-rw-r--r-- | sci-geosciences/qmapshack/qmapshack-1.15.2-r1.ebuild | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/sci-geosciences/qmapshack/qmapshack-1.15.2-r1.ebuild b/sci-geosciences/qmapshack/qmapshack-1.15.2-r1.ebuild deleted file mode 100644 index bb3db8f99574..000000000000 --- a/sci-geosciences/qmapshack/qmapshack-1.15.2-r1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2021 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 - 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-6.0.0:= -" -DEPEND="${RDEPEND}" -BDEPEND="dev-qt/linguist-tools:5" - -S="${WORKDIR}"/${PN}-V_${PV} - -src_prepare() { - eapply FindPROJ4.patch - cmake_src_prepare - xdg_environment_reset -} - -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" -} |