summaryrefslogtreecommitdiff
path: root/sci-geosciences/qmapshack
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /sci-geosciences/qmapshack
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'sci-geosciences/qmapshack')
-rw-r--r--sci-geosciences/qmapshack/Manifest3
-rw-r--r--sci-geosciences/qmapshack/metadata.xml22
-rw-r--r--sci-geosciences/qmapshack/qmapshack-1.19.0.ebuild46
-rw-r--r--sci-geosciences/qmapshack/qmapshack-1.20.1.ebuild46
-rw-r--r--sci-geosciences/qmapshack/qmapshack-1.20.2.ebuild46
5 files changed, 0 insertions, 163 deletions
diff --git a/sci-geosciences/qmapshack/Manifest b/sci-geosciences/qmapshack/Manifest
deleted file mode 100644
index c93040b25386..000000000000
--- a/sci-geosciences/qmapshack/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST qmapshack-1.19.0.tar.gz 58382506 BLAKE2B 5280480d09ce70bd96fc9e96e36b2a2da412f3938230cb21921270d88cb5885b53517251afbe29c597a709d84c2db5e5c34d6fbaf43f3f3e8ac7a3592996ed07 SHA512 a3da5396d9f1c7773a06f1edfdfce627249ab892e0386d804cd974cd88f9ea657e0ea330ab1855171b4b7777c77084f63308a23f2343437e544b20e1162364e5
-DIST qmapshack-1.20.1.tar.gz 57842834 BLAKE2B 88c4b2f0c293a8c1e067411f6ad9db64a32d549f189bfdc5fb9e0cb54a8c653b8da1b2e28e77431edb0f082fad2c9da5da312cb5e95c2b87051e0fca464dfea2 SHA512 f236431b6944757d12cfa8c4b5af7b43a4b989ce4ede763a5d616f45035dda89a21adb263f82e6e811f0d4f11158be63ed3caac087711fc618afdb770612c41a
-DIST qmapshack-1.20.2.tar.gz 57864693 BLAKE2B b827982b27f1e34891abe5d64348295add98995e10a9d42b5ffe09b2d6ccf0104bba44b45e8d073d55081888c27bd1403bdea054afbba300dc59343d678e4fde SHA512 73c4bd9f2063e520d717f5414926fdd19b961b59b4701911de957f1003287a4e0819e64e8ce37cbd4aa10c4389decc6304127e02af74b64a258a86b20eff2d4b
diff --git a/sci-geosciences/qmapshack/metadata.xml b/sci-geosciences/qmapshack/metadata.xml
deleted file mode 100644
index e3fe199e1bb2..000000000000
--- a/sci-geosciences/qmapshack/metadata.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>grozin@gentoo.org</email>
- <name>Andrey Grozin</name>
- </maintainer>
- <maintainer type="project">
- <email>sci@gentoo.org</email>
- <name>Gentoo Science Project</name>
- </maintainer>
- <longdescription lang="en">
- Use QMapShack to plan your next outdoor trip or to visualize and archive
- all the GPS recordings of your past exciting adventures.
- QMapShack is the next generation of the famous QLandkarte GT application.
- And of course it's even better and easier to use.
- </longdescription>
- <upstream>
- <remote-id type="github">Maproom/qmapshack</remote-id>
- <remote-id type="bitbucket">maproom/qmapshack</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/sci-geosciences/qmapshack/qmapshack-1.19.0.ebuild b/sci-geosciences/qmapshack/qmapshack-1.19.0.ebuild
deleted file mode 100644
index ca672c9216af..000000000000
--- a/sci-geosciences/qmapshack/qmapshack-1.19.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2026 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"
-SRC_URI="https://github.com/Maproom/${PN}/archive/tags/V_${PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}"/${PN}-tags-V_${PV}
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="dbus"
-
-RDEPEND="
- dev-db/sqlite
- >=dev-libs/quazip-1.3-r2:=[qt6(+)]
- dev-qt/qt5compat:6
- dev-qt/qtbase:6[dbus?,gui,network,sql,widgets,xml]
- dev-qt/qtdeclarative:6
- dev-qt/qttools:6[assistant,widgets]
- dev-qt/qtwebengine:6[widgets]
- sci-geosciences/routino
- sci-libs/alglib
- sci-libs/gdal:=
- sci-libs/proj:=
-"
-DEPEND="${RDEPEND}"
-BDEPEND="dev-qt/qttools:6[linguist]"
-
-src_configure() {
- local mycmakeargs=(
- -DUSE_QT6DBus=$(usex dbus)
- -DHTML_INSTALL_DIR="${EPREFIX}/usr/share/doc/${PF}/qch"
- )
- cmake_src_configure
-}
-
-src_install() {
- cmake_src_install
-
- docompress -x "/usr/share/doc/${PF}/qch"
-}
diff --git a/sci-geosciences/qmapshack/qmapshack-1.20.1.ebuild b/sci-geosciences/qmapshack/qmapshack-1.20.1.ebuild
deleted file mode 100644
index ac840a230862..000000000000
--- a/sci-geosciences/qmapshack/qmapshack-1.20.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2026 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"
-SRC_URI="https://github.com/Maproom/${PN}/archive/tags/V_${PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}"/${PN}-tags-V_${PV}
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="dbus"
-
-RDEPEND="
- dev-db/sqlite
- >=dev-libs/quazip-1.3-r2:=[qt6(+)]
- dev-qt/qt5compat:6
- dev-qt/qtbase:6[dbus?,gui,network,sql,widgets,xml]
- dev-qt/qtdeclarative:6
- dev-qt/qttools:6[assistant,widgets]
- dev-qt/qtwebengine:6[widgets]
- sci-geosciences/routino
- sci-libs/alglib
- sci-libs/gdal:=
- sci-libs/proj:=
-"
-DEPEND="${RDEPEND}"
-BDEPEND="dev-qt/qttools:6[linguist]"
-
-src_configure() {
- local mycmakeargs=(
- -DUSE_QT6DBus=$(usex dbus)
- -DHTML_INSTALL_DIR="${EPREFIX}/usr/share/doc/${PF}/qch"
- )
- cmake_src_configure
-}
-
-src_install() {
- cmake_src_install
-
- docompress -x "/usr/share/doc/${PF}/qch"
-}
diff --git a/sci-geosciences/qmapshack/qmapshack-1.20.2.ebuild b/sci-geosciences/qmapshack/qmapshack-1.20.2.ebuild
deleted file mode 100644
index ac840a230862..000000000000
--- a/sci-geosciences/qmapshack/qmapshack-1.20.2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2026 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"
-SRC_URI="https://github.com/Maproom/${PN}/archive/tags/V_${PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}"/${PN}-tags-V_${PV}
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="dbus"
-
-RDEPEND="
- dev-db/sqlite
- >=dev-libs/quazip-1.3-r2:=[qt6(+)]
- dev-qt/qt5compat:6
- dev-qt/qtbase:6[dbus?,gui,network,sql,widgets,xml]
- dev-qt/qtdeclarative:6
- dev-qt/qttools:6[assistant,widgets]
- dev-qt/qtwebengine:6[widgets]
- sci-geosciences/routino
- sci-libs/alglib
- sci-libs/gdal:=
- sci-libs/proj:=
-"
-DEPEND="${RDEPEND}"
-BDEPEND="dev-qt/qttools:6[linguist]"
-
-src_configure() {
- local mycmakeargs=(
- -DUSE_QT6DBus=$(usex dbus)
- -DHTML_INSTALL_DIR="${EPREFIX}/usr/share/doc/${PF}/qch"
- )
- cmake_src_configure
-}
-
-src_install() {
- cmake_src_install
-
- docompress -x "/usr/share/doc/${PF}/qch"
-}