public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/files/, sci-geosciences/qmapshack/
@ 2021-12-08  7:24 Andrey Grozin
  0 siblings, 0 replies; 4+ messages in thread
From: Andrey Grozin @ 2021-12-08  7:24 UTC (permalink / raw
  To: gentoo-commits

commit:     912b53ee6371c3070e3f063d3bfef436709a1e68
Author:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  8 07:23:58 2021 +0000
Commit:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Wed Dec  8 07:23:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=912b53ee

sci-geosciences/qmapshack: remove old version

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>

 sci-geosciences/qmapshack/Manifest                 |  1 -
 .../files/qmapshack-1.15.2-no-hacks-kthxbye.patch  | 28 ----------
 .../qmapshack/qmapshack-1.15.2-r2.ebuild           | 59 ----------------------
 3 files changed, 88 deletions(-)

diff --git a/sci-geosciences/qmapshack/Manifest b/sci-geosciences/qmapshack/Manifest
index e9807ab63706..d86bb343a837 100644
--- a/sci-geosciences/qmapshack/Manifest
+++ b/sci-geosciences/qmapshack/Manifest
@@ -1,3 +1,2 @@
-DIST qmapshack-1.15.2.tar.gz 46899954 BLAKE2B b7121331039d8fedf6c44ef591e5f7a637787201bed1763bad026f866060d60a756f18858e76d95ea2420a3183f36147f2c72d151f377e8f2bc9108832266ff4 SHA512 536ba1c2fb3516560307c18eb76ef2b86fecaa1bc0fa4bcef25c8eb2e6c6dee5c3a9a81d6a9d05a147234df7c703937fd9e841696316c350694b0494705f885c
 DIST qmapshack-1.16.0.tar.gz 54233332 BLAKE2B 8507018e65072856455e500aae59db146f68b7a1cf5eb2311ee3526044f8fafcec0034ac4f7a473c95ac71bcad8eb057bfc6724f3c80caff51aadba9e16fc412 SHA512 768fe7331d2bc2f2bbadd8c9296012e718f52863c4dfc29f000a5417ccf83297791333be9a20b9d49dcc7b92a779184503e8315b1f7ca258efc9f539ef7262f4
 DIST qmapshack-1.16.1.tar.gz 54433326 BLAKE2B 58d3fff752187418552cba1d89b3ebd0082af379204b3c0b79cb8f8096cd422d3a9d347f7b91379868b37092469c5ef6187e67bfb7d0c3c07e18a65df0b488f1 SHA512 cd6c1818c2468a4654222d165bfa7278dea01890d4065a359942ce16ee1c643b54f86a94a30632bc414a1ec22e04ea340109fc89ca6c340eb717f8e86468e281

diff --git a/sci-geosciences/qmapshack/files/qmapshack-1.15.2-no-hacks-kthxbye.patch b/sci-geosciences/qmapshack/files/qmapshack-1.15.2-no-hacks-kthxbye.patch
deleted file mode 100644
index 99a55d694fb5..000000000000
--- a/sci-geosciences/qmapshack/files/qmapshack-1.15.2-no-hacks-kthxbye.patch
+++ /dev/null
@@ -1,28 +0,0 @@
---- a/CMakeLists.txt	2020-12-07 17:13:38.000000000 +0100
-+++ b/CMakeLists.txt	2021-02-20 20:01:41.706789439 +0100
-@@ -18,25 +18,6 @@
- endif()
- 
- ###############################################################################################
--# Do distribution dependent stuff
--###############################################################################################
--string(TIMESTAMP YEAR "%Y")
--set(EXPIRE_YEAR "2021")
--set(DEBIAN_RELEASE_INFO "/etc/debian_version")
--
--if(((EXISTS ${DEBIAN_RELEASE_INFO}) AND (${YEAR} LESS ${EXPIRE_YEAR})) OR APPLE)
--    message( STATUS "Apply patches to fix build system on Debian")
--    execute_process(COMMAND bash "-c" "patch --quiet -p1 < FindPROJ4.patch"
--                    WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
--                    OUTPUT_QUIET)
--    execute_process(COMMAND bash "-c" "patch --quiet -p1 < FindQuaZip5.patch"
--                    WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
--                    OUTPUT_QUIET)
--endif(((EXISTS ${DEBIAN_RELEASE_INFO}) AND (${YEAR} LESS ${EXPIRE_YEAR})) OR APPLE)
--
--
--
--###############################################################################################
- # Define project name and version tags
- ###############################################################################################
- # this is not only the QMS version it will be the package version, too.

diff --git a/sci-geosciences/qmapshack/qmapshack-1.15.2-r2.ebuild b/sci-geosciences/qmapshack/qmapshack-1.15.2-r2.ebuild
deleted file mode 100644
index 233c124fc27e..000000000000
--- a/sci-geosciences/qmapshack/qmapshack-1.15.2-r2.ebuild
+++ /dev/null
@@ -1,59 +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:0=
-	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-8:=
-"
-DEPEND="${RDEPEND}"
-BDEPEND="dev-qt/linguist-tools:5"
-
-S="${WORKDIR}"/${PN}-V_${PV}
-
-PATCHES=(
-	"${S}"/FindPROJ4.patch
-	"${FILESDIR}"/${P}-no-hacks-kthxbye.patch
-)
-
-src_prepare() {
-	cmake_src_prepare
-
-	# TODO: upstream
-	if has_version ">=dev-libs/quazip-1.0"; then
-		sed -e "/^find_package(QuaZip5/s/5          /-Qt5 CONFIG/" \
-			-i CMakeLists.txt || die
-
-		sed -e "s/\${QUAZIP_LIBRARIES}/QuaZip::QuaZip/" \
-			-i src/qmapshack/CMakeLists.txt || die
-	fi
-}
-
-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"
-}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/files/, sci-geosciences/qmapshack/
@ 2024-09-23 16:36 Andrey Grozin
  0 siblings, 0 replies; 4+ messages in thread
