From: "Nowa Ammerlaan" <nowa@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/
Date: Wed, 14 May 2025 14:31:24 +0000 (UTC) [thread overview]
Message-ID: <1747233079.244aae43335f7a060713dbb738a287d9ba96e7b1.nowa@gentoo> (raw)
commit: 244aae43335f7a060713dbb738a287d9ba96e7b1
Author: Henning Schild <henning <AT> hennsch <DOT> de>
AuthorDate: Sat Apr 26 17:33:08 2025 +0000
Commit: Nowa Ammerlaan <nowa <AT> gentoo <DOT> org>
CommitDate: Wed May 14 14:31:19 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=244aae43
sci-geosciences/qmapshack: remove old versions
Signed-off-by: Henning Schild <henning <AT> hennsch.de>
Part-of: https://github.com/gentoo/gentoo/pull/41771
Closes: https://github.com/gentoo/gentoo/pull/41771
Signed-off-by: Nowa Ammerlaan <nowa <AT> gentoo.org>
sci-geosciences/qmapshack/Manifest | 2 -
.../qmapshack/qmapshack-1.17.1_p20250403.ebuild | 44 -------------------
.../qmapshack/qmapshack-1.17.1_p20250426.ebuild | 51 ----------------------
3 files changed, 97 deletions(-)
diff --git a/sci-geosciences/qmapshack/Manifest b/sci-geosciences/qmapshack/Manifest
index 5cc86e732d4c..f461d64d9fdb 100644
--- a/sci-geosciences/qmapshack/Manifest
+++ b/sci-geosciences/qmapshack/Manifest
@@ -1,3 +1 @@
-DIST qmapshack-1.17.1_p20250403.tar.gz 56718039 BLAKE2B d4457412995bcd3f672c782156b22801f3781618dfb6fc7d2a60e840433761031a2dc291ebe665f742ef8baf0e299e542956411f774d5d2fc0e32a3233848af7 SHA512 b9ea12a04b4af5e1ee548130504b2eab51fa16c365fdc2dc02f50d0e1f13d6eaf86938c555d379e24bbd833fb656d89da9932041d04c55398016c2519183759d
-DIST qmapshack-1.17.1_p20250426.tar.gz 56717427 BLAKE2B d7634a7f4d73a8ec234c89de6cff652e040f2bbc23bd9837c3dfb688d68b2eb82781ef9ea29fcc52892b949f73c832a25fccd3023df714e7486bcb509e9192c3 SHA512 992a98271052c5347664d499e485bf05f0512724aa45163d272fc6bf5a77dd94fdcccda1b2bea4011965dd011f72a19c1f7860c11488aa5e79be345a8fe29115
DIST qmapshack-1.17.1_p20250511.tar.gz 56734258 BLAKE2B e2cf4101eeb28a2526c327d9265e8d21a38a349eba92cb4fe1ca7413f7263909be280e6e34c90b6cec4fb29f135e457847f10180568b49c3e8e8abeb56ae4484 SHA512 9f37579f755b347ea326be930f8d4d6bf852fb43b27be07a45d27a4dc46515d1f646643b4908bb78ccb1c5ec9b5c7e4d05fa505bb85c09dd19b62aea70bf6590
diff --git a/sci-geosciences/qmapshack/qmapshack-1.17.1_p20250403.ebuild b/sci-geosciences/qmapshack/qmapshack-1.17.1_p20250403.ebuild
deleted file mode 100644
index 6f98b0e96535..000000000000
--- a/sci-geosciences/qmapshack/qmapshack-1.17.1_p20250403.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2025 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="026aaea93a3dbd8eaa398d4eb74436f58a4a6894"
-SRC_URI="https://github.com/Maproom/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}"/${PN}-${COMMIT}
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="dbus"
-
-RDEPEND="
- dev-db/sqlite
- >=dev-libs/quazip-1.3:0=[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) )
- cmake_src_configure
-}
-
-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 "Qt6 port: help system is currently broken"
-}
diff --git a/sci-geosciences/qmapshack/qmapshack-1.17.1_p20250426.ebuild b/sci-geosciences/qmapshack/qmapshack-1.17.1_p20250426.ebuild
deleted file mode 100644
index 19b8c440207f..000000000000
--- a/sci-geosciences/qmapshack/qmapshack-1.17.1_p20250426.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake xdg
-
-COMMIT="948ae8a8a1526766ebdf9df2f207462c09c15c3b"
-
-DESCRIPTION="GPS mapping utility"
-HOMEPAGE="https://github.com/Maproom/qmapshack/wiki"
-SRC_URI="https://github.com/Maproom/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}"/${PN}-${COMMIT}
-
-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) )
- cmake_src_configure
-}
-
-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"
-}
-
-pkg_postinst() {
- xdg_pkg_postinst
-
- ewarn "Qt6 port: help system is currently broken"
-}
next reply other threads:[~2025-05-14 14:31 UTC|newest]
Thread overview: 90+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-14 14:31 Nowa Ammerlaan [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-09-30 4:53 [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/ Andreas Sturmlechner
2025-07-05 14:19 Andrey Grozin
2025-07-05 14:17 Andrey Grozin
2025-07-04 7:07 Nowa Ammerlaan
2025-05-14 14:31 Nowa Ammerlaan
2025-04-26 13:16 Andreas Sturmlechner
2025-04-26 13:16 Andreas Sturmlechner
2025-04-04 12:33 Andrey Grozin
2025-04-01 22:12 Andreas Sturmlechner
2025-01-04 16:49 Andrey Grozin
2024-11-23 11:36 Andreas Sturmlechner
2024-09-23 16:37 Andrey Grozin
2024-09-18 16:21 Andrey Grozin
2024-09-18 16:20 Andrey Grozin
2024-09-08 5:48 Andrey Grozin
2024-02-09 14:27 Andrey Grozin
2024-02-02 14:10 Arthur Zamarin
2023-12-22 13:41 Andrey Grozin
2023-12-22 12:47 Andrey Grozin
2023-08-29 12:08 Andrey Grozin
2023-02-07 10:37 Andreas Sturmlechner
2022-12-25 23:39 Andreas Sturmlechner
2022-09-10 0:29 Sam James
2022-09-09 16:09 Andrew Ammerlaan
2022-01-10 8:38 Agostino Sarubbo
2022-01-09 20:08 Sam James
2021-12-08 6:17 Sam James
2021-12-07 6:22 Agostino Sarubbo
2021-12-05 4:28 Andrey Grozin
2021-06-04 4:48 Andrey Grozin
2021-05-25 14:30 Andrey Grozin
2021-05-08 3:04 Andrey Grozin
2021-04-18 13:06 Andrey Grozin
2021-02-26 20:58 Agostino Sarubbo
2021-02-24 18:36 Andreas Sturmlechner
2021-02-23 19:53 Andreas Sturmlechner
2021-02-15 4:01 Sam James
2021-02-15 4:01 Sam James
2020-12-27 10:37 Andrey Grozin
2020-12-25 15:35 Andreas Sturmlechner
2020-12-22 18:57 Sam James
2020-12-21 17:48 Thomas Deutschmann
2020-11-28 12:59 Andrey Grozin
2020-11-28 12:57 Andrey Grozin
2020-07-08 14:24 Andrey Grozin
2020-04-29 17:09 Andrey Grozin
2020-02-09 3:59 Andrey Grozin
2020-02-03 15:24 Agostino Sarubbo
2020-02-03 13:32 Agostino Sarubbo
2019-11-03 12:17 Andrey Grozin
2019-11-03 11:50 Andrey Grozin
2019-09-14 11:20 Andrey Grozin
2019-08-18 14:53 Andrey Grozin
2019-08-18 14:51 Andrey Grozin
2019-04-04 12:44 Andrey Grozin
2019-01-21 22:17 Mikle Kolyada
2019-01-15 22:10 Thomas Deutschmann
2019-01-09 14:56 Andrey Grozin
2019-01-09 14:53 Andrey Grozin
2018-10-01 21:47 Thomas Deutschmann
2018-09-15 16:45 Mikle Kolyada
2018-09-09 16:36 Amy Liffey
2018-09-05 15:36 Andrey Grozin
2018-09-05 15:34 Andrey Grozin
2018-09-05 15:30 Andrey Grozin
2018-04-28 16:12 Andrey Grozin
2018-03-19 14:44 Andrey Grozin
2018-03-19 14:42 Andrey Grozin
2018-01-08 3:41 Andrey Grozin
2017-12-28 16:18 Andrey Grozin
2017-11-26 4:17 Andrey Grozin
2017-11-25 7:22 Andrey Grozin
2017-08-12 11:05 Amy Liffey
2017-04-02 13:49 Andrey Grozin
2017-04-02 13:48 Andrey Grozin
2017-04-02 13:46 Andrey Grozin
2017-04-01 22:22 Andrey Grozin
2016-12-19 19:31 Tobias Klausmann
2016-11-24 16:22 Andrey Grozin
2016-09-28 18:35 Michael Palimaka
2016-07-16 12:07 Andrey Grozin
2016-07-13 16:35 Andrey Grozin
2016-07-13 16:33 Andrey Grozin
2016-05-14 8:03 Andrey Grozin
2016-05-14 8:01 Andrey Grozin
2016-04-10 7:36 David Seifert
2016-01-04 9:36 Andrey Grozin
2015-10-01 14:21 Michael Palimaka
2015-09-03 17:13 Andrey Grozin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1747233079.244aae43335f7a060713dbb738a287d9ba96e7b1.nowa@gentoo \
--to=nowa@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox