From 1978dbb172ac097fcdfeaa5b0797d6952bb5f9d9 Mon Sep 17 00:00:00 2001 From: Andrey Grozin Date: Wed, 18 Sep 2024 23:21:05 +0700 Subject: sci-geosciences/qmapshack: remove old revision Signed-off-by: Andrey Grozin --- .../qmapshack/qmapshack-1.17.1_p600.ebuild | 38 ---------------------- 1 file changed, 38 deletions(-) delete mode 100644 sci-geosciences/qmapshack/qmapshack-1.17.1_p600.ebuild (limited to 'sci-geosciences') diff --git a/sci-geosciences/qmapshack/qmapshack-1.17.1_p600.ebuild b/sci-geosciences/qmapshack/qmapshack-1.17.1_p600.ebuild deleted file mode 100644 index e35048395d1a..000000000000 --- a/sci-geosciences/qmapshack/qmapshack-1.17.1_p600.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake xdg - -DESCRIPTION="GPS mapping utility" -HOMEPAGE="https://github.com/Maproom/qmapshack/wiki" -COMMIT="1f009ac0be1d1c2a4c31aa1283f4009e88685d34" -SRC_URI="https://github.com/kiozen/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}"/${PN}-${COMMIT} - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - dev-db/sqlite - dev-libs/quazip:0=[qt6(+)] - dev-qt/qt5compat:6[icu,qml] - dev-qt/qttools:6[assistant,linguist,opengl,qdbus,qml,widgets,zstd] - dev-qt/qtwebengine:6[widgets] - sci-geosciences/routino - sci-libs/alglib - sci-libs/gdal:= - sci-libs/proj:= -" -DEPEND="${RDEPEND}" - -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" - ewarn "An experimental Qt6 port" - ewarn "Translations and the help system are broken" - ewarn "Other bugs to https://github.com/Maproom/qmapshack/issues" -} -- cgit v1.2.3-65-gdbad