From: Andrey Grozin @ 2024-09-23 16:36 UTC (permalink / raw
  To: gentoo-commits

commit:     358ab910c6138f9e421681ee8deb37a881c1e04e
Author:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 23 16:35:38 2024 +0000
Commit:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Mon Sep 23 16:35:38 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=358ab910

_p600: correcting dependencies

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

 sci-geosciences/qmapshack/files/dbus.patch         | 15 +++++++
 .../qmapshack/qmapshack-1.17.1_p600-r2.ebuild      | 48 ++++++++++++++++++++++
 2 files changed, 63 insertions(+)

diff --git a/sci-geosciences/qmapshack/files/dbus.patch b/sci-geosciences/qmapshack/files/dbus.patch
new file mode 100644
index 000000000000..39018124d64e
--- /dev/null
+++ b/sci-geosciences/qmapshack/files/dbus.patch
@@ -0,0 +1,15 @@
+diff '--color=auto' -U3 -r qmapshack-1f009ac0be1d1c2a4c31aa1283f4009e88685d34.orig/CMakeLists.txt qmapshack-1f009ac0be1d1c2a4c31aa1283f4009e88685d34/CMakeLists.txt
+--- qmapshack-1f009ac0be1d1c2a4c31aa1283f4009e88685d34.orig/CMakeLists.txt	2024-09-04 18:48:55.000000000 +0700
++++ qmapshack-1f009ac0be1d1c2a4c31aa1283f4009e88685d34/CMakeLists.txt	2024-09-23 22:32:02.157927751 +0700
+@@ -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 --git a/sci-geosciences/qmapshack/qmapshack-1.17.1_p600-r2.ebuild b/sci-geosciences/qmapshack/qmapshack-1.17.1_p600-r2.ebuild
new file mode 100644
index 000000000000..c97e39c4ae0f
--- /dev/null
+++ b/sci-geosciences/qmapshack/qmapshack-1.17.1_p600-r2.ebuild
@@ -0,0 +1,48 @@
+# 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"
+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.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"
+}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/files/, sci-geosciences/qmapshack/
@ 2024-10-01  6:36 Andrey Grozin
  0 siblings, 0 replies; 4+ messages in thread
From: Andrey Grozin @ 2024-10-01  6:36 UTC (permalink / raw
  To: gentoo-commits

commit:     ec8a846f1826a8a59983b2b7a9dc26419836d7a2
Author:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  1 06:35:46 2024 +0000
Commit:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Tue Oct  1 06:35:46 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec8a846f

sci-geosciences/qmapshack: fix dbus support

Closes: https://bugs.gentoo.org/940194
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 insertions(+)

diff --git a/sci-geosciences/qmapshack/Manifest b/sci-geosciences/qmapshack/Manifest
index 986bf4932766..895cbf62129f 100644
--- a/sci-geosciences/qmapshack/Manifest
+++ b/sci-geosciences/qmapshack/Manifest
@@ -1,2 +1,3 @@
 DIST qmapshack-1.17.1.tar.gz 56704889 BLAKE2B 1fda3f9874f39eb6b7a0c71ac7b681ebc0f6ea7ae2eefae2b6de4d780556fc5aee45aff230bebcf6ba025959beccffe14a59002fd9552b339892956d2fdd5c50 SHA512 79bdeb59e366cefb2d2a6c9bd084760b5935c93f385a6f2d26bdd25bb4af6939003decc4659afd1567a3b6698a0048e5c79baa716139fc20a96cc0e8dc206d9c
 DIST qmapshack-1.17.1_p600.tar.gz 56720384 BLAKE2B 0a76b90273838898c74d6fcf81de0903cd24c294e5ccb7333cdc478b22f01bb771bcc155683c27e0310b018b2c47cf23235b3cd65b81779f97104e389b79450b SHA512 05729eddaca0fd845490eb56e0a0c4ed6d3a721433c24c3e8a6a424a2d6dbb6f9a16dfc8babe4a4ae1b48d8215f586654b1385f748ee8497d629ecdbe4fae2f9
+DIST qmapshack-1.17.1_p601.tar.gz 56720740 BLAKE2B 7fd8232e0c5b693d565897dff90ac6c6012918f2739d9cbfa48e7629e3a905609f47b9665d1a7666a131da64739a499a54f9959d275ab4c7f013db0e83d9760a SHA512 9378e1d42a6217cbf169fc67476765f6700886b59518a1c800c5a639b2822e8116cabaac28c147f3a52014bb2393deb1a8e8b7b9c4112f1990361d0376530c80

diff --git a/sci-geosciences/qmapshack/files/dbus-r1.patch b/sci-geosciences/qmapshack/files/dbus-r1.patch
new file mode 100644
index 000000000000..0ab4294f63ad
--- /dev/null
+++ b/sci-geosciences/qmapshack/files/dbus-r1.patch
@@ -0,0 +1,63 @@
+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
new file mode 100644
index 000000000000..d8473b11f33a
--- /dev/null
+++ b/sci-geosciences/qmapshack/qmapshack-1.17.1_p601.ebuild
@@ -0,0 +1,48 @@
+# 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 ~x86"
+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"
+}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/files/, sci-geosciences/qmapshack/
@ 2024-10-01  6:38 Andrey Grozin
  0 siblings, 0 replies; 4+ messages in thread
