commit:     7e086433a7228808c6b6acee2ce4d5ce271f0907
Author:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  4 16:51:17 2025 +0000
Commit:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Sat Jan  4 16:51:17 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e086433

sci-geosciences/qmapshack: remove old revision

Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>

 sci-geosciences/qmapshack/Manifest                 |  1 -
 sci-geosciences/qmapshack/files/dbus-r1.patch      | 63 ----------------------
 .../qmapshack/qmapshack-1.17.1_p601.ebuild         | 48 -----------------
 3 files changed, 112 deletions(-)

diff --git a/sci-geosciences/qmapshack/Manifest 
b/sci-geosciences/qmapshack/Manifest
index 4dc9aa95ce26..bec627eadcd2 100644
--- a/sci-geosciences/qmapshack/Manifest
+++ b/sci-geosciences/qmapshack/Manifest
@@ -1,3 +1,2 @@
 DIST qmapshack-1.17.1.tar.gz 56704889 BLAKE2B 
1fda3f9874f39eb6b7a0c71ac7b681ebc0f6ea7ae2eefae2b6de4d780556fc5aee45aff230bebcf6ba025959beccffe14a59002fd9552b339892956d2fdd5c50
 SHA512 
79bdeb59e366cefb2d2a6c9bd084760b5935c93f385a6f2d26bdd25bb4af6939003decc4659afd1567a3b6698a0048e5c79baa716139fc20a96cc0e8dc206d9c
-DIST qmapshack-1.17.1_p601.tar.gz 56720740 BLAKE2B 
7fd8232e0c5b693d565897dff90ac6c6012918f2739d9cbfa48e7629e3a905609f47b9665d1a7666a131da64739a499a54f9959d275ab4c7f013db0e83d9760a
 SHA512 
9378e1d42a6217cbf169fc67476765f6700886b59518a1c800c5a639b2822e8116cabaac28c147f3a52014bb2393deb1a8e8b7b9c4112f1990361d0376530c80
 DIST qmapshack-1.17.1_p602.tar.gz 56718904 BLAKE2B 
1ff2176373201b77f232a6158d853dce1916137f524b05cfd3703314425a293c09a776c417f092b7fda60fd417476736ddaea0e756349fe27e8da38e511ab55d
 SHA512 
3620e3a2f9f5bd3e251779116539bbc6d7bdeb5b25c99df68ee5c6922d31eb3de1019ef02297db92690edba78204c48f163f4223a5f1e0b11c8603a3756d8b17

diff --git a/sci-geosciences/qmapshack/files/dbus-r1.patch 
b/sci-geosciences/qmapshack/files/dbus-r1.patch
deleted file mode 100644
index 0ab4294f63ad..000000000000
--- a/sci-geosciences/qmapshack/files/dbus-r1.patch
+++ /dev/null
@@ -1,63 +0,0 @@
-diff '--color=auto' -ur 
qmapshack-1f009ac0be1d1c2a4c31aa1283f4009e88685d34.orig/CMakeLists.txt 
qmapshack-1f009ac0be1d1c2a4c31aa1283f4009e88685d34/CMakeLists.txt
---- qmapshack-1f009ac0be1d1c2a4c31aa1283f4009e88685d34.orig/CMakeLists.txt     
2024-09-30 20:02:57.701618381 +0200
-+++ qmapshack-1f009ac0be1d1c2a4c31aa1283f4009e88685d34/CMakeLists.txt  
2024-09-30 20:05:59.159600329 +0200
-@@ -200,9 +200,9 @@
- 
- if(USE_QT6DBus)
-     find_package(Qt6DBus REQUIRED)
--    if(Qt5DBus_FOUND)
-+    if(Qt6DBus_FOUND)
-         add_definitions(-DHAVE_DBUS)
--    endif(Qt5DBus_FOUND)
-+    endif(Qt6DBus_FOUND)
- endif(USE_QT6DBus)
- 
- # Everything included. Let's finetune the mess a bit more
-diff '--color=auto' -ur 
qmapshack-1f009ac0be1d1c2a4c31aa1283f4009e88685d34.orig/src/qmapshack/CMakeLists.txt
 qmapshack-1f009ac0be1d1c2a4c31aa1283f4009e88685d34/src/qmapshack/CMakeLists.txt
---- 
qmapshack-1f009ac0be1d1c2a4c31aa1283f4009e88685d34.orig/src/qmapshack/CMakeLists.txt
       2024-09-30 20:02:57.687618460 +0200
-+++ 
qmapshack-1f009ac0be1d1c2a4c31aa1283f4009e88685d34/src/qmapshack/CMakeLists.txt 
   2024-09-30 20:06:51.470306845 +0200
-@@ -368,12 +368,12 @@
- )
- 
- 
--if(Qt5DBus_FOUND)
-+if(Qt6DBus_FOUND)
- set( SRCS
-     ${SRCS}
-     device/CDeviceWatcherLinux.cpp
- )
--endif(Qt5DBus_FOUND)
-+endif(Qt6DBus_FOUND)
- 
- 
- if (APPLE)
-@@ -746,12 +746,12 @@
- )
- 
- 
--if(Qt5DBus_FOUND)
-+if(Qt6DBus_FOUND)
- set( HDRS
-     ${HDRS}
-     device/CDeviceWatcherLinux.h
- )
--endif(Qt5DBus_FOUND)
-+endif(Qt6DBus_FOUND)
- 
- 
- if(APPLE)
-@@ -977,11 +977,11 @@
-     )
- endif(${DEVELOPMENT_VERSION})
- 
--if(Qt5DBus_FOUND)
-+if(Qt6DBus_FOUND)
-     set(DBUS_LIB Qt6::DBus)
--else(Qt5DBus_FOUND)
-+else(Qt6DBus_FOUND)
-     set(DBUS_LIB)
--endif(Qt5DBus_FOUND)
-+endif(Qt6DBus_FOUND)
- 
- target_link_libraries(${APPLICATION_NAME}
-     Qt6::Widgets

diff --git a/sci-geosciences/qmapshack/qmapshack-1.17.1_p601.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.17.1_p601.ebuild
deleted file mode 100644
index 656f6b3977ce..000000000000
--- a/sci-geosciences/qmapshack/qmapshack-1.17.1_p601.ebuild
+++ /dev/null
@@ -1,48 +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="b53959a305587f0a7f2330b99267b3b24abb76f4"
-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]"
-
-PATCHES=( "${FILESDIR}"/dbus-r1.patch )
-
-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 "An experimental Qt6 port"
-       ewarn "Translations and the help system are broken"
-       ewarn "Other bugs to https://github.com/Maproom/qmapshack/issues";
-}

Reply via email to