[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2024-07-15 Thread Ionen Wolkens
commit: 8058fc0bcd8dad16f401225fdb1f8cfe241963b0
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Tue Jul 16 00:55:51 2024 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Tue Jul 16 01:01:06 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8058fc0b

dev-qt/qtlocation: drop 6.7.1

Signed-off-by: Ionen Wolkens  gentoo.org>

 dev-qt/qtlocation/Manifest|  1 -
 dev-qt/qtlocation/qtlocation-6.7.1.ebuild | 44 ---
 2 files changed, 45 deletions(-)

diff --git a/dev-qt/qtlocation/Manifest b/dev-qt/qtlocation/Manifest
index 22c136f17451..c7cba3023acb 100644
--- a/dev-qt/qtlocation/Manifest
+++ b/dev-qt/qtlocation/Manifest
@@ -1,6 +1,5 @@
 DIST qtlocation-5.15.11-patchset.tar.xz 4796 BLAKE2B 
dcfa75bd3fb2e9069e1a530c27e2b4e9ac921fcf0ccb712f0894375b575ba25103948c6e5b85b56a8f9c9f2d7edf7df8e38501e93356e69f060b577a04c2d221
 SHA512 
14bd2864abc6f446dc4fbac03548cb42305685b46db757d856360780144095a021130bc0ebf1d07a516dc7991dc0cfbf733bd0ef6be58237bc15822c21af1d0b
 DIST qtlocation-everywhere-opensource-src-5.15.14.tar.xz 6549056 BLAKE2B 
831c7091a7b9d1355121f7e1e89f62c8aaa8819bef98c80f90b1521eea9c11a35452557c97d1dd49d13e0e810bd70f5038f8682f6ac42b68622cd269664eadd3
 SHA512 
5a6271d61bb9ede80b8483e784d8cc15170cf3f7b019472b2362c742e1e1fd52d811c2132b751574dacee6f7274b81e6049b8a3dc934ba7612c0aef6643062dd
-DIST qtlocation-everywhere-src-6.7.1.tar.xz 3166636 BLAKE2B 
9e42fc72473f9e11aac9de4c79acf69ce406903f2bd2611cad38b803c67bee30a8812a0700bbd4193a6aafd4b4e04ab0dacf4d79eda0bce739a0eb141c742a81
 SHA512 
6d7c332ff6a974102f874801c90a64d606e3f9db53787029091cfe043c087f7825d983d6245dfa749f46339c1886ecb74dcf0f9638e9d9bde7c9d6047c47d467
 DIST qtlocation-everywhere-src-6.7.2.tar.xz 3166188 BLAKE2B 
ca22bc51308b5f5b28f96bedd4190ad747bd335790ec0975e1dc381d8fdacf720907a9842ec01cdd1add3d56549d4c096021731ea3268423d3288e1b24c993a6
 SHA512 
d7b8d4b9c99247362747d2d8fcf9207e710bed70c320d5c38e6868760cfe5ae2a158d1c0496af939a3e0d74369a86673cddfb25096ff8dda8dc209fd0df94e21
 DIST qtlocation-mapboxgl-5.15.14-35d56672.tar.gz 3726302 BLAKE2B 
f51c0589a06fab35ba85b3bf4ca8a1904cda5aec47b17fdf747da527d02be623a76b1af5883b33267fab825a4b5d0863ea0220f2907e98e286b40d4a0bbc82e5
 SHA512 
5c2ff6ab7e4382d87546a802c5603bdcec3deb7fbb836fc981292c67660514caaa6118e164d2e099d0304710035572706562ec84e4aba5ce36b01cade8b0993e
 DIST qtlocation-mapboxgl-5.15.14-4c88f2c0.tar.gz 3726387 BLAKE2B 
e9b818505ace86516262d1407450c14be82122bb91363a57708795844089371ac7d511a857f713c7cb4e6f8b54867aab0bc5dcdb9c49aa28aa3f8363271378e0
 SHA512 
e4d9133db892fd8b7b1bcf584bf7dae30c0f0353f3b0a696a6cabc9485067f262d42554b583640521734498572e5480b5e8d0143d5be47bb92077f3192fefa4d

diff --git a/dev-qt/qtlocation/qtlocation-6.7.1.ebuild 
b/dev-qt/qtlocation/qtlocation-6.7.1.ebuild
deleted file mode 100644
index fdafb2309b3a..
--- a/dev-qt/qtlocation/qtlocation-6.7.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 2021-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit qt6-build
-
-DESCRIPTION="Location (places, maps, navigation) library for the Qt6 framework"
-
-if [[ ${QT6_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 arm arm64 ~ppc64 ~riscv x86"
-fi
-
-RDEPEND="
-   ~dev-qt/qtbase-${PV}:6[network]
-   ~dev-qt/qtdeclarative-${PV}:6
-   ~dev-qt/qtpositioning-${PV}:6[qml]
-"
-DEPEND="${RDEPEND}"
-
-CMAKE_SKIP_TESTS=(
-   # ignores QML_IMPORT_PATH (unlike other tests) and looks in
-   # the missing builddir/qml, skip rather than work around
-   tst_declarative_ui
-)
-
-src_install() {
-   qt6-build_src_install
-
-   if use test; then
-   local delete=( # sigh
-   
"${D}${QT6_LIBDIR}"/cmake/Qt6Location/*TestGeoServicePlugin*.cmake
-   
"${D}${QT6_LIBDIR}"/cmake/Qt6Location/*UnsupportedPlacesGeoServicePlugin*.cmake
-   
"${D}${QT6_LIBDIR}"/cmake/Qt6Qml/QmlPlugins/*declarative_location_test*.cmake
-   
"${D}${QT6_PLUGINDIR}"/geoservices/libqtgeoservices_geocodingplugin.so
-   
"${D}${QT6_PLUGINDIR}"/geoservices/libqtgeoservices_placesplugin_unsupported.so
-   
"${D}${QT6_PLUGINDIR}"/geoservices/libqtgeoservices_qmltestplugin.so
-   
"${D}${QT6_PLUGINDIR}"/geoservices/libqtgeoservices_routingplugin.so
-   "${D}${QT6_QMLDIR}"/QtLocation/Test
-   )
-   # using -f given not tracking which tests may be skipped or not
-   rm -rf -- "${delete[@]}" || die
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2024-07-08 Thread Arthur Zamarin
commit: e0075625b1152ce5ad296725054afca01f32adc7
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Jul  8 11:15:07 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Jul  8 11:15:07 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0075625

dev-qt/qtlocation: Stabilize 6.7.2 arm64, #935728

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-qt/qtlocation/qtlocation-6.7.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtlocation/qtlocation-6.7.2.ebuild 
b/dev-qt/qtlocation/qtlocation-6.7.2.ebuild
index f78ec133053b..82d835271759 100644
--- a/dev-qt/qtlocation/qtlocation-6.7.2.ebuild
+++ b/dev-qt/qtlocation/qtlocation-6.7.2.ebuild
@@ -8,7 +8,7 @@ inherit qt6-build
 DESCRIPTION="Location (places, maps, navigation) library for the Qt6 framework"
 
 if [[ ${QT6_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 arm ~arm64 ppc64 ~riscv x86"
+   KEYWORDS="~amd64 arm arm64 ppc64 ~riscv x86"
 fi
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2024-07-08 Thread Sam James
commit: 14b6f9ff8ac2da811cf7d74355bfaa7d055e14ed
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul  8 10:08:29 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul  8 10:08:29 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14b6f9ff

dev-qt/qtlocation: Stabilize 6.7.2 arm, #935728

Signed-off-by: Sam James  gentoo.org>

 dev-qt/qtlocation/qtlocation-6.7.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtlocation/qtlocation-6.7.2.ebuild 
b/dev-qt/qtlocation/qtlocation-6.7.2.ebuild
index 189d13e5242a..9a31cb281776 100644
--- a/dev-qt/qtlocation/qtlocation-6.7.2.ebuild
+++ b/dev-qt/qtlocation/qtlocation-6.7.2.ebuild
@@ -8,7 +8,7 @@ inherit qt6-build
 DESCRIPTION="Location (places, maps, navigation) library for the Qt6 framework"
 
 if [[ ${QT6_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64 arm ~arm64 ppc64 ~riscv ~x86"
 fi
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2024-06-30 Thread Sam James
commit: d530317f13ef5025fe90b17939a3b4f78e0b0809
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 30 12:13:25 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 30 12:13:25 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d530317f

dev-qt/qtlocation: Stabilize 5.15.14-r1 x86, #935163

Signed-off-by: Sam James  gentoo.org>

 dev-qt/qtlocation/qtlocation-5.15.14-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtlocation/qtlocation-5.15.14-r1.ebuild 
b/dev-qt/qtlocation/qtlocation-5.15.14-r1.ebuild
index 5cb9dc6a1fd9..4d77b9e8c275 100644
--- a/dev-qt/qtlocation/qtlocation-5.15.14-r1.ebuild
+++ b/dev-qt/qtlocation/qtlocation-5.15.14-r1.ebuild
@@ -12,7 +12,7 @@ if [[ ${QT5_BUILD_TYPE} == release ]]; then
MAPBOXGL_COMMIT=35d566724c48180c9a372c2ed50a253871a51574
SRC_URI+=" 
https://invent.kde.org/qt/qt/${PN}-mapboxgl/-/archive/${MAPBOXGL_COMMIT}/${PN}-mapboxgl-${MAPBOXGL_COMMIT}.tar.gz
 -> ${PN}-mapboxgl-${PV}-${MAPBOXGL_COMMIT:0:8}.tar.gz
https://dev.gentoo.org/~asturm/distfiles/${PATCHSET}.tar.xz;
-   KEYWORDS="~amd64 arm arm64 ~loong ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64 arm arm64 ~loong ppc64 ~riscv x86"
 fi
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2024-06-30 Thread Sam James
commit: 250f2a6364dab9f048224cb7228de0cd88442b4f
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 30 12:13:27 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 30 12:13:27 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=250f2a63

dev-qt/qtlocation: Stabilize 5.15.14-r1 amd64, #935163

Signed-off-by: Sam James  gentoo.org>

 dev-qt/qtlocation/qtlocation-5.15.14-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtlocation/qtlocation-5.15.14-r1.ebuild 
b/dev-qt/qtlocation/qtlocation-5.15.14-r1.ebuild
index 4d77b9e8c275..8041f5561688 100644
--- a/dev-qt/qtlocation/qtlocation-5.15.14-r1.ebuild
+++ b/dev-qt/qtlocation/qtlocation-5.15.14-r1.ebuild
@@ -12,7 +12,7 @@ if [[ ${QT5_BUILD_TYPE} == release ]]; then
MAPBOXGL_COMMIT=35d566724c48180c9a372c2ed50a253871a51574
SRC_URI+=" 
https://invent.kde.org/qt/qt/${PN}-mapboxgl/-/archive/${MAPBOXGL_COMMIT}/${PN}-mapboxgl-${MAPBOXGL_COMMIT}.tar.gz
 -> ${PN}-mapboxgl-${PV}-${MAPBOXGL_COMMIT:0:8}.tar.gz
https://dev.gentoo.org/~asturm/distfiles/${PATCHSET}.tar.xz;
-   KEYWORDS="~amd64 arm arm64 ~loong ppc64 ~riscv x86"
+   KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
 fi
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2024-06-30 Thread Arthur Zamarin
commit: f717dec5af645c23a88f0f04632ab32dda822865
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jun 30 11:02:06 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jun 30 11:02:06 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f717dec5

dev-qt/qtlocation: Stabilize 5.15.14-r1 ppc64, #935163

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-qt/qtlocation/qtlocation-5.15.14-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtlocation/qtlocation-5.15.14-r1.ebuild 
b/dev-qt/qtlocation/qtlocation-5.15.14-r1.ebuild
index 821be7dfaadc..5cb9dc6a1fd9 100644
--- a/dev-qt/qtlocation/qtlocation-5.15.14-r1.ebuild
+++ b/dev-qt/qtlocation/qtlocation-5.15.14-r1.ebuild
@@ -12,7 +12,7 @@ if [[ ${QT5_BUILD_TYPE} == release ]]; then
MAPBOXGL_COMMIT=35d566724c48180c9a372c2ed50a253871a51574
SRC_URI+=" 
https://invent.kde.org/qt/qt/${PN}-mapboxgl/-/archive/${MAPBOXGL_COMMIT}/${PN}-mapboxgl-${MAPBOXGL_COMMIT}.tar.gz
 -> ${PN}-mapboxgl-${PV}-${MAPBOXGL_COMMIT:0:8}.tar.gz
https://dev.gentoo.org/~asturm/distfiles/${PATCHSET}.tar.xz;
-   KEYWORDS="~amd64 arm arm64 ~loong ~ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64 arm arm64 ~loong ppc64 ~riscv ~x86"
 fi
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2024-06-30 Thread Arthur Zamarin
commit: 9b7d7e801aac44095e206d6b5204ea043bf8b1b8
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jun 30 08:51:03 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jun 30 08:51:03 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b7d7e80

dev-qt/qtlocation: Stabilize 5.15.14-r1 arm, #935163

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-qt/qtlocation/qtlocation-5.15.14-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtlocation/qtlocation-5.15.14-r1.ebuild 
b/dev-qt/qtlocation/qtlocation-5.15.14-r1.ebuild
index 65f16928f353..821be7dfaadc 100644
--- a/dev-qt/qtlocation/qtlocation-5.15.14-r1.ebuild
+++ b/dev-qt/qtlocation/qtlocation-5.15.14-r1.ebuild
@@ -12,7 +12,7 @@ if [[ ${QT5_BUILD_TYPE} == release ]]; then
MAPBOXGL_COMMIT=35d566724c48180c9a372c2ed50a253871a51574
SRC_URI+=" 
https://invent.kde.org/qt/qt/${PN}-mapboxgl/-/archive/${MAPBOXGL_COMMIT}/${PN}-mapboxgl-${MAPBOXGL_COMMIT}.tar.gz
 -> ${PN}-mapboxgl-${PV}-${MAPBOXGL_COMMIT:0:8}.tar.gz
https://dev.gentoo.org/~asturm/distfiles/${PATCHSET}.tar.xz;
-   KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64 arm arm64 ~loong ~ppc64 ~riscv ~x86"
 fi
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2024-06-30 Thread Arthur Zamarin
commit: 70bcc521c3162a245aaecacfd13b29519c280b1e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jun 30 08:45:28 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jun 30 08:45:28 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70bcc521

dev-qt/qtlocation: Stabilize 5.15.14-r1 arm64, #935163

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-qt/qtlocation/qtlocation-5.15.14-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtlocation/qtlocation-5.15.14-r1.ebuild 
b/dev-qt/qtlocation/qtlocation-5.15.14-r1.ebuild
index 3a3718d72c58..65f16928f353 100644
--- a/dev-qt/qtlocation/qtlocation-5.15.14-r1.ebuild
+++ b/dev-qt/qtlocation/qtlocation-5.15.14-r1.ebuild
@@ -12,7 +12,7 @@ if [[ ${QT5_BUILD_TYPE} == release ]]; then
MAPBOXGL_COMMIT=35d566724c48180c9a372c2ed50a253871a51574
SRC_URI+=" 
https://invent.kde.org/qt/qt/${PN}-mapboxgl/-/archive/${MAPBOXGL_COMMIT}/${PN}-mapboxgl-${MAPBOXGL_COMMIT}.tar.gz
 -> ${PN}-mapboxgl-${PV}-${MAPBOXGL_COMMIT:0:8}.tar.gz
https://dev.gentoo.org/~asturm/distfiles/${PATCHSET}.tar.xz;
-   KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
 fi
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2024-06-18 Thread Ionen Wolkens
commit: 2e44e431572d030f0b00990b2dcbce3ac54ea616
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Tue Jun 18 09:25:07 2024 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Tue Jun 18 18:13:48 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e44e431

dev-qt/qtlocation: add 6.7.2

Signed-off-by: Ionen Wolkens  gentoo.org>

 dev-qt/qtlocation/Manifest|  1 +
 dev-qt/qtlocation/qtlocation-6.7.2.ebuild | 44 +++
 2 files changed, 45 insertions(+)

diff --git a/dev-qt/qtlocation/Manifest b/dev-qt/qtlocation/Manifest
index b20e077fb37e..22c136f17451 100644
--- a/dev-qt/qtlocation/Manifest
+++ b/dev-qt/qtlocation/Manifest
@@ -1,5 +1,6 @@
 DIST qtlocation-5.15.11-patchset.tar.xz 4796 BLAKE2B 
dcfa75bd3fb2e9069e1a530c27e2b4e9ac921fcf0ccb712f0894375b575ba25103948c6e5b85b56a8f9c9f2d7edf7df8e38501e93356e69f060b577a04c2d221
 SHA512 
14bd2864abc6f446dc4fbac03548cb42305685b46db757d856360780144095a021130bc0ebf1d07a516dc7991dc0cfbf733bd0ef6be58237bc15822c21af1d0b
 DIST qtlocation-everywhere-opensource-src-5.15.14.tar.xz 6549056 BLAKE2B 
831c7091a7b9d1355121f7e1e89f62c8aaa8819bef98c80f90b1521eea9c11a35452557c97d1dd49d13e0e810bd70f5038f8682f6ac42b68622cd269664eadd3
 SHA512 
5a6271d61bb9ede80b8483e784d8cc15170cf3f7b019472b2362c742e1e1fd52d811c2132b751574dacee6f7274b81e6049b8a3dc934ba7612c0aef6643062dd
 DIST qtlocation-everywhere-src-6.7.1.tar.xz 3166636 BLAKE2B 
9e42fc72473f9e11aac9de4c79acf69ce406903f2bd2611cad38b803c67bee30a8812a0700bbd4193a6aafd4b4e04ab0dacf4d79eda0bce739a0eb141c742a81
 SHA512 
6d7c332ff6a974102f874801c90a64d606e3f9db53787029091cfe043c087f7825d983d6245dfa749f46339c1886ecb74dcf0f9638e9d9bde7c9d6047c47d467
+DIST qtlocation-everywhere-src-6.7.2.tar.xz 3166188 BLAKE2B 
ca22bc51308b5f5b28f96bedd4190ad747bd335790ec0975e1dc381d8fdacf720907a9842ec01cdd1add3d56549d4c096021731ea3268423d3288e1b24c993a6
 SHA512 
d7b8d4b9c99247362747d2d8fcf9207e710bed70c320d5c38e6868760cfe5ae2a158d1c0496af939a3e0d74369a86673cddfb25096ff8dda8dc209fd0df94e21
 DIST qtlocation-mapboxgl-5.15.14-35d56672.tar.gz 3726302 BLAKE2B 
f51c0589a06fab35ba85b3bf4ca8a1904cda5aec47b17fdf747da527d02be623a76b1af5883b33267fab825a4b5d0863ea0220f2907e98e286b40d4a0bbc82e5
 SHA512 
5c2ff6ab7e4382d87546a802c5603bdcec3deb7fbb836fc981292c67660514caaa6118e164d2e099d0304710035572706562ec84e4aba5ce36b01cade8b0993e
 DIST qtlocation-mapboxgl-5.15.14-4c88f2c0.tar.gz 3726387 BLAKE2B 
e9b818505ace86516262d1407450c14be82122bb91363a57708795844089371ac7d511a857f713c7cb4e6f8b54867aab0bc5dcdb9c49aa28aa3f8363271378e0
 SHA512 
e4d9133db892fd8b7b1bcf584bf7dae30c0f0353f3b0a696a6cabc9485067f262d42554b583640521734498572e5480b5e8d0143d5be47bb92077f3192fefa4d

diff --git a/dev-qt/qtlocation/qtlocation-6.7.2.ebuild 
b/dev-qt/qtlocation/qtlocation-6.7.2.ebuild
new file mode 100644
index ..d407e2f12e54
--- /dev/null
+++ b/dev-qt/qtlocation/qtlocation-6.7.2.ebuild
@@ -0,0 +1,44 @@
+# Copyright 2021-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit qt6-build
+
+DESCRIPTION="Location (places, maps, navigation) library for the Qt6 framework"
+
+if [[ ${QT6_BUILD_TYPE} == release ]]; then
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+fi
+
+RDEPEND="
+   ~dev-qt/qtbase-${PV}:6[network]
+   ~dev-qt/qtdeclarative-${PV}:6
+   ~dev-qt/qtpositioning-${PV}:6[qml]
+"
+DEPEND="${RDEPEND}"
+
+CMAKE_SKIP_TESTS=(
+   # ignores QML_IMPORT_PATH (unlike other tests) and looks in
+   # the missing builddir/qml, skip rather than work around
+   tst_declarative_ui
+)
+
+src_install() {
+   qt6-build_src_install
+
+   if use test; then
+   local delete=( # sigh
+   
"${D}${QT6_LIBDIR}"/cmake/Qt6Location/*TestGeoServicePlugin*.cmake
+   
"${D}${QT6_LIBDIR}"/cmake/Qt6Location/*UnsupportedPlacesGeoServicePlugin*.cmake
+   
"${D}${QT6_LIBDIR}"/cmake/Qt6Qml/QmlPlugins/*declarative_location_test*.cmake
+   
"${D}${QT6_PLUGINDIR}"/geoservices/libqtgeoservices_geocodingplugin.so
+   
"${D}${QT6_PLUGINDIR}"/geoservices/libqtgeoservices_placesplugin_unsupported.so
+   
"${D}${QT6_PLUGINDIR}"/geoservices/libqtgeoservices_qmltestplugin.so
+   
"${D}${QT6_PLUGINDIR}"/geoservices/libqtgeoservices_routingplugin.so
+   "${D}${QT6_QMLDIR}"/QtLocation/Test
+   )
+   # using -f given not tracking which tests may be skipped or not
+   rm -rf -- "${delete[@]}" || die
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2024-06-15 Thread Arthur Zamarin
commit: 25a76c7e18a513d9cfdc2757875aec3e38865202
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jun 15 15:46:37 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jun 15 15:46:37 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25a76c7e

dev-qt/qtlocation: Keyword 6.7.1 ppc64, #927885

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-qt/qtlocation/qtlocation-6.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtlocation/qtlocation-6.7.1.ebuild 
b/dev-qt/qtlocation/qtlocation-6.7.1.ebuild
index 087dd20a6ae2..fdafb2309b3a 100644
--- a/dev-qt/qtlocation/qtlocation-6.7.1.ebuild
+++ b/dev-qt/qtlocation/qtlocation-6.7.1.ebuild
@@ -8,7 +8,7 @@ inherit qt6-build
 DESCRIPTION="Location (places, maps, navigation) library for the Qt6 framework"
 
 if [[ ${QT6_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 arm arm64 ~riscv x86"
+   KEYWORDS="amd64 arm arm64 ~ppc64 ~riscv x86"
 fi
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2024-06-11 Thread Andreas Sturmlechner
commit: 57091baadec7f1c0fbe62d50a161caed262557cc
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jun 10 19:48:29 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jun 11 16:30:24 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57091baa

dev-qt/qtlocation: Re-apply >=dev-libs/icu-75 buildfix

Bumping to MAPBOXGL_COMMIT=35d566724c48180c9a372c2ed50a253871a51574
that was already part of 5.15.13-r1.

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-qt/qtlocation/Manifest |  1 +
 dev-qt/qtlocation/qtlocation-5.15.14-r1.ebuild | 59 ++
 2 files changed, 60 insertions(+)

diff --git a/dev-qt/qtlocation/Manifest b/dev-qt/qtlocation/Manifest
index cf59a43912f6..b20e077fb37e 100644
--- a/dev-qt/qtlocation/Manifest
+++ b/dev-qt/qtlocation/Manifest
@@ -1,4 +1,5 @@
 DIST qtlocation-5.15.11-patchset.tar.xz 4796 BLAKE2B 
dcfa75bd3fb2e9069e1a530c27e2b4e9ac921fcf0ccb712f0894375b575ba25103948c6e5b85b56a8f9c9f2d7edf7df8e38501e93356e69f060b577a04c2d221
 SHA512 
14bd2864abc6f446dc4fbac03548cb42305685b46db757d856360780144095a021130bc0ebf1d07a516dc7991dc0cfbf733bd0ef6be58237bc15822c21af1d0b
 DIST qtlocation-everywhere-opensource-src-5.15.14.tar.xz 6549056 BLAKE2B 
831c7091a7b9d1355121f7e1e89f62c8aaa8819bef98c80f90b1521eea9c11a35452557c97d1dd49d13e0e810bd70f5038f8682f6ac42b68622cd269664eadd3
 SHA512 
5a6271d61bb9ede80b8483e784d8cc15170cf3f7b019472b2362c742e1e1fd52d811c2132b751574dacee6f7274b81e6049b8a3dc934ba7612c0aef6643062dd
 DIST qtlocation-everywhere-src-6.7.1.tar.xz 3166636 BLAKE2B 
9e42fc72473f9e11aac9de4c79acf69ce406903f2bd2611cad38b803c67bee30a8812a0700bbd4193a6aafd4b4e04ab0dacf4d79eda0bce739a0eb141c742a81
 SHA512 
6d7c332ff6a974102f874801c90a64d606e3f9db53787029091cfe043c087f7825d983d6245dfa749f46339c1886ecb74dcf0f9638e9d9bde7c9d6047c47d467
+DIST qtlocation-mapboxgl-5.15.14-35d56672.tar.gz 3726302 BLAKE2B 
f51c0589a06fab35ba85b3bf4ca8a1904cda5aec47b17fdf747da527d02be623a76b1af5883b33267fab825a4b5d0863ea0220f2907e98e286b40d4a0bbc82e5
 SHA512 
5c2ff6ab7e4382d87546a802c5603bdcec3deb7fbb836fc981292c67660514caaa6118e164d2e099d0304710035572706562ec84e4aba5ce36b01cade8b0993e
 DIST qtlocation-mapboxgl-5.15.14-4c88f2c0.tar.gz 3726387 BLAKE2B 
e9b818505ace86516262d1407450c14be82122bb91363a57708795844089371ac7d511a857f713c7cb4e6f8b54867aab0bc5dcdb9c49aa28aa3f8363271378e0
 SHA512 
e4d9133db892fd8b7b1bcf584bf7dae30c0f0353f3b0a696a6cabc9485067f262d42554b583640521734498572e5480b5e8d0143d5be47bb92077f3192fefa4d

diff --git a/dev-qt/qtlocation/qtlocation-5.15.14-r1.ebuild 
b/dev-qt/qtlocation/qtlocation-5.15.14-r1.ebuild
new file mode 100644
index ..3a3718d72c58
--- /dev/null
+++ b/dev-qt/qtlocation/qtlocation-5.15.14-r1.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PATCHSET="${PN}-5.15.11-patchset"
+inherit qt5-build
+
+DESCRIPTION="Location (places, maps, navigation) library for the Qt5 framework"
+
+if [[ ${QT5_BUILD_TYPE} == release ]]; then
+   MAPBOXGL_COMMIT=35d566724c48180c9a372c2ed50a253871a51574
+   SRC_URI+=" 
https://invent.kde.org/qt/qt/${PN}-mapboxgl/-/archive/${MAPBOXGL_COMMIT}/${PN}-mapboxgl-${MAPBOXGL_COMMIT}.tar.gz
 -> ${PN}-mapboxgl-${PV}-${MAPBOXGL_COMMIT:0:8}.tar.gz
+   https://dev.gentoo.org/~asturm/distfiles/${PATCHSET}.tar.xz;
+   KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+fi
+
+RDEPEND="
+   dev-libs/icu:=
+   =dev-qt/qtcore-${QT5_PV}*
+   =dev-qt/qtdeclarative-${QT5_PV}*
+   =dev-qt/qtgui-${QT5_PV}*
+   =dev-qt/qtnetwork-${QT5_PV}*
+   =dev-qt/qtpositioning-${QT5_PV}*[qml]
+   =dev-qt/qtsql-${QT5_PV}*
+   sys-libs/zlib
+"
+DEPEND="${RDEPEND}
+   =dev-qt/qtconcurrent-${QT5_PV}*
+"
+
+QT5_TARGET_SUBDIRS=(
+   src/3rdparty/clipper
+   src/3rdparty/poly2tri
+   src/3rdparty/clip2tri
+   src/3rdparty/mapbox-gl-native
+   src/location
+   src/imports/location
+   src/imports/locationlabs
+   src/plugins/geoservices
+)
+
+if [[ ${QT5_BUILD_TYPE} == release ]]; then
+
+PATCHES=( "${WORKDIR}/${PATCHSET}" )
+
+src_prepare() {
+   rm -rf src/3rdparty/mapbox-gl-native/* || die
+   mv "${WORKDIR}"/${PN}-mapboxgl-${MAPBOXGL_COMMIT}/* 
src/3rdparty/mapbox-gl-native || die
+   qt5-build_src_prepare
+}
+fi
+
+src_configure() {
+   # src/plugins/geoservices requires files that are only generated when
+   # qmake is run in the root directory. Bug 633776.
+   qt5_configure_oos_quirk qtlocation-config.pri src/location
+   qt5-build_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2024-06-08 Thread Ionen Wolkens
commit: 3a72687ed0b47b77b91ca144aef1a5155ece0d2f
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sat Jun  8 05:40:40 2024 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sat Jun  8 13:39:33 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a72687e

dev-qt/qtlocation: drop 6.7.0

Signed-off-by: Ionen Wolkens  gentoo.org>

 dev-qt/qtlocation/Manifest|  1 -
 dev-qt/qtlocation/qtlocation-6.7.0.ebuild | 44 ---
 2 files changed, 45 deletions(-)

diff --git a/dev-qt/qtlocation/Manifest b/dev-qt/qtlocation/Manifest
index 7b9350b0dbf4..cf59a43912f6 100644
--- a/dev-qt/qtlocation/Manifest
+++ b/dev-qt/qtlocation/Manifest
@@ -1,5 +1,4 @@
 DIST qtlocation-5.15.11-patchset.tar.xz 4796 BLAKE2B 
dcfa75bd3fb2e9069e1a530c27e2b4e9ac921fcf0ccb712f0894375b575ba25103948c6e5b85b56a8f9c9f2d7edf7df8e38501e93356e69f060b577a04c2d221
 SHA512 
14bd2864abc6f446dc4fbac03548cb42305685b46db757d856360780144095a021130bc0ebf1d07a516dc7991dc0cfbf733bd0ef6be58237bc15822c21af1d0b
 DIST qtlocation-everywhere-opensource-src-5.15.14.tar.xz 6549056 BLAKE2B 
831c7091a7b9d1355121f7e1e89f62c8aaa8819bef98c80f90b1521eea9c11a35452557c97d1dd49d13e0e810bd70f5038f8682f6ac42b68622cd269664eadd3
 SHA512 
5a6271d61bb9ede80b8483e784d8cc15170cf3f7b019472b2362c742e1e1fd52d811c2132b751574dacee6f7274b81e6049b8a3dc934ba7612c0aef6643062dd
-DIST qtlocation-everywhere-src-6.7.0.tar.xz 3165588 BLAKE2B 
ee2f3be403942d91f1a87e89d42d1f969eefc90654c77732d7249766e680ce1cb63685203989ceef984365ff59152995e6886bf5f112834d55abf0e6239229ae
 SHA512 
51e3777cdee6c27bf5770dfa4f21509ab4699161b5b49d99696aa09018ee5a355c921a85f8f1a732a80b19730ac30d40795d20cd73e4aefc1a4d4a989d41bc3d
 DIST qtlocation-everywhere-src-6.7.1.tar.xz 3166636 BLAKE2B 
9e42fc72473f9e11aac9de4c79acf69ce406903f2bd2611cad38b803c67bee30a8812a0700bbd4193a6aafd4b4e04ab0dacf4d79eda0bce739a0eb141c742a81
 SHA512 
6d7c332ff6a974102f874801c90a64d606e3f9db53787029091cfe043c087f7825d983d6245dfa749f46339c1886ecb74dcf0f9638e9d9bde7c9d6047c47d467
 DIST qtlocation-mapboxgl-5.15.14-4c88f2c0.tar.gz 3726387 BLAKE2B 
e9b818505ace86516262d1407450c14be82122bb91363a57708795844089371ac7d511a857f713c7cb4e6f8b54867aab0bc5dcdb9c49aa28aa3f8363271378e0
 SHA512 
e4d9133db892fd8b7b1bcf584bf7dae30c0f0353f3b0a696a6cabc9485067f262d42554b583640521734498572e5480b5e8d0143d5be47bb92077f3192fefa4d

diff --git a/dev-qt/qtlocation/qtlocation-6.7.0.ebuild 
b/dev-qt/qtlocation/qtlocation-6.7.0.ebuild
deleted file mode 100644
index 50eb41d84b1f..
--- a/dev-qt/qtlocation/qtlocation-6.7.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 2021-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit qt6-build
-
-DESCRIPTION="Location (places, maps, navigation) library for the Qt6 framework"
-
-if [[ ${QT6_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86"
-fi
-
-RDEPEND="
-   ~dev-qt/qtbase-${PV}:6[network]
-   ~dev-qt/qtdeclarative-${PV}:6
-   ~dev-qt/qtpositioning-${PV}:6[qml]
-"
-DEPEND="${RDEPEND}"
-
-CMAKE_SKIP_TESTS=(
-   # ignores QML_IMPORT_PATH (unlike other tests) and looks in
-   # the missing builddir/qml, skip rather than work around
-   tst_declarative_ui
-)
-
-src_install() {
-   qt6-build_src_install
-
-   if use test; then
-   local delete=( # sigh
-   
"${D}${QT6_LIBDIR}"/cmake/Qt6Location/*TestGeoServicePlugin*.cmake
-   
"${D}${QT6_LIBDIR}"/cmake/Qt6Location/*UnsupportedPlacesGeoServicePlugin*.cmake
-   
"${D}${QT6_LIBDIR}"/cmake/Qt6Qml/QmlPlugins/*declarative_location_test*.cmake
-   
"${D}${QT6_PLUGINDIR}"/geoservices/libqtgeoservices_geocodingplugin.so
-   
"${D}${QT6_PLUGINDIR}"/geoservices/libqtgeoservices_placesplugin_unsupported.so
-   
"${D}${QT6_PLUGINDIR}"/geoservices/libqtgeoservices_qmltestplugin.so
-   
"${D}${QT6_PLUGINDIR}"/geoservices/libqtgeoservices_routingplugin.so
-   "${D}${QT6_QMLDIR}"/QtLocation/Test
-   )
-   # using -f given not tracking which tests may be skipped or not
-   rm -rf -- "${delete[@]}" || die
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2024-06-07 Thread Arthur Zamarin
commit: 308ddc6b3a5c613db87a973c6fef34734834c9bb
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jun  8 05:25:44 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jun  8 05:25:44 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=308ddc6b

dev-qt/qtlocation: Stabilize 6.7.1 arm64, #932347

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-qt/qtlocation/qtlocation-6.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtlocation/qtlocation-6.7.1.ebuild 
b/dev-qt/qtlocation/qtlocation-6.7.1.ebuild
index 6c9fc174029c..087dd20a6ae2 100644
--- a/dev-qt/qtlocation/qtlocation-6.7.1.ebuild
+++ b/dev-qt/qtlocation/qtlocation-6.7.1.ebuild
@@ -8,7 +8,7 @@ inherit qt6-build
 DESCRIPTION="Location (places, maps, navigation) library for the Qt6 framework"
 
 if [[ ${QT6_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 arm ~arm64 ~riscv x86"
+   KEYWORDS="amd64 arm arm64 ~riscv x86"
 fi
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2024-06-04 Thread Arthur Zamarin
commit: 709a31fa886d15762a36d7d3579cbf465414a6bf
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Jun  4 16:15:09 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Jun  4 16:15:09 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=709a31fa

dev-qt/qtlocation: Stabilize 5.15.14 ppc64, #933196

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-qt/qtlocation/qtlocation-5.15.14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtlocation/qtlocation-5.15.14.ebuild 
b/dev-qt/qtlocation/qtlocation-5.15.14.ebuild
index e335814e13f4..ddbc8cffd58c 100644
--- a/dev-qt/qtlocation/qtlocation-5.15.14.ebuild
+++ b/dev-qt/qtlocation/qtlocation-5.15.14.ebuild
@@ -12,7 +12,7 @@ if [[ ${QT5_BUILD_TYPE} == release ]]; then
MAPBOXGL_COMMIT=4c88f2c0e61daa89f584a8a9a3eba210221c6920
SRC_URI+=" 
https://invent.kde.org/qt/qt/${PN}-mapboxgl/-/archive/${MAPBOXGL_COMMIT}/${PN}-mapboxgl-${MAPBOXGL_COMMIT}.tar.gz
 -> ${PN}-mapboxgl-${PV}-${MAPBOXGL_COMMIT:0:8}.tar.gz
https://dev.gentoo.org/~asturm/distfiles/${PATCHSET}.tar.xz;
-   KEYWORDS="amd64 arm arm64 ~loong ~ppc64 ~riscv x86"
+   KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
 fi
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2024-06-01 Thread Sam James
commit: dfca6b51953af7dd57e4eb10195316b5c2aeb68b
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun  2 04:03:04 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun  2 04:03:04 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfca6b51

dev-qt/qtlocation: Stabilize 6.7.1 amd64, #932347

Signed-off-by: Sam James  gentoo.org>

 dev-qt/qtlocation/qtlocation-6.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtlocation/qtlocation-6.7.1.ebuild 
b/dev-qt/qtlocation/qtlocation-6.7.1.ebuild
index 7fd0ae2b349e..6c9fc174029c 100644
--- a/dev-qt/qtlocation/qtlocation-6.7.1.ebuild
+++ b/dev-qt/qtlocation/qtlocation-6.7.1.ebuild
@@ -8,7 +8,7 @@ inherit qt6-build
 DESCRIPTION="Location (places, maps, navigation) library for the Qt6 framework"
 
 if [[ ${QT6_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 arm ~arm64 ~riscv x86"
+   KEYWORDS="amd64 arm ~arm64 ~riscv x86"
 fi
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2024-06-01 Thread Arthur Zamarin
commit: a8e453e535e39ab3bc9461240e8a1892c099860e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jun  1 15:59:30 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jun  1 15:59:30 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8e453e5

dev-qt/qtlocation: Stabilize 5.15.14 x86, #933196

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-qt/qtlocation/qtlocation-5.15.14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtlocation/qtlocation-5.15.14.ebuild 
b/dev-qt/qtlocation/qtlocation-5.15.14.ebuild
index e48e3917ce03..ff087912a3f1 100644
--- a/dev-qt/qtlocation/qtlocation-5.15.14.ebuild
+++ b/dev-qt/qtlocation/qtlocation-5.15.14.ebuild
@@ -12,7 +12,7 @@ if [[ ${QT5_BUILD_TYPE} == release ]]; then
MAPBOXGL_COMMIT=4c88f2c0e61daa89f584a8a9a3eba210221c6920
SRC_URI+=" 
https://invent.kde.org/qt/qt/${PN}-mapboxgl/-/archive/${MAPBOXGL_COMMIT}/${PN}-mapboxgl-${MAPBOXGL_COMMIT}.tar.gz
 -> ${PN}-mapboxgl-${PV}-${MAPBOXGL_COMMIT:0:8}.tar.gz
https://dev.gentoo.org/~asturm/distfiles/${PATCHSET}.tar.xz;
-   KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
 fi
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2024-05-28 Thread Arthur Zamarin
commit: 1491ee2e1e1c0dc42b9384aa8e901dc37600231c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue May 28 18:55:17 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue May 28 18:55:17 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1491ee2e

dev-qt/qtlocation: Stabilize 6.7.1 x86, #932862

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-qt/qtlocation/qtlocation-6.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtlocation/qtlocation-6.7.1.ebuild 
b/dev-qt/qtlocation/qtlocation-6.7.1.ebuild
index 8099749c8d26..7fd0ae2b349e 100644
--- a/dev-qt/qtlocation/qtlocation-6.7.1.ebuild
+++ b/dev-qt/qtlocation/qtlocation-6.7.1.ebuild
@@ -8,7 +8,7 @@ inherit qt6-build
 DESCRIPTION="Location (places, maps, navigation) library for the Qt6 framework"
 
 if [[ ${QT6_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 arm ~arm64 ~riscv ~x86"
+   KEYWORDS="~amd64 arm ~arm64 ~riscv x86"
 fi
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2024-05-20 Thread Ionen Wolkens
commit: acc44a796079c5f24a906b72f9b29387f7af35c8
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Mon May 20 07:53:35 2024 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Mon May 20 08:45:27 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acc44a79

dev-qt/qtlocation: add 6.7.1

Signed-off-by: Ionen Wolkens  gentoo.org>

 dev-qt/qtlocation/Manifest|  1 +
 dev-qt/qtlocation/qtlocation-6.7.1.ebuild | 44 +++
 2 files changed, 45 insertions(+)

diff --git a/dev-qt/qtlocation/Manifest b/dev-qt/qtlocation/Manifest
index 0604f733b4e1..a11ac95758ad 100644
--- a/dev-qt/qtlocation/Manifest
+++ b/dev-qt/qtlocation/Manifest
@@ -1,5 +1,6 @@
 DIST qtlocation-5.15.11-patchset.tar.xz 4796 BLAKE2B 
dcfa75bd3fb2e9069e1a530c27e2b4e9ac921fcf0ccb712f0894375b575ba25103948c6e5b85b56a8f9c9f2d7edf7df8e38501e93356e69f060b577a04c2d221
 SHA512 
14bd2864abc6f446dc4fbac03548cb42305685b46db757d856360780144095a021130bc0ebf1d07a516dc7991dc0cfbf733bd0ef6be58237bc15822c21af1d0b
 DIST qtlocation-everywhere-opensource-src-5.15.13.tar.xz 6554724 BLAKE2B 
26cc97cc210a4c2afcd5ca57f849081772f8e65f2fb809424f257f6e24309a702483be73085825f63ac283705db8e967b96132dac710cfaa0759c882802aad60
 SHA512 
37ccec9d9ce4ab59c0e4a2827c94d2e7247786fa53dc340539160631aaa9e5de02fbff1a5fadc5d96c64b2d9a81a5912a562beb6e4d0ec09186f8508626ade36
 DIST qtlocation-everywhere-src-6.7.0.tar.xz 3165588 BLAKE2B 
ee2f3be403942d91f1a87e89d42d1f969eefc90654c77732d7249766e680ce1cb63685203989ceef984365ff59152995e6886bf5f112834d55abf0e6239229ae
 SHA512 
51e3777cdee6c27bf5770dfa4f21509ab4699161b5b49d99696aa09018ee5a355c921a85f8f1a732a80b19730ac30d40795d20cd73e4aefc1a4d4a989d41bc3d
+DIST qtlocation-everywhere-src-6.7.1.tar.xz 3166636 BLAKE2B 
9e42fc72473f9e11aac9de4c79acf69ce406903f2bd2611cad38b803c67bee30a8812a0700bbd4193a6aafd4b4e04ab0dacf4d79eda0bce739a0eb141c742a81
 SHA512 
6d7c332ff6a974102f874801c90a64d606e3f9db53787029091cfe043c087f7825d983d6245dfa749f46339c1886ecb74dcf0f9638e9d9bde7c9d6047c47d467
 DIST qtlocation-mapboxgl-5.15.13-35d56672.tar.gz 3726302 BLAKE2B 
f51c0589a06fab35ba85b3bf4ca8a1904cda5aec47b17fdf747da527d02be623a76b1af5883b33267fab825a4b5d0863ea0220f2907e98e286b40d4a0bbc82e5
 SHA512 
5c2ff6ab7e4382d87546a802c5603bdcec3deb7fbb836fc981292c67660514caaa6118e164d2e099d0304710035572706562ec84e4aba5ce36b01cade8b0993e
 DIST qtlocation-mapboxgl-5.15.13-4c88f2c0.tar.gz 3726387 BLAKE2B 
e9b818505ace86516262d1407450c14be82122bb91363a57708795844089371ac7d511a857f713c7cb4e6f8b54867aab0bc5dcdb9c49aa28aa3f8363271378e0
 SHA512 
e4d9133db892fd8b7b1bcf584bf7dae30c0f0353f3b0a696a6cabc9485067f262d42554b583640521734498572e5480b5e8d0143d5be47bb92077f3192fefa4d

diff --git a/dev-qt/qtlocation/qtlocation-6.7.1.ebuild 
b/dev-qt/qtlocation/qtlocation-6.7.1.ebuild
new file mode 100644
index ..cbb1e7ec0258
--- /dev/null
+++ b/dev-qt/qtlocation/qtlocation-6.7.1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 2021-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit qt6-build
+
+DESCRIPTION="Location (places, maps, navigation) library for the Qt6 framework"
+
+if [[ ${QT6_BUILD_TYPE} == release ]]; then
+   KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+fi
+
+RDEPEND="
+   ~dev-qt/qtbase-${PV}:6[network]
+   ~dev-qt/qtdeclarative-${PV}:6
+   ~dev-qt/qtpositioning-${PV}:6[qml]
+"
+DEPEND="${RDEPEND}"
+
+CMAKE_SKIP_TESTS=(
+   # ignores QML_IMPORT_PATH (unlike other tests) and looks in
+   # the missing builddir/qml, skip rather than work around
+   tst_declarative_ui
+)
+
+src_install() {
+   qt6-build_src_install
+
+   if use test; then
+   local delete=( # sigh
+   
"${D}${QT6_LIBDIR}"/cmake/Qt6Location/*TestGeoServicePlugin*.cmake
+   
"${D}${QT6_LIBDIR}"/cmake/Qt6Location/*UnsupportedPlacesGeoServicePlugin*.cmake
+   
"${D}${QT6_LIBDIR}"/cmake/Qt6Qml/QmlPlugins/*declarative_location_test*.cmake
+   
"${D}${QT6_PLUGINDIR}"/geoservices/libqtgeoservices_geocodingplugin.so
+   
"${D}${QT6_PLUGINDIR}"/geoservices/libqtgeoservices_placesplugin_unsupported.so
+   
"${D}${QT6_PLUGINDIR}"/geoservices/libqtgeoservices_qmltestplugin.so
+   
"${D}${QT6_PLUGINDIR}"/geoservices/libqtgeoservices_routingplugin.so
+   "${D}${QT6_QMLDIR}"/QtLocation/Test
+   )
+   # using -f given not tracking which tests may be skipped or not
+   rm -rf -- "${delete[@]}" || die
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2024-05-16 Thread Ionen Wolkens
commit: c66dcfb16b6cbe8ac8c27b9a7d37b11c0a6c150a
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Fri May 17 05:44:33 2024 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri May 17 05:44:33 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c66dcfb1

dev-qt/qtlocation: sync live keywords

Signed-off-by: Ionen Wolkens  gentoo.org>

 dev-qt/qtlocation/qtlocation-6.7..ebuild | 2 +-
 dev-qt/qtlocation/qtlocation-6..ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-qt/qtlocation/qtlocation-6.7..ebuild 
b/dev-qt/qtlocation/qtlocation-6.7..ebuild
index 9ffb31700378..cbb1e7ec0258 100644
--- a/dev-qt/qtlocation/qtlocation-6.7..ebuild
+++ b/dev-qt/qtlocation/qtlocation-6.7..ebuild
@@ -8,7 +8,7 @@ inherit qt6-build
 DESCRIPTION="Location (places, maps, navigation) library for the Qt6 framework"
 
 if [[ ${QT6_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~riscv ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
 fi
 
 RDEPEND="

diff --git a/dev-qt/qtlocation/qtlocation-6..ebuild 
b/dev-qt/qtlocation/qtlocation-6..ebuild
index 9ffb31700378..cbb1e7ec0258 100644
--- a/dev-qt/qtlocation/qtlocation-6..ebuild
+++ b/dev-qt/qtlocation/qtlocation-6..ebuild
@@ -8,7 +8,7 @@ inherit qt6-build
 DESCRIPTION="Location (places, maps, navigation) library for the Qt6 framework"
 
 if [[ ${QT6_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~riscv ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
 fi
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2024-05-16 Thread Arthur Zamarin
commit: 0e390d56b6e3509f035209d91895a82dbd547d12
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu May 16 15:36:40 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu May 16 15:36:40 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e390d56

dev-qt/qtlocation: Keyword 6.7.0 arm64, #927885

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-qt/qtlocation/qtlocation-6.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtlocation/qtlocation-6.7.0.ebuild 
b/dev-qt/qtlocation/qtlocation-6.7.0.ebuild
index 6a7b3e52fb17..50eb41d84b1f 100644
--- a/dev-qt/qtlocation/qtlocation-6.7.0.ebuild
+++ b/dev-qt/qtlocation/qtlocation-6.7.0.ebuild
@@ -8,7 +8,7 @@ inherit qt6-build
 DESCRIPTION="Location (places, maps, navigation) library for the Qt6 framework"
 
 if [[ ${QT6_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~riscv ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86"
 fi
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2024-05-16 Thread Andreas Sturmlechner
commit: 4e303c27a6ff24a8042a869538d1f26ea3d46231
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May 16 11:15:41 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 16 12:45:35 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e303c27

dev-qt/qtlocation: Fix build with >=dev-libs/icu-75

Bumping to MAPBOXGL_COMMIT=35d566724c48180c9a372c2ed50a253871a51574

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-qt/qtlocation/Manifest |  1 +
 dev-qt/qtlocation/qtlocation-5.15.13-r1.ebuild | 59 ++
 2 files changed, 60 insertions(+)

diff --git a/dev-qt/qtlocation/Manifest b/dev-qt/qtlocation/Manifest
index f0042c44d64e..0604f733b4e1 100644
--- a/dev-qt/qtlocation/Manifest
+++ b/dev-qt/qtlocation/Manifest
@@ -1,4 +1,5 @@
 DIST qtlocation-5.15.11-patchset.tar.xz 4796 BLAKE2B 
dcfa75bd3fb2e9069e1a530c27e2b4e9ac921fcf0ccb712f0894375b575ba25103948c6e5b85b56a8f9c9f2d7edf7df8e38501e93356e69f060b577a04c2d221
 SHA512 
14bd2864abc6f446dc4fbac03548cb42305685b46db757d856360780144095a021130bc0ebf1d07a516dc7991dc0cfbf733bd0ef6be58237bc15822c21af1d0b
 DIST qtlocation-everywhere-opensource-src-5.15.13.tar.xz 6554724 BLAKE2B 
26cc97cc210a4c2afcd5ca57f849081772f8e65f2fb809424f257f6e24309a702483be73085825f63ac283705db8e967b96132dac710cfaa0759c882802aad60
 SHA512 
37ccec9d9ce4ab59c0e4a2827c94d2e7247786fa53dc340539160631aaa9e5de02fbff1a5fadc5d96c64b2d9a81a5912a562beb6e4d0ec09186f8508626ade36
 DIST qtlocation-everywhere-src-6.7.0.tar.xz 3165588 BLAKE2B 
ee2f3be403942d91f1a87e89d42d1f969eefc90654c77732d7249766e680ce1cb63685203989ceef984365ff59152995e6886bf5f112834d55abf0e6239229ae
 SHA512 
51e3777cdee6c27bf5770dfa4f21509ab4699161b5b49d99696aa09018ee5a355c921a85f8f1a732a80b19730ac30d40795d20cd73e4aefc1a4d4a989d41bc3d
+DIST qtlocation-mapboxgl-5.15.13-35d56672.tar.gz 3726302 BLAKE2B 
f51c0589a06fab35ba85b3bf4ca8a1904cda5aec47b17fdf747da527d02be623a76b1af5883b33267fab825a4b5d0863ea0220f2907e98e286b40d4a0bbc82e5
 SHA512 
5c2ff6ab7e4382d87546a802c5603bdcec3deb7fbb836fc981292c67660514caaa6118e164d2e099d0304710035572706562ec84e4aba5ce36b01cade8b0993e
 DIST qtlocation-mapboxgl-5.15.13-4c88f2c0.tar.gz 3726387 BLAKE2B 
e9b818505ace86516262d1407450c14be82122bb91363a57708795844089371ac7d511a857f713c7cb4e6f8b54867aab0bc5dcdb9c49aa28aa3f8363271378e0
 SHA512 
e4d9133db892fd8b7b1bcf584bf7dae30c0f0353f3b0a696a6cabc9485067f262d42554b583640521734498572e5480b5e8d0143d5be47bb92077f3192fefa4d

diff --git a/dev-qt/qtlocation/qtlocation-5.15.13-r1.ebuild 
b/dev-qt/qtlocation/qtlocation-5.15.13-r1.ebuild
new file mode 100644
index ..3a3718d72c58
--- /dev/null
+++ b/dev-qt/qtlocation/qtlocation-5.15.13-r1.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PATCHSET="${PN}-5.15.11-patchset"
+inherit qt5-build
+
+DESCRIPTION="Location (places, maps, navigation) library for the Qt5 framework"
+
+if [[ ${QT5_BUILD_TYPE} == release ]]; then
+   MAPBOXGL_COMMIT=35d566724c48180c9a372c2ed50a253871a51574
+   SRC_URI+=" 
https://invent.kde.org/qt/qt/${PN}-mapboxgl/-/archive/${MAPBOXGL_COMMIT}/${PN}-mapboxgl-${MAPBOXGL_COMMIT}.tar.gz
 -> ${PN}-mapboxgl-${PV}-${MAPBOXGL_COMMIT:0:8}.tar.gz
+   https://dev.gentoo.org/~asturm/distfiles/${PATCHSET}.tar.xz;
+   KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+fi
+
+RDEPEND="
+   dev-libs/icu:=
+   =dev-qt/qtcore-${QT5_PV}*
+   =dev-qt/qtdeclarative-${QT5_PV}*
+   =dev-qt/qtgui-${QT5_PV}*
+   =dev-qt/qtnetwork-${QT5_PV}*
+   =dev-qt/qtpositioning-${QT5_PV}*[qml]
+   =dev-qt/qtsql-${QT5_PV}*
+   sys-libs/zlib
+"
+DEPEND="${RDEPEND}
+   =dev-qt/qtconcurrent-${QT5_PV}*
+"
+
+QT5_TARGET_SUBDIRS=(
+   src/3rdparty/clipper
+   src/3rdparty/poly2tri
+   src/3rdparty/clip2tri
+   src/3rdparty/mapbox-gl-native
+   src/location
+   src/imports/location
+   src/imports/locationlabs
+   src/plugins/geoservices
+)
+
+if [[ ${QT5_BUILD_TYPE} == release ]]; then
+
+PATCHES=( "${WORKDIR}/${PATCHSET}" )
+
+src_prepare() {
+   rm -rf src/3rdparty/mapbox-gl-native/* || die
+   mv "${WORKDIR}"/${PN}-mapboxgl-${MAPBOXGL_COMMIT}/* 
src/3rdparty/mapbox-gl-native || die
+   qt5-build_src_prepare
+}
+fi
+
+src_configure() {
+   # src/plugins/geoservices requires files that are only generated when
+   # qmake is run in the root directory. Bug 633776.
+   qt5_configure_oos_quirk qtlocation-config.pri src/location
+   qt5-build_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2024-04-19 Thread Ionen Wolkens
commit: 33f18d1e1863394e1ee5c725355be4ce30836d70
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Fri Apr 19 07:25:32 2024 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri Apr 19 07:47:16 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33f18d1e

dev-qt/qtlocation: drop 6.6.2, 6.6.3

Signed-off-by: Ionen Wolkens  gentoo.org>

 dev-qt/qtlocation/Manifest|  2 --
 dev-qt/qtlocation/qtlocation-6.6.2.ebuild | 44 ---
 dev-qt/qtlocation/qtlocation-6.6.3.ebuild | 44 ---
 3 files changed, 90 deletions(-)

diff --git a/dev-qt/qtlocation/Manifest b/dev-qt/qtlocation/Manifest
index cae0b84431e8..f0042c44d64e 100644
--- a/dev-qt/qtlocation/Manifest
+++ b/dev-qt/qtlocation/Manifest
@@ -1,6 +1,4 @@
 DIST qtlocation-5.15.11-patchset.tar.xz 4796 BLAKE2B 
dcfa75bd3fb2e9069e1a530c27e2b4e9ac921fcf0ccb712f0894375b575ba25103948c6e5b85b56a8f9c9f2d7edf7df8e38501e93356e69f060b577a04c2d221
 SHA512 
14bd2864abc6f446dc4fbac03548cb42305685b46db757d856360780144095a021130bc0ebf1d07a516dc7991dc0cfbf733bd0ef6be58237bc15822c21af1d0b
 DIST qtlocation-everywhere-opensource-src-5.15.13.tar.xz 6554724 BLAKE2B 
26cc97cc210a4c2afcd5ca57f849081772f8e65f2fb809424f257f6e24309a702483be73085825f63ac283705db8e967b96132dac710cfaa0759c882802aad60
 SHA512 
37ccec9d9ce4ab59c0e4a2827c94d2e7247786fa53dc340539160631aaa9e5de02fbff1a5fadc5d96c64b2d9a81a5912a562beb6e4d0ec09186f8508626ade36
-DIST qtlocation-everywhere-src-6.6.2.tar.xz 3028592 BLAKE2B 
060dbe1d4ea3d761900f1f2e8eff0ae255b1b75edc8c23e1ce04d6d3a7b3ea278b9121d417e347bc589a5445b35f52db5447de0f0d1154d8859bfe83d4d5e7da
 SHA512 
a2c4b9d9fb3b3675d25d3e7abeb8eec42f5998a9b275648a355df61c7d21258fb6bf5ecefeb635bab1a37f3382fc71b588a05eafc1bd7b57580c0fc9f1cd
-DIST qtlocation-everywhere-src-6.6.3.tar.xz 3028756 BLAKE2B 
e5ba2437a3d65602d1e6ea9251fa8a9800b09cacfa98746a3600c6e0b6f45aa888bfde3eaf8559914bef68f5c7d56ca7196fc26a2534ddb404212fd588223d62
 SHA512 
3a014f498158151ad3932d9bed40622d54e75c2cc64660f12ea02645b93777eaad67b743c073d561f1b48a3558b3b66a5cd65a6f8bcb25a57ffc20d6f7371825
 DIST qtlocation-everywhere-src-6.7.0.tar.xz 3165588 BLAKE2B 
ee2f3be403942d91f1a87e89d42d1f969eefc90654c77732d7249766e680ce1cb63685203989ceef984365ff59152995e6886bf5f112834d55abf0e6239229ae
 SHA512 
51e3777cdee6c27bf5770dfa4f21509ab4699161b5b49d99696aa09018ee5a355c921a85f8f1a732a80b19730ac30d40795d20cd73e4aefc1a4d4a989d41bc3d
 DIST qtlocation-mapboxgl-5.15.13-4c88f2c0.tar.gz 3726387 BLAKE2B 
e9b818505ace86516262d1407450c14be82122bb91363a57708795844089371ac7d511a857f713c7cb4e6f8b54867aab0bc5dcdb9c49aa28aa3f8363271378e0
 SHA512 
e4d9133db892fd8b7b1bcf584bf7dae30c0f0353f3b0a696a6cabc9485067f262d42554b583640521734498572e5480b5e8d0143d5be47bb92077f3192fefa4d

diff --git a/dev-qt/qtlocation/qtlocation-6.6.2.ebuild 
b/dev-qt/qtlocation/qtlocation-6.6.2.ebuild
deleted file mode 100644
index 321eff47e2b6..
--- a/dev-qt/qtlocation/qtlocation-6.6.2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 2021-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit qt6-build
-
-DESCRIPTION="Location (places, maps, navigation) library for the Qt6 framework"
-
-if [[ ${QT6_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64"
-fi
-
-RDEPEND="
-   ~dev-qt/qtbase-${PV}:6[network]
-   ~dev-qt/qtdeclarative-${PV}:6
-   ~dev-qt/qtpositioning-${PV}:6[qml]
-"
-DEPEND="${RDEPEND}"
-
-CMAKE_SKIP_TESTS=(
-   # ignores QML_IMPORT_PATH (unlike other tests) and looks in
-   # the missing builddir/qml, skip rather than work around
-   tst_declarative_ui
-)
-
-src_install() {
-   qt6-build_src_install
-
-   if use test; then
-   local delete=( # sigh
-   
"${D}${QT6_LIBDIR}"/cmake/Qt6Location/*TestGeoServicePlugin*.cmake
-   
"${D}${QT6_LIBDIR}"/cmake/Qt6Location/*UnsupportedPlacesGeoServicePlugin*.cmake
-   
"${D}${QT6_LIBDIR}"/cmake/Qt6Qml/QmlPlugins/*declarative_location_test*.cmake
-   
"${D}${QT6_PLUGINDIR}"/geoservices/libqtgeoservices_geocodingplugin.so
-   
"${D}${QT6_PLUGINDIR}"/geoservices/libqtgeoservices_placesplugin_unsupported.so
-   
"${D}${QT6_PLUGINDIR}"/geoservices/libqtgeoservices_qmltestplugin.so
-   
"${D}${QT6_PLUGINDIR}"/geoservices/libqtgeoservices_routingplugin.so
-   "${D}${QT6_QMLDIR}"/QtLocation/Test
-   )
-   # using -f given not tracking which tests may be skipped or not
-   rm -rf -- "${delete[@]}" || die
-   fi
-}

diff --git a/dev-qt/qtlocation/qtlocation-6.6.3.ebuild 
b/dev-qt/qtlocation/qtlocation-6.6.3.ebuild
deleted file mode 100644
index 6a7b3e52fb17..
--- a/dev-qt/qtlocation/qtlocation-6.6.3.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 2021-2024 Gentoo Authors
-# Distributed under the 

[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2024-04-13 Thread Arthur Zamarin
commit: 40eeb60beef97ef30e39406b0b2e817ca5efd3f0
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Apr 13 17:49:03 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Apr 13 17:50:50 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40eeb60b

dev-qt/qtlocation: Stabilize 6.7.0 amd64, #929242

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-qt/qtlocation/qtlocation-6.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtlocation/qtlocation-6.7.0.ebuild 
b/dev-qt/qtlocation/qtlocation-6.7.0.ebuild
index 9ffb31700378..6a7b3e52fb17 100644
--- a/dev-qt/qtlocation/qtlocation-6.7.0.ebuild
+++ b/dev-qt/qtlocation/qtlocation-6.7.0.ebuild
@@ -8,7 +8,7 @@ inherit qt6-build
 DESCRIPTION="Location (places, maps, navigation) library for the Qt6 framework"
 
 if [[ ${QT6_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~riscv ~x86"
+   KEYWORDS="amd64 ~arm ~riscv ~x86"
 fi
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2024-04-07 Thread WANG Xuerui
commit: b06979f591eeab74bd0c550e2f9233ab9139ab25
Author: WANG Xuerui  gentoo  org>
AuthorDate: Sun Apr  7 10:06:36 2024 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Sun Apr  7 10:18:27 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b06979f5

dev-qt/qtlocation: keyword 5.15.13 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 dev-qt/qtlocation/qtlocation-5.15.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtlocation/qtlocation-5.15.13.ebuild 
b/dev-qt/qtlocation/qtlocation-5.15.13.ebuild
index 757b177274ba..ddbc8cffd58c 100644
--- a/dev-qt/qtlocation/qtlocation-5.15.13.ebuild
+++ b/dev-qt/qtlocation/qtlocation-5.15.13.ebuild
@@ -12,7 +12,7 @@ if [[ ${QT5_BUILD_TYPE} == release ]]; then
MAPBOXGL_COMMIT=4c88f2c0e61daa89f584a8a9a3eba210221c6920
SRC_URI+=" 
https://invent.kde.org/qt/qt/${PN}-mapboxgl/-/archive/${MAPBOXGL_COMMIT}/${PN}-mapboxgl-${MAPBOXGL_COMMIT}.tar.gz
 -> ${PN}-mapboxgl-${PV}-${MAPBOXGL_COMMIT:0:8}.tar.gz
https://dev.gentoo.org/~asturm/distfiles/${PATCHSET}.tar.xz;
-   KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86"
+   KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
 fi
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2024-04-03 Thread Arthur Zamarin
commit: 451296ad73f3bee1d1aced9d8622ad0d88dbda77
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Apr  3 20:45:05 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Apr  3 20:45:05 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=451296ad

dev-qt/qtlocation: Stabilize 5.15.13 x86, #927748

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-qt/qtlocation/qtlocation-5.15.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtlocation/qtlocation-5.15.13.ebuild 
b/dev-qt/qtlocation/qtlocation-5.15.13.ebuild
index a3fe57a445eb..11fe18f456ee 100644
--- a/dev-qt/qtlocation/qtlocation-5.15.13.ebuild
+++ b/dev-qt/qtlocation/qtlocation-5.15.13.ebuild
@@ -12,7 +12,7 @@ if [[ ${QT5_BUILD_TYPE} == release ]]; then
MAPBOXGL_COMMIT=4c88f2c0e61daa89f584a8a9a3eba210221c6920
SRC_URI+=" 
https://invent.kde.org/qt/qt/${PN}-mapboxgl/-/archive/${MAPBOXGL_COMMIT}/${PN}-mapboxgl-${MAPBOXGL_COMMIT}.tar.gz
 -> ${PN}-mapboxgl-${PV}-${MAPBOXGL_COMMIT:0:8}.tar.gz
https://dev.gentoo.org/~asturm/distfiles/${PATCHSET}.tar.xz;
-   KEYWORDS="amd64 arm ~arm64 ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 arm ~arm64 ppc64 ~riscv x86"
 fi
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2024-04-03 Thread Arthur Zamarin
commit: e9c5136c1dc202e78d463db2e8705fabc82b4670
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Apr  3 18:47:12 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Apr  3 18:47:12 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9c5136c

dev-qt/qtlocation: Stabilize 5.15.13 arm, #927748

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-qt/qtlocation/qtlocation-5.15.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtlocation/qtlocation-5.15.13.ebuild 
b/dev-qt/qtlocation/qtlocation-5.15.13.ebuild
index b756cb585279..36c4f52a6d09 100644
--- a/dev-qt/qtlocation/qtlocation-5.15.13.ebuild
+++ b/dev-qt/qtlocation/qtlocation-5.15.13.ebuild
@@ -12,7 +12,7 @@ if [[ ${QT5_BUILD_TYPE} == release ]]; then
MAPBOXGL_COMMIT=4c88f2c0e61daa89f584a8a9a3eba210221c6920
SRC_URI+=" 
https://invent.kde.org/qt/qt/${PN}-mapboxgl/-/archive/${MAPBOXGL_COMMIT}/${PN}-mapboxgl-${MAPBOXGL_COMMIT}.tar.gz
 -> ${PN}-mapboxgl-${PV}-${MAPBOXGL_COMMIT:0:8}.tar.gz
https://dev.gentoo.org/~asturm/distfiles/${PATCHSET}.tar.xz;
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64 arm ~arm64 ~ppc64 ~riscv ~x86"
 fi
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2024-04-02 Thread Ionen Wolkens
commit: 719b606685d2fda88294937b078576b0f6ddf849
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Tue Apr  2 12:05:36 2024 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Tue Apr  2 13:05:03 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=719b6066

dev-qt/qtlocation: add 6.7.0

Signed-off-by: Ionen Wolkens  gentoo.org>

 dev-qt/qtlocation/Manifest|  1 +
 dev-qt/qtlocation/qtlocation-6.7.0.ebuild | 44 +++
 2 files changed, 45 insertions(+)

diff --git a/dev-qt/qtlocation/Manifest b/dev-qt/qtlocation/Manifest
index 6d06f076e664..3613334f6c46 100644
--- a/dev-qt/qtlocation/Manifest
+++ b/dev-qt/qtlocation/Manifest
@@ -3,5 +3,6 @@ DIST qtlocation-everywhere-opensource-src-5.15.12.tar.xz 
6553488 BLAKE2B e9cab8e
 DIST qtlocation-everywhere-opensource-src-5.15.13.tar.xz 6554724 BLAKE2B 
26cc97cc210a4c2afcd5ca57f849081772f8e65f2fb809424f257f6e24309a702483be73085825f63ac283705db8e967b96132dac710cfaa0759c882802aad60
 SHA512 
37ccec9d9ce4ab59c0e4a2827c94d2e7247786fa53dc340539160631aaa9e5de02fbff1a5fadc5d96c64b2d9a81a5912a562beb6e4d0ec09186f8508626ade36
 DIST qtlocation-everywhere-src-6.6.2.tar.xz 3028592 BLAKE2B 
060dbe1d4ea3d761900f1f2e8eff0ae255b1b75edc8c23e1ce04d6d3a7b3ea278b9121d417e347bc589a5445b35f52db5447de0f0d1154d8859bfe83d4d5e7da
 SHA512 
a2c4b9d9fb3b3675d25d3e7abeb8eec42f5998a9b275648a355df61c7d21258fb6bf5ecefeb635bab1a37f3382fc71b588a05eafc1bd7b57580c0fc9f1cd
 DIST qtlocation-everywhere-src-6.6.3.tar.xz 3028756 BLAKE2B 
e5ba2437a3d65602d1e6ea9251fa8a9800b09cacfa98746a3600c6e0b6f45aa888bfde3eaf8559914bef68f5c7d56ca7196fc26a2534ddb404212fd588223d62
 SHA512 
3a014f498158151ad3932d9bed40622d54e75c2cc64660f12ea02645b93777eaad67b743c073d561f1b48a3558b3b66a5cd65a6f8bcb25a57ffc20d6f7371825
+DIST qtlocation-everywhere-src-6.7.0.tar.xz 3165588 BLAKE2B 
ee2f3be403942d91f1a87e89d42d1f969eefc90654c77732d7249766e680ce1cb63685203989ceef984365ff59152995e6886bf5f112834d55abf0e6239229ae
 SHA512 
51e3777cdee6c27bf5770dfa4f21509ab4699161b5b49d99696aa09018ee5a355c921a85f8f1a732a80b19730ac30d40795d20cd73e4aefc1a4d4a989d41bc3d
 DIST qtlocation-mapboxgl-5.15.12-4c88f2c0.tar.gz 3726387 BLAKE2B 
e9b818505ace86516262d1407450c14be82122bb91363a57708795844089371ac7d511a857f713c7cb4e6f8b54867aab0bc5dcdb9c49aa28aa3f8363271378e0
 SHA512 
e4d9133db892fd8b7b1bcf584bf7dae30c0f0353f3b0a696a6cabc9485067f262d42554b583640521734498572e5480b5e8d0143d5be47bb92077f3192fefa4d
 DIST qtlocation-mapboxgl-5.15.13-4c88f2c0.tar.gz 3726387 BLAKE2B 
e9b818505ace86516262d1407450c14be82122bb91363a57708795844089371ac7d511a857f713c7cb4e6f8b54867aab0bc5dcdb9c49aa28aa3f8363271378e0
 SHA512 
e4d9133db892fd8b7b1bcf584bf7dae30c0f0353f3b0a696a6cabc9485067f262d42554b583640521734498572e5480b5e8d0143d5be47bb92077f3192fefa4d

diff --git a/dev-qt/qtlocation/qtlocation-6.7.0.ebuild 
b/dev-qt/qtlocation/qtlocation-6.7.0.ebuild
new file mode 100644
index ..9ffb31700378
--- /dev/null
+++ b/dev-qt/qtlocation/qtlocation-6.7.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 2021-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit qt6-build
+
+DESCRIPTION="Location (places, maps, navigation) library for the Qt6 framework"
+
+if [[ ${QT6_BUILD_TYPE} == release ]]; then
+   KEYWORDS="~amd64 ~arm ~riscv ~x86"
+fi
+
+RDEPEND="
+   ~dev-qt/qtbase-${PV}:6[network]
+   ~dev-qt/qtdeclarative-${PV}:6
+   ~dev-qt/qtpositioning-${PV}:6[qml]
+"
+DEPEND="${RDEPEND}"
+
+CMAKE_SKIP_TESTS=(
+   # ignores QML_IMPORT_PATH (unlike other tests) and looks in
+   # the missing builddir/qml, skip rather than work around
+   tst_declarative_ui
+)
+
+src_install() {
+   qt6-build_src_install
+
+   if use test; then
+   local delete=( # sigh
+   
"${D}${QT6_LIBDIR}"/cmake/Qt6Location/*TestGeoServicePlugin*.cmake
+   
"${D}${QT6_LIBDIR}"/cmake/Qt6Location/*UnsupportedPlacesGeoServicePlugin*.cmake
+   
"${D}${QT6_LIBDIR}"/cmake/Qt6Qml/QmlPlugins/*declarative_location_test*.cmake
+   
"${D}${QT6_PLUGINDIR}"/geoservices/libqtgeoservices_geocodingplugin.so
+   
"${D}${QT6_PLUGINDIR}"/geoservices/libqtgeoservices_placesplugin_unsupported.so
+   
"${D}${QT6_PLUGINDIR}"/geoservices/libqtgeoservices_qmltestplugin.so
+   
"${D}${QT6_PLUGINDIR}"/geoservices/libqtgeoservices_routingplugin.so
+   "${D}${QT6_QMLDIR}"/QtLocation/Test
+   )
+   # using -f given not tracking which tests may be skipped or not
+   rm -rf -- "${delete[@]}" || die
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2024-04-01 Thread Arthur Zamarin
commit: 5c4f86d51f5e84b2e690727dfd77c105780de3e0
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Apr  1 18:28:00 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Apr  1 18:28:00 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c4f86d5

dev-qt/qtlocation: Stabilize 6.6.3 amd64, #928382

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-qt/qtlocation/qtlocation-6.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtlocation/qtlocation-6.6.3.ebuild 
b/dev-qt/qtlocation/qtlocation-6.6.3.ebuild
index 9ffb31700378..6a7b3e52fb17 100644
--- a/dev-qt/qtlocation/qtlocation-6.6.3.ebuild
+++ b/dev-qt/qtlocation/qtlocation-6.6.3.ebuild
@@ -8,7 +8,7 @@ inherit qt6-build
 DESCRIPTION="Location (places, maps, navigation) library for the Qt6 framework"
 
 if [[ ${QT6_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~riscv ~x86"
+   KEYWORDS="amd64 ~arm ~riscv ~x86"
 fi
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2024-03-27 Thread Yixun Lan
commit: 18a4af0e1ec3b2c49d04bb46308d5be781869983
Author: Yixun Lan  gentoo  org>
AuthorDate: Thu Mar 28 03:51:39 2024 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Thu Mar 28 04:02:30 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18a4af0e

dev-qt/qtlocation: Keyword 6.6.3 riscv, #927885

Signed-off-by: Yixun Lan  gentoo.org>

 dev-qt/qtlocation/qtlocation-6.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtlocation/qtlocation-6.6.3.ebuild 
b/dev-qt/qtlocation/qtlocation-6.6.3.ebuild
index 38813d05f3b6..9ffb31700378 100644
--- a/dev-qt/qtlocation/qtlocation-6.6.3.ebuild
+++ b/dev-qt/qtlocation/qtlocation-6.6.3.ebuild
@@ -8,7 +8,7 @@ inherit qt6-build
 DESCRIPTION="Location (places, maps, navigation) library for the Qt6 framework"
 
 if [[ ${QT6_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~x86"
+   KEYWORDS="~amd64 ~arm ~riscv ~x86"
 fi
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2024-03-27 Thread Arthur Zamarin
commit: b511e891faba2a1b1b281e19aced8adc8765b5c3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Mar 27 12:41:35 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Mar 27 12:44:07 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b511e891

dev-qt/qtlocation: Keyword 6.6.3 x86, #927885

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-qt/qtlocation/qtlocation-6.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtlocation/qtlocation-6.6.3.ebuild 
b/dev-qt/qtlocation/qtlocation-6.6.3.ebuild
index 7ee3d4b2d665..38813d05f3b6 100644
--- a/dev-qt/qtlocation/qtlocation-6.6.3.ebuild
+++ b/dev-qt/qtlocation/qtlocation-6.6.3.ebuild
@@ -8,7 +8,7 @@ inherit qt6-build
 DESCRIPTION="Location (places, maps, navigation) library for the Qt6 framework"
 
 if [[ ${QT6_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm"
+   KEYWORDS="~amd64 ~arm ~x86"
 fi
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2024-03-26 Thread Arthur Zamarin
commit: 623b7fda0426f31458b73ad52a6341d35007d03e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Mar 26 18:46:36 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Mar 26 18:46:36 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=623b7fda

dev-qt/qtlocation: Keyword 6.6.3 arm, #927885

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-qt/qtlocation/qtlocation-6.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtlocation/qtlocation-6.6.3.ebuild 
b/dev-qt/qtlocation/qtlocation-6.6.3.ebuild
index 112102c1365c..7ee3d4b2d665 100644
--- a/dev-qt/qtlocation/qtlocation-6.6.3.ebuild
+++ b/dev-qt/qtlocation/qtlocation-6.6.3.ebuild
@@ -8,7 +8,7 @@ inherit qt6-build
 DESCRIPTION="Location (places, maps, navigation) library for the Qt6 framework"
 
 if [[ ${QT6_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64"
+   KEYWORDS="~amd64 ~arm"
 fi
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2024-03-26 Thread Ionen Wolkens
commit: bec97af660d43266445389a5637a3b0827327abc
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Tue Mar 26 06:36:43 2024 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Tue Mar 26 07:08:27 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bec97af6

dev-qt/qtlocation: add 6.6.3

Signed-off-by: Ionen Wolkens  gentoo.org>

 dev-qt/qtlocation/Manifest|  1 +
 dev-qt/qtlocation/qtlocation-6.6.3.ebuild | 44 +++
 2 files changed, 45 insertions(+)

diff --git a/dev-qt/qtlocation/Manifest b/dev-qt/qtlocation/Manifest
index d12eff3c052d..602941730467 100644
--- a/dev-qt/qtlocation/Manifest
+++ b/dev-qt/qtlocation/Manifest
@@ -2,6 +2,7 @@ DIST qtlocation-5.15.11-patchset.tar.xz 4796 BLAKE2B 
dcfa75bd3fb2e9069e1a530c27e
 DIST qtlocation-everywhere-opensource-src-5.15.12.tar.xz 6553488 BLAKE2B 
e9cab8e6f62cc1cfc6586fa4a1b252bce915479fca5f9fbeac66a2494d77047af4af1ba840786799637edae3af7c6d2000f640af018548cfcd7bd624c6a31b15
 SHA512 
c480762cea2cd1a00e6061bab05c402d5aab2d12e7decebcd606c930d2029a93f2a46f8edbb188b73c7cdcad473b03c15037ea10e0b3538de0a99b1d7d7fb333
 DIST qtlocation-everywhere-opensource-src-5.15.13.tar.xz 6554724 BLAKE2B 
26cc97cc210a4c2afcd5ca57f849081772f8e65f2fb809424f257f6e24309a702483be73085825f63ac283705db8e967b96132dac710cfaa0759c882802aad60
 SHA512 
37ccec9d9ce4ab59c0e4a2827c94d2e7247786fa53dc340539160631aaa9e5de02fbff1a5fadc5d96c64b2d9a81a5912a562beb6e4d0ec09186f8508626ade36
 DIST qtlocation-everywhere-src-6.6.2.tar.xz 3028592 BLAKE2B 
060dbe1d4ea3d761900f1f2e8eff0ae255b1b75edc8c23e1ce04d6d3a7b3ea278b9121d417e347bc589a5445b35f52db5447de0f0d1154d8859bfe83d4d5e7da
 SHA512 
a2c4b9d9fb3b3675d25d3e7abeb8eec42f5998a9b275648a355df61c7d21258fb6bf5ecefeb635bab1a37f3382fc71b588a05eafc1bd7b57580c0fc9f1cd
+DIST qtlocation-everywhere-src-6.6.3.tar.xz 3028756 BLAKE2B 
e5ba2437a3d65602d1e6ea9251fa8a9800b09cacfa98746a3600c6e0b6f45aa888bfde3eaf8559914bef68f5c7d56ca7196fc26a2534ddb404212fd588223d62
 SHA512 
3a014f498158151ad3932d9bed40622d54e75c2cc64660f12ea02645b93777eaad67b743c073d561f1b48a3558b3b66a5cd65a6f8bcb25a57ffc20d6f7371825
 DIST qtlocation-everywhere-src-6.7.0-rc2.tar.xz 3166044 BLAKE2B 
e507a3756b8eb5e9b1dbbd2ef911e751b5cc911d4c31f0dc3d3d2171c16004770ea2e10f6f4314f691e8bbc79a094477033d1df777bb21d5c1e2f36118abbb55
 SHA512 
a8e6ebfe372a2a50297e3696701528a2e712ad4c5f6e9a83837c7cf9266b6217aedf7067ef03a1ea64108a188b504b9f143c8e6933f7c0956090b99f2ec85600
 DIST qtlocation-mapboxgl-5.15.12-4c88f2c0.tar.gz 3726387 BLAKE2B 
e9b818505ace86516262d1407450c14be82122bb91363a57708795844089371ac7d511a857f713c7cb4e6f8b54867aab0bc5dcdb9c49aa28aa3f8363271378e0
 SHA512 
e4d9133db892fd8b7b1bcf584bf7dae30c0f0353f3b0a696a6cabc9485067f262d42554b583640521734498572e5480b5e8d0143d5be47bb92077f3192fefa4d
 DIST qtlocation-mapboxgl-5.15.13-4c88f2c0.tar.gz 3726387 BLAKE2B 
e9b818505ace86516262d1407450c14be82122bb91363a57708795844089371ac7d511a857f713c7cb4e6f8b54867aab0bc5dcdb9c49aa28aa3f8363271378e0
 SHA512 
e4d9133db892fd8b7b1bcf584bf7dae30c0f0353f3b0a696a6cabc9485067f262d42554b583640521734498572e5480b5e8d0143d5be47bb92077f3192fefa4d

diff --git a/dev-qt/qtlocation/qtlocation-6.6.3.ebuild 
b/dev-qt/qtlocation/qtlocation-6.6.3.ebuild
new file mode 100644
index ..112102c1365c
--- /dev/null
+++ b/dev-qt/qtlocation/qtlocation-6.6.3.ebuild
@@ -0,0 +1,44 @@
+# Copyright 2021-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit qt6-build
+
+DESCRIPTION="Location (places, maps, navigation) library for the Qt6 framework"
+
+if [[ ${QT6_BUILD_TYPE} == release ]]; then
+   KEYWORDS="~amd64"
+fi
+
+RDEPEND="
+   ~dev-qt/qtbase-${PV}:6[network]
+   ~dev-qt/qtdeclarative-${PV}:6
+   ~dev-qt/qtpositioning-${PV}:6[qml]
+"
+DEPEND="${RDEPEND}"
+
+CMAKE_SKIP_TESTS=(
+   # ignores QML_IMPORT_PATH (unlike other tests) and looks in
+   # the missing builddir/qml, skip rather than work around
+   tst_declarative_ui
+)
+
+src_install() {
+   qt6-build_src_install
+
+   if use test; then
+   local delete=( # sigh
+   
"${D}${QT6_LIBDIR}"/cmake/Qt6Location/*TestGeoServicePlugin*.cmake
+   
"${D}${QT6_LIBDIR}"/cmake/Qt6Location/*UnsupportedPlacesGeoServicePlugin*.cmake
+   
"${D}${QT6_LIBDIR}"/cmake/Qt6Qml/QmlPlugins/*declarative_location_test*.cmake
+   
"${D}${QT6_PLUGINDIR}"/geoservices/libqtgeoservices_geocodingplugin.so
+   
"${D}${QT6_PLUGINDIR}"/geoservices/libqtgeoservices_placesplugin_unsupported.so
+   
"${D}${QT6_PLUGINDIR}"/geoservices/libqtgeoservices_qmltestplugin.so
+   
"${D}${QT6_PLUGINDIR}"/geoservices/libqtgeoservices_routingplugin.so
+   "${D}${QT6_QMLDIR}"/QtLocation/Test
+   )
+   # using -f given not tracking which tests may be skipped or not
+ 

[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2024-03-22 Thread Ionen Wolkens
commit: 822425c4092358db367ace12c151d4f093c12ec7
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Fri Mar 22 08:30:48 2024 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri Mar 22 10:28:27 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=822425c4

dev-qt/qtlocation: add 6.7.0_rc2

Signed-off-by: Ionen Wolkens  gentoo.org>

 dev-qt/qtlocation/Manifest|  1 +
 dev-qt/qtlocation/qtlocation-6.7.0_rc2.ebuild | 44 +++
 2 files changed, 45 insertions(+)

diff --git a/dev-qt/qtlocation/Manifest b/dev-qt/qtlocation/Manifest
index 118a982f8bae..039d5a23aed5 100644
--- a/dev-qt/qtlocation/Manifest
+++ b/dev-qt/qtlocation/Manifest
@@ -2,4 +2,5 @@ DIST qtlocation-5.15.11-patchset.tar.xz 4796 BLAKE2B 
dcfa75bd3fb2e9069e1a530c27e
 DIST qtlocation-everywhere-opensource-src-5.15.12.tar.xz 6553488 BLAKE2B 
e9cab8e6f62cc1cfc6586fa4a1b252bce915479fca5f9fbeac66a2494d77047af4af1ba840786799637edae3af7c6d2000f640af018548cfcd7bd624c6a31b15
 SHA512 
c480762cea2cd1a00e6061bab05c402d5aab2d12e7decebcd606c930d2029a93f2a46f8edbb188b73c7cdcad473b03c15037ea10e0b3538de0a99b1d7d7fb333
 DIST qtlocation-everywhere-src-6.6.2.tar.xz 3028592 BLAKE2B 
060dbe1d4ea3d761900f1f2e8eff0ae255b1b75edc8c23e1ce04d6d3a7b3ea278b9121d417e347bc589a5445b35f52db5447de0f0d1154d8859bfe83d4d5e7da
 SHA512 
a2c4b9d9fb3b3675d25d3e7abeb8eec42f5998a9b275648a355df61c7d21258fb6bf5ecefeb635bab1a37f3382fc71b588a05eafc1bd7b57580c0fc9f1cd
 DIST qtlocation-everywhere-src-6.7.0-rc.tar.xz 3166060 BLAKE2B 
eb505b6af66934257af552f2f7ff203141369743a85e4b416975a343fad356007c0fa740d5b717f16c17850221a2b010949dc1ccc9664f727debd9f3f004c58c
 SHA512 
b979874a6565d5c5e066d21f0106a8c28adb6582bd642543a2ae55a57e314aeb2a8d996383446421509afeaba11bf5d8236ceb32239f7362a031a741f2cb4ec5
+DIST qtlocation-everywhere-src-6.7.0-rc2.tar.xz 3166044 BLAKE2B 
e507a3756b8eb5e9b1dbbd2ef911e751b5cc911d4c31f0dc3d3d2171c16004770ea2e10f6f4314f691e8bbc79a094477033d1df777bb21d5c1e2f36118abbb55
 SHA512 
a8e6ebfe372a2a50297e3696701528a2e712ad4c5f6e9a83837c7cf9266b6217aedf7067ef03a1ea64108a188b504b9f143c8e6933f7c0956090b99f2ec85600
 DIST qtlocation-mapboxgl-5.15.12-4c88f2c0.tar.gz 3726387 BLAKE2B 
e9b818505ace86516262d1407450c14be82122bb91363a57708795844089371ac7d511a857f713c7cb4e6f8b54867aab0bc5dcdb9c49aa28aa3f8363271378e0
 SHA512 
e4d9133db892fd8b7b1bcf584bf7dae30c0f0353f3b0a696a6cabc9485067f262d42554b583640521734498572e5480b5e8d0143d5be47bb92077f3192fefa4d

diff --git a/dev-qt/qtlocation/qtlocation-6.7.0_rc2.ebuild 
b/dev-qt/qtlocation/qtlocation-6.7.0_rc2.ebuild
new file mode 100644
index ..112102c1365c
--- /dev/null
+++ b/dev-qt/qtlocation/qtlocation-6.7.0_rc2.ebuild
@@ -0,0 +1,44 @@
+# Copyright 2021-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit qt6-build
+
+DESCRIPTION="Location (places, maps, navigation) library for the Qt6 framework"
+
+if [[ ${QT6_BUILD_TYPE} == release ]]; then
+   KEYWORDS="~amd64"
+fi
+
+RDEPEND="
+   ~dev-qt/qtbase-${PV}:6[network]
+   ~dev-qt/qtdeclarative-${PV}:6
+   ~dev-qt/qtpositioning-${PV}:6[qml]
+"
+DEPEND="${RDEPEND}"
+
+CMAKE_SKIP_TESTS=(
+   # ignores QML_IMPORT_PATH (unlike other tests) and looks in
+   # the missing builddir/qml, skip rather than work around
+   tst_declarative_ui
+)
+
+src_install() {
+   qt6-build_src_install
+
+   if use test; then
+   local delete=( # sigh
+   
"${D}${QT6_LIBDIR}"/cmake/Qt6Location/*TestGeoServicePlugin*.cmake
+   
"${D}${QT6_LIBDIR}"/cmake/Qt6Location/*UnsupportedPlacesGeoServicePlugin*.cmake
+   
"${D}${QT6_LIBDIR}"/cmake/Qt6Qml/QmlPlugins/*declarative_location_test*.cmake
+   
"${D}${QT6_PLUGINDIR}"/geoservices/libqtgeoservices_geocodingplugin.so
+   
"${D}${QT6_PLUGINDIR}"/geoservices/libqtgeoservices_placesplugin_unsupported.so
+   
"${D}${QT6_PLUGINDIR}"/geoservices/libqtgeoservices_qmltestplugin.so
+   
"${D}${QT6_PLUGINDIR}"/geoservices/libqtgeoservices_routingplugin.so
+   "${D}${QT6_QMLDIR}"/QtLocation/Test
+   )
+   # using -f given not tracking which tests may be skipped or not
+   rm -rf -- "${delete[@]}" || die
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2024-03-12 Thread Ionen Wolkens
commit: 3a6dcb558251f3055224e65506ccce0ee55dc96d
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Tue Mar 12 10:29:33 2024 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Tue Mar 12 11:59:32 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a6dcb55

dev-qt/qtlocation: add 6.7.0_rc

Signed-off-by: Ionen Wolkens  gentoo.org>

 dev-qt/qtlocation/Manifest   |  1 +
 dev-qt/qtlocation/qtlocation-6.7.0_rc.ebuild | 44 
 2 files changed, 45 insertions(+)

diff --git a/dev-qt/qtlocation/Manifest b/dev-qt/qtlocation/Manifest
index 36c1e901ea5e..118a982f8bae 100644
--- a/dev-qt/qtlocation/Manifest
+++ b/dev-qt/qtlocation/Manifest
@@ -1,4 +1,5 @@
 DIST qtlocation-5.15.11-patchset.tar.xz 4796 BLAKE2B 
dcfa75bd3fb2e9069e1a530c27e2b4e9ac921fcf0ccb712f0894375b575ba25103948c6e5b85b56a8f9c9f2d7edf7df8e38501e93356e69f060b577a04c2d221
 SHA512 
14bd2864abc6f446dc4fbac03548cb42305685b46db757d856360780144095a021130bc0ebf1d07a516dc7991dc0cfbf733bd0ef6be58237bc15822c21af1d0b
 DIST qtlocation-everywhere-opensource-src-5.15.12.tar.xz 6553488 BLAKE2B 
e9cab8e6f62cc1cfc6586fa4a1b252bce915479fca5f9fbeac66a2494d77047af4af1ba840786799637edae3af7c6d2000f640af018548cfcd7bd624c6a31b15
 SHA512 
c480762cea2cd1a00e6061bab05c402d5aab2d12e7decebcd606c930d2029a93f2a46f8edbb188b73c7cdcad473b03c15037ea10e0b3538de0a99b1d7d7fb333
 DIST qtlocation-everywhere-src-6.6.2.tar.xz 3028592 BLAKE2B 
060dbe1d4ea3d761900f1f2e8eff0ae255b1b75edc8c23e1ce04d6d3a7b3ea278b9121d417e347bc589a5445b35f52db5447de0f0d1154d8859bfe83d4d5e7da
 SHA512 
a2c4b9d9fb3b3675d25d3e7abeb8eec42f5998a9b275648a355df61c7d21258fb6bf5ecefeb635bab1a37f3382fc71b588a05eafc1bd7b57580c0fc9f1cd
+DIST qtlocation-everywhere-src-6.7.0-rc.tar.xz 3166060 BLAKE2B 
eb505b6af66934257af552f2f7ff203141369743a85e4b416975a343fad356007c0fa740d5b717f16c17850221a2b010949dc1ccc9664f727debd9f3f004c58c
 SHA512 
b979874a6565d5c5e066d21f0106a8c28adb6582bd642543a2ae55a57e314aeb2a8d996383446421509afeaba11bf5d8236ceb32239f7362a031a741f2cb4ec5
 DIST qtlocation-mapboxgl-5.15.12-4c88f2c0.tar.gz 3726387 BLAKE2B 
e9b818505ace86516262d1407450c14be82122bb91363a57708795844089371ac7d511a857f713c7cb4e6f8b54867aab0bc5dcdb9c49aa28aa3f8363271378e0
 SHA512 
e4d9133db892fd8b7b1bcf584bf7dae30c0f0353f3b0a696a6cabc9485067f262d42554b583640521734498572e5480b5e8d0143d5be47bb92077f3192fefa4d

diff --git a/dev-qt/qtlocation/qtlocation-6.7.0_rc.ebuild 
b/dev-qt/qtlocation/qtlocation-6.7.0_rc.ebuild
new file mode 100644
index ..112102c1365c
--- /dev/null
+++ b/dev-qt/qtlocation/qtlocation-6.7.0_rc.ebuild
@@ -0,0 +1,44 @@
+# Copyright 2021-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit qt6-build
+
+DESCRIPTION="Location (places, maps, navigation) library for the Qt6 framework"
+
+if [[ ${QT6_BUILD_TYPE} == release ]]; then
+   KEYWORDS="~amd64"
+fi
+
+RDEPEND="
+   ~dev-qt/qtbase-${PV}:6[network]
+   ~dev-qt/qtdeclarative-${PV}:6
+   ~dev-qt/qtpositioning-${PV}:6[qml]
+"
+DEPEND="${RDEPEND}"
+
+CMAKE_SKIP_TESTS=(
+   # ignores QML_IMPORT_PATH (unlike other tests) and looks in
+   # the missing builddir/qml, skip rather than work around
+   tst_declarative_ui
+)
+
+src_install() {
+   qt6-build_src_install
+
+   if use test; then
+   local delete=( # sigh
+   
"${D}${QT6_LIBDIR}"/cmake/Qt6Location/*TestGeoServicePlugin*.cmake
+   
"${D}${QT6_LIBDIR}"/cmake/Qt6Location/*UnsupportedPlacesGeoServicePlugin*.cmake
+   
"${D}${QT6_LIBDIR}"/cmake/Qt6Qml/QmlPlugins/*declarative_location_test*.cmake
+   
"${D}${QT6_PLUGINDIR}"/geoservices/libqtgeoservices_geocodingplugin.so
+   
"${D}${QT6_PLUGINDIR}"/geoservices/libqtgeoservices_placesplugin_unsupported.so
+   
"${D}${QT6_PLUGINDIR}"/geoservices/libqtgeoservices_qmltestplugin.so
+   
"${D}${QT6_PLUGINDIR}"/geoservices/libqtgeoservices_routingplugin.so
+   "${D}${QT6_QMLDIR}"/QtLocation/Test
+   )
+   # using -f given not tracking which tests may be skipped or not
+   rm -rf -- "${delete[@]}" || die
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2024-02-20 Thread Arthur Zamarin
commit: 030da3bccbea237ddb36090246f13238abdb4918
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Feb 20 06:44:39 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Feb 20 14:30:09 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=030da3bc

dev-qt/qtlocation: Stabilize 6.6.2 amd64, #924651

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-qt/qtlocation/qtlocation-6.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtlocation/qtlocation-6.6.2.ebuild 
b/dev-qt/qtlocation/qtlocation-6.6.2.ebuild
index 112102c1365c..321eff47e2b6 100644
--- a/dev-qt/qtlocation/qtlocation-6.6.2.ebuild
+++ b/dev-qt/qtlocation/qtlocation-6.6.2.ebuild
@@ -8,7 +8,7 @@ inherit qt6-build
 DESCRIPTION="Location (places, maps, navigation) library for the Qt6 framework"
 
 if [[ ${QT6_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64"
+   KEYWORDS="amd64"
 fi
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2024-02-14 Thread Ionen Wolkens
commit: e911f3224285e0bd3bd1fae011ad6b1f73403d50
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Wed Feb 14 11:06:39 2024 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Wed Feb 14 12:20:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e911f322

dev-qt/qtlocation: add 6.6.2

Signed-off-by: Ionen Wolkens  gentoo.org>

 dev-qt/qtlocation/Manifest|  1 +
 dev-qt/qtlocation/qtlocation-6.6.2.ebuild | 44 +++
 2 files changed, 45 insertions(+)

diff --git a/dev-qt/qtlocation/Manifest b/dev-qt/qtlocation/Manifest
index 4a0d6af7bdee..17598873c3b5 100644
--- a/dev-qt/qtlocation/Manifest
+++ b/dev-qt/qtlocation/Manifest
@@ -1,4 +1,5 @@
 DIST qtlocation-5.15.11-patchset.tar.xz 4796 BLAKE2B 
dcfa75bd3fb2e9069e1a530c27e2b4e9ac921fcf0ccb712f0894375b575ba25103948c6e5b85b56a8f9c9f2d7edf7df8e38501e93356e69f060b577a04c2d221
 SHA512 
14bd2864abc6f446dc4fbac03548cb42305685b46db757d856360780144095a021130bc0ebf1d07a516dc7991dc0cfbf733bd0ef6be58237bc15822c21af1d0b
 DIST qtlocation-everywhere-opensource-src-5.15.12.tar.xz 6553488 BLAKE2B 
e9cab8e6f62cc1cfc6586fa4a1b252bce915479fca5f9fbeac66a2494d77047af4af1ba840786799637edae3af7c6d2000f640af018548cfcd7bd624c6a31b15
 SHA512 
c480762cea2cd1a00e6061bab05c402d5aab2d12e7decebcd606c930d2029a93f2a46f8edbb188b73c7cdcad473b03c15037ea10e0b3538de0a99b1d7d7fb333
 DIST qtlocation-everywhere-src-6.6.1.tar.xz 3035980 BLAKE2B 
0221f1d44ff5f0713b93e319989e46af8aaa29178bc8b77081c940c3f7d341701301ac6453f91b2febdcbb67d807ad440eedbd79e5cec5f1ec593ee0f5cef92c
 SHA512 
aa820e84efe3576bf483cd7d64a3b930f731c88324d34cc1486312c1cb0107a726dea91dc226562f017695300f0d656228d947d97374747c3ac6ae597cda6bb5
+DIST qtlocation-everywhere-src-6.6.2.tar.xz 3028592 BLAKE2B 
060dbe1d4ea3d761900f1f2e8eff0ae255b1b75edc8c23e1ce04d6d3a7b3ea278b9121d417e347bc589a5445b35f52db5447de0f0d1154d8859bfe83d4d5e7da
 SHA512 
a2c4b9d9fb3b3675d25d3e7abeb8eec42f5998a9b275648a355df61c7d21258fb6bf5ecefeb635bab1a37f3382fc71b588a05eafc1bd7b57580c0fc9f1cd
 DIST qtlocation-mapboxgl-5.15.12-4c88f2c0.tar.gz 3726387 BLAKE2B 
e9b818505ace86516262d1407450c14be82122bb91363a57708795844089371ac7d511a857f713c7cb4e6f8b54867aab0bc5dcdb9c49aa28aa3f8363271378e0
 SHA512 
e4d9133db892fd8b7b1bcf584bf7dae30c0f0353f3b0a696a6cabc9485067f262d42554b583640521734498572e5480b5e8d0143d5be47bb92077f3192fefa4d

diff --git a/dev-qt/qtlocation/qtlocation-6.6.2.ebuild 
b/dev-qt/qtlocation/qtlocation-6.6.2.ebuild
new file mode 100644
index ..112102c1365c
--- /dev/null
+++ b/dev-qt/qtlocation/qtlocation-6.6.2.ebuild
@@ -0,0 +1,44 @@
+# Copyright 2021-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit qt6-build
+
+DESCRIPTION="Location (places, maps, navigation) library for the Qt6 framework"
+
+if [[ ${QT6_BUILD_TYPE} == release ]]; then
+   KEYWORDS="~amd64"
+fi
+
+RDEPEND="
+   ~dev-qt/qtbase-${PV}:6[network]
+   ~dev-qt/qtdeclarative-${PV}:6
+   ~dev-qt/qtpositioning-${PV}:6[qml]
+"
+DEPEND="${RDEPEND}"
+
+CMAKE_SKIP_TESTS=(
+   # ignores QML_IMPORT_PATH (unlike other tests) and looks in
+   # the missing builddir/qml, skip rather than work around
+   tst_declarative_ui
+)
+
+src_install() {
+   qt6-build_src_install
+
+   if use test; then
+   local delete=( # sigh
+   
"${D}${QT6_LIBDIR}"/cmake/Qt6Location/*TestGeoServicePlugin*.cmake
+   
"${D}${QT6_LIBDIR}"/cmake/Qt6Location/*UnsupportedPlacesGeoServicePlugin*.cmake
+   
"${D}${QT6_LIBDIR}"/cmake/Qt6Qml/QmlPlugins/*declarative_location_test*.cmake
+   
"${D}${QT6_PLUGINDIR}"/geoservices/libqtgeoservices_geocodingplugin.so
+   
"${D}${QT6_PLUGINDIR}"/geoservices/libqtgeoservices_placesplugin_unsupported.so
+   
"${D}${QT6_PLUGINDIR}"/geoservices/libqtgeoservices_qmltestplugin.so
+   
"${D}${QT6_PLUGINDIR}"/geoservices/libqtgeoservices_routingplugin.so
+   "${D}${QT6_QMLDIR}"/QtLocation/Test
+   )
+   # using -f given not tracking which tests may be skipped or not
+   rm -rf -- "${delete[@]}" || die
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2024-01-31 Thread Ionen Wolkens
commit: e4733b2a0bf52f188dd9b4705e01068413b429d6
Author: Matoro Mahri  matoro  tk>
AuthorDate: Wed Jan 31 07:47:28 2024 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Wed Jan 31 22:30:18 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4733b2a

dev-qt/qtlocation: Stabilize 5.15.12 arm, #921565

Signed-off-by: Matoro Mahri  matoro.tk>
Signed-off-by: Ionen Wolkens  gentoo.org>

 dev-qt/qtlocation/qtlocation-5.15.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtlocation/qtlocation-5.15.12.ebuild 
b/dev-qt/qtlocation/qtlocation-5.15.12.ebuild
index cb292594e7bb..757b177274ba 100644
--- a/dev-qt/qtlocation/qtlocation-5.15.12.ebuild
+++ b/dev-qt/qtlocation/qtlocation-5.15.12.ebuild
@@ -12,7 +12,7 @@ if [[ ${QT5_BUILD_TYPE} == release ]]; then
MAPBOXGL_COMMIT=4c88f2c0e61daa89f584a8a9a3eba210221c6920
SRC_URI+=" 
https://invent.kde.org/qt/qt/${PN}-mapboxgl/-/archive/${MAPBOXGL_COMMIT}/${PN}-mapboxgl-${MAPBOXGL_COMMIT}.tar.gz
 -> ${PN}-mapboxgl-${PV}-${MAPBOXGL_COMMIT:0:8}.tar.gz
https://dev.gentoo.org/~asturm/distfiles/${PATCHSET}.tar.xz;
-   KEYWORDS="amd64 ~arm arm64 ppc64 ~riscv x86"
+   KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86"
 fi
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2023-12-19 Thread Andreas Sturmlechner
commit: 33b1d5c9ca87b2f0fbeea3d94e6a99d73c4b6ba0
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Dec 19 20:56:55 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Dec 19 20:56:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33b1d5c9

dev-qt/qtlocation: drop 5.15.11

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-qt/qtlocation/Manifest  |  1 -
 dev-qt/qtlocation/qtlocation-5.15.11.ebuild | 58 -
 2 files changed, 59 deletions(-)

diff --git a/dev-qt/qtlocation/Manifest b/dev-qt/qtlocation/Manifest
index 6a1749e6bdb3..3f7965e3dcb5 100644
--- a/dev-qt/qtlocation/Manifest
+++ b/dev-qt/qtlocation/Manifest
@@ -1,4 +1,3 @@
-DIST qtlocation-5.15.11-fix-appendChildNode.patch.xz 536 BLAKE2B 
f20566fb1b28cbb6784a270e9687153166779fe70d048dc947a705bb77126c7420b6f714c3135770708a2a0e1b65da385ef3d893f94307f99fa3b39b8abb2b6e
 SHA512 
3a72c142150f65630a209a6d5ca36f796eeb57addae390dc1ae87ecf9d27d07a3a8c799bc4729a3030680bf032a245622037bcba7abaceaf3d1b98091b1eb66b
 DIST qtlocation-5.15.11-patchset.tar.xz 4796 BLAKE2B 
dcfa75bd3fb2e9069e1a530c27e2b4e9ac921fcf0ccb712f0894375b575ba25103948c6e5b85b56a8f9c9f2d7edf7df8e38501e93356e69f060b577a04c2d221
 SHA512 
14bd2864abc6f446dc4fbac03548cb42305685b46db757d856360780144095a021130bc0ebf1d07a516dc7991dc0cfbf733bd0ef6be58237bc15822c21af1d0b
 DIST qtlocation-everywhere-opensource-src-5.15.11.tar.xz 6554216 BLAKE2B 
e882ecdc4f565f48874371e5235dc96769fbded9446a2a7f1afd869217f4bc75a9f42c6c34627311b55fbfc60da9a95fc7472c3ced83fca722799497b437a9d9
 SHA512 
d439d03ff9044fc70165d1ceb5def9ec3290beec56b3e893409a24cd355651a4317e0eadff0266d38203ff84429a5fb8659a200f094669716579b6791a1a0f6d
 DIST qtlocation-everywhere-src-6.6.1.tar.xz 3035980 BLAKE2B 
0221f1d44ff5f0713b93e319989e46af8aaa29178bc8b77081c940c3f7d341701301ac6453f91b2febdcbb67d807ad440eedbd79e5cec5f1ec593ee0f5cef92c
 SHA512 
aa820e84efe3576bf483cd7d64a3b930f731c88324d34cc1486312c1cb0107a726dea91dc226562f017695300f0d656228d947d97374747c3ac6ae597cda6bb5

diff --git a/dev-qt/qtlocation/qtlocation-5.15.11.ebuild 
b/dev-qt/qtlocation/qtlocation-5.15.11.ebuild
deleted file mode 100644
index abe80be3b1e0..
--- a/dev-qt/qtlocation/qtlocation-5.15.11.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit qt5-build
-
-DESCRIPTION="Location (places, maps, navigation) library for the Qt5 framework"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   MAPBOXGL_COMMIT=4c88f2c0e61daa89f584a8a9a3eba210221c6920
-   SRC_URI+=" 
https://invent.kde.org/qt/qt/${PN}-mapboxgl/-/archive/${MAPBOXGL_COMMIT}/${PN}-mapboxgl-${MAPBOXGL_COMMIT}.tar.gz
 -> ${PN}-mapboxgl-${PV}-${MAPBOXGL_COMMIT:0:8}.tar.gz
-   
https://dev.gentoo.org/~asturm/distfiles/${P}-fix-appendChildNode.patch.xz;
-   KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86"
-fi
-
-RDEPEND="
-   dev-libs/icu:=
-   =dev-qt/qtcore-${QT5_PV}*
-   =dev-qt/qtdeclarative-${QT5_PV}*
-   =dev-qt/qtgui-${QT5_PV}*
-   =dev-qt/qtnetwork-${QT5_PV}*
-   =dev-qt/qtpositioning-${QT5_PV}*[qml]
-   =dev-qt/qtsql-${QT5_PV}*
-   sys-libs/zlib
-"
-DEPEND="${RDEPEND}
-   =dev-qt/qtconcurrent-${QT5_PV}*
-"
-
-QT5_TARGET_SUBDIRS=(
-   src/3rdparty/clipper
-   src/3rdparty/poly2tri
-   src/3rdparty/clip2tri
-   src/3rdparty/mapbox-gl-native
-   src/location
-   src/imports/location
-   src/imports/locationlabs
-   src/plugins/geoservices
-)
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
-
-PATCHES=( "${WORKDIR}/${P}-fix-appendChildNode.patch" )
-
-src_prepare() {
-   rm -rf src/3rdparty/mapbox-gl-native/* || die
-   mv "${WORKDIR}"/${PN}-mapboxgl-${MAPBOXGL_COMMIT}/* 
src/3rdparty/mapbox-gl-native || die
-   qt5-build_src_prepare
-}
-fi
-
-src_configure() {
-   # src/plugins/geoservices requires files that are only generated when
-   # qmake is run in the root directory. Bug 633776.
-   qt5_configure_oos_quirk qtlocation-config.pri src/location
-   qt5-build_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2023-12-19 Thread Ionen Wolkens
commit: 929452e8008cb7860403eec4f72e62dda3a4f75b
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Tue Dec 19 19:40:35 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Tue Dec 19 20:31:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=929452e8

dev-qt/qtlocation: drop 6.5.3

Signed-off-by: Ionen Wolkens  gentoo.org>

 dev-qt/qtlocation/Manifest|  1 -
 dev-qt/qtlocation/qtlocation-6.5.3.ebuild | 44 ---
 2 files changed, 45 deletions(-)

diff --git a/dev-qt/qtlocation/Manifest b/dev-qt/qtlocation/Manifest
index c1e8b141b4c8..6a1749e6bdb3 100644
--- a/dev-qt/qtlocation/Manifest
+++ b/dev-qt/qtlocation/Manifest
@@ -1,6 +1,5 @@
 DIST qtlocation-5.15.11-fix-appendChildNode.patch.xz 536 BLAKE2B 
f20566fb1b28cbb6784a270e9687153166779fe70d048dc947a705bb77126c7420b6f714c3135770708a2a0e1b65da385ef3d893f94307f99fa3b39b8abb2b6e
 SHA512 
3a72c142150f65630a209a6d5ca36f796eeb57addae390dc1ae87ecf9d27d07a3a8c799bc4729a3030680bf032a245622037bcba7abaceaf3d1b98091b1eb66b
 DIST qtlocation-5.15.11-patchset.tar.xz 4796 BLAKE2B 
dcfa75bd3fb2e9069e1a530c27e2b4e9ac921fcf0ccb712f0894375b575ba25103948c6e5b85b56a8f9c9f2d7edf7df8e38501e93356e69f060b577a04c2d221
 SHA512 
14bd2864abc6f446dc4fbac03548cb42305685b46db757d856360780144095a021130bc0ebf1d07a516dc7991dc0cfbf733bd0ef6be58237bc15822c21af1d0b
 DIST qtlocation-everywhere-opensource-src-5.15.11.tar.xz 6554216 BLAKE2B 
e882ecdc4f565f48874371e5235dc96769fbded9446a2a7f1afd869217f4bc75a9f42c6c34627311b55fbfc60da9a95fc7472c3ced83fca722799497b437a9d9
 SHA512 
d439d03ff9044fc70165d1ceb5def9ec3290beec56b3e893409a24cd355651a4317e0eadff0266d38203ff84429a5fb8659a200f094669716579b6791a1a0f6d
-DIST qtlocation-everywhere-src-6.5.3.tar.xz 3032844 BLAKE2B 
3b23b8d1b1a06476428879c0d32d3fc21119e50410d97ee3948c0ab7b22832f27f1e5ed2d06e62f53baf668b77630a27e5c6814b54c2e9498706a436256c4005
 SHA512 
6633dedba335b8de4c96f98f4709a147e225e82fee1ed741938e15e1540421ad7c3140baec75914f0844a793433abcadaf3ce72d944662b62778327d65ff7348
 DIST qtlocation-everywhere-src-6.6.1.tar.xz 3035980 BLAKE2B 
0221f1d44ff5f0713b93e319989e46af8aaa29178bc8b77081c940c3f7d341701301ac6453f91b2febdcbb67d807ad440eedbd79e5cec5f1ec593ee0f5cef92c
 SHA512 
aa820e84efe3576bf483cd7d64a3b930f731c88324d34cc1486312c1cb0107a726dea91dc226562f017695300f0d656228d947d97374747c3ac6ae597cda6bb5
 DIST qtlocation-mapboxgl-5.15.11-4c88f2c0.tar.gz 3726387 BLAKE2B 
e9b818505ace86516262d1407450c14be82122bb91363a57708795844089371ac7d511a857f713c7cb4e6f8b54867aab0bc5dcdb9c49aa28aa3f8363271378e0
 SHA512 
e4d9133db892fd8b7b1bcf584bf7dae30c0f0353f3b0a696a6cabc9485067f262d42554b583640521734498572e5480b5e8d0143d5be47bb92077f3192fefa4d

diff --git a/dev-qt/qtlocation/qtlocation-6.5.3.ebuild 
b/dev-qt/qtlocation/qtlocation-6.5.3.ebuild
deleted file mode 100644
index 84121c04c0fe..
--- a/dev-qt/qtlocation/qtlocation-6.5.3.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit qt6-build
-
-DESCRIPTION="Location (places, maps, navigation) library for the Qt6 framework"
-
-if [[ ${QT6_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64"
-fi
-
-RDEPEND="
-   ~dev-qt/qtbase-${PV}:6[network]
-   ~dev-qt/qtdeclarative-${PV}:6
-   ~dev-qt/qtpositioning-${PV}:6[qml]
-"
-DEPEND="${RDEPEND}"
-
-CMAKE_SKIP_TESTS=(
-   # ignores QML_IMPORT_PATH (unlike other tests) and looks in
-   # the missing builddir/qml, skip rather than work around
-   tst_declarative_ui
-)
-
-src_install() {
-   qt6-build_src_install
-
-   if use test; then
-   local delete=( # sigh
-   
"${D}${QT6_LIBDIR}"/cmake/Qt6Location/*TestGeoServicePlugin*.cmake
-   
"${D}${QT6_LIBDIR}"/cmake/Qt6Location/*UnsupportedPlacesGeoServicePlugin*.cmake
-   
"${D}${QT6_LIBDIR}"/cmake/Qt6Qml/QmlPlugins/*declarative_location_test*.cmake
-   
"${D}${QT6_PLUGINDIR}"/geoservices/libqtgeoservices_geocodingplugin.so
-   
"${D}${QT6_PLUGINDIR}"/geoservices/libqtgeoservices_placesplugin_unsupported.so
-   
"${D}${QT6_PLUGINDIR}"/geoservices/libqtgeoservices_qmltestplugin.so
-   
"${D}${QT6_PLUGINDIR}"/geoservices/libqtgeoservices_routingplugin.so
-   "${D}${QT6_QMLDIR}"/QtLocation/Test
-   )
-   # using -f given not tracking which tests may be skipped or not
-   rm -rf -- "${delete[@]}" || die
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2023-12-18 Thread Arthur Zamarin
commit: 3ab729044cf15937d0dd22df6a6f53b5707f7227
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Dec 18 08:27:33 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Dec 18 08:27:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ab72904

dev-qt/qtlocation: Stabilize 5.15.11-r1 x86, #917797

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-qt/qtlocation/qtlocation-5.15.11-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtlocation/qtlocation-5.15.11-r1.ebuild 
b/dev-qt/qtlocation/qtlocation-5.15.11-r1.ebuild
index 6f183c1e0078..4ea3d4c951fc 100644
--- a/dev-qt/qtlocation/qtlocation-5.15.11-r1.ebuild
+++ b/dev-qt/qtlocation/qtlocation-5.15.11-r1.ebuild
@@ -12,7 +12,7 @@ if [[ ${QT5_BUILD_TYPE} == release ]]; then
MAPBOXGL_COMMIT=4c88f2c0e61daa89f584a8a9a3eba210221c6920
SRC_URI+=" 
https://invent.kde.org/qt/qt/${PN}-mapboxgl/-/archive/${MAPBOXGL_COMMIT}/${PN}-mapboxgl-${MAPBOXGL_COMMIT}.tar.gz
 -> ${PN}-mapboxgl-${PV}-${MAPBOXGL_COMMIT:0:8}.tar.gz
https://dev.gentoo.org/~asturm/distfiles/${PATCHSET}.tar.xz;
-   KEYWORDS="amd64 arm arm64 ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86"
 fi
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2023-12-17 Thread Arthur Zamarin
commit: b39cd3d5b302f2c1cd1954235aa0696a1b29640e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Dec 17 18:26:49 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Dec 17 18:28:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b39cd3d5

dev-qt/qtlocation: Stabilize 6.6.1 amd64, #920154

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-qt/qtlocation/qtlocation-6.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtlocation/qtlocation-6.6.1.ebuild 
b/dev-qt/qtlocation/qtlocation-6.6.1.ebuild
index 05a2dc329b2f..84121c04c0fe 100644
--- a/dev-qt/qtlocation/qtlocation-6.6.1.ebuild
+++ b/dev-qt/qtlocation/qtlocation-6.6.1.ebuild
@@ -8,7 +8,7 @@ inherit qt6-build
 DESCRIPTION="Location (places, maps, navigation) library for the Qt6 framework"
 
 if [[ ${QT6_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64"
+   KEYWORDS="amd64"
 fi
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2023-12-16 Thread Sam James
commit: c114e7cc22af9c30dcafd0319412d931d7ed58a2
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 16 11:35:00 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 16 11:35:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c114e7cc

dev-qt/qtlocation: Stabilize 5.15.11-r1 ppc64, #917797

Signed-off-by: Sam James  gentoo.org>

 dev-qt/qtlocation/qtlocation-5.15.11-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtlocation/qtlocation-5.15.11-r1.ebuild 
b/dev-qt/qtlocation/qtlocation-5.15.11-r1.ebuild
index 361817c22b50..6f183c1e0078 100644
--- a/dev-qt/qtlocation/qtlocation-5.15.11-r1.ebuild
+++ b/dev-qt/qtlocation/qtlocation-5.15.11-r1.ebuild
@@ -12,7 +12,7 @@ if [[ ${QT5_BUILD_TYPE} == release ]]; then
MAPBOXGL_COMMIT=4c88f2c0e61daa89f584a8a9a3eba210221c6920
SRC_URI+=" 
https://invent.kde.org/qt/qt/${PN}-mapboxgl/-/archive/${MAPBOXGL_COMMIT}/${PN}-mapboxgl-${MAPBOXGL_COMMIT}.tar.gz
 -> ${PN}-mapboxgl-${PV}-${MAPBOXGL_COMMIT:0:8}.tar.gz
https://dev.gentoo.org/~asturm/distfiles/${PATCHSET}.tar.xz;
-   KEYWORDS="amd64 arm arm64 ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 arm arm64 ppc64 ~riscv ~x86"
 fi
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2023-12-12 Thread Ionen Wolkens
commit: f13e84735f2ffbf2ed26b61e19be30e2f4ca8f1b
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Tue Dec 12 14:29:18 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Tue Dec 12 21:23:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f13e8473

dev-qt/qtlocation: add 6.7.

Signed-off-by: Ionen Wolkens  gentoo.org>

 dev-qt/qtlocation/qtlocation-6.7..ebuild | 44 
 1 file changed, 44 insertions(+)

diff --git a/dev-qt/qtlocation/qtlocation-6.7..ebuild 
b/dev-qt/qtlocation/qtlocation-6.7..ebuild
new file mode 100644
index ..05a2dc329b2f
--- /dev/null
+++ b/dev-qt/qtlocation/qtlocation-6.7..ebuild
@@ -0,0 +1,44 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit qt6-build
+
+DESCRIPTION="Location (places, maps, navigation) library for the Qt6 framework"
+
+if [[ ${QT6_BUILD_TYPE} == release ]]; then
+   KEYWORDS="~amd64"
+fi
+
+RDEPEND="
+   ~dev-qt/qtbase-${PV}:6[network]
+   ~dev-qt/qtdeclarative-${PV}:6
+   ~dev-qt/qtpositioning-${PV}:6[qml]
+"
+DEPEND="${RDEPEND}"
+
+CMAKE_SKIP_TESTS=(
+   # ignores QML_IMPORT_PATH (unlike other tests) and looks in
+   # the missing builddir/qml, skip rather than work around
+   tst_declarative_ui
+)
+
+src_install() {
+   qt6-build_src_install
+
+   if use test; then
+   local delete=( # sigh
+   
"${D}${QT6_LIBDIR}"/cmake/Qt6Location/*TestGeoServicePlugin*.cmake
+   
"${D}${QT6_LIBDIR}"/cmake/Qt6Location/*UnsupportedPlacesGeoServicePlugin*.cmake
+   
"${D}${QT6_LIBDIR}"/cmake/Qt6Qml/QmlPlugins/*declarative_location_test*.cmake
+   
"${D}${QT6_PLUGINDIR}"/geoservices/libqtgeoservices_geocodingplugin.so
+   
"${D}${QT6_PLUGINDIR}"/geoservices/libqtgeoservices_placesplugin_unsupported.so
+   
"${D}${QT6_PLUGINDIR}"/geoservices/libqtgeoservices_qmltestplugin.so
+   
"${D}${QT6_PLUGINDIR}"/geoservices/libqtgeoservices_routingplugin.so
+   "${D}${QT6_QMLDIR}"/QtLocation/Test
+   )
+   # using -f given not tracking which tests may be skipped or not
+   rm -rf -- "${delete[@]}" || die
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2023-11-27 Thread Ionen Wolkens
commit: da3595f369043fa5e0299ef46cb5f8114466b487
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Mon Nov 27 06:10:30 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Mon Nov 27 08:45:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da3595f3

dev-qt/qtlocation: add 6.6.1

Signed-off-by: Ionen Wolkens  gentoo.org>

 dev-qt/qtlocation/Manifest|  1 +
 dev-qt/qtlocation/qtlocation-6.6.1.ebuild | 44 +++
 2 files changed, 45 insertions(+)

diff --git a/dev-qt/qtlocation/Manifest b/dev-qt/qtlocation/Manifest
index abe1d392b343..edaac9b83bcb 100644
--- a/dev-qt/qtlocation/Manifest
+++ b/dev-qt/qtlocation/Manifest
@@ -3,4 +3,5 @@ DIST qtlocation-5.15.11-patchset.tar.xz 4796 BLAKE2B 
dcfa75bd3fb2e9069e1a530c27e
 DIST qtlocation-everywhere-opensource-src-5.15.11.tar.xz 6554216 BLAKE2B 
e882ecdc4f565f48874371e5235dc96769fbded9446a2a7f1afd869217f4bc75a9f42c6c34627311b55fbfc60da9a95fc7472c3ced83fca722799497b437a9d9
 SHA512 
d439d03ff9044fc70165d1ceb5def9ec3290beec56b3e893409a24cd355651a4317e0eadff0266d38203ff84429a5fb8659a200f094669716579b6791a1a0f6d
 DIST qtlocation-everywhere-src-6.5.3.tar.xz 3032844 BLAKE2B 
3b23b8d1b1a06476428879c0d32d3fc21119e50410d97ee3948c0ab7b22832f27f1e5ed2d06e62f53baf668b77630a27e5c6814b54c2e9498706a436256c4005
 SHA512 
6633dedba335b8de4c96f98f4709a147e225e82fee1ed741938e15e1540421ad7c3140baec75914f0844a793433abcadaf3ce72d944662b62778327d65ff7348
 DIST qtlocation-everywhere-src-6.6.0.tar.xz 3035992 BLAKE2B 
9adfb9bfc91cecaac473b517b223d590bf762393c387346e55f5f1ee4a3e59b2377c0ed4de037c45ebe5fb1e2997980c400fa587fbd1f503aa6531b6438840a1
 SHA512 
e4e492229d961bc34630aaff030b46385708312de174c9c47f85a6010f1fcb74e198333920fd5c02153a8bbae770c83d8cd1777177d9c9d7a1d555b6619be8f2
+DIST qtlocation-everywhere-src-6.6.1.tar.xz 3035980 BLAKE2B 
0221f1d44ff5f0713b93e319989e46af8aaa29178bc8b77081c940c3f7d341701301ac6453f91b2febdcbb67d807ad440eedbd79e5cec5f1ec593ee0f5cef92c
 SHA512 
aa820e84efe3576bf483cd7d64a3b930f731c88324d34cc1486312c1cb0107a726dea91dc226562f017695300f0d656228d947d97374747c3ac6ae597cda6bb5
 DIST qtlocation-mapboxgl-5.15.11-4c88f2c0.tar.gz 3726387 BLAKE2B 
e9b818505ace86516262d1407450c14be82122bb91363a57708795844089371ac7d511a857f713c7cb4e6f8b54867aab0bc5dcdb9c49aa28aa3f8363271378e0
 SHA512 
e4d9133db892fd8b7b1bcf584bf7dae30c0f0353f3b0a696a6cabc9485067f262d42554b583640521734498572e5480b5e8d0143d5be47bb92077f3192fefa4d

diff --git a/dev-qt/qtlocation/qtlocation-6.6.1.ebuild 
b/dev-qt/qtlocation/qtlocation-6.6.1.ebuild
new file mode 100644
index ..05a2dc329b2f
--- /dev/null
+++ b/dev-qt/qtlocation/qtlocation-6.6.1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit qt6-build
+
+DESCRIPTION="Location (places, maps, navigation) library for the Qt6 framework"
+
+if [[ ${QT6_BUILD_TYPE} == release ]]; then
+   KEYWORDS="~amd64"
+fi
+
+RDEPEND="
+   ~dev-qt/qtbase-${PV}:6[network]
+   ~dev-qt/qtdeclarative-${PV}:6
+   ~dev-qt/qtpositioning-${PV}:6[qml]
+"
+DEPEND="${RDEPEND}"
+
+CMAKE_SKIP_TESTS=(
+   # ignores QML_IMPORT_PATH (unlike other tests) and looks in
+   # the missing builddir/qml, skip rather than work around
+   tst_declarative_ui
+)
+
+src_install() {
+   qt6-build_src_install
+
+   if use test; then
+   local delete=( # sigh
+   
"${D}${QT6_LIBDIR}"/cmake/Qt6Location/*TestGeoServicePlugin*.cmake
+   
"${D}${QT6_LIBDIR}"/cmake/Qt6Location/*UnsupportedPlacesGeoServicePlugin*.cmake
+   
"${D}${QT6_LIBDIR}"/cmake/Qt6Qml/QmlPlugins/*declarative_location_test*.cmake
+   
"${D}${QT6_PLUGINDIR}"/geoservices/libqtgeoservices_geocodingplugin.so
+   
"${D}${QT6_PLUGINDIR}"/geoservices/libqtgeoservices_placesplugin_unsupported.so
+   
"${D}${QT6_PLUGINDIR}"/geoservices/libqtgeoservices_qmltestplugin.so
+   
"${D}${QT6_PLUGINDIR}"/geoservices/libqtgeoservices_routingplugin.so
+   "${D}${QT6_QMLDIR}"/QtLocation/Test
+   )
+   # using -f given not tracking which tests may be skipped or not
+   rm -rf -- "${delete[@]}" || die
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2023-11-23 Thread Sam James
commit: af4205bf37d0d8d8738267fca1650530db65c262
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov 23 19:51:53 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov 23 19:51:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af4205bf

dev-qt/qtlocation: Stabilize 5.15.11-r1 arm, #917797

Signed-off-by: Sam James  gentoo.org>

 dev-qt/qtlocation/qtlocation-5.15.11-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtlocation/qtlocation-5.15.11-r1.ebuild 
b/dev-qt/qtlocation/qtlocation-5.15.11-r1.ebuild
index c2b752fb4654..361817c22b50 100644
--- a/dev-qt/qtlocation/qtlocation-5.15.11-r1.ebuild
+++ b/dev-qt/qtlocation/qtlocation-5.15.11-r1.ebuild
@@ -12,7 +12,7 @@ if [[ ${QT5_BUILD_TYPE} == release ]]; then
MAPBOXGL_COMMIT=4c88f2c0e61daa89f584a8a9a3eba210221c6920
SRC_URI+=" 
https://invent.kde.org/qt/qt/${PN}-mapboxgl/-/archive/${MAPBOXGL_COMMIT}/${PN}-mapboxgl-${MAPBOXGL_COMMIT}.tar.gz
 -> ${PN}-mapboxgl-${PV}-${MAPBOXGL_COMMIT:0:8}.tar.gz
https://dev.gentoo.org/~asturm/distfiles/${PATCHSET}.tar.xz;
-   KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 arm arm64 ~ppc64 ~riscv ~x86"
 fi
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2023-11-23 Thread Arthur Zamarin
commit: 7c743e8e9fda710e8ede270b821dc4987db467e8
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Nov 23 16:45:24 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Nov 23 16:46:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c743e8e

dev-qt/qtlocation: Stabilize 5.15.11-r1 amd64, #917797

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-qt/qtlocation/qtlocation-5.15.11-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtlocation/qtlocation-5.15.11-r1.ebuild 
b/dev-qt/qtlocation/qtlocation-5.15.11-r1.ebuild
index 2b566c3af445..e43eb9434e41 100644
--- a/dev-qt/qtlocation/qtlocation-5.15.11-r1.ebuild
+++ b/dev-qt/qtlocation/qtlocation-5.15.11-r1.ebuild
@@ -12,7 +12,7 @@ if [[ ${QT5_BUILD_TYPE} == release ]]; then
MAPBOXGL_COMMIT=4c88f2c0e61daa89f584a8a9a3eba210221c6920
SRC_URI+=" 
https://invent.kde.org/qt/qt/${PN}-mapboxgl/-/archive/${MAPBOXGL_COMMIT}/${PN}-mapboxgl-${MAPBOXGL_COMMIT}.tar.gz
 -> ${PN}-mapboxgl-${PV}-${MAPBOXGL_COMMIT:0:8}.tar.gz
https://dev.gentoo.org/~asturm/distfiles/${PATCHSET}.tar.xz;
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 fi
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2023-11-23 Thread Arthur Zamarin
commit: 3d40bf62a2af1afdf85432838122079e6cde
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Nov 23 16:45:32 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Nov 23 16:46:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d40bf62

dev-qt/qtlocation: Stabilize 5.15.11-r1 arm64, #917797

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-qt/qtlocation/qtlocation-5.15.11-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtlocation/qtlocation-5.15.11-r1.ebuild 
b/dev-qt/qtlocation/qtlocation-5.15.11-r1.ebuild
index e43eb9434e41..c2b752fb4654 100644
--- a/dev-qt/qtlocation/qtlocation-5.15.11-r1.ebuild
+++ b/dev-qt/qtlocation/qtlocation-5.15.11-r1.ebuild
@@ -12,7 +12,7 @@ if [[ ${QT5_BUILD_TYPE} == release ]]; then
MAPBOXGL_COMMIT=4c88f2c0e61daa89f584a8a9a3eba210221c6920
SRC_URI+=" 
https://invent.kde.org/qt/qt/${PN}-mapboxgl/-/archive/${MAPBOXGL_COMMIT}/${PN}-mapboxgl-${MAPBOXGL_COMMIT}.tar.gz
 -> ${PN}-mapboxgl-${PV}-${MAPBOXGL_COMMIT:0:8}.tar.gz
https://dev.gentoo.org/~asturm/distfiles/${PATCHSET}.tar.xz;
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv ~x86"
 fi
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/files/, dev-qt/qtlocation/

2023-11-15 Thread Ionen Wolkens
commit: 9694b748bd20fe694b637cf3e854df308d7b6108
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Wed Nov 15 18:00:40 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Wed Nov 15 19:27:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9694b748

dev-qt/qtlocation: drop 6.5.2-r1

Signed-off-by: Ionen Wolkens  gentoo.org>

 dev-qt/qtlocation/Manifest |  1 -
 .../files/qtlocation-6.5.2-missing-memory.patch| 22 --
 dev-qt/qtlocation/qtlocation-6.5.2-r1.ebuild   | 48 --
 3 files changed, 71 deletions(-)

diff --git a/dev-qt/qtlocation/Manifest b/dev-qt/qtlocation/Manifest
index 15c5e2f5fd20..abe1d392b343 100644
--- a/dev-qt/qtlocation/Manifest
+++ b/dev-qt/qtlocation/Manifest
@@ -1,7 +1,6 @@
 DIST qtlocation-5.15.11-fix-appendChildNode.patch.xz 536 BLAKE2B 
f20566fb1b28cbb6784a270e9687153166779fe70d048dc947a705bb77126c7420b6f714c3135770708a2a0e1b65da385ef3d893f94307f99fa3b39b8abb2b6e
 SHA512 
3a72c142150f65630a209a6d5ca36f796eeb57addae390dc1ae87ecf9d27d07a3a8c799bc4729a3030680bf032a245622037bcba7abaceaf3d1b98091b1eb66b
 DIST qtlocation-5.15.11-patchset.tar.xz 4796 BLAKE2B 
dcfa75bd3fb2e9069e1a530c27e2b4e9ac921fcf0ccb712f0894375b575ba25103948c6e5b85b56a8f9c9f2d7edf7df8e38501e93356e69f060b577a04c2d221
 SHA512 
14bd2864abc6f446dc4fbac03548cb42305685b46db757d856360780144095a021130bc0ebf1d07a516dc7991dc0cfbf733bd0ef6be58237bc15822c21af1d0b
 DIST qtlocation-everywhere-opensource-src-5.15.11.tar.xz 6554216 BLAKE2B 
e882ecdc4f565f48874371e5235dc96769fbded9446a2a7f1afd869217f4bc75a9f42c6c34627311b55fbfc60da9a95fc7472c3ced83fca722799497b437a9d9
 SHA512 
d439d03ff9044fc70165d1ceb5def9ec3290beec56b3e893409a24cd355651a4317e0eadff0266d38203ff84429a5fb8659a200f094669716579b6791a1a0f6d
-DIST qtlocation-everywhere-src-6.5.2.tar.xz 3032488 BLAKE2B 
c8cd34980b0f78326fb70bf76a04094cf3e27afbd6aed6d982ce30abfa9dc4250d164dbe11c1027bedcdeee3b7c907c3716e88f16eeae173b846ccdf2c38d458
 SHA512 
b1e5c1813deb8a4eb9f8548afa935f1a2145ed3168f0276493ea501057fd4f70b8980ae387248a59e50f0e450ae245a04cd8636fb61d37af9c3634ff1cdd24f3
 DIST qtlocation-everywhere-src-6.5.3.tar.xz 3032844 BLAKE2B 
3b23b8d1b1a06476428879c0d32d3fc21119e50410d97ee3948c0ab7b22832f27f1e5ed2d06e62f53baf668b77630a27e5c6814b54c2e9498706a436256c4005
 SHA512 
6633dedba335b8de4c96f98f4709a147e225e82fee1ed741938e15e1540421ad7c3140baec75914f0844a793433abcadaf3ce72d944662b62778327d65ff7348
 DIST qtlocation-everywhere-src-6.6.0.tar.xz 3035992 BLAKE2B 
9adfb9bfc91cecaac473b517b223d590bf762393c387346e55f5f1ee4a3e59b2377c0ed4de037c45ebe5fb1e2997980c400fa587fbd1f503aa6531b6438840a1
 SHA512 
e4e492229d961bc34630aaff030b46385708312de174c9c47f85a6010f1fcb74e198333920fd5c02153a8bbae770c83d8cd1777177d9c9d7a1d555b6619be8f2
 DIST qtlocation-mapboxgl-5.15.11-4c88f2c0.tar.gz 3726387 BLAKE2B 
e9b818505ace86516262d1407450c14be82122bb91363a57708795844089371ac7d511a857f713c7cb4e6f8b54867aab0bc5dcdb9c49aa28aa3f8363271378e0
 SHA512 
e4d9133db892fd8b7b1bcf584bf7dae30c0f0353f3b0a696a6cabc9485067f262d42554b583640521734498572e5480b5e8d0143d5be47bb92077f3192fefa4d

diff --git a/dev-qt/qtlocation/files/qtlocation-6.5.2-missing-memory.patch 
b/dev-qt/qtlocation/files/qtlocation-6.5.2-missing-memory.patch
deleted file mode 100644
index e57681c7ba97..
--- a/dev-qt/qtlocation/files/qtlocation-6.5.2-missing-memory.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-Manifests itself as an issue only with clang+glibc
-(gcc+glibc, or clang+musl are fine).
-
-https://github.com/qt/qtlocation/commit/3a1b28126a0a182bef9fe0ccb85409fceb39d1f3
-From: Tim Blechmann 
-Date: Thu, 20 Jul 2023 17:04:39 +0800
-Subject: [PATCH] location: include missing header
-
-std::unique_ptr requires 
-
-Pick-to: 6.5 6.6
 a/src/location/maps/qgeocameratiles_p.h
-+++ b/src/location/maps/qgeocameratiles_p.h
-@@ -17,6 +17,8 @@
- #include 
- #include 
- 
-+#include 
-+
- QT_BEGIN_NAMESPACE
- 
- class QGeoCameraData;

diff --git a/dev-qt/qtlocation/qtlocation-6.5.2-r1.ebuild 
b/dev-qt/qtlocation/qtlocation-6.5.2-r1.ebuild
deleted file mode 100644
index 464ab4a2d682..
--- a/dev-qt/qtlocation/qtlocation-6.5.2-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit qt6-build
-
-DESCRIPTION="Location (places, maps, navigation) library for the Qt6 framework"
-
-if [[ ${QT6_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64"
-fi
-
-RDEPEND="
-   ~dev-qt/qtbase-${PV}:6[network]
-   ~dev-qt/qtdeclarative-${PV}:6
-   ~dev-qt/qtpositioning-${PV}:6[qml(+)]
-"
-DEPEND="${RDEPEND}"
-
-CMAKE_SKIP_TESTS=(
-   # ignores QML_IMPORT_PATH (unlike other tests) and looks in
-   # the missing builddir/qml, skip rather than work around
-   tst_declarative_ui
-)
-
-PATCHES=(
-   "${FILESDIR}"/${P}-missing-memory.patch
-)
-
-src_install() {
-   qt6-build_src_install
-
-   if use test; then
- 

[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2023-11-15 Thread Arthur Zamarin
commit: 0ba99be978fe8ad97872f46473503884f3afcd6d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Nov 15 17:19:00 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Nov 15 17:19:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ba99be9

dev-qt/qtlocation: Stabilize 6.5.3 amd64, #915549

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-qt/qtlocation/qtlocation-6.5.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtlocation/qtlocation-6.5.3.ebuild 
b/dev-qt/qtlocation/qtlocation-6.5.3.ebuild
index 05a2dc329b2f..84121c04c0fe 100644
--- a/dev-qt/qtlocation/qtlocation-6.5.3.ebuild
+++ b/dev-qt/qtlocation/qtlocation-6.5.3.ebuild
@@ -8,7 +8,7 @@ inherit qt6-build
 DESCRIPTION="Location (places, maps, navigation) library for the Qt6 framework"
 
 if [[ ${QT6_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64"
+   KEYWORDS="amd64"
 fi
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2023-11-11 Thread Andreas Sturmlechner
commit: b3168dc4daa93676caa1a84c07cbb4aa16a382e5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Nov 11 16:26:52 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Nov 11 19:50:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3168dc4

dev-qt/qtlocation: Fix HereMap plugin not supporting auth via apiKey

QTBUG: https://bugreports.qt.io/browse/QTBUG-118447

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-qt/qtlocation/Manifest |  1 +
 dev-qt/qtlocation/qtlocation-5.15.11-r1.ebuild | 59 ++
 2 files changed, 60 insertions(+)

diff --git a/dev-qt/qtlocation/Manifest b/dev-qt/qtlocation/Manifest
index fe7340d4467d..15c5e2f5fd20 100644
--- a/dev-qt/qtlocation/Manifest
+++ b/dev-qt/qtlocation/Manifest
@@ -1,4 +1,5 @@
 DIST qtlocation-5.15.11-fix-appendChildNode.patch.xz 536 BLAKE2B 
f20566fb1b28cbb6784a270e9687153166779fe70d048dc947a705bb77126c7420b6f714c3135770708a2a0e1b65da385ef3d893f94307f99fa3b39b8abb2b6e
 SHA512 
3a72c142150f65630a209a6d5ca36f796eeb57addae390dc1ae87ecf9d27d07a3a8c799bc4729a3030680bf032a245622037bcba7abaceaf3d1b98091b1eb66b
+DIST qtlocation-5.15.11-patchset.tar.xz 4796 BLAKE2B 
dcfa75bd3fb2e9069e1a530c27e2b4e9ac921fcf0ccb712f0894375b575ba25103948c6e5b85b56a8f9c9f2d7edf7df8e38501e93356e69f060b577a04c2d221
 SHA512 
14bd2864abc6f446dc4fbac03548cb42305685b46db757d856360780144095a021130bc0ebf1d07a516dc7991dc0cfbf733bd0ef6be58237bc15822c21af1d0b
 DIST qtlocation-everywhere-opensource-src-5.15.11.tar.xz 6554216 BLAKE2B 
e882ecdc4f565f48874371e5235dc96769fbded9446a2a7f1afd869217f4bc75a9f42c6c34627311b55fbfc60da9a95fc7472c3ced83fca722799497b437a9d9
 SHA512 
d439d03ff9044fc70165d1ceb5def9ec3290beec56b3e893409a24cd355651a4317e0eadff0266d38203ff84429a5fb8659a200f094669716579b6791a1a0f6d
 DIST qtlocation-everywhere-src-6.5.2.tar.xz 3032488 BLAKE2B 
c8cd34980b0f78326fb70bf76a04094cf3e27afbd6aed6d982ce30abfa9dc4250d164dbe11c1027bedcdeee3b7c907c3716e88f16eeae173b846ccdf2c38d458
 SHA512 
b1e5c1813deb8a4eb9f8548afa935f1a2145ed3168f0276493ea501057fd4f70b8980ae387248a59e50f0e450ae245a04cd8636fb61d37af9c3634ff1cdd24f3
 DIST qtlocation-everywhere-src-6.5.3.tar.xz 3032844 BLAKE2B 
3b23b8d1b1a06476428879c0d32d3fc21119e50410d97ee3948c0ab7b22832f27f1e5ed2d06e62f53baf668b77630a27e5c6814b54c2e9498706a436256c4005
 SHA512 
6633dedba335b8de4c96f98f4709a147e225e82fee1ed741938e15e1540421ad7c3140baec75914f0844a793433abcadaf3ce72d944662b62778327d65ff7348

diff --git a/dev-qt/qtlocation/qtlocation-5.15.11-r1.ebuild 
b/dev-qt/qtlocation/qtlocation-5.15.11-r1.ebuild
new file mode 100644
index ..2b566c3af445
--- /dev/null
+++ b/dev-qt/qtlocation/qtlocation-5.15.11-r1.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PATCHSET="${P}-patchset"
+inherit qt5-build
+
+DESCRIPTION="Location (places, maps, navigation) library for the Qt5 framework"
+
+if [[ ${QT5_BUILD_TYPE} == release ]]; then
+   MAPBOXGL_COMMIT=4c88f2c0e61daa89f584a8a9a3eba210221c6920
+   SRC_URI+=" 
https://invent.kde.org/qt/qt/${PN}-mapboxgl/-/archive/${MAPBOXGL_COMMIT}/${PN}-mapboxgl-${MAPBOXGL_COMMIT}.tar.gz
 -> ${PN}-mapboxgl-${PV}-${MAPBOXGL_COMMIT:0:8}.tar.gz
+   https://dev.gentoo.org/~asturm/distfiles/${PATCHSET}.tar.xz;
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+fi
+
+RDEPEND="
+   dev-libs/icu:=
+   =dev-qt/qtcore-${QT5_PV}*
+   =dev-qt/qtdeclarative-${QT5_PV}*
+   =dev-qt/qtgui-${QT5_PV}*
+   =dev-qt/qtnetwork-${QT5_PV}*
+   =dev-qt/qtpositioning-${QT5_PV}*[qml]
+   =dev-qt/qtsql-${QT5_PV}*
+   sys-libs/zlib
+"
+DEPEND="${RDEPEND}
+   =dev-qt/qtconcurrent-${QT5_PV}*
+"
+
+QT5_TARGET_SUBDIRS=(
+   src/3rdparty/clipper
+   src/3rdparty/poly2tri
+   src/3rdparty/clip2tri
+   src/3rdparty/mapbox-gl-native
+   src/location
+   src/imports/location
+   src/imports/locationlabs
+   src/plugins/geoservices
+)
+
+if [[ ${QT5_BUILD_TYPE} == release ]]; then
+
+PATCHES=( "${WORKDIR}/${PATCHSET}" )
+
+src_prepare() {
+   rm -rf src/3rdparty/mapbox-gl-native/* || die
+   mv "${WORKDIR}"/${PN}-mapboxgl-${MAPBOXGL_COMMIT}/* 
src/3rdparty/mapbox-gl-native || die
+   qt5-build_src_prepare
+}
+fi
+
+src_configure() {
+   # src/plugins/geoservices requires files that are only generated when
+   # qmake is run in the root directory. Bug 633776.
+   qt5_configure_oos_quirk qtlocation-config.pri src/location
+   qt5-build_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2023-11-06 Thread Arthur Zamarin
commit: 5c9ea6e6e425e181cc3c142516a11332d9dc7e6f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Nov  6 08:14:12 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Nov  6 08:14:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c9ea6e6

dev-qt/qtlocation: Stabilize 5.15.11 ppc64, #915391

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-qt/qtlocation/qtlocation-5.15.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtlocation/qtlocation-5.15.11.ebuild 
b/dev-qt/qtlocation/qtlocation-5.15.11.ebuild
index 6eb060c60704..abe80be3b1e0 100644
--- a/dev-qt/qtlocation/qtlocation-5.15.11.ebuild
+++ b/dev-qt/qtlocation/qtlocation-5.15.11.ebuild
@@ -11,7 +11,7 @@ if [[ ${QT5_BUILD_TYPE} == release ]]; then
MAPBOXGL_COMMIT=4c88f2c0e61daa89f584a8a9a3eba210221c6920
SRC_URI+=" 
https://invent.kde.org/qt/qt/${PN}-mapboxgl/-/archive/${MAPBOXGL_COMMIT}/${PN}-mapboxgl-${MAPBOXGL_COMMIT}.tar.gz
 -> ${PN}-mapboxgl-${PV}-${MAPBOXGL_COMMIT:0:8}.tar.gz

https://dev.gentoo.org/~asturm/distfiles/${P}-fix-appendChildNode.patch.xz;
-   KEYWORDS="amd64 arm arm64 ~ppc64 ~riscv x86"
+   KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86"
 fi
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2023-11-05 Thread Arthur Zamarin
commit: d727a764d55dd65a416b6c09ccc36a6bbfe83d32
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Nov  6 07:11:20 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Nov  6 07:14:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d727a764

dev-qt/qtlocation: Stabilize 5.15.11 arm, #915391

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-qt/qtlocation/qtlocation-5.15.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtlocation/qtlocation-5.15.11.ebuild 
b/dev-qt/qtlocation/qtlocation-5.15.11.ebuild
index 87a4083f5e6a..6eb060c60704 100644
--- a/dev-qt/qtlocation/qtlocation-5.15.11.ebuild
+++ b/dev-qt/qtlocation/qtlocation-5.15.11.ebuild
@@ -11,7 +11,7 @@ if [[ ${QT5_BUILD_TYPE} == release ]]; then
MAPBOXGL_COMMIT=4c88f2c0e61daa89f584a8a9a3eba210221c6920
SRC_URI+=" 
https://invent.kde.org/qt/qt/${PN}-mapboxgl/-/archive/${MAPBOXGL_COMMIT}/${PN}-mapboxgl-${MAPBOXGL_COMMIT}.tar.gz
 -> ${PN}-mapboxgl-${PV}-${MAPBOXGL_COMMIT:0:8}.tar.gz

https://dev.gentoo.org/~asturm/distfiles/${P}-fix-appendChildNode.patch.xz;
-   KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
+   KEYWORDS="amd64 arm arm64 ~ppc64 ~riscv x86"
 fi
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2023-11-05 Thread Arthur Zamarin
commit: aa16b047c742468702ec838f377c09d267913140
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Nov  5 19:12:15 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Nov  5 19:12:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa16b047

dev-qt/qtlocation: Stabilize 5.15.10-r1 arm, #915383

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-qt/qtlocation/qtlocation-5.15.10-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtlocation/qtlocation-5.15.10-r1.ebuild 
b/dev-qt/qtlocation/qtlocation-5.15.10-r1.ebuild
index cbd8a586eaab..b98973ff5977 100644
--- a/dev-qt/qtlocation/qtlocation-5.15.10-r1.ebuild
+++ b/dev-qt/qtlocation/qtlocation-5.15.10-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 if [[ ${PV} != ** ]]; then
QT5_KDEPATCHSET_REV=1
MAPBOXGL_COMMIT=4c88f2c0e61daa89f584a8a9a3eba210221c6920
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+   KEYWORDS="amd64 arm ~arm64 ~ppc64 ~riscv x86"
 fi
 
 inherit qt5-build



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2023-11-05 Thread Arthur Zamarin
commit: 0afbce90efdd5f602f3b767cab02c5bbad0d38d4
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Nov  5 19:12:20 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Nov  5 19:12:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0afbce90

dev-qt/qtlocation: Stabilize 5.15.10-r1 arm64, #915383

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-qt/qtlocation/qtlocation-5.15.10-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtlocation/qtlocation-5.15.10-r1.ebuild 
b/dev-qt/qtlocation/qtlocation-5.15.10-r1.ebuild
index b98973ff5977..3d85ee2972ee 100644
--- a/dev-qt/qtlocation/qtlocation-5.15.10-r1.ebuild
+++ b/dev-qt/qtlocation/qtlocation-5.15.10-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 if [[ ${PV} != ** ]]; then
QT5_KDEPATCHSET_REV=1
MAPBOXGL_COMMIT=4c88f2c0e61daa89f584a8a9a3eba210221c6920
-   KEYWORDS="amd64 arm ~arm64 ~ppc64 ~riscv x86"
+   KEYWORDS="amd64 arm arm64 ~ppc64 ~riscv x86"
 fi
 
 inherit qt5-build



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2023-10-10 Thread Ionen Wolkens
commit: c9c10083160b19f55183093890cbe1ced8061763
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Tue Oct 10 08:52:33 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Tue Oct 10 14:49:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9c10083

dev-qt/qtlocation: add 6.6.0

Signed-off-by: Ionen Wolkens  gentoo.org>

 dev-qt/qtlocation/Manifest|  1 +
 dev-qt/qtlocation/qtlocation-6.6.0.ebuild | 44 +++
 2 files changed, 45 insertions(+)

diff --git a/dev-qt/qtlocation/Manifest b/dev-qt/qtlocation/Manifest
index 457935a7b111..f1b415bd8982 100644
--- a/dev-qt/qtlocation/Manifest
+++ b/dev-qt/qtlocation/Manifest
@@ -4,6 +4,7 @@ DIST qtlocation-everywhere-opensource-src-5.15.10.tar.xz 
6552240 BLAKE2B 1e44bda
 DIST qtlocation-everywhere-opensource-src-5.15.11.tar.xz 6554216 BLAKE2B 
e882ecdc4f565f48874371e5235dc96769fbded9446a2a7f1afd869217f4bc75a9f42c6c34627311b55fbfc60da9a95fc7472c3ced83fca722799497b437a9d9
 SHA512 
d439d03ff9044fc70165d1ceb5def9ec3290beec56b3e893409a24cd355651a4317e0eadff0266d38203ff84429a5fb8659a200f094669716579b6791a1a0f6d
 DIST qtlocation-everywhere-src-6.5.2.tar.xz 3032488 BLAKE2B 
c8cd34980b0f78326fb70bf76a04094cf3e27afbd6aed6d982ce30abfa9dc4250d164dbe11c1027bedcdeee3b7c907c3716e88f16eeae173b846ccdf2c38d458
 SHA512 
b1e5c1813deb8a4eb9f8548afa935f1a2145ed3168f0276493ea501057fd4f70b8980ae387248a59e50f0e450ae245a04cd8636fb61d37af9c3634ff1cdd24f3
 DIST qtlocation-everywhere-src-6.5.3.tar.xz 3032844 BLAKE2B 
3b23b8d1b1a06476428879c0d32d3fc21119e50410d97ee3948c0ab7b22832f27f1e5ed2d06e62f53baf668b77630a27e5c6814b54c2e9498706a436256c4005
 SHA512 
6633dedba335b8de4c96f98f4709a147e225e82fee1ed741938e15e1540421ad7c3140baec75914f0844a793433abcadaf3ce72d944662b62778327d65ff7348
+DIST qtlocation-everywhere-src-6.6.0.tar.xz 3035992 BLAKE2B 
9adfb9bfc91cecaac473b517b223d590bf762393c387346e55f5f1ee4a3e59b2377c0ed4de037c45ebe5fb1e2997980c400fa587fbd1f503aa6531b6438840a1
 SHA512 
e4e492229d961bc34630aaff030b46385708312de174c9c47f85a6010f1fcb74e198333920fd5c02153a8bbae770c83d8cd1777177d9c9d7a1d555b6619be8f2
 DIST qtlocation-mapboxgl-5.15.10-4c88f2c0.tar.gz 3726387 BLAKE2B 
e9b818505ace86516262d1407450c14be82122bb91363a57708795844089371ac7d511a857f713c7cb4e6f8b54867aab0bc5dcdb9c49aa28aa3f8363271378e0
 SHA512 
e4d9133db892fd8b7b1bcf584bf7dae30c0f0353f3b0a696a6cabc9485067f262d42554b583640521734498572e5480b5e8d0143d5be47bb92077f3192fefa4d
 DIST qtlocation-mapboxgl-5.15.10-5a07e196.tar.gz 3726230 BLAKE2B 
9dbe08088a55bc1da4952a628af987b3b056615e883983d3a5e2eb392ce4aff16bfd753f84bbad07f9a415fbd275ec9933a64b6bcfd27ea6d8adced6d2adcac7
 SHA512 
ec3de81f643388690eda45d073a9c6f908d8efeff30cd062d9afcd1f94c6b45b301327747928d45b4047ce04b7df5b0afaf9e8942e22660711a5ac49787829eb
 DIST qtlocation-mapboxgl-5.15.11-4c88f2c0.tar.gz 3726387 BLAKE2B 
e9b818505ace86516262d1407450c14be82122bb91363a57708795844089371ac7d511a857f713c7cb4e6f8b54867aab0bc5dcdb9c49aa28aa3f8363271378e0
 SHA512 
e4d9133db892fd8b7b1bcf584bf7dae30c0f0353f3b0a696a6cabc9485067f262d42554b583640521734498572e5480b5e8d0143d5be47bb92077f3192fefa4d

diff --git a/dev-qt/qtlocation/qtlocation-6.6.0.ebuild 
b/dev-qt/qtlocation/qtlocation-6.6.0.ebuild
new file mode 100644
index ..05a2dc329b2f
--- /dev/null
+++ b/dev-qt/qtlocation/qtlocation-6.6.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit qt6-build
+
+DESCRIPTION="Location (places, maps, navigation) library for the Qt6 framework"
+
+if [[ ${QT6_BUILD_TYPE} == release ]]; then
+   KEYWORDS="~amd64"
+fi
+
+RDEPEND="
+   ~dev-qt/qtbase-${PV}:6[network]
+   ~dev-qt/qtdeclarative-${PV}:6
+   ~dev-qt/qtpositioning-${PV}:6[qml]
+"
+DEPEND="${RDEPEND}"
+
+CMAKE_SKIP_TESTS=(
+   # ignores QML_IMPORT_PATH (unlike other tests) and looks in
+   # the missing builddir/qml, skip rather than work around
+   tst_declarative_ui
+)
+
+src_install() {
+   qt6-build_src_install
+
+   if use test; then
+   local delete=( # sigh
+   
"${D}${QT6_LIBDIR}"/cmake/Qt6Location/*TestGeoServicePlugin*.cmake
+   
"${D}${QT6_LIBDIR}"/cmake/Qt6Location/*UnsupportedPlacesGeoServicePlugin*.cmake
+   
"${D}${QT6_LIBDIR}"/cmake/Qt6Qml/QmlPlugins/*declarative_location_test*.cmake
+   
"${D}${QT6_PLUGINDIR}"/geoservices/libqtgeoservices_geocodingplugin.so
+   
"${D}${QT6_PLUGINDIR}"/geoservices/libqtgeoservices_placesplugin_unsupported.so
+   
"${D}${QT6_PLUGINDIR}"/geoservices/libqtgeoservices_qmltestplugin.so
+   
"${D}${QT6_PLUGINDIR}"/geoservices/libqtgeoservices_routingplugin.so
+   "${D}${QT6_QMLDIR}"/QtLocation/Test
+   )
+   # using -f given not tracking which tests may be skipped or not
+   rm -rf -- 

[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2023-10-08 Thread Arthur Zamarin
commit: 1b2009870dad213fadf902459816189378279fa8
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Oct  8 16:20:41 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Oct  8 16:20:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b200987

dev-qt/qtlocation: Stabilize 5.15.10-r1 x86, #915383

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-qt/qtlocation/qtlocation-5.15.10-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtlocation/qtlocation-5.15.10-r1.ebuild 
b/dev-qt/qtlocation/qtlocation-5.15.10-r1.ebuild
index 349770e42c6b..cbd8a586eaab 100644
--- a/dev-qt/qtlocation/qtlocation-5.15.10-r1.ebuild
+++ b/dev-qt/qtlocation/qtlocation-5.15.10-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 if [[ ${PV} != ** ]]; then
QT5_KDEPATCHSET_REV=1
MAPBOXGL_COMMIT=4c88f2c0e61daa89f584a8a9a3eba210221c6920
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 fi
 
 inherit qt5-build



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2023-10-08 Thread Arthur Zamarin
commit: dd7d2029fa1c92e36b5100bbaa65a44d1fcfa1ea
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Oct  8 16:20:34 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Oct  8 16:20:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd7d2029

dev-qt/qtlocation: Stabilize 5.15.10-r1 amd64, #915383

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-qt/qtlocation/qtlocation-5.15.10-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtlocation/qtlocation-5.15.10-r1.ebuild 
b/dev-qt/qtlocation/qtlocation-5.15.10-r1.ebuild
index 0e9f034eb269..349770e42c6b 100644
--- a/dev-qt/qtlocation/qtlocation-5.15.10-r1.ebuild
+++ b/dev-qt/qtlocation/qtlocation-5.15.10-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 if [[ ${PV} != ** ]]; then
QT5_KDEPATCHSET_REV=1
MAPBOXGL_COMMIT=4c88f2c0e61daa89f584a8a9a3eba210221c6920
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 fi
 
 inherit qt5-build



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2023-10-08 Thread Andreas Sturmlechner
commit: 65eaf8332f903d05723963f75ca347a9ae3fa4f6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Oct  8 15:05:30 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Oct  8 15:47:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65eaf833

dev-qt/qtlocation: add 5.15.11

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-qt/qtlocation/Manifest  |  3 ++
 dev-qt/qtlocation/qtlocation-5.15.11.ebuild | 58 +
 2 files changed, 61 insertions(+)

diff --git a/dev-qt/qtlocation/Manifest b/dev-qt/qtlocation/Manifest
index b6936e1774eb..cc0b0197ee0d 100644
--- a/dev-qt/qtlocation/Manifest
+++ b/dev-qt/qtlocation/Manifest
@@ -1,7 +1,10 @@
 DIST qtlocation-5.15.10-gentoo-kde-1.tar.xz 3664 BLAKE2B 
e2d694772a43ca4bc27c819d8fadf5bab3ddb40644d5a08315faa5af63a7aace6475c2dd2b6d612dcb7705113211cd50e6e83ce79773ec6033767be0fb761346
 SHA512 
c3917fa4db6316c9e173c475d8606b7fd9dc3cfed29487fa23c9b6df68887d799e6260abc3f5cd144e9d8c1e95e66b0de429bf59f15526639aab4d430c3d439a
+DIST qtlocation-5.15.11-fix-appendChildNode.patch.xz 536 BLAKE2B 
f20566fb1b28cbb6784a270e9687153166779fe70d048dc947a705bb77126c7420b6f714c3135770708a2a0e1b65da385ef3d893f94307f99fa3b39b8abb2b6e
 SHA512 
3a72c142150f65630a209a6d5ca36f796eeb57addae390dc1ae87ecf9d27d07a3a8c799bc4729a3030680bf032a245622037bcba7abaceaf3d1b98091b1eb66b
 DIST qtlocation-everywhere-opensource-src-5.15.10.tar.xz 6552240 BLAKE2B 
1e44bdafcde01294424cef1963924b85fc4f3cc8ab19b1ae37d79d10cb0bbb1a482f592725fa28e0f039fc84cb2167df4d15e23e4060bd7c49df013c54322665
 SHA512 
e4fb56ddd2dc50024f02de84323c3299788eb6632672e1bc52ef1399ccf9d0af34b0104548cb108fb372870057426b0cdd52052ad91ba45fc7f8098a675f29a4
+DIST qtlocation-everywhere-opensource-src-5.15.11.tar.xz 6554216 BLAKE2B 
e882ecdc4f565f48874371e5235dc96769fbded9446a2a7f1afd869217f4bc75a9f42c6c34627311b55fbfc60da9a95fc7472c3ced83fca722799497b437a9d9
 SHA512 
d439d03ff9044fc70165d1ceb5def9ec3290beec56b3e893409a24cd355651a4317e0eadff0266d38203ff84429a5fb8659a200f094669716579b6791a1a0f6d
 DIST qtlocation-everywhere-src-6.5.2.tar.xz 3032488 BLAKE2B 
c8cd34980b0f78326fb70bf76a04094cf3e27afbd6aed6d982ce30abfa9dc4250d164dbe11c1027bedcdeee3b7c907c3716e88f16eeae173b846ccdf2c38d458
 SHA512 
b1e5c1813deb8a4eb9f8548afa935f1a2145ed3168f0276493ea501057fd4f70b8980ae387248a59e50f0e450ae245a04cd8636fb61d37af9c3634ff1cdd24f3
 DIST qtlocation-everywhere-src-6.5.3.tar.xz 3032844 BLAKE2B 
3b23b8d1b1a06476428879c0d32d3fc21119e50410d97ee3948c0ab7b22832f27f1e5ed2d06e62f53baf668b77630a27e5c6814b54c2e9498706a436256c4005
 SHA512 
6633dedba335b8de4c96f98f4709a147e225e82fee1ed741938e15e1540421ad7c3140baec75914f0844a793433abcadaf3ce72d944662b62778327d65ff7348
 DIST qtlocation-everywhere-src-6.6.0-rc.tar.xz 3036648 BLAKE2B 
629f8d14f3904f0f5008471e115c76bd20d2f7956730dfb4b32d5fb4ff10843e65f3485d5290bd67b0f32c5bc1c2d56eaafa1e921d020d0c7839f9b4c09d1469
 SHA512 
dd094773e5f591e76c5c5b61eece1e7d2b04be2fc2bf2fbc604c052953ae12e8e83e0b0b134dae5d88c920872e4ab7746f961b769546060c395379fe296657d2
 DIST qtlocation-mapboxgl-5.15.10-4c88f2c0.tar.gz 3726387 BLAKE2B 
e9b818505ace86516262d1407450c14be82122bb91363a57708795844089371ac7d511a857f713c7cb4e6f8b54867aab0bc5dcdb9c49aa28aa3f8363271378e0
 SHA512 
e4d9133db892fd8b7b1bcf584bf7dae30c0f0353f3b0a696a6cabc9485067f262d42554b583640521734498572e5480b5e8d0143d5be47bb92077f3192fefa4d
 DIST qtlocation-mapboxgl-5.15.10-5a07e196.tar.gz 3726230 BLAKE2B 
9dbe08088a55bc1da4952a628af987b3b056615e883983d3a5e2eb392ce4aff16bfd753f84bbad07f9a415fbd275ec9933a64b6bcfd27ea6d8adced6d2adcac7
 SHA512 
ec3de81f643388690eda45d073a9c6f908d8efeff30cd062d9afcd1f94c6b45b301327747928d45b4047ce04b7df5b0afaf9e8942e22660711a5ac49787829eb
+DIST qtlocation-mapboxgl-5.15.11-4c88f2c0.tar.gz 3726387 BLAKE2B 
e9b818505ace86516262d1407450c14be82122bb91363a57708795844089371ac7d511a857f713c7cb4e6f8b54867aab0bc5dcdb9c49aa28aa3f8363271378e0
 SHA512 
e4d9133db892fd8b7b1bcf584bf7dae30c0f0353f3b0a696a6cabc9485067f262d42554b583640521734498572e5480b5e8d0143d5be47bb92077f3192fefa4d

diff --git a/dev-qt/qtlocation/qtlocation-5.15.11.ebuild 
b/dev-qt/qtlocation/qtlocation-5.15.11.ebuild
new file mode 100644
index ..0b6a971b4e21
--- /dev/null
+++ b/dev-qt/qtlocation/qtlocation-5.15.11.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit qt5-build
+
+DESCRIPTION="Location (places, maps, navigation) library for the Qt5 framework"
+
+if [[ ${QT5_BUILD_TYPE} == release ]]; then
+   MAPBOXGL_COMMIT=4c88f2c0e61daa89f584a8a9a3eba210221c6920
+   SRC_URI+=" 
https://invent.kde.org/qt/qt/${PN}-mapboxgl/-/archive/${MAPBOXGL_COMMIT}/${PN}-mapboxgl-${MAPBOXGL_COMMIT}.tar.gz
 -> ${PN}-mapboxgl-${PV}-${MAPBOXGL_COMMIT:0:8}.tar.gz
+   
https://dev.gentoo.org/~asturm/distfiles/${P}-fix-appendChildNode.patch.xz;
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+fi
+

[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2023-09-26 Thread Ionen Wolkens
commit: 669005d4db394142cb33307f4acda25c23a4999d
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Tue Sep 26 13:38:12 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Tue Sep 26 19:47:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=669005d4

dev-qt/qtlocation: add 6.6.0_rc

Signed-off-by: Ionen Wolkens  gentoo.org>

 dev-qt/qtlocation/Manifest   |  1 +
 dev-qt/qtlocation/qtlocation-6.6.0_rc.ebuild | 44 
 2 files changed, 45 insertions(+)

diff --git a/dev-qt/qtlocation/Manifest b/dev-qt/qtlocation/Manifest
index 49b495fbec03..1ec575fd62f4 100644
--- a/dev-qt/qtlocation/Manifest
+++ b/dev-qt/qtlocation/Manifest
@@ -1,5 +1,6 @@
 DIST qtlocation-5.15.10-gentoo-kde-1.tar.xz 3664 BLAKE2B 
e2d694772a43ca4bc27c819d8fadf5bab3ddb40644d5a08315faa5af63a7aace6475c2dd2b6d612dcb7705113211cd50e6e83ce79773ec6033767be0fb761346
 SHA512 
c3917fa4db6316c9e173c475d8606b7fd9dc3cfed29487fa23c9b6df68887d799e6260abc3f5cd144e9d8c1e95e66b0de429bf59f15526639aab4d430c3d439a
 DIST qtlocation-everywhere-opensource-src-5.15.10.tar.xz 6552240 BLAKE2B 
1e44bdafcde01294424cef1963924b85fc4f3cc8ab19b1ae37d79d10cb0bbb1a482f592725fa28e0f039fc84cb2167df4d15e23e4060bd7c49df013c54322665
 SHA512 
e4fb56ddd2dc50024f02de84323c3299788eb6632672e1bc52ef1399ccf9d0af34b0104548cb108fb372870057426b0cdd52052ad91ba45fc7f8098a675f29a4
 DIST qtlocation-everywhere-src-6.5.2.tar.xz 3032488 BLAKE2B 
c8cd34980b0f78326fb70bf76a04094cf3e27afbd6aed6d982ce30abfa9dc4250d164dbe11c1027bedcdeee3b7c907c3716e88f16eeae173b846ccdf2c38d458
 SHA512 
b1e5c1813deb8a4eb9f8548afa935f1a2145ed3168f0276493ea501057fd4f70b8980ae387248a59e50f0e450ae245a04cd8636fb61d37af9c3634ff1cdd24f3
+DIST qtlocation-everywhere-src-6.6.0-rc.tar.xz 3036648 BLAKE2B 
629f8d14f3904f0f5008471e115c76bd20d2f7956730dfb4b32d5fb4ff10843e65f3485d5290bd67b0f32c5bc1c2d56eaafa1e921d020d0c7839f9b4c09d1469
 SHA512 
dd094773e5f591e76c5c5b61eece1e7d2b04be2fc2bf2fbc604c052953ae12e8e83e0b0b134dae5d88c920872e4ab7746f961b769546060c395379fe296657d2
 DIST qtlocation-mapboxgl-5.15.10-4c88f2c0.tar.gz 3726387 BLAKE2B 
e9b818505ace86516262d1407450c14be82122bb91363a57708795844089371ac7d511a857f713c7cb4e6f8b54867aab0bc5dcdb9c49aa28aa3f8363271378e0
 SHA512 
e4d9133db892fd8b7b1bcf584bf7dae30c0f0353f3b0a696a6cabc9485067f262d42554b583640521734498572e5480b5e8d0143d5be47bb92077f3192fefa4d
 DIST qtlocation-mapboxgl-5.15.10-5a07e196.tar.gz 3726230 BLAKE2B 
9dbe08088a55bc1da4952a628af987b3b056615e883983d3a5e2eb392ce4aff16bfd753f84bbad07f9a415fbd275ec9933a64b6bcfd27ea6d8adced6d2adcac7
 SHA512 
ec3de81f643388690eda45d073a9c6f908d8efeff30cd062d9afcd1f94c6b45b301327747928d45b4047ce04b7df5b0afaf9e8942e22660711a5ac49787829eb

diff --git a/dev-qt/qtlocation/qtlocation-6.6.0_rc.ebuild 
b/dev-qt/qtlocation/qtlocation-6.6.0_rc.ebuild
new file mode 100644
index ..05a2dc329b2f
--- /dev/null
+++ b/dev-qt/qtlocation/qtlocation-6.6.0_rc.ebuild
@@ -0,0 +1,44 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit qt6-build
+
+DESCRIPTION="Location (places, maps, navigation) library for the Qt6 framework"
+
+if [[ ${QT6_BUILD_TYPE} == release ]]; then
+   KEYWORDS="~amd64"
+fi
+
+RDEPEND="
+   ~dev-qt/qtbase-${PV}:6[network]
+   ~dev-qt/qtdeclarative-${PV}:6
+   ~dev-qt/qtpositioning-${PV}:6[qml]
+"
+DEPEND="${RDEPEND}"
+
+CMAKE_SKIP_TESTS=(
+   # ignores QML_IMPORT_PATH (unlike other tests) and looks in
+   # the missing builddir/qml, skip rather than work around
+   tst_declarative_ui
+)
+
+src_install() {
+   qt6-build_src_install
+
+   if use test; then
+   local delete=( # sigh
+   
"${D}${QT6_LIBDIR}"/cmake/Qt6Location/*TestGeoServicePlugin*.cmake
+   
"${D}${QT6_LIBDIR}"/cmake/Qt6Location/*UnsupportedPlacesGeoServicePlugin*.cmake
+   
"${D}${QT6_LIBDIR}"/cmake/Qt6Qml/QmlPlugins/*declarative_location_test*.cmake
+   
"${D}${QT6_PLUGINDIR}"/geoservices/libqtgeoservices_geocodingplugin.so
+   
"${D}${QT6_PLUGINDIR}"/geoservices/libqtgeoservices_placesplugin_unsupported.so
+   
"${D}${QT6_PLUGINDIR}"/geoservices/libqtgeoservices_qmltestplugin.so
+   
"${D}${QT6_PLUGINDIR}"/geoservices/libqtgeoservices_routingplugin.so
+   "${D}${QT6_QMLDIR}"/QtLocation/Test
+   )
+   # using -f given not tracking which tests may be skipped or not
+   rm -rf -- "${delete[@]}" || die
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2023-09-26 Thread Andreas Sturmlechner
commit: c05fedbbc9a038058a634815b88fcf19df7ad396
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Sep 26 09:12:22 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Sep 26 10:01:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c05fedbb

dev-qt/qtlocation: Fix build with GCC-14

Bumping mapbox-gl-native to 4c88f2c0e61daa89f584a8a9a3eba210221c6920.

Closes: https://bugs.gentoo.org/914581
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-qt/qtlocation/Manifest |  1 +
 dev-qt/qtlocation/qtlocation-5.15.10-r1.ebuild | 58 ++
 2 files changed, 59 insertions(+)

diff --git a/dev-qt/qtlocation/Manifest b/dev-qt/qtlocation/Manifest
index d4a9b0956fdc..49b495fbec03 100644
--- a/dev-qt/qtlocation/Manifest
+++ b/dev-qt/qtlocation/Manifest
@@ -1,4 +1,5 @@
 DIST qtlocation-5.15.10-gentoo-kde-1.tar.xz 3664 BLAKE2B 
e2d694772a43ca4bc27c819d8fadf5bab3ddb40644d5a08315faa5af63a7aace6475c2dd2b6d612dcb7705113211cd50e6e83ce79773ec6033767be0fb761346
 SHA512 
c3917fa4db6316c9e173c475d8606b7fd9dc3cfed29487fa23c9b6df68887d799e6260abc3f5cd144e9d8c1e95e66b0de429bf59f15526639aab4d430c3d439a
 DIST qtlocation-everywhere-opensource-src-5.15.10.tar.xz 6552240 BLAKE2B 
1e44bdafcde01294424cef1963924b85fc4f3cc8ab19b1ae37d79d10cb0bbb1a482f592725fa28e0f039fc84cb2167df4d15e23e4060bd7c49df013c54322665
 SHA512 
e4fb56ddd2dc50024f02de84323c3299788eb6632672e1bc52ef1399ccf9d0af34b0104548cb108fb372870057426b0cdd52052ad91ba45fc7f8098a675f29a4
 DIST qtlocation-everywhere-src-6.5.2.tar.xz 3032488 BLAKE2B 
c8cd34980b0f78326fb70bf76a04094cf3e27afbd6aed6d982ce30abfa9dc4250d164dbe11c1027bedcdeee3b7c907c3716e88f16eeae173b846ccdf2c38d458
 SHA512 
b1e5c1813deb8a4eb9f8548afa935f1a2145ed3168f0276493ea501057fd4f70b8980ae387248a59e50f0e450ae245a04cd8636fb61d37af9c3634ff1cdd24f3
+DIST qtlocation-mapboxgl-5.15.10-4c88f2c0.tar.gz 3726387 BLAKE2B 
e9b818505ace86516262d1407450c14be82122bb91363a57708795844089371ac7d511a857f713c7cb4e6f8b54867aab0bc5dcdb9c49aa28aa3f8363271378e0
 SHA512 
e4d9133db892fd8b7b1bcf584bf7dae30c0f0353f3b0a696a6cabc9485067f262d42554b583640521734498572e5480b5e8d0143d5be47bb92077f3192fefa4d
 DIST qtlocation-mapboxgl-5.15.10-5a07e196.tar.gz 3726230 BLAKE2B 
9dbe08088a55bc1da4952a628af987b3b056615e883983d3a5e2eb392ce4aff16bfd753f84bbad07f9a415fbd275ec9933a64b6bcfd27ea6d8adced6d2adcac7
 SHA512 
ec3de81f643388690eda45d073a9c6f908d8efeff30cd062d9afcd1f94c6b45b301327747928d45b4047ce04b7df5b0afaf9e8942e22660711a5ac49787829eb

diff --git a/dev-qt/qtlocation/qtlocation-5.15.10-r1.ebuild 
b/dev-qt/qtlocation/qtlocation-5.15.10-r1.ebuild
new file mode 100644
index ..0e9f034eb269
--- /dev/null
+++ b/dev-qt/qtlocation/qtlocation-5.15.10-r1.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+if [[ ${PV} != ** ]]; then
+   QT5_KDEPATCHSET_REV=1
+   MAPBOXGL_COMMIT=4c88f2c0e61daa89f584a8a9a3eba210221c6920
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+fi
+
+inherit qt5-build
+
+DESCRIPTION="Location (places, maps, navigation) library for the Qt5 framework"
+[[ ${QT5_BUILD_TYPE} == release ]] &&
+SRC_URI+=" 
https://invent.kde.org/qt/qt/${PN}-mapboxgl/-/archive/${MAPBOXGL_COMMIT}/${PN}-mapboxgl-${MAPBOXGL_COMMIT}.tar.gz
 -> ${PN}-mapboxgl-${PV}-${MAPBOXGL_COMMIT:0:8}.tar.gz"
+
+IUSE=""
+
+RDEPEND="
+   dev-libs/icu:=
+   =dev-qt/qtcore-${QT5_PV}*
+   =dev-qt/qtdeclarative-${QT5_PV}*
+   =dev-qt/qtgui-${QT5_PV}*
+   =dev-qt/qtnetwork-${QT5_PV}*
+   =dev-qt/qtpositioning-${QT5_PV}*[qml]
+   =dev-qt/qtsql-${QT5_PV}*
+   sys-libs/zlib
+"
+DEPEND="${RDEPEND}
+   =dev-qt/qtconcurrent-${QT5_PV}*
+"
+
+QT5_TARGET_SUBDIRS=(
+   src/3rdparty/clipper
+   src/3rdparty/poly2tri
+   src/3rdparty/clip2tri
+   src/3rdparty/mapbox-gl-native
+   src/location
+   src/imports/location
+   src/imports/locationlabs
+   src/plugins/geoservices
+)
+
+if [[ ${QT5_BUILD_TYPE} == release ]]; then
+src_prepare() {
+   rm -rf src/3rdparty/mapbox-gl-native/* || die
+   mv "${WORKDIR}"/${PN}-mapboxgl-${MAPBOXGL_COMMIT}/* 
src/3rdparty/mapbox-gl-native || die
+   qt5-build_src_prepare
+}
+fi
+
+src_configure() {
+   # src/plugins/geoservices requires files that are only generated when
+   # qmake is run in the root directory. Bug 633776.
+   qt5_configure_oos_quirk qtlocation-config.pri src/location
+   qt5-build_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2023-09-24 Thread Ionen Wolkens
commit: 042f53ffe149793dc8f05343c3307fa0f295f5b3
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sun Sep 24 16:21:41 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sun Sep 24 17:18:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=042f53ff

dev-qt/qtlocation: cleanup duplicate line (qt6)

Signed-off-by: Ionen Wolkens  gentoo.org>

 dev-qt/qtlocation/qtlocation-6.5.2-r1.ebuild | 1 -
 dev-qt/qtlocation/qtlocation-6.5..ebuild | 1 -
 dev-qt/qtlocation/qtlocation-6.6..ebuild | 1 -
 dev-qt/qtlocation/qtlocation-6..ebuild   | 1 -
 4 files changed, 4 deletions(-)

diff --git a/dev-qt/qtlocation/qtlocation-6.5.2-r1.ebuild 
b/dev-qt/qtlocation/qtlocation-6.5.2-r1.ebuild
index 5bde326e020e..464ab4a2d682 100644
--- a/dev-qt/qtlocation/qtlocation-6.5.2-r1.ebuild
+++ b/dev-qt/qtlocation/qtlocation-6.5.2-r1.ebuild
@@ -33,7 +33,6 @@ src_install() {
 
if use test; then
local delete=( # sigh
-   
"${D}${QT6_LIBDIR}"/cmake/Qt6Location/*TestGeoServicePlugin*.cmake

"${D}${QT6_LIBDIR}"/cmake/Qt6Location/*TestGeoServicePlugin*.cmake

"${D}${QT6_LIBDIR}"/cmake/Qt6Location/*UnsupportedPlacesGeoServicePlugin*.cmake

"${D}${QT6_LIBDIR}"/cmake/Qt6Qml/QmlPlugins/*declarative_location_test*.cmake

diff --git a/dev-qt/qtlocation/qtlocation-6.5..ebuild 
b/dev-qt/qtlocation/qtlocation-6.5..ebuild
index 1183318657ba..05a2dc329b2f 100644
--- a/dev-qt/qtlocation/qtlocation-6.5..ebuild
+++ b/dev-qt/qtlocation/qtlocation-6.5..ebuild
@@ -29,7 +29,6 @@ src_install() {
 
if use test; then
local delete=( # sigh
-   
"${D}${QT6_LIBDIR}"/cmake/Qt6Location/*TestGeoServicePlugin*.cmake

"${D}${QT6_LIBDIR}"/cmake/Qt6Location/*TestGeoServicePlugin*.cmake

"${D}${QT6_LIBDIR}"/cmake/Qt6Location/*UnsupportedPlacesGeoServicePlugin*.cmake

"${D}${QT6_LIBDIR}"/cmake/Qt6Qml/QmlPlugins/*declarative_location_test*.cmake

diff --git a/dev-qt/qtlocation/qtlocation-6.6..ebuild 
b/dev-qt/qtlocation/qtlocation-6.6..ebuild
index 1183318657ba..05a2dc329b2f 100644
--- a/dev-qt/qtlocation/qtlocation-6.6..ebuild
+++ b/dev-qt/qtlocation/qtlocation-6.6..ebuild
@@ -29,7 +29,6 @@ src_install() {
 
if use test; then
local delete=( # sigh
-   
"${D}${QT6_LIBDIR}"/cmake/Qt6Location/*TestGeoServicePlugin*.cmake

"${D}${QT6_LIBDIR}"/cmake/Qt6Location/*TestGeoServicePlugin*.cmake

"${D}${QT6_LIBDIR}"/cmake/Qt6Location/*UnsupportedPlacesGeoServicePlugin*.cmake

"${D}${QT6_LIBDIR}"/cmake/Qt6Qml/QmlPlugins/*declarative_location_test*.cmake

diff --git a/dev-qt/qtlocation/qtlocation-6..ebuild 
b/dev-qt/qtlocation/qtlocation-6..ebuild
index 1183318657ba..05a2dc329b2f 100644
--- a/dev-qt/qtlocation/qtlocation-6..ebuild
+++ b/dev-qt/qtlocation/qtlocation-6..ebuild
@@ -29,7 +29,6 @@ src_install() {
 
if use test; then
local delete=( # sigh
-   
"${D}${QT6_LIBDIR}"/cmake/Qt6Location/*TestGeoServicePlugin*.cmake

"${D}${QT6_LIBDIR}"/cmake/Qt6Location/*TestGeoServicePlugin*.cmake

"${D}${QT6_LIBDIR}"/cmake/Qt6Location/*UnsupportedPlacesGeoServicePlugin*.cmake

"${D}${QT6_LIBDIR}"/cmake/Qt6Qml/QmlPlugins/*declarative_location_test*.cmake



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2023-09-14 Thread Sam James
commit: 82238233fb46f78cca98d551df9a41b654c3ac3b
Author: Sam James  gentoo  org>
AuthorDate: Fri Sep 15 04:47:42 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep 15 04:47:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82238233

dev-qt/qtlocation: Stabilize 6.5.2-r1 amd64, #914113

Signed-off-by: Sam James  gentoo.org>

 dev-qt/qtlocation/qtlocation-6.5.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtlocation/qtlocation-6.5.2-r1.ebuild 
b/dev-qt/qtlocation/qtlocation-6.5.2-r1.ebuild
index 227c0e646e5b..5bde326e020e 100644
--- a/dev-qt/qtlocation/qtlocation-6.5.2-r1.ebuild
+++ b/dev-qt/qtlocation/qtlocation-6.5.2-r1.ebuild
@@ -8,7 +8,7 @@ inherit qt6-build
 DESCRIPTION="Location (places, maps, navigation) library for the Qt6 framework"
 
 if [[ ${QT6_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64"
+   KEYWORDS="amd64"
 fi
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/, dev-qt/qtlocation/files/

2023-09-05 Thread Ionen Wolkens
commit: 6ab548af1c7260368fabc0e498de5feb0d207f5a
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Mon Sep  4 14:46:46 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Tue Sep  5 13:01:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ab548af

dev-qt/qtlocation: backport build fix for clang+glibc (qt6)

Signed-off-by: Ionen Wolkens  gentoo.org>

 .../files/qtlocation-6.5.2-missing-memory.patch| 22 ++
 dev-qt/qtlocation/qtlocation-6.5.2-r1.ebuild   |  4 
 2 files changed, 26 insertions(+)

diff --git a/dev-qt/qtlocation/files/qtlocation-6.5.2-missing-memory.patch 
b/dev-qt/qtlocation/files/qtlocation-6.5.2-missing-memory.patch
new file mode 100644
index ..e57681c7ba97
--- /dev/null
+++ b/dev-qt/qtlocation/files/qtlocation-6.5.2-missing-memory.patch
@@ -0,0 +1,22 @@
+Manifests itself as an issue only with clang+glibc
+(gcc+glibc, or clang+musl are fine).
+
+https://github.com/qt/qtlocation/commit/3a1b28126a0a182bef9fe0ccb85409fceb39d1f3
+From: Tim Blechmann 
+Date: Thu, 20 Jul 2023 17:04:39 +0800
+Subject: [PATCH] location: include missing header
+
+std::unique_ptr requires 
+
+Pick-to: 6.5 6.6
+--- a/src/location/maps/qgeocameratiles_p.h
 b/src/location/maps/qgeocameratiles_p.h
+@@ -17,6 +17,8 @@
+ #include 
+ #include 
+ 
++#include 
++
+ QT_BEGIN_NAMESPACE
+ 
+ class QGeoCameraData;

diff --git a/dev-qt/qtlocation/qtlocation-6.5.2-r1.ebuild 
b/dev-qt/qtlocation/qtlocation-6.5.2-r1.ebuild
index 890f51c7979c..227c0e646e5b 100644
--- a/dev-qt/qtlocation/qtlocation-6.5.2-r1.ebuild
+++ b/dev-qt/qtlocation/qtlocation-6.5.2-r1.ebuild
@@ -24,6 +24,10 @@ CMAKE_SKIP_TESTS=(
tst_declarative_ui
 )
 
+PATCHES=(
+   "${FILESDIR}"/${P}-missing-memory.patch
+)
+
 src_install() {
qt6-build_src_install
 



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2023-07-26 Thread Jimi Huotari
commit: 5587242164b3bfe9d4be02db41d2cf542b9b3d63
Author: Jimi Huotari  gentoo  org>
AuthorDate: Wed Jul 26 13:22:04 2023 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Wed Jul 26 13:30:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55872421

dev-qt/qtlocation: drop 6.5.1-r1

Signed-off-by: Jimi Huotari  gentoo.org>

 dev-qt/qtlocation/Manifest   |  1 -
 dev-qt/qtlocation/qtlocation-6.5.1-r1.ebuild | 20 
 2 files changed, 21 deletions(-)

diff --git a/dev-qt/qtlocation/Manifest b/dev-qt/qtlocation/Manifest
index d63771c91992..d4a9b0956fdc 100644
--- a/dev-qt/qtlocation/Manifest
+++ b/dev-qt/qtlocation/Manifest
@@ -1,5 +1,4 @@
 DIST qtlocation-5.15.10-gentoo-kde-1.tar.xz 3664 BLAKE2B 
e2d694772a43ca4bc27c819d8fadf5bab3ddb40644d5a08315faa5af63a7aace6475c2dd2b6d612dcb7705113211cd50e6e83ce79773ec6033767be0fb761346
 SHA512 
c3917fa4db6316c9e173c475d8606b7fd9dc3cfed29487fa23c9b6df68887d799e6260abc3f5cd144e9d8c1e95e66b0de429bf59f15526639aab4d430c3d439a
 DIST qtlocation-everywhere-opensource-src-5.15.10.tar.xz 6552240 BLAKE2B 
1e44bdafcde01294424cef1963924b85fc4f3cc8ab19b1ae37d79d10cb0bbb1a482f592725fa28e0f039fc84cb2167df4d15e23e4060bd7c49df013c54322665
 SHA512 
e4fb56ddd2dc50024f02de84323c3299788eb6632672e1bc52ef1399ccf9d0af34b0104548cb108fb372870057426b0cdd52052ad91ba45fc7f8098a675f29a4
-DIST qtlocation-everywhere-src-6.5.1.tar.xz 3032784 BLAKE2B 
78f2254e56d97dcbe380832dade72a0dc47a9f829764b6c4d584acf00b0b64f9ff37135b01fcc34a5efef8f9b5877c511395de69138030c47eb077f5d18346a0
 SHA512 
31190ca57feb4ed8b72d5bb5896a81da56632f873609470e760b390a3839f84bf8f6771c6acfcccec6781c694642b85ea34b0c7321528df5a0529af3d2bc5ad1
 DIST qtlocation-everywhere-src-6.5.2.tar.xz 3032488 BLAKE2B 
c8cd34980b0f78326fb70bf76a04094cf3e27afbd6aed6d982ce30abfa9dc4250d164dbe11c1027bedcdeee3b7c907c3716e88f16eeae173b846ccdf2c38d458
 SHA512 
b1e5c1813deb8a4eb9f8548afa935f1a2145ed3168f0276493ea501057fd4f70b8980ae387248a59e50f0e450ae245a04cd8636fb61d37af9c3634ff1cdd24f3
 DIST qtlocation-mapboxgl-5.15.10-5a07e196.tar.gz 3726230 BLAKE2B 
9dbe08088a55bc1da4952a628af987b3b056615e883983d3a5e2eb392ce4aff16bfd753f84bbad07f9a415fbd275ec9933a64b6bcfd27ea6d8adced6d2adcac7
 SHA512 
ec3de81f643388690eda45d073a9c6f908d8efeff30cd062d9afcd1f94c6b45b301327747928d45b4047ce04b7df5b0afaf9e8942e22660711a5ac49787829eb

diff --git a/dev-qt/qtlocation/qtlocation-6.5.1-r1.ebuild 
b/dev-qt/qtlocation/qtlocation-6.5.1-r1.ebuild
deleted file mode 100644
index 0862902e101f..
--- a/dev-qt/qtlocation/qtlocation-6.5.1-r1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit qt6-build
-
-DESCRIPTION="Location (places, maps, navigation) library for the Qt6 framework"
-
-if [[ ${QT6_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64"
-fi
-
-DEPEND="
-   =dev-qt/qtbase-${PV}*[network]
-   =dev-qt/qtdeclarative-${PV}*
-   =dev-qt/qtpositioning-${PV}*
-   =dev-qt/qtshadertools-${PV}*
-"
-RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2023-07-20 Thread Jimi Huotari
commit: 446181778913112a331778089c72068235ea9765
Author: Jimi Huotari  gentoo  org>
AuthorDate: Thu Jul 20 19:32:36 2023 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Thu Jul 20 19:41:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44618177

dev-qt/qtlocation: add 6.5.2

Signed-off-by: Jimi Huotari  gentoo.org>

 dev-qt/qtlocation/Manifest|  1 +
 dev-qt/qtlocation/qtlocation-6.5.2.ebuild | 20 
 2 files changed, 21 insertions(+)

diff --git a/dev-qt/qtlocation/Manifest b/dev-qt/qtlocation/Manifest
index 87cdd880cc77..d63771c91992 100644
--- a/dev-qt/qtlocation/Manifest
+++ b/dev-qt/qtlocation/Manifest
@@ -1,4 +1,5 @@
 DIST qtlocation-5.15.10-gentoo-kde-1.tar.xz 3664 BLAKE2B 
e2d694772a43ca4bc27c819d8fadf5bab3ddb40644d5a08315faa5af63a7aace6475c2dd2b6d612dcb7705113211cd50e6e83ce79773ec6033767be0fb761346
 SHA512 
c3917fa4db6316c9e173c475d8606b7fd9dc3cfed29487fa23c9b6df68887d799e6260abc3f5cd144e9d8c1e95e66b0de429bf59f15526639aab4d430c3d439a
 DIST qtlocation-everywhere-opensource-src-5.15.10.tar.xz 6552240 BLAKE2B 
1e44bdafcde01294424cef1963924b85fc4f3cc8ab19b1ae37d79d10cb0bbb1a482f592725fa28e0f039fc84cb2167df4d15e23e4060bd7c49df013c54322665
 SHA512 
e4fb56ddd2dc50024f02de84323c3299788eb6632672e1bc52ef1399ccf9d0af34b0104548cb108fb372870057426b0cdd52052ad91ba45fc7f8098a675f29a4
 DIST qtlocation-everywhere-src-6.5.1.tar.xz 3032784 BLAKE2B 
78f2254e56d97dcbe380832dade72a0dc47a9f829764b6c4d584acf00b0b64f9ff37135b01fcc34a5efef8f9b5877c511395de69138030c47eb077f5d18346a0
 SHA512 
31190ca57feb4ed8b72d5bb5896a81da56632f873609470e760b390a3839f84bf8f6771c6acfcccec6781c694642b85ea34b0c7321528df5a0529af3d2bc5ad1
+DIST qtlocation-everywhere-src-6.5.2.tar.xz 3032488 BLAKE2B 
c8cd34980b0f78326fb70bf76a04094cf3e27afbd6aed6d982ce30abfa9dc4250d164dbe11c1027bedcdeee3b7c907c3716e88f16eeae173b846ccdf2c38d458
 SHA512 
b1e5c1813deb8a4eb9f8548afa935f1a2145ed3168f0276493ea501057fd4f70b8980ae387248a59e50f0e450ae245a04cd8636fb61d37af9c3634ff1cdd24f3
 DIST qtlocation-mapboxgl-5.15.10-5a07e196.tar.gz 3726230 BLAKE2B 
9dbe08088a55bc1da4952a628af987b3b056615e883983d3a5e2eb392ce4aff16bfd753f84bbad07f9a415fbd275ec9933a64b6bcfd27ea6d8adced6d2adcac7
 SHA512 
ec3de81f643388690eda45d073a9c6f908d8efeff30cd062d9afcd1f94c6b45b301327747928d45b4047ce04b7df5b0afaf9e8942e22660711a5ac49787829eb

diff --git a/dev-qt/qtlocation/qtlocation-6.5.2.ebuild 
b/dev-qt/qtlocation/qtlocation-6.5.2.ebuild
new file mode 100644
index ..0862902e101f
--- /dev/null
+++ b/dev-qt/qtlocation/qtlocation-6.5.2.ebuild
@@ -0,0 +1,20 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit qt6-build
+
+DESCRIPTION="Location (places, maps, navigation) library for the Qt6 framework"
+
+if [[ ${QT6_BUILD_TYPE} == release ]]; then
+   KEYWORDS="~amd64"
+fi
+
+DEPEND="
+   =dev-qt/qtbase-${PV}*[network]
+   =dev-qt/qtdeclarative-${PV}*
+   =dev-qt/qtpositioning-${PV}*
+   =dev-qt/qtshadertools-${PV}*
+"
+RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2023-07-11 Thread Sam James
commit: 315969ae4c705ec9daace7130f660d7fb174934a
Author: Sam James  gentoo  org>
AuthorDate: Wed Jul 12 01:12:38 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jul 12 01:12:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=315969ae

dev-qt/qtlocation: Stabilize 5.15.10 arm, #909313

Signed-off-by: Sam James  gentoo.org>

 dev-qt/qtlocation/qtlocation-5.15.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtlocation/qtlocation-5.15.10.ebuild 
b/dev-qt/qtlocation/qtlocation-5.15.10.ebuild
index 474141507617..2119a7230991 100644
--- a/dev-qt/qtlocation/qtlocation-5.15.10.ebuild
+++ b/dev-qt/qtlocation/qtlocation-5.15.10.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 if [[ ${PV} != ** ]]; then
QT5_KDEPATCHSET_REV=1
MAPBOXGL_COMMIT=5a07e1967dcc925d9def47accadae991436b9686
-   KEYWORDS="amd64 ~arm arm64 ppc64 ~riscv x86"
+   KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86"
 fi
 
 inherit qt5-build



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2023-07-09 Thread Arthur Zamarin
commit: dbcbafeec8beab012143c1d25ef38489c7fe5032
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jul  9 16:59:10 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jul  9 16:59:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbcbafee

dev-qt/qtlocation: Stabilize 5.15.10 amd64, #909313

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-qt/qtlocation/qtlocation-5.15.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtlocation/qtlocation-5.15.10.ebuild 
b/dev-qt/qtlocation/qtlocation-5.15.10.ebuild
index 8099389fda6d..474141507617 100644
--- a/dev-qt/qtlocation/qtlocation-5.15.10.ebuild
+++ b/dev-qt/qtlocation/qtlocation-5.15.10.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 if [[ ${PV} != ** ]]; then
QT5_KDEPATCHSET_REV=1
MAPBOXGL_COMMIT=5a07e1967dcc925d9def47accadae991436b9686
-   KEYWORDS="~amd64 ~arm arm64 ppc64 ~riscv x86"
+   KEYWORDS="amd64 ~arm arm64 ppc64 ~riscv x86"
 fi
 
 inherit qt5-build



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2023-07-08 Thread Andreas Sturmlechner
commit: 831e459631b9c29dd49d7db8366bb79fc5aca49d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jul  8 20:47:46 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jul  8 21:18:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=831e4596

dev-qt/qtlocation: Move quirk back into local src_configure()

Of course, qtlocation is not a qttools module, so qt5_tools_oos_quirk was
never executed. Solve this by making the eclass function public and call
qt5_configure_oos_quirk before qt5-build_src_configure.

Closes: https://bugs.gentoo.org/910066
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-qt/qtlocation/qtlocation-5.15.10.ebuild | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/dev-qt/qtlocation/qtlocation-5.15.10.ebuild 
b/dev-qt/qtlocation/qtlocation-5.15.10.ebuild
index b668a16694a3..419c78914928 100644
--- a/dev-qt/qtlocation/qtlocation-5.15.10.ebuild
+++ b/dev-qt/qtlocation/qtlocation-5.15.10.ebuild
@@ -49,3 +49,10 @@ src_prepare() {
qt5-build_src_prepare
 }
 fi
+
+src_configure() {
+   # src/plugins/geoservices requires files that are only generated when
+   # qmake is run in the root directory. Bug 633776.
+   qt5_configure_oos_quirk qtlocation-config.pri src/location
+   qt5-build_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2023-06-10 Thread Jimi Huotari
commit: f7b80d75d7f6a2739c23f531dab57c2cb707f868
Author: Jimi Huotari  gentoo  org>
AuthorDate: Sat Jun 10 19:18:56 2023 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Sat Jun 10 19:19:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7b80d75

dev-qt/qtlocation: remove version 6.5.1 (r0)

Signed-off-by: Jimi Huotari  gentoo.org>

 dev-qt/qtlocation/qtlocation-6.5.1.ebuild | 18 --
 1 file changed, 18 deletions(-)

diff --git a/dev-qt/qtlocation/qtlocation-6.5.1.ebuild 
b/dev-qt/qtlocation/qtlocation-6.5.1.ebuild
deleted file mode 100644
index cd6b3e19feb4..
--- a/dev-qt/qtlocation/qtlocation-6.5.1.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit qt6-build
-
-DESCRIPTION="Location (places, maps, navigation) library for the Qt6 framework"
-
-if [[ ${QT6_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64"
-fi
-
-DEPEND="
-   =dev-qt/qtbase-${PV}*
-   =dev-qt/qtdeclarative-${PV}*
-"
-RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2023-06-10 Thread Jimi Huotari
commit: b78d8194d1811c71a6760ca1094e0e671fa8baff
Author: Jimi Huotari  gentoo  org>
AuthorDate: Sat Jun 10 19:17:29 2023 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Sat Jun 10 19:18:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b78d8194

dev-qt/qtlocation: add more dependencies to 6.5.1

Closes: https://bugs.gentoo.org/908247
Signed-off-by: Jimi Huotari  gentoo.org>

 dev-qt/qtlocation/qtlocation-6.5.1-r1.ebuild | 20 
 1 file changed, 20 insertions(+)

diff --git a/dev-qt/qtlocation/qtlocation-6.5.1-r1.ebuild 
b/dev-qt/qtlocation/qtlocation-6.5.1-r1.ebuild
new file mode 100644
index ..0862902e101f
--- /dev/null
+++ b/dev-qt/qtlocation/qtlocation-6.5.1-r1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit qt6-build
+
+DESCRIPTION="Location (places, maps, navigation) library for the Qt6 framework"
+
+if [[ ${QT6_BUILD_TYPE} == release ]]; then
+   KEYWORDS="~amd64"
+fi
+
+DEPEND="
+   =dev-qt/qtbase-${PV}*[network]
+   =dev-qt/qtdeclarative-${PV}*
+   =dev-qt/qtpositioning-${PV}*
+   =dev-qt/qtshadertools-${PV}*
+"
+RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2023-06-10 Thread Jimi Huotari
commit: 0ebcaa07bfe2ee0f112d6eedffad924274c0726e
Author: Jimi Huotari  gentoo  org>
AuthorDate: Wed Jun  7 14:32:14 2023 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Sat Jun 10 13:33:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ebcaa07

dev-qt/qtlocation: drop 6.5.0

Signed-off-by: Jimi Huotari  gentoo.org>

 dev-qt/qtlocation/Manifest|  1 -
 dev-qt/qtlocation/qtlocation-6.5.0.ebuild | 18 --
 2 files changed, 19 deletions(-)

diff --git a/dev-qt/qtlocation/Manifest b/dev-qt/qtlocation/Manifest
index 1ccb5ebd4ea8..b275e7835c38 100644
--- a/dev-qt/qtlocation/Manifest
+++ b/dev-qt/qtlocation/Manifest
@@ -1,5 +1,4 @@
 DIST qtlocation-5.15.9-gentoo-kde-1.tar.xz 3968 BLAKE2B 
a36b202400894ea4b5f377381a5870e88022c5a20e1adec4515745bc2606b7f0180ff30435724218c0f1ef130cbf29f57a0c6c7f4f48b9b3689c7aa8bb2bfa73
 SHA512 
e043e0537ecb66372b9464fd2d49bc8d6297bb29e5ceddc171d3899fd42a57cf129782c85efab6d5d3bc7dc3db91ba623161f7369861e9a7b6623e557dd8834e
 DIST qtlocation-everywhere-opensource-src-5.15.9.tar.xz 6552244 BLAKE2B 
5091aef5706313660dd6fe5d831d0a9b8b6160739c1cce115e6a42a0b2ff3020ff0cd51a99bff9d24ccd29952b259fd1953bd5691ae4c3b2cbb8f31d3e9107f8
 SHA512 
37517c304240921c600e2aad19baff0efbb5e01c5cc78e5370fb4b084f2a6ba4da94d39ddcbcd33a5f0af37f017d39bb775a40cda195e16697aa70c9d17b6bcf
-DIST qtlocation-everywhere-src-6.5.0.tar.xz 3038252 BLAKE2B 
5530b37669f29c8f616daf2028ce27b712352863299ccf77fcc5a8e34ab8e3a00c60ba30ef01b1c4337a519261be8288f3c4be0da18a840d418381bcc1f2
 SHA512 
e0b0c8f4093436aa53661fbcea885ee86565ff8e61bae4b567be24e7251e56b77071b78e160903ddc487b36931ce6f1a525c74135cd360cdd1d189da4463a96d
 DIST qtlocation-everywhere-src-6.5.1.tar.xz 3032784 BLAKE2B 
78f2254e56d97dcbe380832dade72a0dc47a9f829764b6c4d584acf00b0b64f9ff37135b01fcc34a5efef8f9b5877c511395de69138030c47eb077f5d18346a0
 SHA512 
31190ca57feb4ed8b72d5bb5896a81da56632f873609470e760b390a3839f84bf8f6771c6acfcccec6781c694642b85ea34b0c7321528df5a0529af3d2bc5ad1
 DIST qtlocation-mapboxgl-5.15.9-5a07e196.tar.gz 3726230 BLAKE2B 
9dbe08088a55bc1da4952a628af987b3b056615e883983d3a5e2eb392ce4aff16bfd753f84bbad07f9a415fbd275ec9933a64b6bcfd27ea6d8adced6d2adcac7
 SHA512 
ec3de81f643388690eda45d073a9c6f908d8efeff30cd062d9afcd1f94c6b45b301327747928d45b4047ce04b7df5b0afaf9e8942e22660711a5ac49787829eb

diff --git a/dev-qt/qtlocation/qtlocation-6.5.0.ebuild 
b/dev-qt/qtlocation/qtlocation-6.5.0.ebuild
deleted file mode 100644
index cd6b3e19feb4..
--- a/dev-qt/qtlocation/qtlocation-6.5.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit qt6-build
-
-DESCRIPTION="Location (places, maps, navigation) library for the Qt6 framework"
-
-if [[ ${QT6_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64"
-fi
-
-DEPEND="
-   =dev-qt/qtbase-${PV}*
-   =dev-qt/qtdeclarative-${PV}*
-"
-RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2023-05-01 Thread Arthur Zamarin
commit: 3499ed46bf9a5b27cd0df084b47899d26cdc7be5
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon May  1 07:24:41 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon May  1 07:24:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3499ed46

dev-qt/qtlocation: Stabilize 5.15.9 ppc64, #904373

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-qt/qtlocation/qtlocation-5.15.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtlocation/qtlocation-5.15.9.ebuild 
b/dev-qt/qtlocation/qtlocation-5.15.9.ebuild
index bafab2b62af1..9d1dfc4c7725 100644
--- a/dev-qt/qtlocation/qtlocation-5.15.9.ebuild
+++ b/dev-qt/qtlocation/qtlocation-5.15.9.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 if [[ ${PV} != ** ]]; then
QT5_KDEPATCHSET_REV=1
MAPBOXGL_COMMIT=5a07e1967dcc925d9def47accadae991436b9686
-   KEYWORDS="amd64 arm arm64 ~ppc64 ~riscv x86"
+   KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86"
 fi
 
 inherit qt5-build



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2023-04-25 Thread Arthur Zamarin
commit: 842c69b2385711dbe61f48bb3972cab250abcddf
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Apr 25 09:41:01 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Apr 25 09:41:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=842c69b2

dev-qt/qtlocation: Stabilize 5.15.9 arm, #904373

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-qt/qtlocation/qtlocation-5.15.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtlocation/qtlocation-5.15.9.ebuild 
b/dev-qt/qtlocation/qtlocation-5.15.9.ebuild
index 3044956fd4db..bafab2b62af1 100644
--- a/dev-qt/qtlocation/qtlocation-5.15.9.ebuild
+++ b/dev-qt/qtlocation/qtlocation-5.15.9.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 if [[ ${PV} != ** ]]; then
QT5_KDEPATCHSET_REV=1
MAPBOXGL_COMMIT=5a07e1967dcc925d9def47accadae991436b9686
-   KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
+   KEYWORDS="amd64 arm arm64 ~ppc64 ~riscv x86"
 fi
 
 inherit qt5-build



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2023-04-23 Thread Arthur Zamarin
commit: 448bee888e36a3d9714915a3e516d7a110dd6169
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Apr 23 15:58:45 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Apr 23 15:58:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=448bee88

dev-qt/qtlocation: Stabilize 5.15.9 amd64, #904373

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-qt/qtlocation/qtlocation-5.15.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtlocation/qtlocation-5.15.9.ebuild 
b/dev-qt/qtlocation/qtlocation-5.15.9.ebuild
index 3aa44e99e850..9e84b976f758 100644
--- a/dev-qt/qtlocation/qtlocation-5.15.9.ebuild
+++ b/dev-qt/qtlocation/qtlocation-5.15.9.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 if [[ ${PV} != ** ]]; then
QT5_KDEPATCHSET_REV=1
MAPBOXGL_COMMIT=5a07e1967dcc925d9def47accadae991436b9686
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 fi
 
 inherit qt5-build



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2023-04-15 Thread Jimi Huotari
commit: 0c00b3327f37548bb1d042bb2ca2104c9570a9fa
Author: Jimi Huotari  gentoo  org>
AuthorDate: Sat Apr 15 18:39:22 2023 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Sat Apr 15 18:39:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c00b332

dev-qt/qtlocation: add 6.5.0

Signed-off-by: Jimi Huotari  gentoo.org>

 dev-qt/qtlocation/Manifest|  1 +
 dev-qt/qtlocation/qtlocation-6.5.0.ebuild | 18 ++
 2 files changed, 19 insertions(+)

diff --git a/dev-qt/qtlocation/Manifest b/dev-qt/qtlocation/Manifest
index 7c2155f15920..b0c8e29b7d23 100644
--- a/dev-qt/qtlocation/Manifest
+++ b/dev-qt/qtlocation/Manifest
@@ -2,4 +2,5 @@ DIST qtlocation-5.15.8-gentoo-kde-1.tar.xz 3952 BLAKE2B 
6084d14533ca2ba44249db81
 DIST qtlocation-5.15.9-gentoo-kde-1.tar.xz 3968 BLAKE2B 
a36b202400894ea4b5f377381a5870e88022c5a20e1adec4515745bc2606b7f0180ff30435724218c0f1ef130cbf29f57a0c6c7f4f48b9b3689c7aa8bb2bfa73
 SHA512 
e043e0537ecb66372b9464fd2d49bc8d6297bb29e5ceddc171d3899fd42a57cf129782c85efab6d5d3bc7dc3db91ba623161f7369861e9a7b6623e557dd8834e
 DIST qtlocation-everywhere-opensource-src-5.15.8.tar.xz 6559180 BLAKE2B 
1b8feb5da8d564a6605d9106ec6399aea23a4f0b43f495baf61e14266e90d2d73cd310fb6d8514730867acba1aa26efb3072c213f22f19f72c2f554d76ab281b
 SHA512 
a337fade917150c13fa2ea22ad1949f41541cea4ceb1f732ab53c20c2f19a63dcfc6f9f544ca64fdb5703d3ac8d2ec6e832f1f199a32e73a2f6c51febf53f514
 DIST qtlocation-everywhere-opensource-src-5.15.9.tar.xz 6552244 BLAKE2B 
5091aef5706313660dd6fe5d831d0a9b8b6160739c1cce115e6a42a0b2ff3020ff0cd51a99bff9d24ccd29952b259fd1953bd5691ae4c3b2cbb8f31d3e9107f8
 SHA512 
37517c304240921c600e2aad19baff0efbb5e01c5cc78e5370fb4b084f2a6ba4da94d39ddcbcd33a5f0af37f017d39bb775a40cda195e16697aa70c9d17b6bcf
+DIST qtlocation-everywhere-src-6.5.0.tar.xz 3038252 BLAKE2B 
5530b37669f29c8f616daf2028ce27b712352863299ccf77fcc5a8e34ab8e3a00c60ba30ef01b1c4337a519261be8288f3c4be0da18a840d418381bcc1f2
 SHA512 
e0b0c8f4093436aa53661fbcea885ee86565ff8e61bae4b567be24e7251e56b77071b78e160903ddc487b36931ce6f1a525c74135cd360cdd1d189da4463a96d
 DIST qtlocation-mapboxgl-5.15.9-5a07e196.tar.gz 3726230 BLAKE2B 
9dbe08088a55bc1da4952a628af987b3b056615e883983d3a5e2eb392ce4aff16bfd753f84bbad07f9a415fbd275ec9933a64b6bcfd27ea6d8adced6d2adcac7
 SHA512 
ec3de81f643388690eda45d073a9c6f908d8efeff30cd062d9afcd1f94c6b45b301327747928d45b4047ce04b7df5b0afaf9e8942e22660711a5ac49787829eb

diff --git a/dev-qt/qtlocation/qtlocation-6.5.0.ebuild 
b/dev-qt/qtlocation/qtlocation-6.5.0.ebuild
new file mode 100644
index ..cd6b3e19feb4
--- /dev/null
+++ b/dev-qt/qtlocation/qtlocation-6.5.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit qt6-build
+
+DESCRIPTION="Location (places, maps, navigation) library for the Qt6 framework"
+
+if [[ ${QT6_BUILD_TYPE} == release ]]; then
+   KEYWORDS="~amd64"
+fi
+
+DEPEND="
+   =dev-qt/qtbase-${PV}*
+   =dev-qt/qtdeclarative-${PV}*
+"
+RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/files/, dev-qt/qtlocation/

2023-04-12 Thread Andreas Sturmlechner
commit: b0b8ec0eb0812395514c4ff9f48448fe80ba651b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Apr 12 07:44:07 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Apr 12 12:13:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0b8ec0e

dev-qt/qtlocation: Fix build with libcxx

Closes: https://bugs.gentoo.org/903575
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 ...tlocation-5.15.8-mapboxgl-missing-include.patch | 26 ++
 dev-qt/qtlocation/qtlocation-5.15.8.ebuild |  5 -
 2 files changed, 30 insertions(+), 1 deletion(-)

diff --git 
a/dev-qt/qtlocation/files/qtlocation-5.15.8-mapboxgl-missing-include.patch 
b/dev-qt/qtlocation/files/qtlocation-5.15.8-mapboxgl-missing-include.patch
new file mode 100644
index ..9dabca5aa231
--- /dev/null
+++ b/dev-qt/qtlocation/files/qtlocation-5.15.8-mapboxgl-missing-include.patch
@@ -0,0 +1,26 @@
+From 5a07e1967dcc925d9def47accadae991436b9686 Mon Sep 17 00:00:00 2001
+From: Manuel Nickschas 
+Date: Tue, 11 Apr 2023 22:24:11 +0200
+Subject: [PATCH] Add missing include
+
+Fixes build with libcxx, see also:
+https://bugs.gentoo.org/903575
+---
+ include/mbgl/util/unique_any.hpp | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/3rdparty/mapbox-gl-native/include/mbgl/util/unique_any.hpp 
b/src/3rdparty/mapbox-gl-native/include/mbgl/util/unique_any.hpp
+index c7dc8b38ea..0fb25b8b4a 100644
+--- a/src/3rdparty/mapbox-gl-native/include/mbgl/util/unique_any.hpp
 b/src/3rdparty/mapbox-gl-native/include/mbgl/util/unique_any.hpp
+@@ -3,6 +3,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ namespace mbgl {
+ namespace util {
+ 
+-- 
+GitLab
+

diff --git a/dev-qt/qtlocation/qtlocation-5.15.8.ebuild 
b/dev-qt/qtlocation/qtlocation-5.15.8.ebuild
index a1ab77f7306e..5ed68b32837c 100644
--- a/dev-qt/qtlocation/qtlocation-5.15.8.ebuild
+++ b/dev-qt/qtlocation/qtlocation-5.15.8.ebuild
@@ -39,7 +39,10 @@ QT5_TARGET_SUBDIRS=(
src/plugins/geoservices
 )
 
-PATCHES=( "${FILESDIR}/${P}-mapboxgl-gcc13.patch" ) # bug 885431
+PATCHES=(
+   "${FILESDIR}/${P}-mapboxgl-gcc13.patch" # bug 885431
+   "${FILESDIR}/${P}-mapboxgl-missing-include.patch" # bug 903575
+)
 
 src_configure() {
# src/plugins/geoservices requires files that are only generated when



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/, dev-qt/qtlocation/files/

2023-03-05 Thread Andreas Sturmlechner
commit: 1c15a18309c64c5713ef22cd1113192e69f6b23d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar  5 09:48:53 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Mar  5 10:19:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c15a183

dev-qt/qtlocation: Fix build with GCC-13

Closes: https://bugs.gentoo.org/885431
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../files/qtlocation-5.15.8-mapboxgl-gcc13.patch   | 51 ++
 dev-qt/qtlocation/qtlocation-5.15.8.ebuild |  2 +
 2 files changed, 53 insertions(+)

diff --git a/dev-qt/qtlocation/files/qtlocation-5.15.8-mapboxgl-gcc13.patch 
b/dev-qt/qtlocation/files/qtlocation-5.15.8-mapboxgl-gcc13.patch
new file mode 100644
index ..ba4e94e859fb
--- /dev/null
+++ b/dev-qt/qtlocation/files/qtlocation-5.15.8-mapboxgl-gcc13.patch
@@ -0,0 +1,51 @@
+From d8054f1efa0b97b291a6f8c7fff9090b0fd4328e Mon Sep 17 00:00:00 2001
+From: Fabian Vogt 
+Date: Fri, 3 Mar 2023 11:39:58 +0100
+Subject: [PATCH] Add some missing cstdint inclusions (#872)
+
+GCC 13 removed some indirect inclusions of cstdint which this relied on.
+Include it explicitly to fix build errors.
+---
+ include/mbgl/util/geometry.hpp | 2 ++
+ include/mbgl/util/string.hpp   | 1 +
+ src/mbgl/gl/stencil_mode.hpp   | 2 ++
+ 3 files changed, 5 insertions(+)
+
+diff --git a/include/mbgl/util/geometry.hpp b/include/mbgl/util/geometry.hpp
+index a28c59a47d..283ec7dbbe 100644
+--- a/src/3rdparty/mapbox-gl-native/include/mbgl/util/geometry.hpp
 b/src/3rdparty/mapbox-gl-native/include/mbgl/util/geometry.hpp
+@@ -1,5 +1,7 @@
+ #pragma once
+ 
++#include 
++
+ #include 
+ #include 
+ #include 
+diff --git a/include/mbgl/util/string.hpp b/include/mbgl/util/string.hpp
+index 13498ccb92..2f6acb6410 100644
+--- a/src/3rdparty/mapbox-gl-native/include/mbgl/util/string.hpp
 b/src/3rdparty/mapbox-gl-native/include/mbgl/util/string.hpp
+@@ -3,6 +3,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ #include 
+ #include 
+ 
+diff --git a/src/mbgl/gl/stencil_mode.hpp b/src/mbgl/gl/stencil_mode.hpp
+index bc959c9a73..fd00370f88 100644
+--- a/src/3rdparty/mapbox-gl-native/src/mbgl/gl/stencil_mode.hpp
 b/src/3rdparty/mapbox-gl-native/src/mbgl/gl/stencil_mode.hpp
+@@ -1,5 +1,7 @@
+ #pragma once
+ 
++#include 
++
+ #include 
+ 
+ namespace mbgl {
+-- 
+GitLab

diff --git a/dev-qt/qtlocation/qtlocation-5.15.8.ebuild 
b/dev-qt/qtlocation/qtlocation-5.15.8.ebuild
index 219efff528b3..a1ab77f7306e 100644
--- a/dev-qt/qtlocation/qtlocation-5.15.8.ebuild
+++ b/dev-qt/qtlocation/qtlocation-5.15.8.ebuild
@@ -39,6 +39,8 @@ QT5_TARGET_SUBDIRS=(
src/plugins/geoservices
 )
 
+PATCHES=( "${FILESDIR}/${P}-mapboxgl-gcc13.patch" ) # bug 885431
+
 src_configure() {
# src/plugins/geoservices requires files that are only generated when
# qmake is run in the root directory. Bug 633776.



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2023-01-21 Thread Arthur Zamarin
commit: 451b199dabb037182abe281f7bc21a1b6e0b9b96
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jan 21 19:32:43 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jan 21 19:32:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=451b199d

dev-qt/qtlocation: Stabilize 5.15.8 arm, #888946

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-qt/qtlocation/qtlocation-5.15.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtlocation/qtlocation-5.15.8.ebuild 
b/dev-qt/qtlocation/qtlocation-5.15.8.ebuild
index 050db44d3518..219efff528b3 100644
--- a/dev-qt/qtlocation/qtlocation-5.15.8.ebuild
+++ b/dev-qt/qtlocation/qtlocation-5.15.8.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 if [[ ${PV} != ** ]]; then
QT5_KDEPATCHSET_REV=1
-   KEYWORDS="amd64 ~arm arm64 ppc64 ~riscv x86"
+   KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86"
 fi
 
 inherit qt5-build



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2023-01-21 Thread Arthur Zamarin
commit: d63dbed55503f2dfe8c097232247fe4b788f0525
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jan 21 19:29:02 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jan 21 19:29:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d63dbed5

dev-qt/qtlocation: Stabilize 5.15.8 ppc64, #888946

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-qt/qtlocation/qtlocation-5.15.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtlocation/qtlocation-5.15.8.ebuild 
b/dev-qt/qtlocation/qtlocation-5.15.8.ebuild
index f5723dd90d7d..050db44d3518 100644
--- a/dev-qt/qtlocation/qtlocation-5.15.8.ebuild
+++ b/dev-qt/qtlocation/qtlocation-5.15.8.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 if [[ ${PV} != ** ]]; then
QT5_KDEPATCHSET_REV=1
-   KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
+   KEYWORDS="amd64 ~arm arm64 ppc64 ~riscv x86"
 fi
 
 inherit qt5-build



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2023-01-17 Thread Sam James
commit: 8bf99ed307218ccb302ba520e1b9348064ef160f
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan 17 20:03:21 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan 17 20:03:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bf99ed3

dev-qt/qtlocation: Stabilize 5.15.8 amd64, #888946

Signed-off-by: Sam James  gentoo.org>

 dev-qt/qtlocation/qtlocation-5.15.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtlocation/qtlocation-5.15.8.ebuild 
b/dev-qt/qtlocation/qtlocation-5.15.8.ebuild
index 44fe4356389d..fbe9302b59b3 100644
--- a/dev-qt/qtlocation/qtlocation-5.15.8.ebuild
+++ b/dev-qt/qtlocation/qtlocation-5.15.8.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 if [[ ${PV} != ** ]]; then
QT5_KDEPATCHSET_REV=1
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 fi
 
 inherit qt5-build



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2022-12-04 Thread Arthur Zamarin
commit: 805909a71ea057aaf097c31a46002b46c3bb0723
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Dec  4 19:28:03 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Dec  4 19:28:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=805909a7

dev-qt/qtlocation: Stabilize 5.15.7 ppc64, #883677

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-qt/qtlocation/qtlocation-5.15.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtlocation/qtlocation-5.15.7.ebuild 
b/dev-qt/qtlocation/qtlocation-5.15.7.ebuild
index 73c30b2a5410..7c1d3ad7c981 100644
--- a/dev-qt/qtlocation/qtlocation-5.15.7.ebuild
+++ b/dev-qt/qtlocation/qtlocation-5.15.7.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 if [[ ${PV} != ** ]]; then
QT5_KDEPATCHSET_REV=1
-   KEYWORDS="amd64 arm arm64 ~ppc64 ~riscv x86"
+   KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86"
 fi
 
 inherit qt5-build



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2022-12-04 Thread Arthur Zamarin
commit: 6cdd8a48a4cd9dd46e88cdb34789e80a0f5999a1
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Dec  4 19:22:06 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Dec  4 19:22:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cdd8a48

dev-qt/qtlocation: Stabilize 5.15.7 arm64, #883677

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-qt/qtlocation/qtlocation-5.15.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtlocation/qtlocation-5.15.7.ebuild 
b/dev-qt/qtlocation/qtlocation-5.15.7.ebuild
index 2452f21b9971..4fb09d12a6c6 100644
--- a/dev-qt/qtlocation/qtlocation-5.15.7.ebuild
+++ b/dev-qt/qtlocation/qtlocation-5.15.7.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 if [[ ${PV} != ** ]]; then
QT5_KDEPATCHSET_REV=1
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+   KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 fi
 
 inherit qt5-build



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2022-12-03 Thread Arthur Zamarin
commit: 128f9956125aea214f8dc00229fd34c9e0eee96e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec  3 20:37:02 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec  3 20:37:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=128f9956

dev-qt/qtlocation: Stabilize 5.15.7 x86, #883677

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-qt/qtlocation/qtlocation-5.15.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtlocation/qtlocation-5.15.7.ebuild 
b/dev-qt/qtlocation/qtlocation-5.15.7.ebuild
index cee7ab8d50c7..2452f21b9971 100644
--- a/dev-qt/qtlocation/qtlocation-5.15.7.ebuild
+++ b/dev-qt/qtlocation/qtlocation-5.15.7.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 if [[ ${PV} != ** ]]; then
QT5_KDEPATCHSET_REV=1
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 fi
 
 inherit qt5-build



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2022-12-03 Thread Sam James
commit: bd59d0ebe641d6264c524f009df37be7030123dc
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec  3 11:00:30 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec  3 11:00:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd59d0eb

dev-qt/qtlocation: Stabilize 5.15.7 amd64, #883677

Signed-off-by: Sam James  gentoo.org>

 dev-qt/qtlocation/qtlocation-5.15.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtlocation/qtlocation-5.15.7.ebuild 
b/dev-qt/qtlocation/qtlocation-5.15.7.ebuild
index ebcbd1ab6c03..cee7ab8d50c7 100644
--- a/dev-qt/qtlocation/qtlocation-5.15.7.ebuild
+++ b/dev-qt/qtlocation/qtlocation-5.15.7.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 if [[ ${PV} != ** ]]; then
QT5_KDEPATCHSET_REV=1
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 fi
 
 inherit qt5-build



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2022-09-22 Thread Jakov Smolić
commit: a3d7100a60d923dd6b27acb50129fae73d1922d8
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Sep 22 08:04:06 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Sep 22 08:04:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3d7100a

dev-qt/qtlocation: Stabilize 5.15.5 ppc64, #872041

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-qt/qtlocation/qtlocation-5.15.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtlocation/qtlocation-5.15.5.ebuild 
b/dev-qt/qtlocation/qtlocation-5.15.5.ebuild
index 0e27ef20621e..dec94bbf5378 100644
--- a/dev-qt/qtlocation/qtlocation-5.15.5.ebuild
+++ b/dev-qt/qtlocation/qtlocation-5.15.5.ebuild
@@ -9,7 +9,7 @@ inherit qt5-build
 DESCRIPTION="Location (places, maps, navigation) library for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 arm arm64 ~ppc64 ~riscv x86"
+   KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86"
 fi
 
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2022-07-04 Thread Arthur Zamarin
commit: c3be88a327d3aec46c902064b74e18d7c55017be
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Jul  4 17:59:37 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Jul  4 17:59:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3be88a3

dev-qt/qtlocation: Stabilize 5.15.5 arm64, #853232

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-qt/qtlocation/qtlocation-5.15.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtlocation/qtlocation-5.15.5.ebuild 
b/dev-qt/qtlocation/qtlocation-5.15.5.ebuild
index a14b68903d77..0e27ef20621e 100644
--- a/dev-qt/qtlocation/qtlocation-5.15.5.ebuild
+++ b/dev-qt/qtlocation/qtlocation-5.15.5.ebuild
@@ -9,7 +9,7 @@ inherit qt5-build
 DESCRIPTION="Location (places, maps, navigation) library for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 arm ~arm64 ~ppc64 ~riscv x86"
+   KEYWORDS="amd64 arm arm64 ~ppc64 ~riscv x86"
 fi
 
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2022-07-02 Thread Sam James
commit: 9946da8d3e7bb2230c3f7358931ab7ecaa04f53e
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul  2 18:25:18 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul  2 18:25:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9946da8d

dev-qt/qtlocation: Stabilize 5.15.5 x86, #853232

Signed-off-by: Sam James  gentoo.org>

 dev-qt/qtlocation/qtlocation-5.15.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtlocation/qtlocation-5.15.5.ebuild 
b/dev-qt/qtlocation/qtlocation-5.15.5.ebuild
index 7863e98b9b0e..a0926f45d6bb 100644
--- a/dev-qt/qtlocation/qtlocation-5.15.5.ebuild
+++ b/dev-qt/qtlocation/qtlocation-5.15.5.ebuild
@@ -9,7 +9,7 @@ inherit qt5-build
 DESCRIPTION="Location (places, maps, navigation) library for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 fi
 
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2022-06-30 Thread Sam James
commit: 1cc4e780958dfa2999329faebed0d4df3b61c720
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun 30 22:19:23 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun 30 22:19:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cc4e780

dev-qt/qtlocation: Stabilize 5.15.5 amd64, #853232

Signed-off-by: Sam James  gentoo.org>

 dev-qt/qtlocation/qtlocation-5.15.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtlocation/qtlocation-5.15.5.ebuild 
b/dev-qt/qtlocation/qtlocation-5.15.5.ebuild
index 89ca4935539a..7863e98b9b0e 100644
--- a/dev-qt/qtlocation/qtlocation-5.15.5.ebuild
+++ b/dev-qt/qtlocation/qtlocation-5.15.5.ebuild
@@ -9,7 +9,7 @@ inherit qt5-build
 DESCRIPTION="Location (places, maps, navigation) library for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 fi
 
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2022-06-23 Thread Sam James
commit: 21dd09369b7e344242316810cb255e4ae4f39cfb
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun 24 04:58:00 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun 24 04:58:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21dd0936

dev-qt/qtlocation: Keyword 5.15.5 ppc64, #840683

Signed-off-by: Sam James  gentoo.org>

 dev-qt/qtlocation/qtlocation-5.15.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtlocation/qtlocation-5.15.5.ebuild 
b/dev-qt/qtlocation/qtlocation-5.15.5.ebuild
index ba9e9fc91df0..89ca4935539a 100644
--- a/dev-qt/qtlocation/qtlocation-5.15.5.ebuild
+++ b/dev-qt/qtlocation/qtlocation-5.15.5.ebuild
@@ -9,7 +9,7 @@ inherit qt5-build
 DESCRIPTION="Location (places, maps, navigation) library for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 fi
 
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2022-06-14 Thread Andreas Sturmlechner
commit: 1a2ed0da3a88edae917386429e99fa1104ea9ce9
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jun 14 16:08:25 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jun 14 17:31:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a2ed0da

dev-qt/qtlocation: Drop 5.15.3

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-qt/qtlocation/Manifest|  2 --
 dev-qt/qtlocation/qtlocation-5.15.3-r1.ebuild | 49 ---
 2 files changed, 51 deletions(-)

diff --git a/dev-qt/qtlocation/Manifest b/dev-qt/qtlocation/Manifest
index ace8e30d251f..af94166f5f5e 100644
--- a/dev-qt/qtlocation/Manifest
+++ b/dev-qt/qtlocation/Manifest
@@ -1,4 +1,2 @@
-DIST qtlocation-5.15.3-gentoo-kde-2.tar.xz 1000 BLAKE2B 
bf03283153bed5f2e67cfcc42784fb6cec7574492cbc63979316602e9f2684fdd10f140b743f82076ec39e0831faa8a5a2074e9cfdf7c4743eff354e076b635f
 SHA512 
f44f5aa2f6aac3a62fbc3cc6eaa88949d54f4238d1cbc12d770ba3b48f97712678c491083029ba871fb9eb31f5172296e8951e83a3f874ac2a8a1a78478559e4
 DIST qtlocation-5.15.4-gentoo-kde-1.tar.xz 1000 BLAKE2B 
d50546826373a9123f91d2e21f670c030a4a9530494c4ab173a4045f79ea7c6907e39c0acb57e7e3e872146ad72785c4b72b7257672e432ff5870730f66a54cc
 SHA512 
5d2217a3d40b873cd6b0b7c7815a9a52aa19824b7c2aed1d1ea3dac2fafa8b2af9a62ff3dacbdcb588072f2edb1cb226bc808d094ca4c6240a58835d4e93854c
-DIST qtlocation-everywhere-opensource-src-5.15.3.tar.xz 6556680 BLAKE2B 
aa187e23ed544e380516d93f3cb83fcff73ee501e7b790eb55b9ca9ddcdbf96d31b8b645b70e003423bf6e8945e2fb06be0ba62785a1ba5680acca2129003d83
 SHA512 
755434db4cdea1c98159a2891c3efcda03fd03b144c37e7a71f57cb5d5dbc5ea1b35d1dcafa7301fc904ede910b4a9f7cfc834b7722cc06fcc360ad3be7b2886
 DIST qtlocation-everywhere-opensource-src-5.15.4.tar.xz 6559260 BLAKE2B 
ea43ae7e788f7d117fea9db50660cc2f4e7b6f8cf4ae390b41ed3adfa794d66596d8d7ac184d1edc432d2aa6057727321459a29ddbe399201ad428d290982297
 SHA512 
6208052d6ac173d19dc77496d8108558e7f31696dc5792fcbbeef2029539db76a60c5a51a7d198f54ea6c0ec23977a57cd8c8f8fa80fe5eac9528d2510c3dbb3

diff --git a/dev-qt/qtlocation/qtlocation-5.15.3-r1.ebuild 
b/dev-qt/qtlocation/qtlocation-5.15.3-r1.ebuild
deleted file mode 100644
index 3f67cfe608df..
--- a/dev-qt/qtlocation/qtlocation-5.15.3-r1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-QT5_KDEPATCHSET_REV=2
-inherit qt5-build
-
-DESCRIPTION="Location (places, maps, navigation) library for the Qt5 framework"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 arm arm64 ~riscv x86"
-fi
-
-IUSE=""
-
-RDEPEND="
-   dev-libs/icu:=
-   =dev-qt/qtcore-${QT5_PV}*
-   =dev-qt/qtdeclarative-${QT5_PV}*
-   =dev-qt/qtgui-${QT5_PV}*
-   =dev-qt/qtnetwork-${QT5_PV}*
-   =dev-qt/qtpositioning-${QT5_PV}*[qml]
-   =dev-qt/qtsql-${QT5_PV}*
-   sys-libs/zlib
-"
-DEPEND="${RDEPEND}
-   =dev-qt/qtconcurrent-${QT5_PV}*
-"
-
-QT5_TARGET_SUBDIRS=(
-   src/3rdparty/clipper
-   src/3rdparty/poly2tri
-   src/3rdparty/clip2tri
-   src/3rdparty/mapbox-gl-native
-   src/location
-   src/imports/location
-   src/imports/locationlabs
-   src/plugins/geoservices
-)
-
-src_configure() {
-   # src/plugins/geoservices requires files that are only generated when
-   # qmake is run in the root directory. Bug 633776.
-   mkdir -p "${QT5_BUILD_DIR}"/src/location || die
-   qt5_qmake "${QT5_BUILD_DIR}"
-   cp "${S}"/src/location/qtlocation-config.pri 
"${QT5_BUILD_DIR}"/src/location || die
-   qt5-build_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2022-06-14 Thread Sam James
commit: 96a53b8407840429e09babfc06dca9bd0e4f62ee
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 14 13:26:36 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun 14 13:26:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96a53b84

dev-qt/qtlocation: Stabilize 5.15.4 arm64, #843353

Signed-off-by: Sam James  gentoo.org>

 dev-qt/qtlocation/qtlocation-5.15.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtlocation/qtlocation-5.15.4.ebuild 
b/dev-qt/qtlocation/qtlocation-5.15.4.ebuild
index 4536e235ff4a..92e5cfbab96f 100644
--- a/dev-qt/qtlocation/qtlocation-5.15.4.ebuild
+++ b/dev-qt/qtlocation/qtlocation-5.15.4.ebuild
@@ -9,7 +9,7 @@ inherit qt5-build
 DESCRIPTION="Location (places, maps, navigation) library for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 arm ~arm64 ~riscv x86"
+   KEYWORDS="amd64 arm arm64 ~riscv x86"
 fi
 
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2022-06-13 Thread Sam James
commit: 1cad51d32d0adda6280eebd3a24ab0f8e347a963
Author: Sam James  gentoo  org>
AuthorDate: Mon Jun 13 21:18:11 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jun 13 21:18:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cad51d3

dev-qt/qtlocation: Stabilize 5.15.4 arm, #843353

Signed-off-by: Sam James  gentoo.org>

 dev-qt/qtlocation/qtlocation-5.15.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtlocation/qtlocation-5.15.4.ebuild 
b/dev-qt/qtlocation/qtlocation-5.15.4.ebuild
index f21217ce6085..7c962b2aeee8 100644
--- a/dev-qt/qtlocation/qtlocation-5.15.4.ebuild
+++ b/dev-qt/qtlocation/qtlocation-5.15.4.ebuild
@@ -9,7 +9,7 @@ inherit qt5-build
 DESCRIPTION="Location (places, maps, navigation) library for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86"
+   KEYWORDS="amd64 arm ~arm64 ~riscv ~x86"
 fi
 
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2022-06-09 Thread Sam James
commit: 473364ab744884153d9953bb02b3227c2c7e85de
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun 10 03:15:34 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun 10 03:15:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=473364ab

dev-qt/qtlocation: Stabilize 5.15.4 amd64, #843353

Signed-off-by: Sam James  gentoo.org>

 dev-qt/qtlocation/qtlocation-5.15.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtlocation/qtlocation-5.15.4.ebuild 
b/dev-qt/qtlocation/qtlocation-5.15.4.ebuild
index ba9e9fc91df0..f21217ce6085 100644
--- a/dev-qt/qtlocation/qtlocation-5.15.4.ebuild
+++ b/dev-qt/qtlocation/qtlocation-5.15.4.ebuild
@@ -9,7 +9,7 @@ inherit qt5-build
 DESCRIPTION="Location (places, maps, navigation) library for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86"
 fi
 
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2022-04-17 Thread Sam James
commit: 218b0ebcf0c12d1519ad1553ea94243afdb60ac1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Apr 15 21:02:50 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 17 19:27:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=218b0ebc

dev-qt/qtlocation: Drop 5.15.2-r10

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>
Signed-off-by: Sam James  gentoo.org>

 dev-qt/qtlocation/Manifest |  2 -
 dev-qt/qtlocation/qtlocation-5.15.2-r10.ebuild | 58 --
 2 files changed, 60 deletions(-)

diff --git a/dev-qt/qtlocation/Manifest b/dev-qt/qtlocation/Manifest
index e4785526099d..9173591dfd8c 100644
--- a/dev-qt/qtlocation/Manifest
+++ b/dev-qt/qtlocation/Manifest
@@ -1,4 +1,2 @@
-DIST qtlocation-5.15.2-861e372b.tar.gz 5431120 BLAKE2B 
c66e81f7e726b53000a0f8a4eafa9a4a6168aa08c89d4d0e2ef11b02e3598fd0b3f30dbd21e6c5436814bb88fa69c96d141b0d0d79f13239ec61396269af089a
 SHA512 
b7cac8cd42185504c6140f1dcd4e8c0c749e3d8f22bf9977e97268e0ad6fbd3733e571a255ab7824eba31e30e707e804b07317f2ec9b7be15a4a5756c78c9e41
 DIST qtlocation-5.15.3-gentoo-kde-2.tar.xz 1000 BLAKE2B 
bf03283153bed5f2e67cfcc42784fb6cec7574492cbc63979316602e9f2684fdd10f140b743f82076ec39e0831faa8a5a2074e9cfdf7c4743eff354e076b635f
 SHA512 
f44f5aa2f6aac3a62fbc3cc6eaa88949d54f4238d1cbc12d770ba3b48f97712678c491083029ba871fb9eb31f5172296e8951e83a3f874ac2a8a1a78478559e4
 DIST qtlocation-everywhere-opensource-src-5.15.3.tar.xz 6556680 BLAKE2B 
aa187e23ed544e380516d93f3cb83fcff73ee501e7b790eb55b9ca9ddcdbf96d31b8b645b70e003423bf6e8945e2fb06be0ba62785a1ba5680acca2129003d83
 SHA512 
755434db4cdea1c98159a2891c3efcda03fd03b144c37e7a71f57cb5d5dbc5ea1b35d1dcafa7301fc904ede910b4a9f7cfc834b7722cc06fcc360ad3be7b2886
-DIST qtlocation-mapboxgl-5.15.2-d3101bbc.tar.gz 3726244 BLAKE2B 
e571a72e041b80b155eae7d171cee7f996fbe223c8d3337f549ea2a40472fc2da9dd8abf54238f22c1828d467aaf01307a61acecd3aedc4f5f7cabc06f48d830
 SHA512 
6e38e5ca0b9e17de690af79f4702278bdc933a74561aa135b3e82245df7d795602403048bcc5bce00237f774ce3957540a8bded1a71f8730a08da05dec1f039f

diff --git a/dev-qt/qtlocation/qtlocation-5.15.2-r10.ebuild 
b/dev-qt/qtlocation/qtlocation-5.15.2-r10.ebuild
deleted file mode 100644
index 9b2d0f37d3bc..
--- a/dev-qt/qtlocation/qtlocation-5.15.2-r10.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KDE_ORG_COMMIT=861e372b6ad81570d4f496e42fb25a6699b72f2f
-inherit qt5-build
-
-DESCRIPTION="Location (places, maps, navigation) library for the Qt5 framework"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   MAPBOXGL_COMMIT=d3101bbc22edd41c9036ea487d4a71eabd97823d
-   SRC_URI+=" 
https://invent.kde.org/qt/qt/${PN}-mapboxgl/-/archive/${MAPBOXGL_COMMIT}/${PN}-mapboxgl-${MAPBOXGL_COMMIT}.tar.gz
 -> ${PN}-mapboxgl-${PV}-${MAPBOXGL_COMMIT:0:8}.tar.gz"
-   KEYWORDS="amd64 arm arm64 ~riscv x86"
-fi
-
-IUSE=""
-
-RDEPEND="
-   dev-libs/icu:=
-   =dev-qt/qtcore-${QT5_PV}*
-   =dev-qt/qtdeclarative-${QT5_PV}*
-   =dev-qt/qtgui-${QT5_PV}*
-   =dev-qt/qtnetwork-${QT5_PV}*
-   =dev-qt/qtpositioning-${QT5_PV}*[qml]
-   =dev-qt/qtsql-${QT5_PV}*
-   sys-libs/zlib
-"
-DEPEND="${RDEPEND}
-   =dev-qt/qtconcurrent-${QT5_PV}*
-"
-
-QT5_TARGET_SUBDIRS=(
-   src/3rdparty/clipper
-   src/3rdparty/poly2tri
-   src/3rdparty/clip2tri
-   src/3rdparty/mapbox-gl-native
-   src/location
-   src/imports/location
-   src/imports/locationlabs
-   src/plugins/geoservices
-)
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
-src_prepare() {
-   mv "${WORKDIR}"/${PN}-mapboxgl-${MAPBOXGL_COMMIT}/* 
src/3rdparty/mapbox-gl-native || die
-   qt5-build_src_prepare
-}
-fi
-
-src_configure() {
-   # src/plugins/geoservices requires files that are only generated when
-   # qmake is run in the root directory. Bug 633776.
-   mkdir -p "${QT5_BUILD_DIR}"/src/location || die
-   qt5_qmake "${QT5_BUILD_DIR}"
-   cp "${S}"/src/location/qtlocation-config.pri 
"${QT5_BUILD_DIR}"/src/location || die
-   qt5-build_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2022-04-13 Thread Sam James
commit: 45952b89e3f50ce10a0ac8f25f820b92bb341bea
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 14 00:18:19 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Apr 14 00:18:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45952b89

dev-qt/qtlocation: Stabilize 5.15.3-r1 x86, #835762

Signed-off-by: Sam James  gentoo.org>

 dev-qt/qtlocation/qtlocation-5.15.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtlocation/qtlocation-5.15.3-r1.ebuild 
b/dev-qt/qtlocation/qtlocation-5.15.3-r1.ebuild
index ad786a50652a..3f67cfe608df 100644
--- a/dev-qt/qtlocation/qtlocation-5.15.3-r1.ebuild
+++ b/dev-qt/qtlocation/qtlocation-5.15.3-r1.ebuild
@@ -9,7 +9,7 @@ inherit qt5-build
 DESCRIPTION="Location (places, maps, navigation) library for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 arm arm64 ~riscv ~x86"
+   KEYWORDS="amd64 arm arm64 ~riscv x86"
 fi
 
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2022-04-12 Thread Sam James
commit: 0116687a1a9df641980f7605b9384d600f055595
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr 12 22:48:56 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr 12 22:48:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0116687a

dev-qt/qtlocation: Stabilize 5.15.3-r1 amd64, #835762

Signed-off-by: Sam James  gentoo.org>

 dev-qt/qtlocation/qtlocation-5.15.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtlocation/qtlocation-5.15.3-r1.ebuild 
b/dev-qt/qtlocation/qtlocation-5.15.3-r1.ebuild
index ccaa86e3c68f..ad786a50652a 100644
--- a/dev-qt/qtlocation/qtlocation-5.15.3-r1.ebuild
+++ b/dev-qt/qtlocation/qtlocation-5.15.3-r1.ebuild
@@ -9,7 +9,7 @@ inherit qt5-build
 DESCRIPTION="Location (places, maps, navigation) library for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 arm arm64 ~riscv ~x86"
+   KEYWORDS="amd64 arm arm64 ~riscv ~x86"
 fi
 
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2022-04-12 Thread Arthur Zamarin
commit: 3a0f9e66a8814096fd6226cbb84351a72355a4e3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Apr 12 19:35:16 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Apr 12 19:35:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a0f9e66

dev-qt/qtlocation: Stabilize 5.15.3-r1 arm64, #835762

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-qt/qtlocation/qtlocation-5.15.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtlocation/qtlocation-5.15.3-r1.ebuild 
b/dev-qt/qtlocation/qtlocation-5.15.3-r1.ebuild
index 5994537d2fb6..ccaa86e3c68f 100644
--- a/dev-qt/qtlocation/qtlocation-5.15.3-r1.ebuild
+++ b/dev-qt/qtlocation/qtlocation-5.15.3-r1.ebuild
@@ -9,7 +9,7 @@ inherit qt5-build
 DESCRIPTION="Location (places, maps, navigation) library for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 arm ~arm64 ~riscv ~x86"
+   KEYWORDS="~amd64 arm arm64 ~riscv ~x86"
 fi
 
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2022-04-12 Thread Arthur Zamarin
commit: 33d27e855804dc9e9ffd8e9da2f90746053b6586
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Apr 12 18:45:25 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Apr 12 18:45:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33d27e85

dev-qt/qtlocation: Stabilize 5.15.3-r1 arm, #835762

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-qt/qtlocation/qtlocation-5.15.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtlocation/qtlocation-5.15.3-r1.ebuild 
b/dev-qt/qtlocation/qtlocation-5.15.3-r1.ebuild
index b41af51db3c9..5994537d2fb6 100644
--- a/dev-qt/qtlocation/qtlocation-5.15.3-r1.ebuild
+++ b/dev-qt/qtlocation/qtlocation-5.15.3-r1.ebuild
@@ -9,7 +9,7 @@ inherit qt5-build
 DESCRIPTION="Location (places, maps, navigation) library for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+   KEYWORDS="~amd64 arm ~arm64 ~riscv ~x86"
 fi
 
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2022-03-25 Thread Andreas Sturmlechner
commit: 8173c1f99231b0b74e2e1d0a48645b01155e869d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Mar 25 20:10:54 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Mar 25 20:32:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8173c1f9

dev-qt/qtlocation: Drop 5.15.3 (r0)

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-qt/qtlocation/Manifest |  1 -
 dev-qt/qtlocation/qtlocation-5.15.3.ebuild | 49 --
 2 files changed, 50 deletions(-)

diff --git a/dev-qt/qtlocation/Manifest b/dev-qt/qtlocation/Manifest
index 9751407570b1..e4785526099d 100644
--- a/dev-qt/qtlocation/Manifest
+++ b/dev-qt/qtlocation/Manifest
@@ -1,5 +1,4 @@
 DIST qtlocation-5.15.2-861e372b.tar.gz 5431120 BLAKE2B 
c66e81f7e726b53000a0f8a4eafa9a4a6168aa08c89d4d0e2ef11b02e3598fd0b3f30dbd21e6c5436814bb88fa69c96d141b0d0d79f13239ec61396269af089a
 SHA512 
b7cac8cd42185504c6140f1dcd4e8c0c749e3d8f22bf9977e97268e0ad6fbd3733e571a255ab7824eba31e30e707e804b07317f2ec9b7be15a4a5756c78c9e41
-DIST qtlocation-5.15.3-gentoo-kde-1.tar.xz 700 BLAKE2B 
098f0fc3f25fbbc8f87e6c76881bb7f27c7786e487e7e162c0ab38a35d0c71c96ba3aa65a5fc67953b8495d1773a02dff272f36bed49917ad377eb9a8b69b67a
 SHA512 
e446763a8e6e7e0a6615aa707f8d393444f2e2ac6a03ea87e12bd9bff130c97ce94238c15392dd00121e587c5212b37666a53acf96c25501f86068779678cef8
 DIST qtlocation-5.15.3-gentoo-kde-2.tar.xz 1000 BLAKE2B 
bf03283153bed5f2e67cfcc42784fb6cec7574492cbc63979316602e9f2684fdd10f140b743f82076ec39e0831faa8a5a2074e9cfdf7c4743eff354e076b635f
 SHA512 
f44f5aa2f6aac3a62fbc3cc6eaa88949d54f4238d1cbc12d770ba3b48f97712678c491083029ba871fb9eb31f5172296e8951e83a3f874ac2a8a1a78478559e4
 DIST qtlocation-everywhere-opensource-src-5.15.3.tar.xz 6556680 BLAKE2B 
aa187e23ed544e380516d93f3cb83fcff73ee501e7b790eb55b9ca9ddcdbf96d31b8b645b70e003423bf6e8945e2fb06be0ba62785a1ba5680acca2129003d83
 SHA512 
755434db4cdea1c98159a2891c3efcda03fd03b144c37e7a71f57cb5d5dbc5ea1b35d1dcafa7301fc904ede910b4a9f7cfc834b7722cc06fcc360ad3be7b2886
 DIST qtlocation-mapboxgl-5.15.2-d3101bbc.tar.gz 3726244 BLAKE2B 
e571a72e041b80b155eae7d171cee7f996fbe223c8d3337f549ea2a40472fc2da9dd8abf54238f22c1828d467aaf01307a61acecd3aedc4f5f7cabc06f48d830
 SHA512 
6e38e5ca0b9e17de690af79f4702278bdc933a74561aa135b3e82245df7d795602403048bcc5bce00237f774ce3957540a8bded1a71f8730a08da05dec1f039f

diff --git a/dev-qt/qtlocation/qtlocation-5.15.3.ebuild 
b/dev-qt/qtlocation/qtlocation-5.15.3.ebuild
deleted file mode 100644
index ba9e9fc91df0..
--- a/dev-qt/qtlocation/qtlocation-5.15.3.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-QT5_KDEPATCHSET_REV=1
-inherit qt5-build
-
-DESCRIPTION="Location (places, maps, navigation) library for the Qt5 framework"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
-fi
-
-IUSE=""
-
-RDEPEND="
-   dev-libs/icu:=
-   =dev-qt/qtcore-${QT5_PV}*
-   =dev-qt/qtdeclarative-${QT5_PV}*
-   =dev-qt/qtgui-${QT5_PV}*
-   =dev-qt/qtnetwork-${QT5_PV}*
-   =dev-qt/qtpositioning-${QT5_PV}*[qml]
-   =dev-qt/qtsql-${QT5_PV}*
-   sys-libs/zlib
-"
-DEPEND="${RDEPEND}
-   =dev-qt/qtconcurrent-${QT5_PV}*
-"
-
-QT5_TARGET_SUBDIRS=(
-   src/3rdparty/clipper
-   src/3rdparty/poly2tri
-   src/3rdparty/clip2tri
-   src/3rdparty/mapbox-gl-native
-   src/location
-   src/imports/location
-   src/imports/locationlabs
-   src/plugins/geoservices
-)
-
-src_configure() {
-   # src/plugins/geoservices requires files that are only generated when
-   # qmake is run in the root directory. Bug 633776.
-   mkdir -p "${QT5_BUILD_DIR}"/src/location || die
-   qt5_qmake "${QT5_BUILD_DIR}"
-   cp "${S}"/src/location/qtlocation-config.pri 
"${QT5_BUILD_DIR}"/src/location || die
-   qt5-build_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2022-03-25 Thread Andreas Sturmlechner
commit: fa50e5ec82ab2014b6d71e58dd3c88bfcc9066a5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Mar 25 20:10:36 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Mar 25 20:32:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa50e5ec

dev-qt/qtlocation: Fix appendChildNode() call

QTBUG: https://bugreports.qt.io/browse/QTBUG-96795
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-qt/qtlocation/Manifest|  1 +
 dev-qt/qtlocation/qtlocation-5.15.3-r1.ebuild | 49 +++
 2 files changed, 50 insertions(+)

diff --git a/dev-qt/qtlocation/Manifest b/dev-qt/qtlocation/Manifest
index c8d953b27f70..9751407570b1 100644
--- a/dev-qt/qtlocation/Manifest
+++ b/dev-qt/qtlocation/Manifest
@@ -1,4 +1,5 @@
 DIST qtlocation-5.15.2-861e372b.tar.gz 5431120 BLAKE2B 
c66e81f7e726b53000a0f8a4eafa9a4a6168aa08c89d4d0e2ef11b02e3598fd0b3f30dbd21e6c5436814bb88fa69c96d141b0d0d79f13239ec61396269af089a
 SHA512 
b7cac8cd42185504c6140f1dcd4e8c0c749e3d8f22bf9977e97268e0ad6fbd3733e571a255ab7824eba31e30e707e804b07317f2ec9b7be15a4a5756c78c9e41
 DIST qtlocation-5.15.3-gentoo-kde-1.tar.xz 700 BLAKE2B 
098f0fc3f25fbbc8f87e6c76881bb7f27c7786e487e7e162c0ab38a35d0c71c96ba3aa65a5fc67953b8495d1773a02dff272f36bed49917ad377eb9a8b69b67a
 SHA512 
e446763a8e6e7e0a6615aa707f8d393444f2e2ac6a03ea87e12bd9bff130c97ce94238c15392dd00121e587c5212b37666a53acf96c25501f86068779678cef8
+DIST qtlocation-5.15.3-gentoo-kde-2.tar.xz 1000 BLAKE2B 
bf03283153bed5f2e67cfcc42784fb6cec7574492cbc63979316602e9f2684fdd10f140b743f82076ec39e0831faa8a5a2074e9cfdf7c4743eff354e076b635f
 SHA512 
f44f5aa2f6aac3a62fbc3cc6eaa88949d54f4238d1cbc12d770ba3b48f97712678c491083029ba871fb9eb31f5172296e8951e83a3f874ac2a8a1a78478559e4
 DIST qtlocation-everywhere-opensource-src-5.15.3.tar.xz 6556680 BLAKE2B 
aa187e23ed544e380516d93f3cb83fcff73ee501e7b790eb55b9ca9ddcdbf96d31b8b645b70e003423bf6e8945e2fb06be0ba62785a1ba5680acca2129003d83
 SHA512 
755434db4cdea1c98159a2891c3efcda03fd03b144c37e7a71f57cb5d5dbc5ea1b35d1dcafa7301fc904ede910b4a9f7cfc834b7722cc06fcc360ad3be7b2886
 DIST qtlocation-mapboxgl-5.15.2-d3101bbc.tar.gz 3726244 BLAKE2B 
e571a72e041b80b155eae7d171cee7f996fbe223c8d3337f549ea2a40472fc2da9dd8abf54238f22c1828d467aaf01307a61acecd3aedc4f5f7cabc06f48d830
 SHA512 
6e38e5ca0b9e17de690af79f4702278bdc933a74561aa135b3e82245df7d795602403048bcc5bce00237f774ce3957540a8bded1a71f8730a08da05dec1f039f

diff --git a/dev-qt/qtlocation/qtlocation-5.15.3-r1.ebuild 
b/dev-qt/qtlocation/qtlocation-5.15.3-r1.ebuild
new file mode 100644
index ..b41af51db3c9
--- /dev/null
+++ b/dev-qt/qtlocation/qtlocation-5.15.3-r1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+QT5_KDEPATCHSET_REV=2
+inherit qt5-build
+
+DESCRIPTION="Location (places, maps, navigation) library for the Qt5 framework"
+
+if [[ ${QT5_BUILD_TYPE} == release ]]; then
+   KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+fi
+
+IUSE=""
+
+RDEPEND="
+   dev-libs/icu:=
+   =dev-qt/qtcore-${QT5_PV}*
+   =dev-qt/qtdeclarative-${QT5_PV}*
+   =dev-qt/qtgui-${QT5_PV}*
+   =dev-qt/qtnetwork-${QT5_PV}*
+   =dev-qt/qtpositioning-${QT5_PV}*[qml]
+   =dev-qt/qtsql-${QT5_PV}*
+   sys-libs/zlib
+"
+DEPEND="${RDEPEND}
+   =dev-qt/qtconcurrent-${QT5_PV}*
+"
+
+QT5_TARGET_SUBDIRS=(
+   src/3rdparty/clipper
+   src/3rdparty/poly2tri
+   src/3rdparty/clip2tri
+   src/3rdparty/mapbox-gl-native
+   src/location
+   src/imports/location
+   src/imports/locationlabs
+   src/plugins/geoservices
+)
+
+src_configure() {
+   # src/plugins/geoservices requires files that are only generated when
+   # qmake is run in the root directory. Bug 633776.
+   mkdir -p "${QT5_BUILD_DIR}"/src/location || die
+   qt5_qmake "${QT5_BUILD_DIR}"
+   cp "${S}"/src/location/qtlocation-config.pri 
"${QT5_BUILD_DIR}"/src/location || die
+   qt5-build_src_configure
+}



  1   2   >