From: Andrey Grozin @ 2024-10-01  6:38 UTC (permalink / raw
  To: gentoo-commits

commit:     88f18eef9ce0e871fa592dc9d5a3b7abd298727c
Author:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  1 06:37:42 2024 +0000
Commit:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Tue Oct  1 06:37:42 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88f18eef

sci-geosciences/qmapshack: remove old version

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

 sci-geosciences/qmapshack/Manifest                 |  1 -
 sci-geosciences/qmapshack/files/dbus.patch         | 15 -------
 .../qmapshack/qmapshack-1.17.1_p600-r2.ebuild      | 48 ----------------------
 3 files changed, 64 deletions(-)

diff --git a/sci-geosciences/qmapshack/Manifest b/sci-geosciences/qmapshack/Manifest
index 895cbf62129f..7a04578bb1f6 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_p600.tar.gz 56720384 BLAKE2B 0a76b90273838898c74d6fcf81de0903cd24c294e5ccb7333cdc478b22f01bb771bcc155683c27e0310b018b2c47cf23235b3cd65b81779f97104e389b79450b SHA512 05729eddaca0fd845490eb56e0a0c4ed6d3a721433c24c3e8a6a424a2d6dbb6f9a16dfc8babe4a4ae1b48d8215f586654b1385f748ee8497d629ecdbe4fae2f9
 DIST qmapshack-1.17.1_p601.tar.gz 56720740 BLAKE2B 7fd8232e0c5b693d565897dff90ac6c6012918f2739d9cbfa48e7629e3a905609f47b9665d1a7666a131da64739a499a54f9959d275ab4c7f013db0e83d9760a SHA512 9378e1d42a6217cbf169fc67476765f6700886b59518a1c800c5a639b2822e8116cabaac28c147f3a52014bb2393deb1a8e8b7b9c4112f1990361d0376530c80

diff --git a/sci-geosciences/qmapshack/files/dbus.patch b/sci-geosciences/qmapshack/files/dbus.patch
deleted file mode 100644
index 39018124d64e..000000000000
--- a/sci-geosciences/qmapshack/files/dbus.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff '--color=auto' -U3 -r qmapshack-1f009ac0be1d1c2a4c31aa1283f4009e88685d34.orig/CMakeLists.txt qmapshack-1f009ac0be1d1c2a4c31aa1283f4009e88685d34/CMakeLists.txt
---- qmapshack-1f009ac0be1d1c2a4c31aa1283f4009e88685d34.orig/CMakeLists.txt	2024-09-04 18:48:55.000000000 +0700
-+++ qmapshack-1f009ac0be1d1c2a4c31aa1283f4009e88685d34/CMakeLists.txt	2024-09-23 22:32:02.157927751 +0700
-@@ -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 --git a/sci-geosciences/qmapshack/qmapshack-1.17.1_p600-r2.ebuild b/sci-geosciences/qmapshack/qmapshack-1.17.1_p600-r2.ebuild
deleted file mode 100644
index c97e39c4ae0f..000000000000
--- a/sci-geosciences/qmapshack/qmapshack-1.17.1_p600-r2.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="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"
-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.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"
-}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-10-01  6:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-08  7:24 [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/files/, sci-geosciences/qmapshack/ Andrey Grozin
  -- strict thread matches above, loose matches on Subject: below --
2024-09-23 16:36 Andrey Grozin
2024-10-01  6:36 Andrey Grozin
2024-10-01  6:38 Andrey Grozin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox