[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/

2024-02-09 Thread Andrey Grozin
commit: eddc9cfa06ea8246ccc9839b2f7804b288c30357
Author: Andrey Grozin  gentoo  org>
AuthorDate: Fri Feb  9 14:27:23 2024 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Fri Feb  9 14:27:23 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eddc9cfa

sci-geosciences/qmapshack: remove old version

Signed-off-by: Andrey Grozin  gentoo.org>

 sci-geosciences/qmapshack/Manifest |  1 -
 .../qmapshack/qmapshack-1.16.1-r1.ebuild   | 46 --
 2 files changed, 47 deletions(-)

diff --git a/sci-geosciences/qmapshack/Manifest 
b/sci-geosciences/qmapshack/Manifest
index 3378ba962bd4..14aa90976ed8 100644
--- a/sci-geosciences/qmapshack/Manifest
+++ b/sci-geosciences/qmapshack/Manifest
@@ -1,2 +1 @@
-DIST qmapshack-1.16.1.tar.gz 54433326 BLAKE2B 
58d3fff752187418552cba1d89b3ebd0082af379204b3c0b79cb8f8096cd422d3a9d347f7b91379868b37092469c5ef6187e67bfb7d0c3c07e18a65df0b488f1
 SHA512 
cd6c1818c2468a4654222d165bfa7278dea01890d4065a359942ce16ee1c643b54f86a94a30632bc414a1ec22e04ea340109fc89ca6c340eb717f8e86468e281
 DIST qmapshack-1.17.1.tar.gz 56704889 BLAKE2B 
1fda3f9874f39eb6b7a0c71ac7b681ebc0f6ea7ae2eefae2b6de4d780556fc5aee45aff230bebcf6ba025959beccffe14a59002fd9552b339892956d2fdd5c50
 SHA512 
79bdeb59e366cefb2d2a6c9bd084760b5935c93f385a6f2d26bdd25bb4af6939003decc4659afd1567a3b6698a0048e5c79baa716139fc20a96cc0e8dc206d9c

diff --git a/sci-geosciences/qmapshack/qmapshack-1.16.1-r1.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.16.1-r1.ebuild
deleted file mode 100644
index 066be37b82da..
--- a/sci-geosciences/qmapshack/qmapshack-1.16.1-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake xdg
-
-DESCRIPTION="GPS mapping utility"
-HOMEPAGE="https://github.com/Maproom/qmapshack/wiki;
-SRC_URI="https://github.com/Maproom/${PN}/archive/V_${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-   dev-libs/quazip:0=[qt5(+)]
-   dev-qt/designer:5
-   dev-qt/qtdbus:5
-   dev-qt/qtdeclarative:5[widgets]
-   dev-qt/qthelp:5
-   dev-qt/qtnetwork:5[ssl]
-   dev-qt/qtprintsupport:5
-   dev-qt/qtsql:5
-   dev-qt/qtwebengine:5[widgets]
-   >=sci-geosciences/routino-3.1.1
-   sci-libs/alglib
-   sci-libs/gdal:=
-   >=sci-libs/proj-8:=
-"
-DEPEND="${RDEPEND}"
-BDEPEND="dev-qt/linguist-tools:5"
-
-S="${WORKDIR}"/${PN}-V_${PV}
-
-src_prepare() {
-   cmake_src_prepare
-   xdg_src_prepare
-}
-
-src_install() {
-   docompress -x /usr/share/doc/${PF}/html
-   cmake_src_install
-   mv "${D}"/usr/share/doc/HTML "${D}"/usr/share/doc/${PF}/html || die "mv 
Qt help failed"
-}



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/

2024-02-02 Thread Arthur Zamarin
commit: abb699f64eb6b83959d157a9b0aced8540216a48
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Feb  2 14:10:33 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Feb  2 14:10:33 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abb699f6

sci-geosciences/qmapshack: Stabilize 1.17.1 amd64, #923535

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

 sci-geosciences/qmapshack/qmapshack-1.17.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-geosciences/qmapshack/qmapshack-1.17.1.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.17.1.ebuild
index 09535e19a7ed..6df2a19e36ff 100644
--- a/sci-geosciences/qmapshack/qmapshack-1.17.1.ebuild
+++ b/sci-geosciences/qmapshack/qmapshack-1.17.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/Maproom/${PN}/archive/V_${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND="
dev-libs/quazip:0=[qt5(+)]



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/

2023-12-22 Thread Andrey Grozin
commit: 0bb08f2929c73127cbff6731d36bc01453836d60
Author: Andrey Grozin  gentoo  org>
AuthorDate: Fri Dec 22 13:40:55 2023 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Fri Dec 22 13:40:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bb08f29

sci-geosciences/qmapshack: remove old version

Signed-off-by: Andrey Grozin  gentoo.org>

 sci-geosciences/qmapshack/Manifest|  1 -
 sci-geosciences/qmapshack/qmapshack-1.17.0.ebuild | 46 ---
 2 files changed, 47 deletions(-)

diff --git a/sci-geosciences/qmapshack/Manifest 
b/sci-geosciences/qmapshack/Manifest
index 7f0bc8d93ef7..3378ba962bd4 100644
--- a/sci-geosciences/qmapshack/Manifest
+++ b/sci-geosciences/qmapshack/Manifest
@@ -1,3 +1,2 @@
 DIST qmapshack-1.16.1.tar.gz 54433326 BLAKE2B 
58d3fff752187418552cba1d89b3ebd0082af379204b3c0b79cb8f8096cd422d3a9d347f7b91379868b37092469c5ef6187e67bfb7d0c3c07e18a65df0b488f1
 SHA512 
cd6c1818c2468a4654222d165bfa7278dea01890d4065a359942ce16ee1c643b54f86a94a30632bc414a1ec22e04ea340109fc89ca6c340eb717f8e86468e281
-DIST qmapshack-1.17.0.tar.gz 56693181 BLAKE2B 
eb101fd73b09412243c127f2e9b2b413dc718d67c5c755d47eeae2eb4f45385f58cd839b24b87bad48e59f502328e2dc46b014e239a708a0523e7bb9182121ae
 SHA512 
176ff1c8f432064ab185174c09c7ea4699230b3b83f7ea0c1aa232f488b808438c5095160d5c074938b9f2ec7fb418031f44dcebe50e636426a82e7f1c824dde
 DIST qmapshack-1.17.1.tar.gz 56704889 BLAKE2B 
1fda3f9874f39eb6b7a0c71ac7b681ebc0f6ea7ae2eefae2b6de4d780556fc5aee45aff230bebcf6ba025959beccffe14a59002fd9552b339892956d2fdd5c50
 SHA512 
79bdeb59e366cefb2d2a6c9bd084760b5935c93f385a6f2d26bdd25bb4af6939003decc4659afd1567a3b6698a0048e5c79baa716139fc20a96cc0e8dc206d9c

diff --git a/sci-geosciences/qmapshack/qmapshack-1.17.0.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.17.0.ebuild
deleted file mode 100644
index 07edefad88fd..
--- a/sci-geosciences/qmapshack/qmapshack-1.17.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake xdg
-
-DESCRIPTION="GPS mapping utility"
-HOMEPAGE="https://github.com/Maproom/qmapshack/wiki;
-SRC_URI="https://github.com/Maproom/${PN}/archive/V_${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-   dev-libs/quazip:0=[qt5(+)]
-   dev-qt/designer:5
-   dev-qt/qtdbus:5
-   dev-qt/qtdeclarative:5[widgets]
-   dev-qt/qthelp:5
-   dev-qt/qtnetwork:5[ssl]
-   dev-qt/qtprintsupport:5
-   dev-qt/qtsql:5
-   dev-qt/qtwebengine:5[widgets]
-   >=sci-geosciences/routino-3.1.1
-   sci-libs/alglib
-   sci-libs/gdal:=
-   >=sci-libs/proj-8:=
-"
-DEPEND="${RDEPEND}"
-BDEPEND="dev-qt/linguist-tools:5"
-
-S="${WORKDIR}"/${PN}-V_${PV}
-
-src_prepare() {
-   cmake_src_prepare
-   xdg_environment_reset
-}
-
-src_install() {
-   docompress -x /usr/share/doc/${PF}/html
-   cmake_src_install
-   mv "${D}"/usr/share/doc/HTML "${D}"/usr/share/doc/${PF}/html || die "mv 
Qt help failed"
-}



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/

2023-12-22 Thread Andrey Grozin
commit: 0bb08af777164440333a9f1a015e80d8af57570f
Author: Andrey Grozin  gentoo  org>
AuthorDate: Fri Dec 22 12:47:25 2023 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Fri Dec 22 12:47:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bb08af7

sci-geosciences/qmapshack: bump to 1.17.1

Signed-off-by: Andrey Grozin  gentoo.org>

 sci-geosciences/qmapshack/Manifest|  1 +
 sci-geosciences/qmapshack/qmapshack-1.17.1.ebuild | 45 +++
 2 files changed, 46 insertions(+)

diff --git a/sci-geosciences/qmapshack/Manifest 
b/sci-geosciences/qmapshack/Manifest
index ac6e9b52beee..7f0bc8d93ef7 100644
--- a/sci-geosciences/qmapshack/Manifest
+++ b/sci-geosciences/qmapshack/Manifest
@@ -1,2 +1,3 @@
 DIST qmapshack-1.16.1.tar.gz 54433326 BLAKE2B 
58d3fff752187418552cba1d89b3ebd0082af379204b3c0b79cb8f8096cd422d3a9d347f7b91379868b37092469c5ef6187e67bfb7d0c3c07e18a65df0b488f1
 SHA512 
cd6c1818c2468a4654222d165bfa7278dea01890d4065a359942ce16ee1c643b54f86a94a30632bc414a1ec22e04ea340109fc89ca6c340eb717f8e86468e281
 DIST qmapshack-1.17.0.tar.gz 56693181 BLAKE2B 
eb101fd73b09412243c127f2e9b2b413dc718d67c5c755d47eeae2eb4f45385f58cd839b24b87bad48e59f502328e2dc46b014e239a708a0523e7bb9182121ae
 SHA512 
176ff1c8f432064ab185174c09c7ea4699230b3b83f7ea0c1aa232f488b808438c5095160d5c074938b9f2ec7fb418031f44dcebe50e636426a82e7f1c824dde
+DIST qmapshack-1.17.1.tar.gz 56704889 BLAKE2B 
1fda3f9874f39eb6b7a0c71ac7b681ebc0f6ea7ae2eefae2b6de4d780556fc5aee45aff230bebcf6ba025959beccffe14a59002fd9552b339892956d2fdd5c50
 SHA512 
79bdeb59e366cefb2d2a6c9bd084760b5935c93f385a6f2d26bdd25bb4af6939003decc4659afd1567a3b6698a0048e5c79baa716139fc20a96cc0e8dc206d9c

diff --git a/sci-geosciences/qmapshack/qmapshack-1.17.1.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.17.1.ebuild
new file mode 100644
index ..09535e19a7ed
--- /dev/null
+++ b/sci-geosciences/qmapshack/qmapshack-1.17.1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake xdg
+
+DESCRIPTION="GPS mapping utility"
+HOMEPAGE="https://github.com/Maproom/qmapshack/wiki;
+SRC_URI="https://github.com/Maproom/${PN}/archive/V_${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-libs/quazip:0=[qt5(+)]
+   dev-qt/designer:5
+   dev-qt/qtdbus:5
+   dev-qt/qtdeclarative:5[widgets]
+   dev-qt/qthelp:5
+   dev-qt/qtnetwork:5[ssl]
+   dev-qt/qtprintsupport:5
+   dev-qt/qtsql:5
+   dev-qt/qtwebengine:5[widgets]
+   >=sci-geosciences/routino-3.1.1
+   sci-libs/alglib
+   sci-libs/gdal:=
+   >=sci-libs/proj-8:=
+"
+DEPEND="${RDEPEND}"
+BDEPEND="dev-qt/linguist-tools:5"
+
+S="${WORKDIR}"/${PN}-V_${PV}
+
+src_prepare() {
+   cmake_src_prepare
+   xdg_environment_reset
+}
+
+src_install() {
+   docompress -x /usr/share/doc/${PF}/html
+   cmake_src_install
+   mv "${D}"/usr/share/doc/HTML "${D}"/usr/share/doc/${PF}/html || die "mv 
Qt help failed"
+}



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/

2023-08-29 Thread Andrey Grozin
commit: 276de76d4b2e1f5dd5988d8a33ae6acaae104fb8
Author: Andrey Grozin  gentoo  org>
AuthorDate: Tue Aug 29 12:08:00 2023 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Tue Aug 29 12:08:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=276de76d

sci-geosciences/qmapshack: bump to 1.17.0

Signed-off-by: Andrey Grozin  gentoo.org>

 sci-geosciences/qmapshack/Manifest|  1 +
 sci-geosciences/qmapshack/qmapshack-1.17.0.ebuild | 46 +++
 2 files changed, 47 insertions(+)

diff --git a/sci-geosciences/qmapshack/Manifest 
b/sci-geosciences/qmapshack/Manifest
index 1a513f28146e..ac6e9b52beee 100644
--- a/sci-geosciences/qmapshack/Manifest
+++ b/sci-geosciences/qmapshack/Manifest
@@ -1 +1,2 @@
 DIST qmapshack-1.16.1.tar.gz 54433326 BLAKE2B 
58d3fff752187418552cba1d89b3ebd0082af379204b3c0b79cb8f8096cd422d3a9d347f7b91379868b37092469c5ef6187e67bfb7d0c3c07e18a65df0b488f1
 SHA512 
cd6c1818c2468a4654222d165bfa7278dea01890d4065a359942ce16ee1c643b54f86a94a30632bc414a1ec22e04ea340109fc89ca6c340eb717f8e86468e281
+DIST qmapshack-1.17.0.tar.gz 56693181 BLAKE2B 
eb101fd73b09412243c127f2e9b2b413dc718d67c5c755d47eeae2eb4f45385f58cd839b24b87bad48e59f502328e2dc46b014e239a708a0523e7bb9182121ae
 SHA512 
176ff1c8f432064ab185174c09c7ea4699230b3b83f7ea0c1aa232f488b808438c5095160d5c074938b9f2ec7fb418031f44dcebe50e636426a82e7f1c824dde

diff --git a/sci-geosciences/qmapshack/qmapshack-1.17.0.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.17.0.ebuild
new file mode 100644
index ..07edefad88fd
--- /dev/null
+++ b/sci-geosciences/qmapshack/qmapshack-1.17.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake xdg
+
+DESCRIPTION="GPS mapping utility"
+HOMEPAGE="https://github.com/Maproom/qmapshack/wiki;
+SRC_URI="https://github.com/Maproom/${PN}/archive/V_${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   dev-libs/quazip:0=[qt5(+)]
+   dev-qt/designer:5
+   dev-qt/qtdbus:5
+   dev-qt/qtdeclarative:5[widgets]
+   dev-qt/qthelp:5
+   dev-qt/qtnetwork:5[ssl]
+   dev-qt/qtprintsupport:5
+   dev-qt/qtsql:5
+   dev-qt/qtwebengine:5[widgets]
+   >=sci-geosciences/routino-3.1.1
+   sci-libs/alglib
+   sci-libs/gdal:=
+   >=sci-libs/proj-8:=
+"
+DEPEND="${RDEPEND}"
+BDEPEND="dev-qt/linguist-tools:5"
+
+S="${WORKDIR}"/${PN}-V_${PV}
+
+src_prepare() {
+   cmake_src_prepare
+   xdg_environment_reset
+}
+
+src_install() {
+   docompress -x /usr/share/doc/${PF}/html
+   cmake_src_install
+   mv "${D}"/usr/share/doc/HTML "${D}"/usr/share/doc/${PF}/html || die "mv 
Qt help failed"
+}



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/

2023-02-07 Thread Andreas Sturmlechner
commit: 12d7de7d9cccf568d9df254c2960c4b1a7745176
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Feb  5 22:59:12 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Feb  7 10:36:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12d7de7d

sci-geosciences/qmapshack: destabilize 1.16.1-r1 for ~x86

Bug: https://bugs.gentoo.org/893234
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sci-geosciences/qmapshack/qmapshack-1.16.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-geosciences/qmapshack/qmapshack-1.16.1-r1.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.16.1-r1.ebuild
index f9e37c1f0d2b..066be37b82da 100644
--- a/sci-geosciences/qmapshack/qmapshack-1.16.1-r1.ebuild
+++ b/sci-geosciences/qmapshack/qmapshack-1.16.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/Maproom/${PN}/archive/V_${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/

2022-12-25 Thread Andreas Sturmlechner
commit: dbf87d624c872058e61e7af0d1472c5ab4d03ac0
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Dec 25 22:58:43 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Dec 25 23:39:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbf87d62

sci-geosciences/qmapshack: drop 1.16.0-r1

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

 sci-geosciences/qmapshack/Manifest |  1 -
 .../qmapshack/qmapshack-1.16.0-r1.ebuild   | 46 --
 2 files changed, 47 deletions(-)

diff --git a/sci-geosciences/qmapshack/Manifest 
b/sci-geosciences/qmapshack/Manifest
index d86bb343a837..1a513f28146e 100644
--- a/sci-geosciences/qmapshack/Manifest
+++ b/sci-geosciences/qmapshack/Manifest
@@ -1,2 +1 @@
-DIST qmapshack-1.16.0.tar.gz 5422 BLAKE2B 
8507018e65072856455e500aae59db146f68b7a1cf5eb2311ee3526044f8fafcec0034ac4f7a473c95ac71bcad8eb057bfc6724f3c80caff51aadba9e16fc412
 SHA512 
768fe7331d2bc2f2bbadd8c9296012e718f52863c4dfc29f000a5417ccf83297791333be9a20b9d49dcc7b92a779184503e8315b1f7ca258efc9f539ef7262f4
 DIST qmapshack-1.16.1.tar.gz 54433326 BLAKE2B 
58d3fff752187418552cba1d89b3ebd0082af379204b3c0b79cb8f8096cd422d3a9d347f7b91379868b37092469c5ef6187e67bfb7d0c3c07e18a65df0b488f1
 SHA512 
cd6c1818c2468a4654222d165bfa7278dea01890d4065a359942ce16ee1c643b54f86a94a30632bc414a1ec22e04ea340109fc89ca6c340eb717f8e86468e281

diff --git a/sci-geosciences/qmapshack/qmapshack-1.16.0-r1.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.16.0-r1.ebuild
deleted file mode 100644
index f9e37c1f0d2b..
--- a/sci-geosciences/qmapshack/qmapshack-1.16.0-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake xdg
-
-DESCRIPTION="GPS mapping utility"
-HOMEPAGE="https://github.com/Maproom/qmapshack/wiki;
-SRC_URI="https://github.com/Maproom/${PN}/archive/V_${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
-   dev-libs/quazip:0=[qt5(+)]
-   dev-qt/designer:5
-   dev-qt/qtdbus:5
-   dev-qt/qtdeclarative:5[widgets]
-   dev-qt/qthelp:5
-   dev-qt/qtnetwork:5[ssl]
-   dev-qt/qtprintsupport:5
-   dev-qt/qtsql:5
-   dev-qt/qtwebengine:5[widgets]
-   >=sci-geosciences/routino-3.1.1
-   sci-libs/alglib
-   sci-libs/gdal:=
-   >=sci-libs/proj-8:=
-"
-DEPEND="${RDEPEND}"
-BDEPEND="dev-qt/linguist-tools:5"
-
-S="${WORKDIR}"/${PN}-V_${PV}
-
-src_prepare() {
-   cmake_src_prepare
-   xdg_src_prepare
-}
-
-src_install() {
-   docompress -x /usr/share/doc/${PF}/html
-   cmake_src_install
-   mv "${D}"/usr/share/doc/HTML "${D}"/usr/share/doc/${PF}/html || die "mv 
Qt help failed"
-}



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/

2022-09-09 Thread Sam James
commit: 0ef7cbed351fa8e32092370cc3dad5fbfdd78977
Author: Sam James  gentoo  org>
AuthorDate: Sat Sep 10 00:28:42 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Sep 10 00:28:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ef7cbed

sci-geosciences/qmapshack: revbump for quazip USE-dep change

Fixes: 07fc825e94d464387e4656fa34d39a4096b5b613
Signed-off-by: Sam James  gentoo.org>

 .../qmapshack/{qmapshack-1.16.0.ebuild => qmapshack-1.16.0-r1.ebuild} | 0
 .../qmapshack/{qmapshack-1.16.1.ebuild => qmapshack-1.16.1-r1.ebuild} | 0
 2 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/sci-geosciences/qmapshack/qmapshack-1.16.0.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.16.0-r1.ebuild
similarity index 100%
rename from sci-geosciences/qmapshack/qmapshack-1.16.0.ebuild
rename to sci-geosciences/qmapshack/qmapshack-1.16.0-r1.ebuild

diff --git a/sci-geosciences/qmapshack/qmapshack-1.16.1.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.16.1-r1.ebuild
similarity index 100%
rename from sci-geosciences/qmapshack/qmapshack-1.16.1.ebuild
rename to sci-geosciences/qmapshack/qmapshack-1.16.1-r1.ebuild



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/

2022-09-09 Thread Andrew Ammerlaan
commit: 07fc825e94d464387e4656fa34d39a4096b5b613
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Fri Sep  9 16:07:31 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Fri Sep  9 16:09:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07fc825e

sci-geosciences/qmapshack: depend on quazip[qt5(+)]

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 sci-geosciences/qmapshack/qmapshack-1.16.0.ebuild | 4 ++--
 sci-geosciences/qmapshack/qmapshack-1.16.1.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sci-geosciences/qmapshack/qmapshack-1.16.0.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.16.0.ebuild
index a9b713177f55..f9e37c1f0d2b 100644
--- a/sci-geosciences/qmapshack/qmapshack-1.16.0.ebuild
+++ b/sci-geosciences/qmapshack/qmapshack-1.16.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -15,7 +15,7 @@ KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="
-   dev-libs/quazip:0=
+   dev-libs/quazip:0=[qt5(+)]
dev-qt/designer:5
dev-qt/qtdbus:5
dev-qt/qtdeclarative:5[widgets]

diff --git a/sci-geosciences/qmapshack/qmapshack-1.16.1.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.16.1.ebuild
index 3065ccfdbdef..f9e37c1f0d2b 100644
--- a/sci-geosciences/qmapshack/qmapshack-1.16.1.ebuild
+++ b/sci-geosciences/qmapshack/qmapshack-1.16.1.ebuild
@@ -15,7 +15,7 @@ KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="
-   dev-libs/quazip:0=
+   dev-libs/quazip:0=[qt5(+)]
dev-qt/designer:5
dev-qt/qtdbus:5
dev-qt/qtdeclarative:5[widgets]



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/

2022-01-10 Thread Agostino Sarubbo
commit: 0e958cb56900ad5ca1f7337922045554aa820a3d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jan 10 08:36:57 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jan 10 08:36:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e958cb5

sci-geosciences/qmapshack: amd64 stable wrt bug #830767

Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sci-geosciences/qmapshack/qmapshack-1.16.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-geosciences/qmapshack/qmapshack-1.16.1.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.16.1.ebuild
index 897d48ea321a..3065ccfdbdef 100644
--- a/sci-geosciences/qmapshack/qmapshack-1.16.1.ebuild
+++ b/sci-geosciences/qmapshack/qmapshack-1.16.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/Maproom/${PN}/archive/V_${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/

2022-01-09 Thread Sam James
commit: 8c5bbf38924d45dbbae7877663b827b80360ce0e
Author: Sam James  gentoo  org>
AuthorDate: Sun Jan  9 20:07:50 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jan  9 20:07:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c5bbf38

sci-geosciences/qmapshack: Stabilize 1.16.1 x86, #830767

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

 sci-geosciences/qmapshack/qmapshack-1.16.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-geosciences/qmapshack/qmapshack-1.16.1.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.16.1.ebuild
index 6c1736186d87..897d48ea321a 100644
--- a/sci-geosciences/qmapshack/qmapshack-1.16.1.ebuild
+++ b/sci-geosciences/qmapshack/qmapshack-1.16.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/Maproom/${PN}/archive/V_${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/files/, sci-geosciences/qmapshack/

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

sci-geosciences/qmapshack: remove old version

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

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

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

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

diff --git a/sci-geosciences/qmapshack/qmapshack-1.15.2-r2.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.15.2-r2.ebuild
deleted file mode 100644
index 233c124fc27e..
--- a/sci-geosciences/qmapshack/qmapshack-1.15.2-r2.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake xdg
-
-DESCRIPTION="GPS mapping utility"
-HOMEPAGE="https://github.com/Maproom/qmapshack/wiki;
-SRC_URI="https://github.com/Maproom/${PN}/archive/V_${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
-   dev-libs/quazip:0=
-   dev-qt/designer:5
-   dev-qt/qtdbus:5
-   dev-qt/qtdeclarative:5[widgets]
-   dev-qt/qthelp:5
-   dev-qt/qtnetwork:5[ssl]
-   dev-qt/qtprintsupport:5
-   dev-qt/qtsql:5
-   dev-qt/qtwebengine:5[widgets]
-   >=sci-geosciences/routino-3.1.1
-   sci-libs/alglib
-   sci-libs/gdal
-   =dev-libs/quazip-1.0"; then
-   sed -e "/^find_package(QuaZip5/s/5  /-Qt5 CONFIG/" \
-   -i CMakeLists.txt || die
-
-   sed -e "s/\${QUAZIP_LIBRARIES}/QuaZip::QuaZip/" \
-   -i src/qmapshack/CMakeLists.txt || die
-   fi
-}
-
-src_install() {
-   docompress -x /usr/share/doc/${PF}/html
-   cmake_src_install
-   mv 

[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/

2021-12-07 Thread Sam James
commit: 0d05003d1c499fe8f142ac0920dea8a461d3d3f8
Author: Sam James  gentoo  org>
AuthorDate: Wed Dec  8 06:16:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Dec  8 06:16:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d05003d

sci-geosciences/qmapshack: Stabilize 1.16.0 x86, #828268

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

 sci-geosciences/qmapshack/qmapshack-1.16.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-geosciences/qmapshack/qmapshack-1.16.0.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.16.0.ebuild
index cc694d1a04cb..a9b713177f55 100644
--- a/sci-geosciences/qmapshack/qmapshack-1.16.0.ebuild
+++ b/sci-geosciences/qmapshack/qmapshack-1.16.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/Maproom/${PN}/archive/V_${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/

2021-12-06 Thread Agostino Sarubbo
commit: f2617661b04c9af2539123f254884d79a2554625
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Dec  7 06:21:44 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Dec  7 06:21:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2617661

sci-geosciences/qmapshack: amd64 stable wrt bug #828268

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sci-geosciences/qmapshack/qmapshack-1.16.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-geosciences/qmapshack/qmapshack-1.16.0.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.16.0.ebuild
index 6c1736186d87..cc694d1a04cb 100644
--- a/sci-geosciences/qmapshack/qmapshack-1.16.0.ebuild
+++ b/sci-geosciences/qmapshack/qmapshack-1.16.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/Maproom/${PN}/archive/V_${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/

2021-12-04 Thread Andrey Grozin
commit: f7c4c31aa942b0d1272f8db8fc4b330dae856ec1
Author: Andrey Grozin  gentoo  org>
AuthorDate: Sun Dec  5 04:27:56 2021 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Sun Dec  5 04:27:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7c4c31a

sci-geosciences/qmapshack: bump to 1.16.1

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

 sci-geosciences/qmapshack/Manifest|  1 +
 sci-geosciences/qmapshack/qmapshack-1.16.1.ebuild | 46 +++
 2 files changed, 47 insertions(+)

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

diff --git a/sci-geosciences/qmapshack/qmapshack-1.16.1.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.16.1.ebuild
new file mode 100644
index ..6c1736186d87
--- /dev/null
+++ b/sci-geosciences/qmapshack/qmapshack-1.16.1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake xdg
+
+DESCRIPTION="GPS mapping utility"
+HOMEPAGE="https://github.com/Maproom/qmapshack/wiki;
+SRC_URI="https://github.com/Maproom/${PN}/archive/V_${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   dev-libs/quazip:0=
+   dev-qt/designer:5
+   dev-qt/qtdbus:5
+   dev-qt/qtdeclarative:5[widgets]
+   dev-qt/qthelp:5
+   dev-qt/qtnetwork:5[ssl]
+   dev-qt/qtprintsupport:5
+   dev-qt/qtsql:5
+   dev-qt/qtwebengine:5[widgets]
+   >=sci-geosciences/routino-3.1.1
+   sci-libs/alglib
+   sci-libs/gdal:=
+   >=sci-libs/proj-8:=
+"
+DEPEND="${RDEPEND}"
+BDEPEND="dev-qt/linguist-tools:5"
+
+S="${WORKDIR}"/${PN}-V_${PV}
+
+src_prepare() {
+   cmake_src_prepare
+   xdg_src_prepare
+}
+
+src_install() {
+   docompress -x /usr/share/doc/${PF}/html
+   cmake_src_install
+   mv "${D}"/usr/share/doc/HTML "${D}"/usr/share/doc/${PF}/html || die "mv 
Qt help failed"
+}



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/

2021-06-03 Thread Andrey Grozin
commit: 88b04fd67440a6d959f9c7170eebebcba317804b
Author: Andrey Grozin  gentoo  org>
AuthorDate: Fri Jun  4 04:47:46 2021 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Fri Jun  4 04:47:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88b04fd6

sci-geosciences/qmapshack: DEPEND on gdal:=

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Andrey Grozin  gentoo.org>

 sci-geosciences/qmapshack/qmapshack-1.16.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-geosciences/qmapshack/qmapshack-1.16.0.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.16.0.ebuild
index 49979017d07..6c1736186d8 100644
--- a/sci-geosciences/qmapshack/qmapshack-1.16.0.ebuild
+++ b/sci-geosciences/qmapshack/qmapshack-1.16.0.ebuild
@@ -26,7 +26,7 @@ RDEPEND="
dev-qt/qtwebengine:5[widgets]
>=sci-geosciences/routino-3.1.1
sci-libs/alglib
-   sci-libs/gdal
+   sci-libs/gdal:=
>=sci-libs/proj-8:=
 "
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/

2021-05-25 Thread Andrey Grozin
commit: c549b31895f92b7317356fb1f5db97581a4a7c7e
Author: Andrey Grozin  gentoo  org>
AuthorDate: Tue May 25 14:29:52 2021 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Tue May 25 14:30:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c549b318

sci-geosciences/qmapshack: bump to 1.16.0

DEPENDs on >=sci-libs/proj-8
Closes: https://bugs.gentoo.org/788823
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrey Grozin  gentoo.org>

 sci-geosciences/qmapshack/Manifest|  1 +
 sci-geosciences/qmapshack/qmapshack-1.16.0.ebuild | 46 +++
 2 files changed, 47 insertions(+)

diff --git a/sci-geosciences/qmapshack/Manifest 
b/sci-geosciences/qmapshack/Manifest
index 04d7711da8e..ec390d1d420 100644
--- a/sci-geosciences/qmapshack/Manifest
+++ b/sci-geosciences/qmapshack/Manifest
@@ -1 +1,2 @@
 DIST qmapshack-1.15.2.tar.gz 46899954 BLAKE2B 
b7121331039d8fedf6c44ef591e5f7a637787201bed1763bad026f866060d60a756f18858e76d95ea2420a3183f36147f2c72d151f377e8f2bc9108832266ff4
 SHA512 
536ba1c2fb3516560307c18eb76ef2b86fecaa1bc0fa4bcef25c8eb2e6c6dee5c3a9a81d6a9d05a147234df7c703937fd9e841696316c350694b0494705f885c
+DIST qmapshack-1.16.0.tar.gz 5422 BLAKE2B 
8507018e65072856455e500aae59db146f68b7a1cf5eb2311ee3526044f8fafcec0034ac4f7a473c95ac71bcad8eb057bfc6724f3c80caff51aadba9e16fc412
 SHA512 
768fe7331d2bc2f2bbadd8c9296012e718f52863c4dfc29f000a5417ccf83297791333be9a20b9d49dcc7b92a779184503e8315b1f7ca258efc9f539ef7262f4

diff --git a/sci-geosciences/qmapshack/qmapshack-1.16.0.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.16.0.ebuild
new file mode 100644
index 000..49979017d07
--- /dev/null
+++ b/sci-geosciences/qmapshack/qmapshack-1.16.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake xdg
+
+DESCRIPTION="GPS mapping utility"
+HOMEPAGE="https://github.com/Maproom/qmapshack/wiki;
+SRC_URI="https://github.com/Maproom/${PN}/archive/V_${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   dev-libs/quazip:0=
+   dev-qt/designer:5
+   dev-qt/qtdbus:5
+   dev-qt/qtdeclarative:5[widgets]
+   dev-qt/qthelp:5
+   dev-qt/qtnetwork:5[ssl]
+   dev-qt/qtprintsupport:5
+   dev-qt/qtsql:5
+   dev-qt/qtwebengine:5[widgets]
+   >=sci-geosciences/routino-3.1.1
+   sci-libs/alglib
+   sci-libs/gdal
+   >=sci-libs/proj-8:=
+"
+DEPEND="${RDEPEND}"
+BDEPEND="dev-qt/linguist-tools:5"
+
+S="${WORKDIR}"/${PN}-V_${PV}
+
+src_prepare() {
+   cmake_src_prepare
+   xdg_src_prepare
+}
+
+src_install() {
+   docompress -x /usr/share/doc/${PF}/html
+   cmake_src_install
+   mv "${D}"/usr/share/doc/HTML "${D}"/usr/share/doc/${PF}/html || die "mv 
Qt help failed"
+}



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/

2021-05-07 Thread Andrey Grozin
commit: e49ac3859ed745c80ba5e31be5395de6508f226d
Author: Andrey Grozin  gentoo  org>
AuthorDate: Sat May  8 03:03:37 2021 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Sat May  8 03:03:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e49ac385

sci-geosciences/qmapshack: depend on  gentoo.org>

 sci-geosciences/qmapshack/qmapshack-1.15.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-geosciences/qmapshack/qmapshack-1.15.2-r2.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.15.2-r2.ebuild
index 5b54a225f83..233c124fc27 100644
--- a/sci-geosciences/qmapshack/qmapshack-1.15.2-r2.ebuild
+++ b/sci-geosciences/qmapshack/qmapshack-1.15.2-r2.ebuild
@@ -27,7 +27,7 @@ RDEPEND="
>=sci-geosciences/routino-3.1.1
sci-libs/alglib
sci-libs/gdal
-   >=sci-libs/proj-6.0.0:=
+   

[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/

2021-04-18 Thread Andrey Grozin
commit: d15f688690aa5a6a6d353f7450c2338c011e566c
Author: Andrey Grozin  gentoo  org>
AuthorDate: Sun Apr 18 13:06:13 2021 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Sun Apr 18 13:06:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d15f6886

sci-geosciences/qmapshack: clean old

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrey Grozin  gentoo.org>

 sci-geosciences/qmapshack/Manifest |  1 -
 .../qmapshack/qmapshack-1.15.1-r1.ebuild   | 48 --
 2 files changed, 49 deletions(-)

diff --git a/sci-geosciences/qmapshack/Manifest 
b/sci-geosciences/qmapshack/Manifest
index f699b473286..04d7711da8e 100644
--- a/sci-geosciences/qmapshack/Manifest
+++ b/sci-geosciences/qmapshack/Manifest
@@ -1,2 +1 @@
-DIST qmapshack-1.15.1.tar.gz 46265787 BLAKE2B 
b690d1e0ac698cee6969ef3cf35dd3b6102dd292993695fed81416a2bfe396e88bd8004b03a7eeb5df30c817331b83c55452f96200bd6c45145e86eb163ca988
 SHA512 
c01fc75fd6466a97e82b8f9822dfada87ededcec53e62a3dc42e36463c195ad4ba16c19a4748d48b26a0e957303f2724ec88eecb5d64676c74dbdaeebfadf17a
 DIST qmapshack-1.15.2.tar.gz 46899954 BLAKE2B 
b7121331039d8fedf6c44ef591e5f7a637787201bed1763bad026f866060d60a756f18858e76d95ea2420a3183f36147f2c72d151f377e8f2bc9108832266ff4
 SHA512 
536ba1c2fb3516560307c18eb76ef2b86fecaa1bc0fa4bcef25c8eb2e6c6dee5c3a9a81d6a9d05a147234df7c703937fd9e841696316c350694b0494705f885c

diff --git a/sci-geosciences/qmapshack/qmapshack-1.15.1-r1.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.15.1-r1.ebuild
deleted file mode 100644
index 6557517df7f..000
--- a/sci-geosciences/qmapshack/qmapshack-1.15.1-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake xdg
-
-DESCRIPTION="GPS mapping utility"
-HOMEPAGE="https://github.com/Maproom/qmapshack/wiki;
-SRC_URI="https://github.com/Maproom/${PN}/archive/V_${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
-   dev-libs/quazip
-   dev-qt/designer:5
-   dev-qt/qtdbus:5
-   dev-qt/qtdeclarative:5[widgets]
-   dev-qt/qthelp:5
-   dev-qt/qtnetwork:5[ssl]
-   dev-qt/qtprintsupport:5
-   dev-qt/qtsql:5
-   dev-qt/qttest:5
-   dev-qt/qtwebengine:5[widgets]
-   >=sci-geosciences/routino-3.1.1
-   sci-libs/alglib
-   sci-libs/gdal
-   >=sci-libs/proj-6.0.0:=
-"
-DEPEND="${RDEPEND}"
-BDEPEND="dev-qt/linguist-tools:5"
-
-S="${WORKDIR}"/${PN}-V_${PV}
-
-src_prepare() {
-   eapply FindPROJ4.patch
-   cmake_src_prepare
-   xdg_environment_reset
-}
-
-src_install() {
-   docompress -x /usr/share/doc/${PF}/html
-   cmake_src_install
-   mv "${D}"/usr/share/doc/HTML "${D}"/usr/share/doc/${PF}/html || die "mv 
Qt help failed"
-}



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/

2021-02-26 Thread Agostino Sarubbo
commit: 4815ba249077c022afe72706a9a8f3c743cc562b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Feb 26 20:57:37 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Feb 26 20:57:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4815ba24

sci-geosciences/qmapshack: amd64 stable wrt bug #772413

Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sci-geosciences/qmapshack/qmapshack-1.15.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-geosciences/qmapshack/qmapshack-1.15.2-r2.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.15.2-r2.ebuild
index 887641e4d85..5b54a225f83 100644
--- a/sci-geosciences/qmapshack/qmapshack-1.15.2-r2.ebuild
+++ b/sci-geosciences/qmapshack/qmapshack-1.15.2-r2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/Maproom/${PN}/archive/V_${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/

2021-02-24 Thread Andreas Sturmlechner
commit: da2270d47b0cb94af09d0ccc9eff0d963355d363
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Feb 24 18:36:04 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Feb 24 18:36:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da2270d4

sci-geosciences/qmapshack: Actually use the cmake patch

Closes: https://github.com/gentoo/gentoo/pull/19633
Package-Manager: Portage-3.0.15, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sci-geosciences/qmapshack/qmapshack-1.15.2-r2.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/sci-geosciences/qmapshack/qmapshack-1.15.2-r2.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.15.2-r2.ebuild
index b940212b752..a8699074a85 100644
--- a/sci-geosciences/qmapshack/qmapshack-1.15.2-r2.ebuild
+++ b/sci-geosciences/qmapshack/qmapshack-1.15.2-r2.ebuild
@@ -34,7 +34,10 @@ BDEPEND="dev-qt/linguist-tools:5"
 
 S="${WORKDIR}"/${PN}-V_${PV}
 
-PATCHES=( "${S}"/FindPROJ4.patch )
+PATCHES=(
+   "${S}"/FindPROJ4.patch
+   "${FILESDIR}"/${P}-no-hacks-kthxbye.patch
+)
 
 src_prepare() {
cmake_src_prepare



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/, sci-geosciences/qmapshack/files/

2021-02-23 Thread Andreas Sturmlechner
commit: 35c6154f29bf195c123fa5918658bd79be1b38c0
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Feb 20 19:50:55 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Feb 23 19:52:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35c6154f

sci-geosciences/qmapshack: Support build with >=dev-libs/quazip-1.0

Closes: https://bugs.gentoo.org/770877
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../files/qmapshack-1.15.2-no-hacks-kthxbye.patch  | 28 +++
 .../qmapshack/qmapshack-1.15.2-r2.ebuild   | 56 ++
 2 files changed, 84 insertions(+)

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

diff --git a/sci-geosciences/qmapshack/qmapshack-1.15.2-r2.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.15.2-r2.ebuild
new file mode 100644
index 000..b940212b752
--- /dev/null
+++ b/sci-geosciences/qmapshack/qmapshack-1.15.2-r2.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake xdg
+
+DESCRIPTION="GPS mapping utility"
+HOMEPAGE="https://github.com/Maproom/qmapshack/wiki;
+SRC_URI="https://github.com/Maproom/${PN}/archive/V_${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   dev-libs/quazip:0=
+   dev-qt/designer:5
+   dev-qt/qtdbus:5
+   dev-qt/qtdeclarative:5[widgets]
+   dev-qt/qthelp:5
+   dev-qt/qtnetwork:5[ssl]
+   dev-qt/qtprintsupport:5
+   dev-qt/qtsql:5
+   dev-qt/qtwebengine:5[widgets]
+   >=sci-geosciences/routino-3.1.1
+   sci-libs/alglib
+   sci-libs/gdal
+   >=sci-libs/proj-6.0.0:=
+"
+DEPEND="${RDEPEND}"
+BDEPEND="dev-qt/linguist-tools:5"
+
+S="${WORKDIR}"/${PN}-V_${PV}
+
+PATCHES=( "${S}"/FindPROJ4.patch )
+
+src_prepare() {
+   cmake_src_prepare
+
+   # TODO: upstream
+   if has_version ">=dev-libs/quazip-1.0"; then
+   sed -e "/^find_package(QuaZip5/s/5  /-Qt5 CONFIG/" \
+   -i CMakeLists.txt || die
+
+   sed -e "s/\${QUAZIP_LIBRARIES}/QuaZip::QuaZip/" \
+   -i src/qmapshack/CMakeLists.txt || die
+   fi
+}
+
+src_install() {
+   docompress -x /usr/share/doc/${PF}/html
+   cmake_src_install
+   mv "${D}"/usr/share/doc/HTML "${D}"/usr/share/doc/${PF}/html || die "mv 
Qt help failed"
+}



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/

2021-02-23 Thread Andreas Sturmlechner
commit: 8fe679fb2d73634c3369f286e96464dc45acaf63
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Feb 20 19:51:13 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Feb 23 19:52:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fe679fb

sci-geosciences/qmapshack: Drop 1.15.2-r1

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

 .../qmapshack/qmapshack-1.15.2-r1.ebuild   | 47 --
 1 file changed, 47 deletions(-)

diff --git a/sci-geosciences/qmapshack/qmapshack-1.15.2-r1.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.15.2-r1.ebuild
deleted file mode 100644
index bb3db8f9957..000
--- a/sci-geosciences/qmapshack/qmapshack-1.15.2-r1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake xdg
-
-DESCRIPTION="GPS mapping utility"
-HOMEPAGE="https://github.com/Maproom/qmapshack/wiki;
-SRC_URI="https://github.com/Maproom/${PN}/archive/V_${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-   dev-libs/quazip
-   dev-qt/designer:5
-   dev-qt/qtdbus:5
-   dev-qt/qtdeclarative:5[widgets]
-   dev-qt/qthelp:5
-   dev-qt/qtnetwork:5[ssl]
-   dev-qt/qtprintsupport:5
-   dev-qt/qtsql:5
-   dev-qt/qtwebengine:5[widgets]
-   >=sci-geosciences/routino-3.1.1
-   sci-libs/alglib
-   sci-libs/gdal
-   >=sci-libs/proj-6.0.0:=
-"
-DEPEND="${RDEPEND}"
-BDEPEND="dev-qt/linguist-tools:5"
-
-S="${WORKDIR}"/${PN}-V_${PV}
-
-src_prepare() {
-   eapply FindPROJ4.patch
-   cmake_src_prepare
-   xdg_environment_reset
-}
-
-src_install() {
-   docompress -x /usr/share/doc/${PF}/html
-   cmake_src_install
-   mv "${D}"/usr/share/doc/HTML "${D}"/usr/share/doc/${PF}/html || die "mv 
Qt help failed"
-}



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/

2021-02-14 Thread Sam James
commit: ec403e8b8ec3625369fce6b7f9ac707646d9228c
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb 15 04:00:02 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 15 04:00:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec403e8b

sci-geosciences/qmapshack: fix quazip slot dep

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 .../qmapshack/{qmapshack-1.15.1.ebuild => qmapshack-1.15.1-r1.ebuild}   | 2 +-
 .../qmapshack/{qmapshack-1.15.2.ebuild => qmapshack-1.15.2-r1.ebuild}   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-geosciences/qmapshack/qmapshack-1.15.1.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.15.1-r1.ebuild
similarity index 96%
rename from sci-geosciences/qmapshack/qmapshack-1.15.1.ebuild
rename to sci-geosciences/qmapshack/qmapshack-1.15.1-r1.ebuild
index da07127922a..6557517df7f 100644
--- a/sci-geosciences/qmapshack/qmapshack-1.15.1.ebuild
+++ b/sci-geosciences/qmapshack/qmapshack-1.15.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7

diff --git a/sci-geosciences/qmapshack/qmapshack-1.15.2.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.15.2-r1.ebuild
similarity index 96%
rename from sci-geosciences/qmapshack/qmapshack-1.15.2.ebuild
rename to sci-geosciences/qmapshack/qmapshack-1.15.2-r1.ebuild
index 21da0a4f4d4..bb3db8f9957 100644
--- a/sci-geosciences/qmapshack/qmapshack-1.15.2.ebuild
+++ b/sci-geosciences/qmapshack/qmapshack-1.15.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/

2021-02-14 Thread Sam James
commit: f63509eb7d061ed4d2a8d5a9ad1c244376de9520
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb 15 03:59:02 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 15 03:59:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f63509eb

sci-geosciences/qmapshack: add github remote-id

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 sci-geosciences/qmapshack/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sci-geosciences/qmapshack/metadata.xml 
b/sci-geosciences/qmapshack/metadata.xml
index 1ba0b96f82a..a6e334e2ae4 100644
--- a/sci-geosciences/qmapshack/metadata.xml
+++ b/sci-geosciences/qmapshack/metadata.xml
@@ -16,6 +16,7 @@
   And of course it's even better and easier to use.
 
   
+Maproom/qmapshack
 maproom/qmapshack
   
 



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/

2020-12-27 Thread Andrey Grozin
commit: 2ce2d5d166bc3f1fc49c988adf0e452d7ce1ffc9
Author: Andrey Grozin  gentoo  org>
AuthorDate: Sun Dec 27 10:36:28 2020 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Sun Dec 27 10:36:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ce2d5d1

sci-geosciences/qmapshack: bump to 1.15.2

Closes: https://bugs.gentoo.org/761664
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andrey Grozin  gentoo.org>

 sci-geosciences/qmapshack/Manifest|  1 +
 sci-geosciences/qmapshack/qmapshack-1.15.2.ebuild | 47 +++
 2 files changed, 48 insertions(+)

diff --git a/sci-geosciences/qmapshack/Manifest 
b/sci-geosciences/qmapshack/Manifest
index 3ddd56bffe9..f699b473286 100644
--- a/sci-geosciences/qmapshack/Manifest
+++ b/sci-geosciences/qmapshack/Manifest
@@ -1 +1,2 @@
 DIST qmapshack-1.15.1.tar.gz 46265787 BLAKE2B 
b690d1e0ac698cee6969ef3cf35dd3b6102dd292993695fed81416a2bfe396e88bd8004b03a7eeb5df30c817331b83c55452f96200bd6c45145e86eb163ca988
 SHA512 
c01fc75fd6466a97e82b8f9822dfada87ededcec53e62a3dc42e36463c195ad4ba16c19a4748d48b26a0e957303f2724ec88eecb5d64676c74dbdaeebfadf17a
+DIST qmapshack-1.15.2.tar.gz 46899954 BLAKE2B 
b7121331039d8fedf6c44ef591e5f7a637787201bed1763bad026f866060d60a756f18858e76d95ea2420a3183f36147f2c72d151f377e8f2bc9108832266ff4
 SHA512 
536ba1c2fb3516560307c18eb76ef2b86fecaa1bc0fa4bcef25c8eb2e6c6dee5c3a9a81d6a9d05a147234df7c703937fd9e841696316c350694b0494705f885c

diff --git a/sci-geosciences/qmapshack/qmapshack-1.15.2.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.15.2.ebuild
new file mode 100644
index 000..21da0a4f4d4
--- /dev/null
+++ b/sci-geosciences/qmapshack/qmapshack-1.15.2.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake xdg
+
+DESCRIPTION="GPS mapping utility"
+HOMEPAGE="https://github.com/Maproom/qmapshack/wiki;
+SRC_URI="https://github.com/Maproom/${PN}/archive/V_${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   dev-libs/quazip
+   dev-qt/designer:5
+   dev-qt/qtdbus:5
+   dev-qt/qtdeclarative:5[widgets]
+   dev-qt/qthelp:5
+   dev-qt/qtnetwork:5[ssl]
+   dev-qt/qtprintsupport:5
+   dev-qt/qtsql:5
+   dev-qt/qtwebengine:5[widgets]
+   >=sci-geosciences/routino-3.1.1
+   sci-libs/alglib
+   sci-libs/gdal
+   >=sci-libs/proj-6.0.0:=
+"
+DEPEND="${RDEPEND}"
+BDEPEND="dev-qt/linguist-tools:5"
+
+S="${WORKDIR}"/${PN}-V_${PV}
+
+src_prepare() {
+   eapply FindPROJ4.patch
+   cmake_src_prepare
+   xdg_environment_reset
+}
+
+src_install() {
+   docompress -x /usr/share/doc/${PF}/html
+   cmake_src_install
+   mv "${D}"/usr/share/doc/HTML "${D}"/usr/share/doc/${PF}/html || die "mv 
Qt help failed"
+}



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/

2020-12-25 Thread Andreas Sturmlechner
commit: 5264ad0121b4230a46a5e009d327234d462c7230
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Dec 25 15:29:43 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Dec 25 15:35:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5264ad01

sci-geosciences/qmapshack: EAPI-7 BDEPEND fix, DEPEND sorting, style

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

 sci-geosciences/qmapshack/qmapshack-1.15.1.ebuild | 26 +--
 1 file changed, 15 insertions(+), 11 deletions(-)

diff --git a/sci-geosciences/qmapshack/qmapshack-1.15.1.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.15.1.ebuild
index 5b4a4162a96..da07127922a 100644
--- a/sci-geosciences/qmapshack/qmapshack-1.15.1.ebuild
+++ b/sci-geosciences/qmapshack/qmapshack-1.15.1.ebuild
@@ -8,31 +8,35 @@ inherit cmake xdg
 DESCRIPTION="GPS mapping utility"
 HOMEPAGE="https://github.com/Maproom/qmapshack/wiki;
 SRC_URI="https://github.com/Maproom/${PN}/archive/V_${PV}.tar.gz -> 
${P}.tar.gz"
+
 LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE=""
-RDEPEND="dev-qt/qtwebengine:5[widgets]
-   dev-qt/qtdeclarative:5[widgets]
-   dev-qt/qtprintsupport:5
-   dev-qt/qtdbus:5
-   dev-qt/qttest:5
+
+RDEPEND="
+   dev-libs/quazip
dev-qt/designer:5
+   dev-qt/qtdbus:5
+   dev-qt/qtdeclarative:5[widgets]
+   dev-qt/qthelp:5
dev-qt/qtnetwork:5[ssl]
+   dev-qt/qtprintsupport:5
dev-qt/qtsql:5
-   dev-qt/qthelp:5
-   dev-libs/quazip
+   dev-qt/qttest:5
+   dev-qt/qtwebengine:5[widgets]
>=sci-geosciences/routino-3.1.1
+   sci-libs/alglib
sci-libs/gdal
>=sci-libs/proj-6.0.0:=
-   sci-libs/alglib"
-DEPEND="${RDEPEND}
-   dev-qt/linguist-tools:5"
+"
+DEPEND="${RDEPEND}"
+BDEPEND="dev-qt/linguist-tools:5"
 
 S="${WORKDIR}"/${PN}-V_${PV}
 
 src_prepare() {
-   eapply "${S}"/FindPROJ4.patch
+   eapply FindPROJ4.patch
cmake_src_prepare
xdg_environment_reset
 }



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/, sci-geosciences/qmapshack/files/

2020-12-25 Thread Andreas Sturmlechner
commit: b25193eca46c3cd588ff2abfa8c99a3e62d52341
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Dec 25 15:21:03 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Dec 25 15:35:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b25193ec

sci-geosciences/qmapshack: Drop 1.14.0, unbuildable with Qt 5.15

Bug: https://bugs.gentoo.org/761079
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sci-geosciences/qmapshack/Manifest |   1 -
 sci-geosciences/qmapshack/files/FindPROJ4.cmake| 152 -
 .../qmapshack/files/qmapshack-positioning.patch|   9 --
 .../qmapshack/files/qmapshack-qt-5.15.patch|  67 -
 sci-geosciences/qmapshack/qmapshack-1.14.0.ebuild  |  38 --
 5 files changed, 267 deletions(-)

diff --git a/sci-geosciences/qmapshack/Manifest 
b/sci-geosciences/qmapshack/Manifest
index c0b96c104ce..3ddd56bffe9 100644
--- a/sci-geosciences/qmapshack/Manifest
+++ b/sci-geosciences/qmapshack/Manifest
@@ -1,2 +1 @@
-DIST qmapshack-1.14.0.tar.gz 12541988 BLAKE2B 
146df8ab42bd5a5249207b88bf1a17b4ba20706c8114cc059b847d0b32c9d53919f931d778402a10dd62f0d86948bff8eefd29684c433c1d4bfd7e2ce019ce55
 SHA512 
675a72a79839ad0b96fc0717ad7eca43c4ce331645ba3ad1325f9bf114abcf2ecd164eeab0c41775fe84aa626fc67272cd9c869047f57b225ff493f66881ff99
 DIST qmapshack-1.15.1.tar.gz 46265787 BLAKE2B 
b690d1e0ac698cee6969ef3cf35dd3b6102dd292993695fed81416a2bfe396e88bd8004b03a7eeb5df30c817331b83c55452f96200bd6c45145e86eb163ca988
 SHA512 
c01fc75fd6466a97e82b8f9822dfada87ededcec53e62a3dc42e36463c195ad4ba16c19a4748d48b26a0e957303f2724ec88eecb5d64676c74dbdaeebfadf17a

diff --git a/sci-geosciences/qmapshack/files/FindPROJ4.cmake 
b/sci-geosciences/qmapshack/files/FindPROJ4.cmake
deleted file mode 100644
index 093deaa79ae..000
--- a/sci-geosciences/qmapshack/files/FindPROJ4.cmake
+++ /dev/null
@@ -1,152 +0,0 @@
-#.rst:
-# FindPROJ4
-# 
-#
-# Find the proj includes and library.
-#
-# IMPORTED Targets
-# 
-#
-# This module defines :prop_tgt:`IMPORTED` target ``PROJ4::proj``,
-# if Proj.4 has been found.
-#
-# Result Variables
-# 
-#
-# This module defines the following variables:
-#
-# ::
-#
-#   PROJ4_INCLUDE_DIRS   - where to find proj_api.h, etc.
-#   PROJ4_LIBRARIES  - List of libraries when using libproj.
-#   PROJ4_FOUND  - True if libproj found.
-#
-# ::
-#
-#   PROJ4_VERSION- The version of libproj found (x.y.z)
-#   PROJ4_VERSION_MAJOR  - The major version of libproj
-#   PROJ4_VERSION_MINOR  - The minor version of libproj
-#   PROJ4_VERSION_PATCH  - The patch version of libproj
-#   PROJ4_VERSION_TWEAK  - always 0
-#   PROJ4_VERSION_COUNT  - The number of version components, always 3
-#
-# Hints
-# ^
-#
-# A user may set ``PROJ4_ROOT`` to a libproj installation root to tell this
-# module where to look exclusively.
-
-#=
-# Copyright 2016 Kai Pastor
-#
-#
-# This file was derived from CMake 3.5's module FindZLIB.cmake
-# which has the following terms:
-#
-# Copyright 2001-2011 Kitware, Inc.
-#
-# Redistribution and use in source and binary forms, with or without
-# modification, are permitted provided that the following conditions are
-# met:
-#
-# * Redistributions of source code must retain the above copyright notice,
-#   this list of conditions and the following disclaimer.
-#
-# * Redistributions in binary form must reproduce the above copyright notice,
-#   this list of conditions and the following disclaimer in the documentation
-#   and/or other materials provided with the distribution.
-#
-# * The names of Kitware, Inc., the Insight Consortium, or the names of
-#   any consortium members, or of any contributors, may not be used to
-#   endorse or promote products derived from this software without
-#   specific prior written permission.
-#
-# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS ``AS IS''
-# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-# ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE FOR
-# ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
-# SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
-# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
-# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-#=
-
-# Search PROJ4_ROOT exclusively if it is set.
-if(PROJ4_ROOT)
-  set(_PROJ4_SEARCH PATHS ${PROJ4_ROOT} NO_DEFAULT_PATH)
-else()
-  

[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/

2020-12-22 Thread Sam James
commit: 0931996c6e120cd1d2b3484eefa7fea0b90c589f
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec 22 06:44:15 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec 22 06:44:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0931996c

sci-geosciences/qmapshack: Stabilize 1.15.1 amd64, #761079

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

 sci-geosciences/qmapshack/qmapshack-1.15.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-geosciences/qmapshack/qmapshack-1.15.1.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.15.1.ebuild
index 0d4ee4f63c1..5b4a4162a96 100644
--- a/sci-geosciences/qmapshack/qmapshack-1.15.1.ebuild
+++ b/sci-geosciences/qmapshack/qmapshack-1.15.1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/Maproom/qmapshack/wiki;
 SRC_URI="https://github.com/Maproom/${PN}/archive/V_${PV}.tar.gz -> 
${P}.tar.gz"
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 RDEPEND="dev-qt/qtwebengine:5[widgets]
dev-qt/qtdeclarative:5[widgets]



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/

2020-12-21 Thread Thomas Deutschmann
commit: b83d3d6e1801aa033cc8b0c0c79e189d8f2e7106
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Dec 21 17:48:00 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Dec 21 17:48:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b83d3d6e

sci-geosciences/qmapshack: x86 stable (bug #761079)

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann  gentoo.org>

 sci-geosciences/qmapshack/qmapshack-1.15.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-geosciences/qmapshack/qmapshack-1.15.1.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.15.1.ebuild
index 2f083ca83c7..0d4ee4f63c1 100644
--- a/sci-geosciences/qmapshack/qmapshack-1.15.1.ebuild
+++ b/sci-geosciences/qmapshack/qmapshack-1.15.1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/Maproom/qmapshack/wiki;
 SRC_URI="https://github.com/Maproom/${PN}/archive/V_${PV}.tar.gz -> 
${P}.tar.gz"
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 RDEPEND="dev-qt/qtwebengine:5[widgets]
dev-qt/qtdeclarative:5[widgets]



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/

2020-11-28 Thread Andrey Grozin
commit: f6da268e0ee2e812561d6ecac4ce837e17663603
Author: Andrey Grozin  gentoo  org>
AuthorDate: Sat Nov 28 12:59:23 2020 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Sat Nov 28 12:59:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6da268e

sci-geosciences/qmapshack: clean 1.15.0

Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Andrey Grozin  gentoo.org>

 sci-geosciences/qmapshack/Manifest|  1 -
 sci-geosciences/qmapshack/qmapshack-1.15.0.ebuild | 45 ---
 2 files changed, 46 deletions(-)

diff --git a/sci-geosciences/qmapshack/Manifest 
b/sci-geosciences/qmapshack/Manifest
index 84a1f18e157..c0b96c104ce 100644
--- a/sci-geosciences/qmapshack/Manifest
+++ b/sci-geosciences/qmapshack/Manifest
@@ -1,3 +1,2 @@
 DIST qmapshack-1.14.0.tar.gz 12541988 BLAKE2B 
146df8ab42bd5a5249207b88bf1a17b4ba20706c8114cc059b847d0b32c9d53919f931d778402a10dd62f0d86948bff8eefd29684c433c1d4bfd7e2ce019ce55
 SHA512 
675a72a79839ad0b96fc0717ad7eca43c4ce331645ba3ad1325f9bf114abcf2ecd164eeab0c41775fe84aa626fc67272cd9c869047f57b225ff493f66881ff99
-DIST qmapshack-1.15.0.tar.gz 46097781 BLAKE2B 
16db9c59bd669e55dbb67af0411570963ff6a59f24c75d62421540fa1437cbc4dd837cf115b2649b3482e191ae11040b567f34babbf9ad46bb09114727ad4ae9
 SHA512 
92e2b40c37cccbb4848dab1afd872d3cb29b4a162d44d57a1042ea0d5139ffc976bc02407d327b6f5cd3e0d08dbd526661fcbc0e05602fda15f78fd9bbce52cb
 DIST qmapshack-1.15.1.tar.gz 46265787 BLAKE2B 
b690d1e0ac698cee6969ef3cf35dd3b6102dd292993695fed81416a2bfe396e88bd8004b03a7eeb5df30c817331b83c55452f96200bd6c45145e86eb163ca988
 SHA512 
c01fc75fd6466a97e82b8f9822dfada87ededcec53e62a3dc42e36463c195ad4ba16c19a4748d48b26a0e957303f2724ec88eecb5d64676c74dbdaeebfadf17a

diff --git a/sci-geosciences/qmapshack/qmapshack-1.15.0.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.15.0.ebuild
deleted file mode 100644
index 1d7bf8e6abf..000
--- a/sci-geosciences/qmapshack/qmapshack-1.15.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake-utils xdg
-
-DESCRIPTION="GPS mapping utility"
-HOMEPAGE="https://github.com/Maproom/qmapshack/wiki;
-SRC_URI="https://github.com/Maproom/${PN}/archive/V_1.15.0.tar.gz -> 
${P}.tar.gz"
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-RDEPEND="dev-qt/qtwebengine:5[widgets]
-   dev-qt/qtdeclarative:5[widgets]
-   dev-qt/qtprintsupport:5
-   dev-qt/qtpositioning:5
-   dev-qt/qtdbus:5
-   dev-qt/qttest:5
-   dev-qt/designer:5
-   dev-qt/qtnetwork:5[ssl]
-   dev-qt/qtsql:5
-   dev-qt/qthelp:5
-   dev-libs/quazip
-   >=sci-geosciences/routino-3.1.1
-   sci-libs/gdal
-   >=sci-libs/proj-6.0.0:=
-   sci-libs/alglib"
-DEPEND="${RDEPEND}
-   dev-qt/linguist-tools:5"
-
-PATCHES=( "${FILESDIR}"/${PN}-positioning.patch 
"${FILESDIR}"/${PN}-qt-5.15.patch )
-S="${WORKDIR}"/${PN}-V_${PV}
-
-src_prepare() {
-   cmake-utils_src_prepare
-   cp "${FILESDIR}"/FindPROJ4.cmake cmake/Modules/ || die
-}
-
-src_install() {
-   docompress -x /usr/share/doc/${PF}/html
-   cmake-utils_src_install
-   mv "${D}"/usr/share/doc/HTML "${D}"/usr/share/doc/${PF}/html || die "mv 
Qt help failed"
-}



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/

2020-11-28 Thread Andrey Grozin
commit: 561c9f1af090d6a0f273ab2e64c82780bb1542d1
Author: Andrey Grozin  gentoo  org>
AuthorDate: Sat Nov 28 12:57:15 2020 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Sat Nov 28 12:57:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=561c9f1a

sci-geosciences/qmapshack: bump to 1.15.1

Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Andrey Grozin  gentoo.org>

 sci-geosciences/qmapshack/Manifest|  1 +
 sci-geosciences/qmapshack/qmapshack-1.15.1.ebuild | 44 +++
 2 files changed, 45 insertions(+)

diff --git a/sci-geosciences/qmapshack/Manifest 
b/sci-geosciences/qmapshack/Manifest
index 98158d479f5..84a1f18e157 100644
--- a/sci-geosciences/qmapshack/Manifest
+++ b/sci-geosciences/qmapshack/Manifest
@@ -1,2 +1,3 @@
 DIST qmapshack-1.14.0.tar.gz 12541988 BLAKE2B 
146df8ab42bd5a5249207b88bf1a17b4ba20706c8114cc059b847d0b32c9d53919f931d778402a10dd62f0d86948bff8eefd29684c433c1d4bfd7e2ce019ce55
 SHA512 
675a72a79839ad0b96fc0717ad7eca43c4ce331645ba3ad1325f9bf114abcf2ecd164eeab0c41775fe84aa626fc67272cd9c869047f57b225ff493f66881ff99
 DIST qmapshack-1.15.0.tar.gz 46097781 BLAKE2B 
16db9c59bd669e55dbb67af0411570963ff6a59f24c75d62421540fa1437cbc4dd837cf115b2649b3482e191ae11040b567f34babbf9ad46bb09114727ad4ae9
 SHA512 
92e2b40c37cccbb4848dab1afd872d3cb29b4a162d44d57a1042ea0d5139ffc976bc02407d327b6f5cd3e0d08dbd526661fcbc0e05602fda15f78fd9bbce52cb
+DIST qmapshack-1.15.1.tar.gz 46265787 BLAKE2B 
b690d1e0ac698cee6969ef3cf35dd3b6102dd292993695fed81416a2bfe396e88bd8004b03a7eeb5df30c817331b83c55452f96200bd6c45145e86eb163ca988
 SHA512 
c01fc75fd6466a97e82b8f9822dfada87ededcec53e62a3dc42e36463c195ad4ba16c19a4748d48b26a0e957303f2724ec88eecb5d64676c74dbdaeebfadf17a

diff --git a/sci-geosciences/qmapshack/qmapshack-1.15.1.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.15.1.ebuild
new file mode 100644
index 000..2f083ca83c7
--- /dev/null
+++ b/sci-geosciences/qmapshack/qmapshack-1.15.1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake xdg
+
+DESCRIPTION="GPS mapping utility"
+HOMEPAGE="https://github.com/Maproom/qmapshack/wiki;
+SRC_URI="https://github.com/Maproom/${PN}/archive/V_${PV}.tar.gz -> 
${P}.tar.gz"
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+RDEPEND="dev-qt/qtwebengine:5[widgets]
+   dev-qt/qtdeclarative:5[widgets]
+   dev-qt/qtprintsupport:5
+   dev-qt/qtdbus:5
+   dev-qt/qttest:5
+   dev-qt/designer:5
+   dev-qt/qtnetwork:5[ssl]
+   dev-qt/qtsql:5
+   dev-qt/qthelp:5
+   dev-libs/quazip
+   >=sci-geosciences/routino-3.1.1
+   sci-libs/gdal
+   >=sci-libs/proj-6.0.0:=
+   sci-libs/alglib"
+DEPEND="${RDEPEND}
+   dev-qt/linguist-tools:5"
+
+S="${WORKDIR}"/${PN}-V_${PV}
+
+src_prepare() {
+   eapply "${S}"/FindPROJ4.patch
+   cmake_src_prepare
+   xdg_environment_reset
+}
+
+src_install() {
+   docompress -x /usr/share/doc/${PF}/html
+   cmake_src_install
+   mv "${D}"/usr/share/doc/HTML "${D}"/usr/share/doc/${PF}/html || die "mv 
Qt help failed"
+}



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/

2020-07-08 Thread Andrey Grozin
commit: 267f04fecb984018115c3a029e4c72fca848a0a2
Author: Andrey Grozin  gentoo  org>
AuthorDate: Wed Jul  8 14:24:06 2020 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Wed Jul  8 14:24:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=267f04fe

sci-geosciences/qmapshack: clean old

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andrey Grozin  gentoo.org>

 sci-geosciences/qmapshack/Manifest|  1 -
 sci-geosciences/qmapshack/qmapshack-1.14.1.ebuild | 38 ---
 2 files changed, 39 deletions(-)

diff --git a/sci-geosciences/qmapshack/Manifest 
b/sci-geosciences/qmapshack/Manifest
index 610083c3bea..98158d479f5 100644
--- a/sci-geosciences/qmapshack/Manifest
+++ b/sci-geosciences/qmapshack/Manifest
@@ -1,3 +1,2 @@
 DIST qmapshack-1.14.0.tar.gz 12541988 BLAKE2B 
146df8ab42bd5a5249207b88bf1a17b4ba20706c8114cc059b847d0b32c9d53919f931d778402a10dd62f0d86948bff8eefd29684c433c1d4bfd7e2ce019ce55
 SHA512 
675a72a79839ad0b96fc0717ad7eca43c4ce331645ba3ad1325f9bf114abcf2ecd164eeab0c41775fe84aa626fc67272cd9c869047f57b225ff493f66881ff99
-DIST qmapshack-1.14.1.tar.gz 12541988 BLAKE2B 
146df8ab42bd5a5249207b88bf1a17b4ba20706c8114cc059b847d0b32c9d53919f931d778402a10dd62f0d86948bff8eefd29684c433c1d4bfd7e2ce019ce55
 SHA512 
675a72a79839ad0b96fc0717ad7eca43c4ce331645ba3ad1325f9bf114abcf2ecd164eeab0c41775fe84aa626fc67272cd9c869047f57b225ff493f66881ff99
 DIST qmapshack-1.15.0.tar.gz 46097781 BLAKE2B 
16db9c59bd669e55dbb67af0411570963ff6a59f24c75d62421540fa1437cbc4dd837cf115b2649b3482e191ae11040b567f34babbf9ad46bb09114727ad4ae9
 SHA512 
92e2b40c37cccbb4848dab1afd872d3cb29b4a162d44d57a1042ea0d5139ffc976bc02407d327b6f5cd3e0d08dbd526661fcbc0e05602fda15f78fd9bbce52cb

diff --git a/sci-geosciences/qmapshack/qmapshack-1.14.1.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.14.1.ebuild
deleted file mode 100644
index ce8d3a1b868..000
--- a/sci-geosciences/qmapshack/qmapshack-1.14.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake-utils xdg
-
-DESCRIPTION="GPS mapping utility"
-HOMEPAGE="https://github.com/Maproom/qmapshack/wiki;
-SRC_URI="https://github.com/Maproom/${PN}/archive/V_1.14.0.tar.gz -> 
${P}.tar.gz"
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-RDEPEND="dev-qt/qtwebengine:5[widgets]
-   dev-qt/qtdeclarative:5[widgets]
-   dev-qt/qtprintsupport:5
-   dev-qt/qtpositioning:5
-   dev-qt/qtdbus:5
-   dev-qt/qttest:5
-   dev-qt/designer:5
-   dev-qt/qtnetwork:5[ssl]
-   dev-qt/qtsql:5
-   dev-libs/quazip
-   >=sci-geosciences/routino-3.1.1
-   sci-libs/gdal
-   >=sci-libs/proj-6.0.0:=
-   sci-libs/alglib"
-DEPEND="${RDEPEND}
-   dev-qt/linguist-tools:5"
-
-PATCHES=( "${FILESDIR}"/${PN}-positioning.patch )
-S="${WORKDIR}"/${PN}-V_1.14.0
-
-src_prepare() {
-   cmake-utils_src_prepare
-   cp "${FILESDIR}"/FindPROJ4.cmake cmake/Modules/ || die
-}



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/, sci-geosciences/qmapshack/files/

2020-06-22 Thread Andrey Grozin
commit: 2584225aa4c049215322e2919bbf8acfbaae3068
Author: Andrey Grozin  gentoo  org>
AuthorDate: Mon Jun 22 14:43:54 2020 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Mon Jun 22 14:43:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2584225a

sci-geosciences/qmapshack: bump to 1.15

Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Andrey Grozin  gentoo.org>

 sci-geosciences/qmapshack/Manifest |  1 +
 .../qmapshack/files/qmapshack-qt-5.15.patch| 67 ++
 sci-geosciences/qmapshack/qmapshack-1.15.0.ebuild  | 45 +++
 3 files changed, 113 insertions(+)

diff --git a/sci-geosciences/qmapshack/Manifest 
b/sci-geosciences/qmapshack/Manifest
index 940fd018d39..610083c3bea 100644
--- a/sci-geosciences/qmapshack/Manifest
+++ b/sci-geosciences/qmapshack/Manifest
@@ -1,2 +1,3 @@
 DIST qmapshack-1.14.0.tar.gz 12541988 BLAKE2B 
146df8ab42bd5a5249207b88bf1a17b4ba20706c8114cc059b847d0b32c9d53919f931d778402a10dd62f0d86948bff8eefd29684c433c1d4bfd7e2ce019ce55
 SHA512 
675a72a79839ad0b96fc0717ad7eca43c4ce331645ba3ad1325f9bf114abcf2ecd164eeab0c41775fe84aa626fc67272cd9c869047f57b225ff493f66881ff99
 DIST qmapshack-1.14.1.tar.gz 12541988 BLAKE2B 
146df8ab42bd5a5249207b88bf1a17b4ba20706c8114cc059b847d0b32c9d53919f931d778402a10dd62f0d86948bff8eefd29684c433c1d4bfd7e2ce019ce55
 SHA512 
675a72a79839ad0b96fc0717ad7eca43c4ce331645ba3ad1325f9bf114abcf2ecd164eeab0c41775fe84aa626fc67272cd9c869047f57b225ff493f66881ff99
+DIST qmapshack-1.15.0.tar.gz 46097781 BLAKE2B 
16db9c59bd669e55dbb67af0411570963ff6a59f24c75d62421540fa1437cbc4dd837cf115b2649b3482e191ae11040b567f34babbf9ad46bb09114727ad4ae9
 SHA512 
92e2b40c37cccbb4848dab1afd872d3cb29b4a162d44d57a1042ea0d5139ffc976bc02407d327b6f5cd3e0d08dbd526661fcbc0e05602fda15f78fd9bbce52cb

diff --git a/sci-geosciences/qmapshack/files/qmapshack-qt-5.15.patch 
b/sci-geosciences/qmapshack/files/qmapshack-qt-5.15.patch
new file mode 100644
index 000..08d8946f69d
--- /dev/null
+++ b/sci-geosciences/qmapshack/files/qmapshack-qt-5.15.patch
@@ -0,0 +1,67 @@
+diff -U3 -r qmapshack-V_1.15.0.orig/src/qmapshack/gis/wpt/CGisItemWpt.cpp 
qmapshack-V_1.15.0/src/qmapshack/gis/wpt/CGisItemWpt.cpp
+--- qmapshack-V_1.15.0.orig/src/qmapshack/gis/wpt/CGisItemWpt.cpp  
2020-06-14 17:22:49.0 +0700
 qmapshack-V_1.15.0/src/qmapshack/gis/wpt/CGisItemWpt.cpp   2020-06-22 
17:41:58.776553045 +0700
+@@ -38,6 +38,7 @@
+ 
+ #include 
+ #include 
++#include 
+ 
+ IGisItem::key_t CGisItemWpt::keyUserFocus;
+ QMap CGisItemWpt::keywordLambdaMap;
+diff -U3 -r qmapshack-V_1.15.0.orig/src/qmapshack/helpers/CDraw.cpp 
qmapshack-V_1.15.0/src/qmapshack/helpers/CDraw.cpp
+--- qmapshack-V_1.15.0.orig/src/qmapshack/helpers/CDraw.cpp2020-06-14 
17:22:49.0 +0700
 qmapshack-V_1.15.0/src/qmapshack/helpers/CDraw.cpp 2020-06-22 
17:45:43.431558615 +0700
+@@ -24,6 +24,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ 
+ QPen CDraw::penBorderBlue(QColor(10, 10, 150, 220), 2);
+ QPen CDraw::penBorderGray(Qt::lightGray, 2);
+diff -U3 -r qmapshack-V_1.15.0.orig/src/qmapshack/map/CMapIMG.cpp 
qmapshack-V_1.15.0/src/qmapshack/map/CMapIMG.cpp
+--- qmapshack-V_1.15.0.orig/src/qmapshack/map/CMapIMG.cpp  2020-06-14 
17:22:49.0 +0700
 qmapshack-V_1.15.0/src/qmapshack/map/CMapIMG.cpp   2020-06-22 
17:47:21.413561045 +0700
+@@ -33,6 +33,7 @@
+ #include "units/IUnit.h"
+ 
+ #include 
++#include 
+ 
+ #undef DEBUG_SHOW_SECT_DESC
+ #undef DEBUG_SHOW_TRE_DATA
+diff -U3 -r qmapshack-V_1.15.0.orig/src/qmapshack/mouse/IMouseSelect.cpp 
qmapshack-V_1.15.0/src/qmapshack/mouse/IMouseSelect.cpp
+--- qmapshack-V_1.15.0.orig/src/qmapshack/mouse/IMouseSelect.cpp   
2020-06-14 17:22:49.0 +0700
 qmapshack-V_1.15.0/src/qmapshack/mouse/IMouseSelect.cpp2020-06-22 
17:43:31.338555340 +0700
+@@ -23,6 +23,7 @@
+ #include "mouse/IScrOpt.h"
+ 
+ #include 
++#include 
+ 
+ IMouseSelect::IMouseSelect(CGisDraw *gis, CCanvas *canvas, CMouseAdapter 
*mouse)
+ : IMouse(gis, canvas, mouse)
+diff -U3 -r qmapshack-V_1.15.0.orig/src/qmaptool/helpers/CDraw.cpp 
qmapshack-V_1.15.0/src/qmaptool/helpers/CDraw.cpp
+--- qmapshack-V_1.15.0.orig/src/qmaptool/helpers/CDraw.cpp 2020-06-14 
17:22:49.0 +0700
 qmapshack-V_1.15.0/src/qmaptool/helpers/CDraw.cpp  2020-06-22 
17:49:14.789563856 +0700
+@@ -24,6 +24,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ 
+ QPen CDraw::penBorderBlue(QColor(10,10,150,220),2);
+ QPen CDraw::penBorderGray(Qt::lightGray,2);
+diff -U3 -r qmapshack-V_1.15.0.orig/src/qmaptool/overlay/COverlayCutMap.cpp 
qmapshack-V_1.15.0/src/qmaptool/overlay/COverlayCutMap.cpp
+--- qmapshack-V_1.15.0.orig/src/qmaptool/overlay/COverlayCutMap.cpp
2020-06-14 17:22:49.0 +0700
 qmapshack-V_1.15.0/src/qmaptool/overlay/COverlayCutMap.cpp 2020-06-22 
17:50:08.109565178 +0700
+@@ -24,6 +24,8 @@
+ 
+ #include 
+ #include 
++#include 
++
+ using std::bind;
+ 
+ 

[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/

2020-04-29 Thread Andrey Grozin
commit: 6f6049496ad384d694275fb46fb53adf4e525756
Author: Andrey Grozin  gentoo  org>
AuthorDate: Wed Apr 29 17:09:03 2020 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Wed Apr 29 17:09:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f604949

sci-geosciences/qmapshack: bump to 1.14.1

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrey Grozin  gentoo.org>

 sci-geosciences/qmapshack/Manifest|  1 +
 sci-geosciences/qmapshack/qmapshack-1.14.1.ebuild | 38 +++
 2 files changed, 39 insertions(+)

diff --git a/sci-geosciences/qmapshack/Manifest 
b/sci-geosciences/qmapshack/Manifest
index 963f9099cb2..940fd018d39 100644
--- a/sci-geosciences/qmapshack/Manifest
+++ b/sci-geosciences/qmapshack/Manifest
@@ -1 +1,2 @@
 DIST qmapshack-1.14.0.tar.gz 12541988 BLAKE2B 
146df8ab42bd5a5249207b88bf1a17b4ba20706c8114cc059b847d0b32c9d53919f931d778402a10dd62f0d86948bff8eefd29684c433c1d4bfd7e2ce019ce55
 SHA512 
675a72a79839ad0b96fc0717ad7eca43c4ce331645ba3ad1325f9bf114abcf2ecd164eeab0c41775fe84aa626fc67272cd9c869047f57b225ff493f66881ff99
+DIST qmapshack-1.14.1.tar.gz 12541988 BLAKE2B 
146df8ab42bd5a5249207b88bf1a17b4ba20706c8114cc059b847d0b32c9d53919f931d778402a10dd62f0d86948bff8eefd29684c433c1d4bfd7e2ce019ce55
 SHA512 
675a72a79839ad0b96fc0717ad7eca43c4ce331645ba3ad1325f9bf114abcf2ecd164eeab0c41775fe84aa626fc67272cd9c869047f57b225ff493f66881ff99

diff --git a/sci-geosciences/qmapshack/qmapshack-1.14.1.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.14.1.ebuild
new file mode 100644
index 000..ce8d3a1b868
--- /dev/null
+++ b/sci-geosciences/qmapshack/qmapshack-1.14.1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-utils xdg
+
+DESCRIPTION="GPS mapping utility"
+HOMEPAGE="https://github.com/Maproom/qmapshack/wiki;
+SRC_URI="https://github.com/Maproom/${PN}/archive/V_1.14.0.tar.gz -> 
${P}.tar.gz"
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+RDEPEND="dev-qt/qtwebengine:5[widgets]
+   dev-qt/qtdeclarative:5[widgets]
+   dev-qt/qtprintsupport:5
+   dev-qt/qtpositioning:5
+   dev-qt/qtdbus:5
+   dev-qt/qttest:5
+   dev-qt/designer:5
+   dev-qt/qtnetwork:5[ssl]
+   dev-qt/qtsql:5
+   dev-libs/quazip
+   >=sci-geosciences/routino-3.1.1
+   sci-libs/gdal
+   >=sci-libs/proj-6.0.0:=
+   sci-libs/alglib"
+DEPEND="${RDEPEND}
+   dev-qt/linguist-tools:5"
+
+PATCHES=( "${FILESDIR}"/${PN}-positioning.patch )
+S="${WORKDIR}"/${PN}-V_1.14.0
+
+src_prepare() {
+   cmake-utils_src_prepare
+   cp "${FILESDIR}"/FindPROJ4.cmake cmake/Modules/ || die
+}



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/

2020-02-08 Thread Andrey Grozin
commit: e38197680bb0f25cdb920fef6553442ea96dfb35
Author: Andrey Grozin  gentoo  org>
AuthorDate: Sun Feb  9 03:58:18 2020 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Sun Feb  9 03:58:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3819768

sci-geosciences/qmapshack: cleaning old

Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Andrey Grozin  gentoo.org>

 sci-geosciences/qmapshack/Manifest|  2 --
 sci-geosciences/qmapshack/qmapshack-1.12.0.ebuild | 41 ---
 sci-geosciences/qmapshack/qmapshack-1.13.2.ebuild | 37 
 3 files changed, 80 deletions(-)

diff --git a/sci-geosciences/qmapshack/Manifest 
b/sci-geosciences/qmapshack/Manifest
index 8da90c6f9ee..963f9099cb2 100644
--- a/sci-geosciences/qmapshack/Manifest
+++ b/sci-geosciences/qmapshack/Manifest
@@ -1,3 +1 @@
-DIST qmapshack-1.12.0.tar.gz 12030329 BLAKE2B 
af641e76b00ee7dc7d964fd9f4ba75e51d7d6bcc4b33e020129181655371cda91f8ddffdcfd489f55228c22fc63416e6e5c8f4b1755a6a07e5832895a921afc7
 SHA512 
dac6081b37eab39431221acdd48a3e61876ff40e4f76aac7eed9232e839cabc69a099cb2e9e29fcc23cf439eaa8a3d1522be17e24c71e2b6d3f332eb3127efb5
-DIST qmapshack-1.13.2.tar.gz 12725064 BLAKE2B 
fad8fdbb9fe1559823bcb835f64d88751c4f8593b8e1b213df17d5450c12eaf8c470241c1dde1299a555d698ddae1aee6cb66bee09baa6e3339513e65bacbb79
 SHA512 
0f2d260cb58e1cc995a05eda213d7c3ddd219cb5829164f406f928da5bbaf681d41743534f0354ba59786339ff193925d41ffddc5efa5dcf27fbbcbc070b98f3
 DIST qmapshack-1.14.0.tar.gz 12541988 BLAKE2B 
146df8ab42bd5a5249207b88bf1a17b4ba20706c8114cc059b847d0b32c9d53919f931d778402a10dd62f0d86948bff8eefd29684c433c1d4bfd7e2ce019ce55
 SHA512 
675a72a79839ad0b96fc0717ad7eca43c4ce331645ba3ad1325f9bf114abcf2ecd164eeab0c41775fe84aa626fc67272cd9c869047f57b225ff493f66881ff99

diff --git a/sci-geosciences/qmapshack/qmapshack-1.12.0.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.12.0.ebuild
deleted file mode 100644
index 29267c1a382..000
--- a/sci-geosciences/qmapshack/qmapshack-1.12.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils xdg-utils gnome2-utils
-
-DESCRIPTION="GPS mapping utility"
-HOMEPAGE="https://bitbucket.org/maproom/qmapshack/wiki/Home;
-SRC_URI="https://bitbucket.org/maproom/${PN}/downloads/${P}.tar.gz;
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-RDEPEND="dev-qt/qtwebengine:5[widgets]
-   dev-qt/qtdeclarative:5[widgets]
-   dev-qt/qtprintsupport:5
-   dev-qt/qtdbus:5
-   dev-qt/qttest:5
-   dev-qt/designer:5
-   dev-qt/qtnetwork:5[ssl]
-   dev-qt/qtsql:5
-   dev-libs/quazip
-   >=sci-geosciences/routino-3.1.1
-   sci-libs/gdal
-   sci-libs/proj
-   sci-libs/alglib"
-DEPEND="${RDEPEND}
-   dev-qt/linguist-tools:5"
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-   gnome2_icon_cache_update
-}

diff --git a/sci-geosciences/qmapshack/qmapshack-1.13.2.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.13.2.ebuild
deleted file mode 100644
index 5d7932b589d..000
--- a/sci-geosciences/qmapshack/qmapshack-1.13.2.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake-utils xdg
-
-DESCRIPTION="GPS mapping utility"
-HOMEPAGE="https://bitbucket.org/maproom/qmapshack/wiki/Home;
-SRC_URI="https://bitbucket.org/maproom/${PN}/downloads/${P}.tar.gz;
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-RDEPEND="dev-qt/qtwebengine:5[widgets]
-   dev-qt/qtdeclarative:5[widgets]
-   dev-qt/qtprintsupport:5
-   dev-qt/qtpositioning:5
-   dev-qt/qtdbus:5
-   dev-qt/qttest:5
-   dev-qt/designer:5
-   dev-qt/qtnetwork:5[ssl]
-   dev-qt/qtsql:5
-   dev-libs/quazip
-   >=sci-geosciences/routino-3.1.1
-   sci-libs/gdal
-   >=sci-libs/proj-5.0.0
-   sci-libs/alglib"
-DEPEND="${RDEPEND}
-   dev-qt/linguist-tools:5"
-
-PATCHES=( "${FILESDIR}"/${PN}-positioning.patch )
-
-src_prepare() {
-   cmake-utils_src_prepare
-   cp "${FILESDIR}"/FindPROJ4.cmake cmake/Modules/ || die
-}



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/

2020-02-03 Thread Agostino Sarubbo
commit: 4c25a76c5763bea639219ce2bf7d540ab3016d80
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb  3 15:23:09 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb  3 15:23:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c25a76c

sci-geosciences/qmapshack: x86 stable wrt bug #707322

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sci-geosciences/qmapshack/qmapshack-1.14.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-geosciences/qmapshack/qmapshack-1.14.0.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.14.0.ebuild
index 2389c8c9d4f..acb33f65883 100644
--- a/sci-geosciences/qmapshack/qmapshack-1.14.0.ebuild
+++ b/sci-geosciences/qmapshack/qmapshack-1.14.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/Maproom/qmapshack/wiki;
 SRC_URI="https://github.com/Maproom/${PN}/archive/V_1.14.0.tar.gz -> 
${P}.tar.gz"
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 RDEPEND="dev-qt/qtwebengine:5[widgets]
dev-qt/qtdeclarative:5[widgets]



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/

2020-02-03 Thread Agostino Sarubbo
commit: e62d2d454fdfd8d7af6d155929e2989c7b4d1b72
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb  3 13:32:29 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb  3 13:32:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e62d2d45

sci-geosciences/qmapshack: amd64 stable wrt bug #707322

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sci-geosciences/qmapshack/qmapshack-1.14.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-geosciences/qmapshack/qmapshack-1.14.0.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.14.0.ebuild
index 3897457cafe..2389c8c9d4f 100644
--- a/sci-geosciences/qmapshack/qmapshack-1.14.0.ebuild
+++ b/sci-geosciences/qmapshack/qmapshack-1.14.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/Maproom/qmapshack/wiki;
 SRC_URI="https://github.com/Maproom/${PN}/archive/V_1.14.0.tar.gz -> 
${P}.tar.gz"
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 RDEPEND="dev-qt/qtwebengine:5[widgets]
dev-qt/qtdeclarative:5[widgets]



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/

2019-11-03 Thread Andrey Grozin
commit: c1909b0b722fe259c7b4219d3fd9a8297c2235c0
Author: Andrey Grozin  gentoo  org>
AuthorDate: Sun Nov  3 12:16:38 2019 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Sun Nov  3 12:16:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1909b0b

sci-geosciences/qmapshack: bump to 1.14.0

Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Andrey Grozin  gentoo.org>

 sci-geosciences/qmapshack/Manifest|  1 +
 sci-geosciences/qmapshack/qmapshack-1.14.0.ebuild | 38 +++
 2 files changed, 39 insertions(+)

diff --git a/sci-geosciences/qmapshack/Manifest 
b/sci-geosciences/qmapshack/Manifest
index bc558932897..8da90c6f9ee 100644
--- a/sci-geosciences/qmapshack/Manifest
+++ b/sci-geosciences/qmapshack/Manifest
@@ -1,2 +1,3 @@
 DIST qmapshack-1.12.0.tar.gz 12030329 BLAKE2B 
af641e76b00ee7dc7d964fd9f4ba75e51d7d6bcc4b33e020129181655371cda91f8ddffdcfd489f55228c22fc63416e6e5c8f4b1755a6a07e5832895a921afc7
 SHA512 
dac6081b37eab39431221acdd48a3e61876ff40e4f76aac7eed9232e839cabc69a099cb2e9e29fcc23cf439eaa8a3d1522be17e24c71e2b6d3f332eb3127efb5
 DIST qmapshack-1.13.2.tar.gz 12725064 BLAKE2B 
fad8fdbb9fe1559823bcb835f64d88751c4f8593b8e1b213df17d5450c12eaf8c470241c1dde1299a555d698ddae1aee6cb66bee09baa6e3339513e65bacbb79
 SHA512 
0f2d260cb58e1cc995a05eda213d7c3ddd219cb5829164f406f928da5bbaf681d41743534f0354ba59786339ff193925d41ffddc5efa5dcf27fbbcbc070b98f3
+DIST qmapshack-1.14.0.tar.gz 12541988 BLAKE2B 
146df8ab42bd5a5249207b88bf1a17b4ba20706c8114cc059b847d0b32c9d53919f931d778402a10dd62f0d86948bff8eefd29684c433c1d4bfd7e2ce019ce55
 SHA512 
675a72a79839ad0b96fc0717ad7eca43c4ce331645ba3ad1325f9bf114abcf2ecd164eeab0c41775fe84aa626fc67272cd9c869047f57b225ff493f66881ff99

diff --git a/sci-geosciences/qmapshack/qmapshack-1.14.0.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.14.0.ebuild
new file mode 100644
index 000..3897457cafe
--- /dev/null
+++ b/sci-geosciences/qmapshack/qmapshack-1.14.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-utils xdg
+
+DESCRIPTION="GPS mapping utility"
+HOMEPAGE="https://github.com/Maproom/qmapshack/wiki;
+SRC_URI="https://github.com/Maproom/${PN}/archive/V_1.14.0.tar.gz -> 
${P}.tar.gz"
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+RDEPEND="dev-qt/qtwebengine:5[widgets]
+   dev-qt/qtdeclarative:5[widgets]
+   dev-qt/qtprintsupport:5
+   dev-qt/qtpositioning:5
+   dev-qt/qtdbus:5
+   dev-qt/qttest:5
+   dev-qt/designer:5
+   dev-qt/qtnetwork:5[ssl]
+   dev-qt/qtsql:5
+   dev-libs/quazip
+   >=sci-geosciences/routino-3.1.1
+   sci-libs/gdal
+   >=sci-libs/proj-5.0.0
+   sci-libs/alglib"
+DEPEND="${RDEPEND}
+   dev-qt/linguist-tools:5"
+
+PATCHES=( "${FILESDIR}"/${PN}-positioning.patch )
+S="${WORKDIR}"/${PN}-V_${PV}
+
+src_prepare() {
+   cmake-utils_src_prepare
+   cp "${FILESDIR}"/FindPROJ4.cmake cmake/Modules/ || die
+}



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/

2019-11-03 Thread Andrey Grozin
commit: b9661963923a75780435243fa42ddc8b2b9b0a7c
Author: Andrey Grozin  gentoo  org>
AuthorDate: Sun Nov  3 11:49:57 2019 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Sun Nov  3 11:49:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9661963

sci-geosciences/qmapshack: cleaning old versions

Closes: https://bugs.gentoo.org/show_bug.cgi?id=686182
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Andrey Grozin  gentoo.org>

 sci-geosciences/qmapshack/Manifest|  2 -
 sci-geosciences/qmapshack/qmapshack-1.13.0.ebuild | 49 ---
 sci-geosciences/qmapshack/qmapshack-1.13.1.ebuild | 49 ---
 3 files changed, 100 deletions(-)

diff --git a/sci-geosciences/qmapshack/Manifest 
b/sci-geosciences/qmapshack/Manifest
index 57621c0b381..bc558932897 100644
--- a/sci-geosciences/qmapshack/Manifest
+++ b/sci-geosciences/qmapshack/Manifest
@@ -1,4 +1,2 @@
 DIST qmapshack-1.12.0.tar.gz 12030329 BLAKE2B 
af641e76b00ee7dc7d964fd9f4ba75e51d7d6bcc4b33e020129181655371cda91f8ddffdcfd489f55228c22fc63416e6e5c8f4b1755a6a07e5832895a921afc7
 SHA512 
dac6081b37eab39431221acdd48a3e61876ff40e4f76aac7eed9232e839cabc69a099cb2e9e29fcc23cf439eaa8a3d1522be17e24c71e2b6d3f332eb3127efb5
-DIST qmapshack-1.13.0.tar.gz 12323773 BLAKE2B 
ea9cc15376546af442c6874e9321dfda268f523edb9908418baa4b3286339b4274f3c4694bebe036fb24ea3af82da1195d323c5e7484ca49039b9a526c29fa12
 SHA512 
cdc876a73d855573854691e3ef1d685499c9da381eb028e4a6e80dcd243df68caa66c92057fc1b896fce2be20e6d2ca43499b0e6827f804f27a0e8cc3749a100
-DIST qmapshack-1.13.1.tar.gz 12615121 BLAKE2B 
d1de6ec299c539da451f800565ea9e1e44edfbe0c1c0fa6ea8d6b1922cffbc94082ae12557050608d21f1d84fb3c5ce37dea1d2b676cd2d15edfaa8da8cbe4c7
 SHA512 
998366a1aff3568e9d0484c54aa18ee7621e9ed676f1f011cfc0566a7bc32379bb525168987f1a6c7332e4791aad6590398dc82d5af14a044ec5eb341b4597b3
 DIST qmapshack-1.13.2.tar.gz 12725064 BLAKE2B 
fad8fdbb9fe1559823bcb835f64d88751c4f8593b8e1b213df17d5450c12eaf8c470241c1dde1299a555d698ddae1aee6cb66bee09baa6e3339513e65bacbb79
 SHA512 
0f2d260cb58e1cc995a05eda213d7c3ddd219cb5829164f406f928da5bbaf681d41743534f0354ba59786339ff193925d41ffddc5efa5dcf27fbbcbc070b98f3

diff --git a/sci-geosciences/qmapshack/qmapshack-1.13.0.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.13.0.ebuild
deleted file mode 100644
index a1e08508c62..000
--- a/sci-geosciences/qmapshack/qmapshack-1.13.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils xdg-utils gnome2-utils
-
-DESCRIPTION="GPS mapping utility"
-HOMEPAGE="https://bitbucket.org/maproom/qmapshack/wiki/Home;
-SRC_URI="https://bitbucket.org/maproom/${PN}/downloads/${P}.tar.gz;
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-RDEPEND="dev-qt/qtwebengine:5[widgets]
-   dev-qt/qtdeclarative:5[widgets]
-   dev-qt/qtprintsupport:5
-   dev-qt/qtpositioning:5
-   dev-qt/qtdbus:5
-   dev-qt/qttest:5
-   dev-qt/designer:5
-   dev-qt/qtnetwork:5[ssl]
-   dev-qt/qtsql:5
-   dev-libs/quazip
-   >=sci-geosciences/routino-3.1.1
-   sci-libs/gdal
-   >=sci-libs/proj-5.0.0
-   sci-libs/alglib"
-DEPEND="${RDEPEND}
-   dev-qt/linguist-tools:5"
-
-PATCHES=( "${FILESDIR}"/${PN}-positioning.patch )
-
-src_prepare() {
-   default
-   cp "${FILESDIR}"/FindPROJ4.cmake cmake/Modules/ || die
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-   gnome2_icon_cache_update
-}

diff --git a/sci-geosciences/qmapshack/qmapshack-1.13.1.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.13.1.ebuild
deleted file mode 100644
index a1e08508c62..000
--- a/sci-geosciences/qmapshack/qmapshack-1.13.1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils xdg-utils gnome2-utils
-
-DESCRIPTION="GPS mapping utility"
-HOMEPAGE="https://bitbucket.org/maproom/qmapshack/wiki/Home;
-SRC_URI="https://bitbucket.org/maproom/${PN}/downloads/${P}.tar.gz;
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-RDEPEND="dev-qt/qtwebengine:5[widgets]
-   dev-qt/qtdeclarative:5[widgets]
-   dev-qt/qtprintsupport:5
-   dev-qt/qtpositioning:5
-   dev-qt/qtdbus:5
-   dev-qt/qttest:5
-   dev-qt/designer:5
-   dev-qt/qtnetwork:5[ssl]
-   dev-qt/qtsql:5
-   dev-libs/quazip
-   >=sci-geosciences/routino-3.1.1
-   sci-libs/gdal
-   >=sci-libs/proj-5.0.0
-   sci-libs/alglib"
-DEPEND="${RDEPEND}
-   dev-qt/linguist-tools:5"
-
-PATCHES=( "${FILESDIR}"/${PN}-positioning.patch )
-
-src_prepare() {
-   default
-   cp "${FILESDIR}"/FindPROJ4.cmake 

[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/

2019-09-14 Thread Andrey Grozin
commit: a01073ac2ef6316c07f2a22b6a000e93eaae2675
Author: Andrey Grozin  gentoo  org>
AuthorDate: Sat Sep 14 11:19:53 2019 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Sat Sep 14 11:19:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a01073ac

sci-geosciences/qmapshack: bump to 1.13.2

Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Andrey Grozin  gentoo.org>

 sci-geosciences/qmapshack/Manifest|  1 +
 sci-geosciences/qmapshack/qmapshack-1.13.2.ebuild | 37 +++
 2 files changed, 38 insertions(+)

diff --git a/sci-geosciences/qmapshack/Manifest 
b/sci-geosciences/qmapshack/Manifest
index eeeba574dd9..57621c0b381 100644
--- a/sci-geosciences/qmapshack/Manifest
+++ b/sci-geosciences/qmapshack/Manifest
@@ -1,3 +1,4 @@
 DIST qmapshack-1.12.0.tar.gz 12030329 BLAKE2B 
af641e76b00ee7dc7d964fd9f4ba75e51d7d6bcc4b33e020129181655371cda91f8ddffdcfd489f55228c22fc63416e6e5c8f4b1755a6a07e5832895a921afc7
 SHA512 
dac6081b37eab39431221acdd48a3e61876ff40e4f76aac7eed9232e839cabc69a099cb2e9e29fcc23cf439eaa8a3d1522be17e24c71e2b6d3f332eb3127efb5
 DIST qmapshack-1.13.0.tar.gz 12323773 BLAKE2B 
ea9cc15376546af442c6874e9321dfda268f523edb9908418baa4b3286339b4274f3c4694bebe036fb24ea3af82da1195d323c5e7484ca49039b9a526c29fa12
 SHA512 
cdc876a73d855573854691e3ef1d685499c9da381eb028e4a6e80dcd243df68caa66c92057fc1b896fce2be20e6d2ca43499b0e6827f804f27a0e8cc3749a100
 DIST qmapshack-1.13.1.tar.gz 12615121 BLAKE2B 
d1de6ec299c539da451f800565ea9e1e44edfbe0c1c0fa6ea8d6b1922cffbc94082ae12557050608d21f1d84fb3c5ce37dea1d2b676cd2d15edfaa8da8cbe4c7
 SHA512 
998366a1aff3568e9d0484c54aa18ee7621e9ed676f1f011cfc0566a7bc32379bb525168987f1a6c7332e4791aad6590398dc82d5af14a044ec5eb341b4597b3
+DIST qmapshack-1.13.2.tar.gz 12725064 BLAKE2B 
fad8fdbb9fe1559823bcb835f64d88751c4f8593b8e1b213df17d5450c12eaf8c470241c1dde1299a555d698ddae1aee6cb66bee09baa6e3339513e65bacbb79
 SHA512 
0f2d260cb58e1cc995a05eda213d7c3ddd219cb5829164f406f928da5bbaf681d41743534f0354ba59786339ff193925d41ffddc5efa5dcf27fbbcbc070b98f3

diff --git a/sci-geosciences/qmapshack/qmapshack-1.13.2.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.13.2.ebuild
new file mode 100644
index 000..5d7932b589d
--- /dev/null
+++ b/sci-geosciences/qmapshack/qmapshack-1.13.2.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-utils xdg
+
+DESCRIPTION="GPS mapping utility"
+HOMEPAGE="https://bitbucket.org/maproom/qmapshack/wiki/Home;
+SRC_URI="https://bitbucket.org/maproom/${PN}/downloads/${P}.tar.gz;
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+RDEPEND="dev-qt/qtwebengine:5[widgets]
+   dev-qt/qtdeclarative:5[widgets]
+   dev-qt/qtprintsupport:5
+   dev-qt/qtpositioning:5
+   dev-qt/qtdbus:5
+   dev-qt/qttest:5
+   dev-qt/designer:5
+   dev-qt/qtnetwork:5[ssl]
+   dev-qt/qtsql:5
+   dev-libs/quazip
+   >=sci-geosciences/routino-3.1.1
+   sci-libs/gdal
+   >=sci-libs/proj-5.0.0
+   sci-libs/alglib"
+DEPEND="${RDEPEND}
+   dev-qt/linguist-tools:5"
+
+PATCHES=( "${FILESDIR}"/${PN}-positioning.patch )
+
+src_prepare() {
+   cmake-utils_src_prepare
+   cp "${FILESDIR}"/FindPROJ4.cmake cmake/Modules/ || die
+}



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/

2019-08-18 Thread Andrey Grozin
commit: 006542936bad2d5570f742d49f5cc221da67fdd3
Author: Andrey Grozin  gentoo  org>
AuthorDate: Sun Aug 18 14:53:07 2019 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Sun Aug 18 14:53:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00654293

sci-geosciences/qmapshack: bump to 1.13.1

Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Andrey Grozin  gentoo.org>

 sci-geosciences/qmapshack/Manifest|  1 +
 sci-geosciences/qmapshack/qmapshack-1.13.1.ebuild | 49 +++
 2 files changed, 50 insertions(+)

diff --git a/sci-geosciences/qmapshack/Manifest 
b/sci-geosciences/qmapshack/Manifest
index 8f6c32952cb..eeeba574dd9 100644
--- a/sci-geosciences/qmapshack/Manifest
+++ b/sci-geosciences/qmapshack/Manifest
@@ -1,2 +1,3 @@
 DIST qmapshack-1.12.0.tar.gz 12030329 BLAKE2B 
af641e76b00ee7dc7d964fd9f4ba75e51d7d6bcc4b33e020129181655371cda91f8ddffdcfd489f55228c22fc63416e6e5c8f4b1755a6a07e5832895a921afc7
 SHA512 
dac6081b37eab39431221acdd48a3e61876ff40e4f76aac7eed9232e839cabc69a099cb2e9e29fcc23cf439eaa8a3d1522be17e24c71e2b6d3f332eb3127efb5
 DIST qmapshack-1.13.0.tar.gz 12323773 BLAKE2B 
ea9cc15376546af442c6874e9321dfda268f523edb9908418baa4b3286339b4274f3c4694bebe036fb24ea3af82da1195d323c5e7484ca49039b9a526c29fa12
 SHA512 
cdc876a73d855573854691e3ef1d685499c9da381eb028e4a6e80dcd243df68caa66c92057fc1b896fce2be20e6d2ca43499b0e6827f804f27a0e8cc3749a100
+DIST qmapshack-1.13.1.tar.gz 12615121 BLAKE2B 
d1de6ec299c539da451f800565ea9e1e44edfbe0c1c0fa6ea8d6b1922cffbc94082ae12557050608d21f1d84fb3c5ce37dea1d2b676cd2d15edfaa8da8cbe4c7
 SHA512 
998366a1aff3568e9d0484c54aa18ee7621e9ed676f1f011cfc0566a7bc32379bb525168987f1a6c7332e4791aad6590398dc82d5af14a044ec5eb341b4597b3

diff --git a/sci-geosciences/qmapshack/qmapshack-1.13.1.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.13.1.ebuild
new file mode 100644
index 000..a1e08508c62
--- /dev/null
+++ b/sci-geosciences/qmapshack/qmapshack-1.13.1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils xdg-utils gnome2-utils
+
+DESCRIPTION="GPS mapping utility"
+HOMEPAGE="https://bitbucket.org/maproom/qmapshack/wiki/Home;
+SRC_URI="https://bitbucket.org/maproom/${PN}/downloads/${P}.tar.gz;
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+RDEPEND="dev-qt/qtwebengine:5[widgets]
+   dev-qt/qtdeclarative:5[widgets]
+   dev-qt/qtprintsupport:5
+   dev-qt/qtpositioning:5
+   dev-qt/qtdbus:5
+   dev-qt/qttest:5
+   dev-qt/designer:5
+   dev-qt/qtnetwork:5[ssl]
+   dev-qt/qtsql:5
+   dev-libs/quazip
+   >=sci-geosciences/routino-3.1.1
+   sci-libs/gdal
+   >=sci-libs/proj-5.0.0
+   sci-libs/alglib"
+DEPEND="${RDEPEND}
+   dev-qt/linguist-tools:5"
+
+PATCHES=( "${FILESDIR}"/${PN}-positioning.patch )
+
+src_prepare() {
+   default
+   cp "${FILESDIR}"/FindPROJ4.cmake cmake/Modules/ || die
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/

2019-08-18 Thread Andrey Grozin
commit: 3399503433b9b241d08226ec3945769aa96f5642
Author: Andrey Grozin  gentoo  org>
AuthorDate: Sun Aug 18 14:51:36 2019 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Sun Aug 18 14:51:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33995034

sci-geosciences/qmapshack: cleaning old versions

Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Andrey Grozin  gentoo.org>

 sci-geosciences/qmapshack/Manifest|  2 --
 sci-geosciences/qmapshack/qmapshack-1.12.1.ebuild | 41 ---
 sci-geosciences/qmapshack/qmapshack-1.12.3.ebuild | 41 ---
 3 files changed, 84 deletions(-)

diff --git a/sci-geosciences/qmapshack/Manifest 
b/sci-geosciences/qmapshack/Manifest
index 11b1647491a..8f6c32952cb 100644
--- a/sci-geosciences/qmapshack/Manifest
+++ b/sci-geosciences/qmapshack/Manifest
@@ -1,4 +1,2 @@
 DIST qmapshack-1.12.0.tar.gz 12030329 BLAKE2B 
af641e76b00ee7dc7d964fd9f4ba75e51d7d6bcc4b33e020129181655371cda91f8ddffdcfd489f55228c22fc63416e6e5c8f4b1755a6a07e5832895a921afc7
 SHA512 
dac6081b37eab39431221acdd48a3e61876ff40e4f76aac7eed9232e839cabc69a099cb2e9e29fcc23cf439eaa8a3d1522be17e24c71e2b6d3f332eb3127efb5
-DIST qmapshack-1.12.1.tar.gz 12033026 BLAKE2B 
e898507bad42a141f02cf8fd0338cdf9f39344b249318be29d1e6eb500a9e810496c6a790745cf50aec0025b5547be8382ef0c9eab2d780cbf63f9d29eb064a9
 SHA512 
c9b6ad0c7372cc4d992cee07d20ee0ad5779014ce6336644e13be705ec0bbed22d5f83e27473c2813c5bf13e49558686546c50fd597eb9ef2692c64933f94713
-DIST qmapshack-1.12.3.tar.gz 12029443 BLAKE2B 
8d7f117c8379f7181ce68f79f460f59342cf654179c8b85839fe003e06167765e3e2292e14b4bc71c3ba1aeb388fcbb77faccdd57748335c1df8500f9e52ba41
 SHA512 
01a2b73f2f432a24b614c4a325e0b0a2aaf5b6ef75c5a7fbeb2be341adc7c46faa71cf7e9f4fdeb769d546b7a760be553a38ac6cc1c5c2c2d044edd37f550a85
 DIST qmapshack-1.13.0.tar.gz 12323773 BLAKE2B 
ea9cc15376546af442c6874e9321dfda268f523edb9908418baa4b3286339b4274f3c4694bebe036fb24ea3af82da1195d323c5e7484ca49039b9a526c29fa12
 SHA512 
cdc876a73d855573854691e3ef1d685499c9da381eb028e4a6e80dcd243df68caa66c92057fc1b896fce2be20e6d2ca43499b0e6827f804f27a0e8cc3749a100

diff --git a/sci-geosciences/qmapshack/qmapshack-1.12.1.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.12.1.ebuild
deleted file mode 100644
index d7cc3ab65ff..000
--- a/sci-geosciences/qmapshack/qmapshack-1.12.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2019 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils xdg-utils gnome2-utils
-
-DESCRIPTION="GPS mapping utility"
-HOMEPAGE="https://bitbucket.org/maproom/qmapshack/wiki/Home;
-SRC_URI="https://bitbucket.org/maproom/${PN}/downloads/${P}.tar.gz;
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-RDEPEND="dev-qt/qtwebengine:5[widgets]
-   dev-qt/qtdeclarative:5[widgets]
-   dev-qt/qtprintsupport:5
-   dev-qt/qtdbus:5
-   dev-qt/qttest:5
-   dev-qt/designer:5
-   dev-qt/qtnetwork:5[ssl]
-   dev-qt/qtsql:5
-   dev-libs/quazip
-   >=sci-geosciences/routino-3.1.1
-   sci-libs/gdal
-   sci-libs/proj
-   sci-libs/alglib"
-DEPEND="${RDEPEND}
-   dev-qt/linguist-tools:5"
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-   gnome2_icon_cache_update
-}

diff --git a/sci-geosciences/qmapshack/qmapshack-1.12.3.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.12.3.ebuild
deleted file mode 100644
index 6dfd76c879a..000
--- a/sci-geosciences/qmapshack/qmapshack-1.12.3.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils xdg-utils gnome2-utils
-
-DESCRIPTION="GPS mapping utility"
-HOMEPAGE="https://bitbucket.org/maproom/qmapshack/wiki/Home;
-SRC_URI="https://bitbucket.org/maproom/${PN}/downloads/${P}.tar.gz;
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-RDEPEND="dev-qt/qtwebengine:5[widgets]
-   dev-qt/qtdeclarative:5[widgets]
-   dev-qt/qtprintsupport:5
-   dev-qt/qtdbus:5
-   dev-qt/qttest:5
-   dev-qt/designer:5
-   dev-qt/qtnetwork:5[ssl]
-   dev-qt/qtsql:5
-   dev-libs/quazip
-   >=sci-geosciences/routino-3.1.1
-   sci-libs/gdal
-   sci-libs/proj
-   sci-libs/alglib"
-DEPEND="${RDEPEND}
-   dev-qt/linguist-tools:5"
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-   gnome2_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/, sci-geosciences/qmapshack/files/

2019-05-06 Thread Andrey Grozin
commit: 097b001971d868419e74df096a0e6989e3e1b63e
Author: Andrey Grozin  gentoo  org>
AuthorDate: Mon May  6 16:25:51 2019 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Mon May  6 16:25:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=097b0019

sci-geosciences/qmapshack: bump to 1.13.0

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andrey Grozin  gentoo.org>

 sci-geosciences/qmapshack/Manifest |   1 +
 sci-geosciences/qmapshack/files/FindPROJ4.cmake| 152 +
 .../qmapshack/files/qmapshack-positioning.patch|   9 ++
 sci-geosciences/qmapshack/qmapshack-1.13.0.ebuild  |  49 +++
 4 files changed, 211 insertions(+)

diff --git a/sci-geosciences/qmapshack/Manifest 
b/sci-geosciences/qmapshack/Manifest
index f38aefce0f4..11b1647491a 100644
--- a/sci-geosciences/qmapshack/Manifest
+++ b/sci-geosciences/qmapshack/Manifest
@@ -1,3 +1,4 @@
 DIST qmapshack-1.12.0.tar.gz 12030329 BLAKE2B 
af641e76b00ee7dc7d964fd9f4ba75e51d7d6bcc4b33e020129181655371cda91f8ddffdcfd489f55228c22fc63416e6e5c8f4b1755a6a07e5832895a921afc7
 SHA512 
dac6081b37eab39431221acdd48a3e61876ff40e4f76aac7eed9232e839cabc69a099cb2e9e29fcc23cf439eaa8a3d1522be17e24c71e2b6d3f332eb3127efb5
 DIST qmapshack-1.12.1.tar.gz 12033026 BLAKE2B 
e898507bad42a141f02cf8fd0338cdf9f39344b249318be29d1e6eb500a9e810496c6a790745cf50aec0025b5547be8382ef0c9eab2d780cbf63f9d29eb064a9
 SHA512 
c9b6ad0c7372cc4d992cee07d20ee0ad5779014ce6336644e13be705ec0bbed22d5f83e27473c2813c5bf13e49558686546c50fd597eb9ef2692c64933f94713
 DIST qmapshack-1.12.3.tar.gz 12029443 BLAKE2B 
8d7f117c8379f7181ce68f79f460f59342cf654179c8b85839fe003e06167765e3e2292e14b4bc71c3ba1aeb388fcbb77faccdd57748335c1df8500f9e52ba41
 SHA512 
01a2b73f2f432a24b614c4a325e0b0a2aaf5b6ef75c5a7fbeb2be341adc7c46faa71cf7e9f4fdeb769d546b7a760be553a38ac6cc1c5c2c2d044edd37f550a85
+DIST qmapshack-1.13.0.tar.gz 12323773 BLAKE2B 
ea9cc15376546af442c6874e9321dfda268f523edb9908418baa4b3286339b4274f3c4694bebe036fb24ea3af82da1195d323c5e7484ca49039b9a526c29fa12
 SHA512 
cdc876a73d855573854691e3ef1d685499c9da381eb028e4a6e80dcd243df68caa66c92057fc1b896fce2be20e6d2ca43499b0e6827f804f27a0e8cc3749a100

diff --git a/sci-geosciences/qmapshack/files/FindPROJ4.cmake 
b/sci-geosciences/qmapshack/files/FindPROJ4.cmake
new file mode 100644
index 000..093deaa79ae
--- /dev/null
+++ b/sci-geosciences/qmapshack/files/FindPROJ4.cmake
@@ -0,0 +1,152 @@
+#.rst:
+# FindPROJ4
+# 
+#
+# Find the proj includes and library.
+#
+# IMPORTED Targets
+# 
+#
+# This module defines :prop_tgt:`IMPORTED` target ``PROJ4::proj``,
+# if Proj.4 has been found.
+#
+# Result Variables
+# 
+#
+# This module defines the following variables:
+#
+# ::
+#
+#   PROJ4_INCLUDE_DIRS   - where to find proj_api.h, etc.
+#   PROJ4_LIBRARIES  - List of libraries when using libproj.
+#   PROJ4_FOUND  - True if libproj found.
+#
+# ::
+#
+#   PROJ4_VERSION- The version of libproj found (x.y.z)
+#   PROJ4_VERSION_MAJOR  - The major version of libproj
+#   PROJ4_VERSION_MINOR  - The minor version of libproj
+#   PROJ4_VERSION_PATCH  - The patch version of libproj
+#   PROJ4_VERSION_TWEAK  - always 0
+#   PROJ4_VERSION_COUNT  - The number of version components, always 3
+#
+# Hints
+# ^
+#
+# A user may set ``PROJ4_ROOT`` to a libproj installation root to tell this
+# module where to look exclusively.
+
+#=
+# Copyright 2016 Kai Pastor
+#
+#
+# This file was derived from CMake 3.5's module FindZLIB.cmake
+# which has the following terms:
+#
+# Copyright 2001-2011 Kitware, Inc.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions are
+# met:
+#
+# * Redistributions of source code must retain the above copyright notice,
+#   this list of conditions and the following disclaimer.
+#
+# * Redistributions in binary form must reproduce the above copyright notice,
+#   this list of conditions and the following disclaimer in the documentation
+#   and/or other materials provided with the distribution.
+#
+# * The names of Kitware, Inc., the Insight Consortium, or the names of
+#   any consortium members, or of any contributors, may not be used to
+#   endorse or promote products derived from this software without
+#   specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS ``AS IS''
+# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+# ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE FOR
+# ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+# SERVICES; LOSS OF USE, DATA, OR PROFITS; 

[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/

2019-04-04 Thread Andrey Grozin
commit: fb17a1580fa3197d8e4633d45249b92607757ec8
Author: Andrey Grozin  gentoo  org>
AuthorDate: Thu Apr  4 12:44:08 2019 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Thu Apr  4 12:44:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb17a158

sci-geosciences/qmapshack: bump to 1.12.3

Closes: https://bugs.gentoo.org/show_bug.cgi?id=682442
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andrey Grozin  gentoo.org>

 sci-geosciences/qmapshack/Manifest|  1 +
 sci-geosciences/qmapshack/qmapshack-1.12.3.ebuild | 41 +++
 2 files changed, 42 insertions(+)

diff --git a/sci-geosciences/qmapshack/Manifest 
b/sci-geosciences/qmapshack/Manifest
index 142703fb548..f38aefce0f4 100644
--- a/sci-geosciences/qmapshack/Manifest
+++ b/sci-geosciences/qmapshack/Manifest
@@ -1,2 +1,3 @@
 DIST qmapshack-1.12.0.tar.gz 12030329 BLAKE2B 
af641e76b00ee7dc7d964fd9f4ba75e51d7d6bcc4b33e020129181655371cda91f8ddffdcfd489f55228c22fc63416e6e5c8f4b1755a6a07e5832895a921afc7
 SHA512 
dac6081b37eab39431221acdd48a3e61876ff40e4f76aac7eed9232e839cabc69a099cb2e9e29fcc23cf439eaa8a3d1522be17e24c71e2b6d3f332eb3127efb5
 DIST qmapshack-1.12.1.tar.gz 12033026 BLAKE2B 
e898507bad42a141f02cf8fd0338cdf9f39344b249318be29d1e6eb500a9e810496c6a790745cf50aec0025b5547be8382ef0c9eab2d780cbf63f9d29eb064a9
 SHA512 
c9b6ad0c7372cc4d992cee07d20ee0ad5779014ce6336644e13be705ec0bbed22d5f83e27473c2813c5bf13e49558686546c50fd597eb9ef2692c64933f94713
+DIST qmapshack-1.12.3.tar.gz 12029443 BLAKE2B 
8d7f117c8379f7181ce68f79f460f59342cf654179c8b85839fe003e06167765e3e2292e14b4bc71c3ba1aeb388fcbb77faccdd57748335c1df8500f9e52ba41
 SHA512 
01a2b73f2f432a24b614c4a325e0b0a2aaf5b6ef75c5a7fbeb2be341adc7c46faa71cf7e9f4fdeb769d546b7a760be553a38ac6cc1c5c2c2d044edd37f550a85

diff --git a/sci-geosciences/qmapshack/qmapshack-1.12.3.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.12.3.ebuild
new file mode 100644
index 000..6dfd76c879a
--- /dev/null
+++ b/sci-geosciences/qmapshack/qmapshack-1.12.3.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils xdg-utils gnome2-utils
+
+DESCRIPTION="GPS mapping utility"
+HOMEPAGE="https://bitbucket.org/maproom/qmapshack/wiki/Home;
+SRC_URI="https://bitbucket.org/maproom/${PN}/downloads/${P}.tar.gz;
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+RDEPEND="dev-qt/qtwebengine:5[widgets]
+   dev-qt/qtdeclarative:5[widgets]
+   dev-qt/qtprintsupport:5
+   dev-qt/qtdbus:5
+   dev-qt/qttest:5
+   dev-qt/designer:5
+   dev-qt/qtnetwork:5[ssl]
+   dev-qt/qtsql:5
+   dev-libs/quazip
+   >=sci-geosciences/routino-3.1.1
+   sci-libs/gdal
+   sci-libs/proj
+   sci-libs/alglib"
+DEPEND="${RDEPEND}
+   dev-qt/linguist-tools:5"
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/, sci-geosciences/qmapshack/files/

2019-01-26 Thread Andreas Sturmlechner
commit: 1b77e91f68286649ffbb78e2ddcb2f5a7b507081
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jan 26 23:54:35 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jan 26 23:56:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b77e91f

sci-geosciences/qmapshack: Drop 1.11.1-r1

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

 sci-geosciences/qmapshack/Manifest |  1 -
 .../qmapshack/files/qmapshack-1.11.1-qt-5.11.patch | 19 --
 .../qmapshack/qmapshack-1.11.1-r1.ebuild   | 43 --
 3 files changed, 63 deletions(-)

diff --git a/sci-geosciences/qmapshack/Manifest 
b/sci-geosciences/qmapshack/Manifest
index a102c407e48..142703fb548 100644
--- a/sci-geosciences/qmapshack/Manifest
+++ b/sci-geosciences/qmapshack/Manifest
@@ -1,3 +1,2 @@
-DIST qmapshack-1.11.1.tar.gz 11446871 BLAKE2B 
fa92b93787306d23110112fd851f0ee02418ac7b27316f57b4045efc4ae726e36c4014682d1ee32879f8894bab7dcac70852384f8b158e01026d7782f67b5ede
 SHA512 
43e1b587bd3f4901b155ea6d1d520cf303681640c1bd521b30ef7f23aaf49b2fffe9b764e5dd3fcaef360b0d32b360b76eb8d737ec5e186aa75362ff2507956e
 DIST qmapshack-1.12.0.tar.gz 12030329 BLAKE2B 
af641e76b00ee7dc7d964fd9f4ba75e51d7d6bcc4b33e020129181655371cda91f8ddffdcfd489f55228c22fc63416e6e5c8f4b1755a6a07e5832895a921afc7
 SHA512 
dac6081b37eab39431221acdd48a3e61876ff40e4f76aac7eed9232e839cabc69a099cb2e9e29fcc23cf439eaa8a3d1522be17e24c71e2b6d3f332eb3127efb5
 DIST qmapshack-1.12.1.tar.gz 12033026 BLAKE2B 
e898507bad42a141f02cf8fd0338cdf9f39344b249318be29d1e6eb500a9e810496c6a790745cf50aec0025b5547be8382ef0c9eab2d780cbf63f9d29eb064a9
 SHA512 
c9b6ad0c7372cc4d992cee07d20ee0ad5779014ce6336644e13be705ec0bbed22d5f83e27473c2813c5bf13e49558686546c50fd597eb9ef2692c64933f94713

diff --git a/sci-geosciences/qmapshack/files/qmapshack-1.11.1-qt-5.11.patch 
b/sci-geosciences/qmapshack/files/qmapshack-1.11.1-qt-5.11.patch
deleted file mode 100644
index 404f034176d..000
--- a/sci-geosciences/qmapshack/files/qmapshack-1.11.1-qt-5.11.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-# HG changeset patch
-# User kiozen
-# Date 1528899896 -7200
-# Node ID e9b47af61b0945acb74649bab30dec23ac42f375
-# Parent  f52eedfb8f94ea218eb1c55bb8f2fa0c0503238f
-[Issue #344 ] Building latest version of QMapShack fails after updating QT 
from 5.10.1 to 5.11.0
-
-diff --git a/src/qmapshack/helpers/CToolBarSetupDialog.cpp 
b/src/qmapshack/helpers/CToolBarSetupDialog.cpp
 a/src/qmapshack/helpers/CToolBarSetupDialog.cpp
-+++ b/src/qmapshack/helpers/CToolBarSetupDialog.cpp
-@@ -20,6 +20,8 @@
- #include "helpers/CToolBarConfig.h"
- #include "helpers/CToolBarSetupDialog.h"
- 
-+#include 
-+
- bool CToolBarSetupDialog::CItemFilter::shouldBeMoved(QListWidgetItem *item)
- {
- CDialogItem * dialogItem = dynamic_cast(item);

diff --git a/sci-geosciences/qmapshack/qmapshack-1.11.1-r1.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.11.1-r1.ebuild
deleted file mode 100644
index b3f1c55aef8..000
--- a/sci-geosciences/qmapshack/qmapshack-1.11.1-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils xdg-utils gnome2-utils
-
-DESCRIPTION="GPS mapping utility"
-HOMEPAGE="https://bitbucket.org/maproom/qmapshack/wiki/Home;
-SRC_URI="https://bitbucket.org/maproom/${PN}/downloads/${P}.tar.gz;
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-RDEPEND="dev-qt/qtwebkit:5
-   dev-qt/qtscript:5
-   dev-qt/qtprintsupport:5
-   dev-qt/qtdbus:5
-   dev-qt/qttest:5
-   dev-qt/designer:5
-   dev-qt/qtnetwork:5[ssl]
-   dev-qt/qtsql:5
-   dev-libs/quazip
-   >=sci-geosciences/routino-3.1.1
-   sci-libs/gdal
-   sci-libs/proj
-   sci-libs/alglib"
-DEPEND="${RDEPEND}
-   dev-qt/linguist-tools:5"
-
-PATCHES=( "${FILESDIR}/${P}-qt-5.11.patch" )
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-   gnome2_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/

2019-01-21 Thread Mikle Kolyada
commit: 7bded931d24b3d7c3fea23d5f954d573046073d2
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Jan 21 22:17:23 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Jan 21 22:17:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bded931

sci-geosciences/qmapshack: amd64 stable wrt bug #674982

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 sci-geosciences/qmapshack/qmapshack-1.12.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-geosciences/qmapshack/qmapshack-1.12.0.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.12.0.ebuild
index 77b5dbc125a..29267c1a382 100644
--- a/sci-geosciences/qmapshack/qmapshack-1.12.0.ebuild
+++ b/sci-geosciences/qmapshack/qmapshack-1.12.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://bitbucket.org/maproom/qmapshack/wiki/Home;
 SRC_URI="https://bitbucket.org/maproom/${PN}/downloads/${P}.tar.gz;
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 RDEPEND="dev-qt/qtwebengine:5[widgets]
dev-qt/qtdeclarative:5[widgets]



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/

2019-01-15 Thread Thomas Deutschmann
commit: 22c34e5ec53416bdbedb8e0f9a0a265c81800be0
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Jan 15 22:01:18 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Jan 15 22:10:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22c34e5e

sci-geosciences/qmapshack: x86 stable (bug #674982)

Package-Manager: Portage-2.3.56, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

 sci-geosciences/qmapshack/qmapshack-1.12.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-geosciences/qmapshack/qmapshack-1.12.0.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.12.0.ebuild
index 6921f476c72..77b5dbc125a 100644
--- a/sci-geosciences/qmapshack/qmapshack-1.12.0.ebuild
+++ b/sci-geosciences/qmapshack/qmapshack-1.12.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ HOMEPAGE="https://bitbucket.org/maproom/qmapshack/wiki/Home;
 SRC_URI="https://bitbucket.org/maproom/${PN}/downloads/${P}.tar.gz;
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 RDEPEND="dev-qt/qtwebengine:5[widgets]
dev-qt/qtdeclarative:5[widgets]



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/

2019-01-09 Thread Andrey Grozin
commit: 46910fd8f9f2f201a283f8f65a7d34372973ce49
Author: Andrey Grozin  gentoo  org>
AuthorDate: Wed Jan  9 14:55:44 2019 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Wed Jan  9 14:55:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46910fd8

sci-geosciences/qmapshack: bump to 1.12.1

Signed-off-by: Andrey Grozin  gentoo.org>
Package-Manager: Portage-2.3.41, Repoman-2.3.9

 sci-geosciences/qmapshack/Manifest|  1 +
 sci-geosciences/qmapshack/qmapshack-1.12.1.ebuild | 41 +++
 2 files changed, 42 insertions(+)

diff --git a/sci-geosciences/qmapshack/Manifest 
b/sci-geosciences/qmapshack/Manifest
index 69fe24e130f..a102c407e48 100644
--- a/sci-geosciences/qmapshack/Manifest
+++ b/sci-geosciences/qmapshack/Manifest
@@ -1,2 +1,3 @@
 DIST qmapshack-1.11.1.tar.gz 11446871 BLAKE2B 
fa92b93787306d23110112fd851f0ee02418ac7b27316f57b4045efc4ae726e36c4014682d1ee32879f8894bab7dcac70852384f8b158e01026d7782f67b5ede
 SHA512 
43e1b587bd3f4901b155ea6d1d520cf303681640c1bd521b30ef7f23aaf49b2fffe9b764e5dd3fcaef360b0d32b360b76eb8d737ec5e186aa75362ff2507956e
 DIST qmapshack-1.12.0.tar.gz 12030329 BLAKE2B 
af641e76b00ee7dc7d964fd9f4ba75e51d7d6bcc4b33e020129181655371cda91f8ddffdcfd489f55228c22fc63416e6e5c8f4b1755a6a07e5832895a921afc7
 SHA512 
dac6081b37eab39431221acdd48a3e61876ff40e4f76aac7eed9232e839cabc69a099cb2e9e29fcc23cf439eaa8a3d1522be17e24c71e2b6d3f332eb3127efb5
+DIST qmapshack-1.12.1.tar.gz 12033026 BLAKE2B 
e898507bad42a141f02cf8fd0338cdf9f39344b249318be29d1e6eb500a9e810496c6a790745cf50aec0025b5547be8382ef0c9eab2d780cbf63f9d29eb064a9
 SHA512 
c9b6ad0c7372cc4d992cee07d20ee0ad5779014ce6336644e13be705ec0bbed22d5f83e27473c2813c5bf13e49558686546c50fd597eb9ef2692c64933f94713

diff --git a/sci-geosciences/qmapshack/qmapshack-1.12.1.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.12.1.ebuild
new file mode 100644
index 000..d7cc3ab65ff
--- /dev/null
+++ b/sci-geosciences/qmapshack/qmapshack-1.12.1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2019 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils xdg-utils gnome2-utils
+
+DESCRIPTION="GPS mapping utility"
+HOMEPAGE="https://bitbucket.org/maproom/qmapshack/wiki/Home;
+SRC_URI="https://bitbucket.org/maproom/${PN}/downloads/${P}.tar.gz;
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+RDEPEND="dev-qt/qtwebengine:5[widgets]
+   dev-qt/qtdeclarative:5[widgets]
+   dev-qt/qtprintsupport:5
+   dev-qt/qtdbus:5
+   dev-qt/qttest:5
+   dev-qt/designer:5
+   dev-qt/qtnetwork:5[ssl]
+   dev-qt/qtsql:5
+   dev-libs/quazip
+   >=sci-geosciences/routino-3.1.1
+   sci-libs/gdal
+   sci-libs/proj
+   sci-libs/alglib"
+DEPEND="${RDEPEND}
+   dev-qt/linguist-tools:5"
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/

2019-01-09 Thread Andrey Grozin
commit: 47cc89e3d2dd787515399fc3259eb0ccc310d650
Author: Andrey Grozin  gentoo  org>
AuthorDate: Wed Jan  9 14:53:22 2019 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Wed Jan  9 14:53:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47cc89e3

sci-geosciences/qmapshack: clean old version

Signed-off-by: Andrey Grozin  gentoo.org>
Package-Manager: Portage-2.3.41, Repoman-2.3.9

 sci-geosciences/qmapshack/Manifest   |  1 -
 sci-geosciences/qmapshack/qmapshack-1.6.3.ebuild | 25 
 2 files changed, 26 deletions(-)

diff --git a/sci-geosciences/qmapshack/Manifest 
b/sci-geosciences/qmapshack/Manifest
index 7665537da1f..69fe24e130f 100644
--- a/sci-geosciences/qmapshack/Manifest
+++ b/sci-geosciences/qmapshack/Manifest
@@ -1,3 +1,2 @@
 DIST qmapshack-1.11.1.tar.gz 11446871 BLAKE2B 
fa92b93787306d23110112fd851f0ee02418ac7b27316f57b4045efc4ae726e36c4014682d1ee32879f8894bab7dcac70852384f8b158e01026d7782f67b5ede
 SHA512 
43e1b587bd3f4901b155ea6d1d520cf303681640c1bd521b30ef7f23aaf49b2fffe9b764e5dd3fcaef360b0d32b360b76eb8d737ec5e186aa75362ff2507956e
 DIST qmapshack-1.12.0.tar.gz 12030329 BLAKE2B 
af641e76b00ee7dc7d964fd9f4ba75e51d7d6bcc4b33e020129181655371cda91f8ddffdcfd489f55228c22fc63416e6e5c8f4b1755a6a07e5832895a921afc7
 SHA512 
dac6081b37eab39431221acdd48a3e61876ff40e4f76aac7eed9232e839cabc69a099cb2e9e29fcc23cf439eaa8a3d1522be17e24c71e2b6d3f332eb3127efb5
-DIST qmapshack-1.6.3.tar.gz 5181205 BLAKE2B 
89e7a638f35e0e555b237a000992f48b1a126ed9de5c2892ee8e147060866656b87abbc46937cc5187e473681b71a2dfb250160d4847824df4989c352afd676b
 SHA512 
6e9efdd35ebf3980011aea0cefdbcc433e4f0d333cbeff72e70880a41bff972cc27f4517e243f4990b5e04112a50af2651d99cb5c1c6e542341db30e5e000133

diff --git a/sci-geosciences/qmapshack/qmapshack-1.6.3.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.6.3.ebuild
deleted file mode 100644
index b75a39d2f4d..000
--- a/sci-geosciences/qmapshack/qmapshack-1.6.3.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="GPS mapping utility"
-HOMEPAGE="https://bitbucket.org/maproom/qmapshack/wiki/Home;
-SRC_URI="https://bitbucket.org/maproom/${PN}/downloads/${P}.tar.gz;
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-RDEPEND="dev-qt/qtwebkit:5
-   dev-qt/qtscript:5
-   dev-qt/qtprintsupport:5
-   dev-qt/qtdbus:5
-   dev-qt/qttest:5
-   dev-qt/qtnetwork:5[ssl]
-   >=sci-geosciences/routino-3.1.1
-   sci-libs/gdal
-   sci-libs/proj"
-DEPEND="${RDEPEND}
-   dev-qt/linguist-tools:5"



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/

2018-10-01 Thread Thomas Deutschmann
commit: 36d69c71e37236cbf30a358da81ecb13a2d45e4f
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Oct  1 21:37:21 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Oct  1 21:46:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36d69c71

sci-geosciences/qmapshack: x86 stable (bug #665382)

Signed-off-by: Thomas Deutschmann  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

 sci-geosciences/qmapshack/qmapshack-1.11.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-geosciences/qmapshack/qmapshack-1.11.1-r1.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.11.1-r1.ebuild
index ed50e9be5b8..b3f1c55aef8 100644
--- a/sci-geosciences/qmapshack/qmapshack-1.11.1-r1.ebuild
+++ b/sci-geosciences/qmapshack/qmapshack-1.11.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ HOMEPAGE="https://bitbucket.org/maproom/qmapshack/wiki/Home;
 SRC_URI="https://bitbucket.org/maproom/${PN}/downloads/${P}.tar.gz;
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 RDEPEND="dev-qt/qtwebkit:5
dev-qt/qtscript:5



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/

2018-09-15 Thread Mikle Kolyada
commit: 8160a0593964b05813b20acd10483ff140a553e4
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Sep 15 16:44:58 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Sep 15 16:44:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8160a059

sci-geosciences/qmapshack: amd64 stable wrt bug #665382

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sci-geosciences/qmapshack/qmapshack-1.11.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-geosciences/qmapshack/qmapshack-1.11.1-r1.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.11.1-r1.ebuild
index a8ed47130b9..ed50e9be5b8 100644
--- a/sci-geosciences/qmapshack/qmapshack-1.11.1-r1.ebuild
+++ b/sci-geosciences/qmapshack/qmapshack-1.11.1-r1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://bitbucket.org/maproom/qmapshack/wiki/Home;
 SRC_URI="https://bitbucket.org/maproom/${PN}/downloads/${P}.tar.gz;
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 RDEPEND="dev-qt/qtwebkit:5
dev-qt/qtscript:5



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/, sci-geosciences/qmapshack/files/

2018-09-15 Thread Andreas Sturmlechner
commit: fe716fe2fdb13e48223d8038c83fcf9878a896f7
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Sep 15 13:27:13 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Sep 15 13:42:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe716fe2

sci-geosciences/qmapshack: Fix build with Qt 5.11

Doing it myself then.

Closes: https://bugs.gentoo.org/665342
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 .../qmapshack/files/qmapshack-1.11.1-qt-5.11.patch| 19 +++
 sci-geosciences/qmapshack/qmapshack-1.11.1-r1.ebuild  |  2 ++
 2 files changed, 21 insertions(+)

diff --git a/sci-geosciences/qmapshack/files/qmapshack-1.11.1-qt-5.11.patch 
b/sci-geosciences/qmapshack/files/qmapshack-1.11.1-qt-5.11.patch
new file mode 100644
index 000..404f034176d
--- /dev/null
+++ b/sci-geosciences/qmapshack/files/qmapshack-1.11.1-qt-5.11.patch
@@ -0,0 +1,19 @@
+# HG changeset patch
+# User kiozen
+# Date 1528899896 -7200
+# Node ID e9b47af61b0945acb74649bab30dec23ac42f375
+# Parent  f52eedfb8f94ea218eb1c55bb8f2fa0c0503238f
+[Issue #344 ] Building latest version of QMapShack fails after updating QT 
from 5.10.1 to 5.11.0
+
+diff --git a/src/qmapshack/helpers/CToolBarSetupDialog.cpp 
b/src/qmapshack/helpers/CToolBarSetupDialog.cpp
+--- a/src/qmapshack/helpers/CToolBarSetupDialog.cpp
 b/src/qmapshack/helpers/CToolBarSetupDialog.cpp
+@@ -20,6 +20,8 @@
+ #include "helpers/CToolBarConfig.h"
+ #include "helpers/CToolBarSetupDialog.h"
+ 
++#include 
++
+ bool CToolBarSetupDialog::CItemFilter::shouldBeMoved(QListWidgetItem *item)
+ {
+ CDialogItem * dialogItem = dynamic_cast(item);

diff --git a/sci-geosciences/qmapshack/qmapshack-1.11.1-r1.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.11.1-r1.ebuild
index e49afba1831..a8ed47130b9 100644
--- a/sci-geosciences/qmapshack/qmapshack-1.11.1-r1.ebuild
+++ b/sci-geosciences/qmapshack/qmapshack-1.11.1-r1.ebuild
@@ -28,6 +28,8 @@ RDEPEND="dev-qt/qtwebkit:5
 DEPEND="${RDEPEND}
dev-qt/linguist-tools:5"
 
+PATCHES=( "${FILESDIR}/${P}-qt-5.11.patch" )
+
 pkg_postinst() {
xdg_desktop_database_update
xdg_mimeinfo_database_update



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/

2018-09-09 Thread Amy Liffey
commit: 0dd3f10b16b7570b03441be85d2c5be006ed5f09
Author: Guillaume Castagnino  xwing  info>
AuthorDate: Thu Sep  6 19:09:11 2018 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Sun Sep  9 16:35:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dd3f10b

sci-geosciences/qmapshack: bump to 1.12.0

Migrate to qtwebengine instead of qtwebkit

Closes: https://bugs.gentoo.org/665388
Closes: https://github.com/gentoo/gentoo/pull/9793
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 sci-geosciences/qmapshack/Manifest|  1 +
 sci-geosciences/qmapshack/qmapshack-1.12.0.ebuild | 41 +++
 2 files changed, 42 insertions(+)

diff --git a/sci-geosciences/qmapshack/Manifest 
b/sci-geosciences/qmapshack/Manifest
index 559bca0b664..7665537da1f 100644
--- a/sci-geosciences/qmapshack/Manifest
+++ b/sci-geosciences/qmapshack/Manifest
@@ -1,2 +1,3 @@
 DIST qmapshack-1.11.1.tar.gz 11446871 BLAKE2B 
fa92b93787306d23110112fd851f0ee02418ac7b27316f57b4045efc4ae726e36c4014682d1ee32879f8894bab7dcac70852384f8b158e01026d7782f67b5ede
 SHA512 
43e1b587bd3f4901b155ea6d1d520cf303681640c1bd521b30ef7f23aaf49b2fffe9b764e5dd3fcaef360b0d32b360b76eb8d737ec5e186aa75362ff2507956e
+DIST qmapshack-1.12.0.tar.gz 12030329 BLAKE2B 
af641e76b00ee7dc7d964fd9f4ba75e51d7d6bcc4b33e020129181655371cda91f8ddffdcfd489f55228c22fc63416e6e5c8f4b1755a6a07e5832895a921afc7
 SHA512 
dac6081b37eab39431221acdd48a3e61876ff40e4f76aac7eed9232e839cabc69a099cb2e9e29fcc23cf439eaa8a3d1522be17e24c71e2b6d3f332eb3127efb5
 DIST qmapshack-1.6.3.tar.gz 5181205 BLAKE2B 
89e7a638f35e0e555b237a000992f48b1a126ed9de5c2892ee8e147060866656b87abbc46937cc5187e473681b71a2dfb250160d4847824df4989c352afd676b
 SHA512 
6e9efdd35ebf3980011aea0cefdbcc433e4f0d333cbeff72e70880a41bff972cc27f4517e243f4990b5e04112a50af2651d99cb5c1c6e542341db30e5e000133

diff --git a/sci-geosciences/qmapshack/qmapshack-1.12.0.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.12.0.ebuild
new file mode 100644
index 000..6921f476c72
--- /dev/null
+++ b/sci-geosciences/qmapshack/qmapshack-1.12.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils xdg-utils gnome2-utils
+
+DESCRIPTION="GPS mapping utility"
+HOMEPAGE="https://bitbucket.org/maproom/qmapshack/wiki/Home;
+SRC_URI="https://bitbucket.org/maproom/${PN}/downloads/${P}.tar.gz;
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+RDEPEND="dev-qt/qtwebengine:5[widgets]
+   dev-qt/qtdeclarative:5[widgets]
+   dev-qt/qtprintsupport:5
+   dev-qt/qtdbus:5
+   dev-qt/qttest:5
+   dev-qt/designer:5
+   dev-qt/qtnetwork:5[ssl]
+   dev-qt/qtsql:5
+   dev-libs/quazip
+   >=sci-geosciences/routino-3.1.1
+   sci-libs/gdal
+   sci-libs/proj
+   sci-libs/alglib"
+DEPEND="${RDEPEND}
+   dev-qt/linguist-tools:5"
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/

2018-09-05 Thread Andrey Grozin
commit: e4d4749495d5520627cf350a437f91e4e1cb7324
Author: Andrey Grozin  gentoo  org>
AuthorDate: Wed Sep  5 15:36:09 2018 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Wed Sep  5 15:36:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4d47494

sci-geosciences/qmapshack: clean old

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 sci-geosciences/qmapshack/qmapshack-1.11.1.ebuild | 40 ---
 1 file changed, 40 deletions(-)

diff --git a/sci-geosciences/qmapshack/qmapshack-1.11.1.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.11.1.ebuild
deleted file mode 100644
index 2765fdf91e9..000
--- a/sci-geosciences/qmapshack/qmapshack-1.11.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils xdg-utils gnome2-utils
-
-DESCRIPTION="GPS mapping utility"
-HOMEPAGE="https://bitbucket.org/maproom/qmapshack/wiki/Home;
-SRC_URI="https://bitbucket.org/maproom/${PN}/downloads/${P}.tar.gz;
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-RDEPEND="dev-qt/qtwebkit:5
-   dev-qt/qtscript:5
-   dev-qt/qtprintsupport:5
-   dev-qt/qtdbus:5
-   dev-qt/qttest:5
-   dev-qt/designer:5
-   dev-qt/qtnetwork:5[ssl]
-   dev-libs/quazip
-   >=sci-geosciences/routino-3.1.1
-   sci-libs/gdal
-   sci-libs/proj
-   sci-libs/alglib"
-DEPEND="${RDEPEND}
-   dev-qt/linguist-tools:5"
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-   gnome2_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/

2018-09-05 Thread Andrey Grozin
commit: f6bb934f65a408232071e3c0a3253cfe29b85de4
Author: Andrey Grozin  gentoo  org>
AuthorDate: Wed Sep  5 15:34:16 2018 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Wed Sep  5 15:34:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6bb934f

sci-geosciences/qmapshack: depend on dev-qt/qtsql

Suggested-by: gentoo  lermytte.be
Closes: https://bugs.gentoo.org/661134
Package-Manager: Portage-2.3.41, Repoman-2.3.9

 .../qmapshack/qmapshack-1.11.1-r1.ebuild   | 41 ++
 1 file changed, 41 insertions(+)

diff --git a/sci-geosciences/qmapshack/qmapshack-1.11.1-r1.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.11.1-r1.ebuild
new file mode 100644
index 000..e49afba1831
--- /dev/null
+++ b/sci-geosciences/qmapshack/qmapshack-1.11.1-r1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils xdg-utils gnome2-utils
+
+DESCRIPTION="GPS mapping utility"
+HOMEPAGE="https://bitbucket.org/maproom/qmapshack/wiki/Home;
+SRC_URI="https://bitbucket.org/maproom/${PN}/downloads/${P}.tar.gz;
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+RDEPEND="dev-qt/qtwebkit:5
+   dev-qt/qtscript:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtdbus:5
+   dev-qt/qttest:5
+   dev-qt/designer:5
+   dev-qt/qtnetwork:5[ssl]
+   dev-qt/qtsql:5
+   dev-libs/quazip
+   >=sci-geosciences/routino-3.1.1
+   sci-libs/gdal
+   sci-libs/proj
+   sci-libs/alglib"
+DEPEND="${RDEPEND}
+   dev-qt/linguist-tools:5"
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/

2018-09-05 Thread Andrey Grozin
commit: bc93b9010304427e3de6af296a5acf5bcab57af4
Author: Andrey Grozin  gentoo  org>
AuthorDate: Wed Sep  5 15:29:49 2018 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Wed Sep  5 15:29:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc93b901

sci-geosciences/qmapshack: clean old

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 sci-geosciences/qmapshack/Manifest |  2 --
 .../qmapshack/qmapshack-1.10.0-r1.ebuild   | 40 --
 sci-geosciences/qmapshack/qmapshack-1.11.0.ebuild  | 40 --
 3 files changed, 82 deletions(-)

diff --git a/sci-geosciences/qmapshack/Manifest 
b/sci-geosciences/qmapshack/Manifest
index 235e9093c7e..559bca0b664 100644
--- a/sci-geosciences/qmapshack/Manifest
+++ b/sci-geosciences/qmapshack/Manifest
@@ -1,4 +1,2 @@
-DIST qmapshack-1.10.0.tar.gz 7841397 BLAKE2B 
7a2c92cdb8a3284ed9b9002d0b07b81fd282f48e7eaf3624a1658c988c12951667292a4aebc56bb064abdf49fbbb681013a7610bf73641221b95d642a5a869f2
 SHA512 
252ca368fa4fbb803a5f6a82acc29da98c55eab5cde3ff9783c5afe3100783f4f5352e463511f4196d94c70d4cf4b7718334b886c76e30172df325d89a69afe9
-DIST qmapshack-1.11.0.tar.gz 8531519 BLAKE2B 
f79e8a98afa8dd3450214cdd4156ce8de862ab2b1a988855c5e3892e9952a4e0ed06f894f56f47412a9015d704cb447303bb5969edfa95884580899c4c42963f
 SHA512 
1907ffe9619e6c8d0997a65eb9f59896fa1fa15123c5b166f4ee8e4ea72223772d3292808c1e730c88a21189edb5c546da2de72bfa1730a4ae5f28b69bf3555a
 DIST qmapshack-1.11.1.tar.gz 11446871 BLAKE2B 
fa92b93787306d23110112fd851f0ee02418ac7b27316f57b4045efc4ae726e36c4014682d1ee32879f8894bab7dcac70852384f8b158e01026d7782f67b5ede
 SHA512 
43e1b587bd3f4901b155ea6d1d520cf303681640c1bd521b30ef7f23aaf49b2fffe9b764e5dd3fcaef360b0d32b360b76eb8d737ec5e186aa75362ff2507956e
 DIST qmapshack-1.6.3.tar.gz 5181205 BLAKE2B 
89e7a638f35e0e555b237a000992f48b1a126ed9de5c2892ee8e147060866656b87abbc46937cc5187e473681b71a2dfb250160d4847824df4989c352afd676b
 SHA512 
6e9efdd35ebf3980011aea0cefdbcc433e4f0d333cbeff72e70880a41bff972cc27f4517e243f4990b5e04112a50af2651d99cb5c1c6e542341db30e5e000133

diff --git a/sci-geosciences/qmapshack/qmapshack-1.10.0-r1.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.10.0-r1.ebuild
deleted file mode 100644
index 2765fdf91e9..000
--- a/sci-geosciences/qmapshack/qmapshack-1.10.0-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils xdg-utils gnome2-utils
-
-DESCRIPTION="GPS mapping utility"
-HOMEPAGE="https://bitbucket.org/maproom/qmapshack/wiki/Home;
-SRC_URI="https://bitbucket.org/maproom/${PN}/downloads/${P}.tar.gz;
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-RDEPEND="dev-qt/qtwebkit:5
-   dev-qt/qtscript:5
-   dev-qt/qtprintsupport:5
-   dev-qt/qtdbus:5
-   dev-qt/qttest:5
-   dev-qt/designer:5
-   dev-qt/qtnetwork:5[ssl]
-   dev-libs/quazip
-   >=sci-geosciences/routino-3.1.1
-   sci-libs/gdal
-   sci-libs/proj
-   sci-libs/alglib"
-DEPEND="${RDEPEND}
-   dev-qt/linguist-tools:5"
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-   gnome2_icon_cache_update
-}

diff --git a/sci-geosciences/qmapshack/qmapshack-1.11.0.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.11.0.ebuild
deleted file mode 100644
index 2765fdf91e9..000
--- a/sci-geosciences/qmapshack/qmapshack-1.11.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils xdg-utils gnome2-utils
-
-DESCRIPTION="GPS mapping utility"
-HOMEPAGE="https://bitbucket.org/maproom/qmapshack/wiki/Home;
-SRC_URI="https://bitbucket.org/maproom/${PN}/downloads/${P}.tar.gz;
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-RDEPEND="dev-qt/qtwebkit:5
-   dev-qt/qtscript:5
-   dev-qt/qtprintsupport:5
-   dev-qt/qtdbus:5
-   dev-qt/qttest:5
-   dev-qt/designer:5
-   dev-qt/qtnetwork:5[ssl]
-   dev-libs/quazip
-   >=sci-geosciences/routino-3.1.1
-   sci-libs/gdal
-   sci-libs/proj
-   sci-libs/alglib"
-DEPEND="${RDEPEND}
-   dev-qt/linguist-tools:5"
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-   gnome2_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/

2018-04-28 Thread Andrey Grozin
commit: ae807a1492593e012fe65e8a76d02f7a7b6e0ff9
Author: Andrey Grozin  gentoo  org>
AuthorDate: Sat Apr 28 16:11:50 2018 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Sat Apr 28 16:11:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae807a14

sci-geosciences/qmapshack: bump to 1.11.1

Closes: https://bugs.gentoo.org/652232
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sci-geosciences/qmapshack/Manifest|  1 +
 sci-geosciences/qmapshack/qmapshack-1.11.1.ebuild | 40 +++
 2 files changed, 41 insertions(+)

diff --git a/sci-geosciences/qmapshack/Manifest 
b/sci-geosciences/qmapshack/Manifest
index 589a3b46033..235e9093c7e 100644
--- a/sci-geosciences/qmapshack/Manifest
+++ b/sci-geosciences/qmapshack/Manifest
@@ -1,3 +1,4 @@
 DIST qmapshack-1.10.0.tar.gz 7841397 BLAKE2B 
7a2c92cdb8a3284ed9b9002d0b07b81fd282f48e7eaf3624a1658c988c12951667292a4aebc56bb064abdf49fbbb681013a7610bf73641221b95d642a5a869f2
 SHA512 
252ca368fa4fbb803a5f6a82acc29da98c55eab5cde3ff9783c5afe3100783f4f5352e463511f4196d94c70d4cf4b7718334b886c76e30172df325d89a69afe9
 DIST qmapshack-1.11.0.tar.gz 8531519 BLAKE2B 
f79e8a98afa8dd3450214cdd4156ce8de862ab2b1a988855c5e3892e9952a4e0ed06f894f56f47412a9015d704cb447303bb5969edfa95884580899c4c42963f
 SHA512 
1907ffe9619e6c8d0997a65eb9f59896fa1fa15123c5b166f4ee8e4ea72223772d3292808c1e730c88a21189edb5c546da2de72bfa1730a4ae5f28b69bf3555a
+DIST qmapshack-1.11.1.tar.gz 11446871 BLAKE2B 
fa92b93787306d23110112fd851f0ee02418ac7b27316f57b4045efc4ae726e36c4014682d1ee32879f8894bab7dcac70852384f8b158e01026d7782f67b5ede
 SHA512 
43e1b587bd3f4901b155ea6d1d520cf303681640c1bd521b30ef7f23aaf49b2fffe9b764e5dd3fcaef360b0d32b360b76eb8d737ec5e186aa75362ff2507956e
 DIST qmapshack-1.6.3.tar.gz 5181205 BLAKE2B 
89e7a638f35e0e555b237a000992f48b1a126ed9de5c2892ee8e147060866656b87abbc46937cc5187e473681b71a2dfb250160d4847824df4989c352afd676b
 SHA512 
6e9efdd35ebf3980011aea0cefdbcc433e4f0d333cbeff72e70880a41bff972cc27f4517e243f4990b5e04112a50af2651d99cb5c1c6e542341db30e5e000133

diff --git a/sci-geosciences/qmapshack/qmapshack-1.11.1.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.11.1.ebuild
new file mode 100644
index 000..2765fdf91e9
--- /dev/null
+++ b/sci-geosciences/qmapshack/qmapshack-1.11.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils xdg-utils gnome2-utils
+
+DESCRIPTION="GPS mapping utility"
+HOMEPAGE="https://bitbucket.org/maproom/qmapshack/wiki/Home;
+SRC_URI="https://bitbucket.org/maproom/${PN}/downloads/${P}.tar.gz;
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+RDEPEND="dev-qt/qtwebkit:5
+   dev-qt/qtscript:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtdbus:5
+   dev-qt/qttest:5
+   dev-qt/designer:5
+   dev-qt/qtnetwork:5[ssl]
+   dev-libs/quazip
+   >=sci-geosciences/routino-3.1.1
+   sci-libs/gdal
+   sci-libs/proj
+   sci-libs/alglib"
+DEPEND="${RDEPEND}
+   dev-qt/linguist-tools:5"
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/

2018-03-19 Thread Andrey Grozin
commit: 37ec5b0b970745d62980cda93492953c05bd82df
Author: Andrey Grozin  gentoo  org>
AuthorDate: Mon Mar 19 14:44:14 2018 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Mon Mar 19 14:44:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37ec5b0b

sci-geosciences/qmapshack: bump to 1.11.0

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sci-geosciences/qmapshack/Manifest|  1 +
 sci-geosciences/qmapshack/qmapshack-1.11.0.ebuild | 40 +++
 2 files changed, 41 insertions(+)

diff --git a/sci-geosciences/qmapshack/Manifest 
b/sci-geosciences/qmapshack/Manifest
index 946e2dae6ca..589a3b46033 100644
--- a/sci-geosciences/qmapshack/Manifest
+++ b/sci-geosciences/qmapshack/Manifest
@@ -1,2 +1,3 @@
 DIST qmapshack-1.10.0.tar.gz 7841397 BLAKE2B 
7a2c92cdb8a3284ed9b9002d0b07b81fd282f48e7eaf3624a1658c988c12951667292a4aebc56bb064abdf49fbbb681013a7610bf73641221b95d642a5a869f2
 SHA512 
252ca368fa4fbb803a5f6a82acc29da98c55eab5cde3ff9783c5afe3100783f4f5352e463511f4196d94c70d4cf4b7718334b886c76e30172df325d89a69afe9
+DIST qmapshack-1.11.0.tar.gz 8531519 BLAKE2B 
f79e8a98afa8dd3450214cdd4156ce8de862ab2b1a988855c5e3892e9952a4e0ed06f894f56f47412a9015d704cb447303bb5969edfa95884580899c4c42963f
 SHA512 
1907ffe9619e6c8d0997a65eb9f59896fa1fa15123c5b166f4ee8e4ea72223772d3292808c1e730c88a21189edb5c546da2de72bfa1730a4ae5f28b69bf3555a
 DIST qmapshack-1.6.3.tar.gz 5181205 BLAKE2B 
89e7a638f35e0e555b237a000992f48b1a126ed9de5c2892ee8e147060866656b87abbc46937cc5187e473681b71a2dfb250160d4847824df4989c352afd676b
 SHA512 
6e9efdd35ebf3980011aea0cefdbcc433e4f0d333cbeff72e70880a41bff972cc27f4517e243f4990b5e04112a50af2651d99cb5c1c6e542341db30e5e000133

diff --git a/sci-geosciences/qmapshack/qmapshack-1.11.0.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.11.0.ebuild
new file mode 100644
index 000..2765fdf91e9
--- /dev/null
+++ b/sci-geosciences/qmapshack/qmapshack-1.11.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils xdg-utils gnome2-utils
+
+DESCRIPTION="GPS mapping utility"
+HOMEPAGE="https://bitbucket.org/maproom/qmapshack/wiki/Home;
+SRC_URI="https://bitbucket.org/maproom/${PN}/downloads/${P}.tar.gz;
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+RDEPEND="dev-qt/qtwebkit:5
+   dev-qt/qtscript:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtdbus:5
+   dev-qt/qttest:5
+   dev-qt/designer:5
+   dev-qt/qtnetwork:5[ssl]
+   dev-libs/quazip
+   >=sci-geosciences/routino-3.1.1
+   sci-libs/gdal
+   sci-libs/proj
+   sci-libs/alglib"
+DEPEND="${RDEPEND}
+   dev-qt/linguist-tools:5"
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/

2018-03-19 Thread Andrey Grozin
commit: 275ca585e4f2b12967705613710b6d23cc5b5f90
Author: Andrey Grozin  gentoo  org>
AuthorDate: Mon Mar 19 14:42:06 2018 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Mon Mar 19 14:42:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=275ca585

sci-geosciences/qmapshack: cleaning old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sci-geosciences/qmapshack/Manifest |  4 ---
 sci-geosciences/qmapshack/qmapshack-1.10.0.ebuild  | 39 --
 sci-geosciences/qmapshack/qmapshack-1.7.1.ebuild   | 25 --
 .../qmapshack/qmapshack-1.8.0-r1.ebuild| 26 ---
 sci-geosciences/qmapshack/qmapshack-1.9.0.ebuild   | 26 ---
 sci-geosciences/qmapshack/qmapshack-1.9.1.ebuild   | 27 ---
 6 files changed, 147 deletions(-)

diff --git a/sci-geosciences/qmapshack/Manifest 
b/sci-geosciences/qmapshack/Manifest
index 988568e5f8b..946e2dae6ca 100644
--- a/sci-geosciences/qmapshack/Manifest
+++ b/sci-geosciences/qmapshack/Manifest
@@ -1,6 +1,2 @@
 DIST qmapshack-1.10.0.tar.gz 7841397 BLAKE2B 
7a2c92cdb8a3284ed9b9002d0b07b81fd282f48e7eaf3624a1658c988c12951667292a4aebc56bb064abdf49fbbb681013a7610bf73641221b95d642a5a869f2
 SHA512 
252ca368fa4fbb803a5f6a82acc29da98c55eab5cde3ff9783c5afe3100783f4f5352e463511f4196d94c70d4cf4b7718334b886c76e30172df325d89a69afe9
 DIST qmapshack-1.6.3.tar.gz 5181205 BLAKE2B 
89e7a638f35e0e555b237a000992f48b1a126ed9de5c2892ee8e147060866656b87abbc46937cc5187e473681b71a2dfb250160d4847824df4989c352afd676b
 SHA512 
6e9efdd35ebf3980011aea0cefdbcc433e4f0d333cbeff72e70880a41bff972cc27f4517e243f4990b5e04112a50af2651d99cb5c1c6e542341db30e5e000133
-DIST qmapshack-1.7.1.tar.gz 5201773 BLAKE2B 
32ba3c16f6a83c6ead93ae7b91719a6a4f3b88d7a1c8e98fc7baf97b7b5d59eb86358dcc39a8ac18da3410d20500fdb608a814eff05bf6aff276b0309e600375
 SHA512 
406346df4777e06d14f175fc6cd01b653102d5754c3354721d5f86c2fbe3139f384f57241d2990721ceac12d4d546924c36c4e408770ad5c523a73f980bd3c02
-DIST qmapshack-1.8.0.tar.gz 7512082 BLAKE2B 
ef30474f6497fbc7edcefbd6350b6c84003ecdd7e2cdc8630cd513f563742e99aea7b8f00b8c04aa5f02adff9949ceab5008439bc53dae7f71f72f017b1b04b3
 SHA512 
9ee2e764368994c71813d48afb55368a2a26f8f4517b2671af2eb457e152b33f2eb756e347625940383b0e8c89814259d9e78133a1bc4544f183c4a424d31a4d
-DIST qmapshack-1.9.0.tar.gz 7647076 BLAKE2B 
83397ff1b1fc0d15b2bc6f590a97cbe68c5006a4abd29f20ab209f481548a43f1f2fec1c1a7b829e50f7dd87f7f8a1bdeac7cf5521026e0ee26b63db00166928
 SHA512 
8a74434886605eed44d0264d26cae022381a0141d8ebaa6ac8ef9cf8b808e0f9550ff888b0e2f607eb9cc8cde24ac358d459d9e43c6b74f0f8c74d5e7b429c1d
-DIST qmapshack-1.9.1.tar.gz 7692254 BLAKE2B 
11a32fdc4b6f319e1a09143688283a304530db7fc72b1fe27a89ecff064317270338a4ece6e056115c5ce8e4539ba34c221f461b5195beb7801a42b9a9e5dcc1
 SHA512 
3a4903c5c98862c139a1e2ac021fb7b0c1acd62c41a2dfdc507f3dfa5618ad89224195df3baf3b233880645103e2ff865d5ad42adad998e0d201b27877c2da75

diff --git a/sci-geosciences/qmapshack/qmapshack-1.10.0.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.10.0.ebuild
deleted file mode 100644
index 7a68dc849f4..000
--- a/sci-geosciences/qmapshack/qmapshack-1.10.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils xdg-utils gnome2-utils
-
-DESCRIPTION="GPS mapping utility"
-HOMEPAGE="https://bitbucket.org/maproom/qmapshack/wiki/Home;
-SRC_URI="https://bitbucket.org/maproom/${PN}/downloads/${P}.tar.gz;
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-RDEPEND="dev-qt/qtwebkit:5
-   dev-qt/qtscript:5
-   dev-qt/qtprintsupport:5
-   dev-qt/qtdbus:5
-   dev-qt/qttest:5
-   dev-qt/designer:5
-   dev-qt/qtnetwork:5[ssl]
-   dev-libs/quazip
-   >=sci-geosciences/routino-3.1.1
-   sci-libs/gdal
-   sci-libs/proj"
-DEPEND="${RDEPEND}
-   dev-qt/linguist-tools:5"
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-   gnome2_icon_cache_update
-}

diff --git a/sci-geosciences/qmapshack/qmapshack-1.7.1.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.7.1.ebuild
deleted file mode 100644
index 87fac728e18..000
--- a/sci-geosciences/qmapshack/qmapshack-1.7.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="GPS mapping utility"
-HOMEPAGE="https://bitbucket.org/maproom/qmapshack/wiki/Home;
-SRC_URI="https://bitbucket.org/maproom/${PN}/downloads/${P}.tar.gz;
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-RDEPEND="dev-qt/qtwebkit:5
-   dev-qt/qtscript:5
-   dev-qt/qtprintsupport:5
-   dev-qt/qtdbus:5
-   dev-qt/qttest:5
-   

[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/

2018-01-07 Thread Andrey Grozin
commit: a0fa99b6331be6612ada5233a50ea9a37ca04f33
Author: Andrey Grozin  gentoo  org>
AuthorDate: Mon Jan  8 03:41:21 2018 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Mon Jan  8 03:41:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0fa99b6

sci-geosciences/qmapshack: depend on sci-libs/alglib

Closes: https://bugs.gentoo.org/643746
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 .../qmapshack/qmapshack-1.10.0-r1.ebuild   | 40 ++
 1 file changed, 40 insertions(+)

diff --git a/sci-geosciences/qmapshack/qmapshack-1.10.0-r1.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.10.0-r1.ebuild
new file mode 100644
index 000..2765fdf91e9
--- /dev/null
+++ b/sci-geosciences/qmapshack/qmapshack-1.10.0-r1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils xdg-utils gnome2-utils
+
+DESCRIPTION="GPS mapping utility"
+HOMEPAGE="https://bitbucket.org/maproom/qmapshack/wiki/Home;
+SRC_URI="https://bitbucket.org/maproom/${PN}/downloads/${P}.tar.gz;
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+RDEPEND="dev-qt/qtwebkit:5
+   dev-qt/qtscript:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtdbus:5
+   dev-qt/qttest:5
+   dev-qt/designer:5
+   dev-qt/qtnetwork:5[ssl]
+   dev-libs/quazip
+   >=sci-geosciences/routino-3.1.1
+   sci-libs/gdal
+   sci-libs/proj
+   sci-libs/alglib"
+DEPEND="${RDEPEND}
+   dev-qt/linguist-tools:5"
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/

2017-12-28 Thread Andrey Grozin
commit: 5aa2277689377d8b8cb4ea03df4fa8e1d832d534
Author: Andrey Grozin  gentoo  org>
AuthorDate: Thu Dec 28 16:17:16 2017 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Thu Dec 28 16:17:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5aa22776

sci-geosciences/qmapshack: bump to 1.10.0

Bug #642488 seems to be fixed upstream
Bug: https://bugs.gentoo.org/642488
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sci-geosciences/qmapshack/Manifest|  1 +
 sci-geosciences/qmapshack/qmapshack-1.10.0.ebuild | 39 +++
 2 files changed, 40 insertions(+)

diff --git a/sci-geosciences/qmapshack/Manifest 
b/sci-geosciences/qmapshack/Manifest
index 1f21b52f200..988568e5f8b 100644
--- a/sci-geosciences/qmapshack/Manifest
+++ b/sci-geosciences/qmapshack/Manifest
@@ -1,3 +1,4 @@
+DIST qmapshack-1.10.0.tar.gz 7841397 BLAKE2B 
7a2c92cdb8a3284ed9b9002d0b07b81fd282f48e7eaf3624a1658c988c12951667292a4aebc56bb064abdf49fbbb681013a7610bf73641221b95d642a5a869f2
 SHA512 
252ca368fa4fbb803a5f6a82acc29da98c55eab5cde3ff9783c5afe3100783f4f5352e463511f4196d94c70d4cf4b7718334b886c76e30172df325d89a69afe9
 DIST qmapshack-1.6.3.tar.gz 5181205 BLAKE2B 
89e7a638f35e0e555b237a000992f48b1a126ed9de5c2892ee8e147060866656b87abbc46937cc5187e473681b71a2dfb250160d4847824df4989c352afd676b
 SHA512 
6e9efdd35ebf3980011aea0cefdbcc433e4f0d333cbeff72e70880a41bff972cc27f4517e243f4990b5e04112a50af2651d99cb5c1c6e542341db30e5e000133
 DIST qmapshack-1.7.1.tar.gz 5201773 BLAKE2B 
32ba3c16f6a83c6ead93ae7b91719a6a4f3b88d7a1c8e98fc7baf97b7b5d59eb86358dcc39a8ac18da3410d20500fdb608a814eff05bf6aff276b0309e600375
 SHA512 
406346df4777e06d14f175fc6cd01b653102d5754c3354721d5f86c2fbe3139f384f57241d2990721ceac12d4d546924c36c4e408770ad5c523a73f980bd3c02
 DIST qmapshack-1.8.0.tar.gz 7512082 BLAKE2B 
ef30474f6497fbc7edcefbd6350b6c84003ecdd7e2cdc8630cd513f563742e99aea7b8f00b8c04aa5f02adff9949ceab5008439bc53dae7f71f72f017b1b04b3
 SHA512 
9ee2e764368994c71813d48afb55368a2a26f8f4517b2671af2eb457e152b33f2eb756e347625940383b0e8c89814259d9e78133a1bc4544f183c4a424d31a4d

diff --git a/sci-geosciences/qmapshack/qmapshack-1.10.0.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.10.0.ebuild
new file mode 100644
index 000..7a68dc849f4
--- /dev/null
+++ b/sci-geosciences/qmapshack/qmapshack-1.10.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils xdg-utils gnome2-utils
+
+DESCRIPTION="GPS mapping utility"
+HOMEPAGE="https://bitbucket.org/maproom/qmapshack/wiki/Home;
+SRC_URI="https://bitbucket.org/maproom/${PN}/downloads/${P}.tar.gz;
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+RDEPEND="dev-qt/qtwebkit:5
+   dev-qt/qtscript:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtdbus:5
+   dev-qt/qttest:5
+   dev-qt/designer:5
+   dev-qt/qtnetwork:5[ssl]
+   dev-libs/quazip
+   >=sci-geosciences/routino-3.1.1
+   sci-libs/gdal
+   sci-libs/proj"
+DEPEND="${RDEPEND}
+   dev-qt/linguist-tools:5"
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/

2017-11-25 Thread Andrey Grozin
commit: 06cc068bf49d91c898561dc647b9913ff14a3715
Author: Andrey Grozin  gentoo  org>
AuthorDate: Sun Nov 26 04:16:52 2017 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Sun Nov 26 04:16:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06cc068b

sci-geosciences/qmapshack: add dependency on dev-qt/designer:5

Closes: https://bugs.gentoo.org/638814
Package-Manager: Portage-2.3.14, Repoman-2.3.6

 sci-geosciences/qmapshack/qmapshack-1.9.1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sci-geosciences/qmapshack/qmapshack-1.9.1.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.9.1.ebuild
index 5ad43397383..a33497fdb34 100644
--- a/sci-geosciences/qmapshack/qmapshack-1.9.1.ebuild
+++ b/sci-geosciences/qmapshack/qmapshack-1.9.1.ebuild
@@ -17,6 +17,7 @@ RDEPEND="dev-qt/qtwebkit:5
dev-qt/qtprintsupport:5
dev-qt/qtdbus:5
dev-qt/qttest:5
+   dev-qt/designer:5
dev-qt/qtnetwork:5[ssl]
dev-libs/quazip
>=sci-geosciences/routino-3.1.1



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/

2017-11-24 Thread Andrey Grozin
commit: c9fa450a8d5e7dc14c003d17bf24a5288d382b10
Author: Andrey Grozin  gentoo  org>
AuthorDate: Sat Nov 25 07:21:45 2017 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Sat Nov 25 07:21:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9fa450a

sci-geosciences/qmapshack: bump to 1.9.1

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 sci-geosciences/qmapshack/Manifest   |  7 ---
 sci-geosciences/qmapshack/qmapshack-1.9.1.ebuild | 26 
 2 files changed, 30 insertions(+), 3 deletions(-)

diff --git a/sci-geosciences/qmapshack/Manifest 
b/sci-geosciences/qmapshack/Manifest
index 274208c120e..3abcff462a5 100644
--- a/sci-geosciences/qmapshack/Manifest
+++ b/sci-geosciences/qmapshack/Manifest
@@ -1,4 +1,5 @@
-DIST qmapshack-1.6.3.tar.gz 5181205 SHA256 
6fa5158bd823e8d43eb8a4e4db35a05720d1fe8d624eb65320b905ae315bd708 SHA512 
6e9efdd35ebf3980011aea0cefdbcc433e4f0d333cbeff72e70880a41bff972cc27f4517e243f4990b5e04112a50af2651d99cb5c1c6e542341db30e5e000133
 WHIRLPOOL 
7fa7e8bbd658f351e5d62ef979a91e291207d1b25a5a94c335051dd93e1f41947dc612eec80c2134e7929edca0becaa0c866e9060e0cbe7c54a856d480acd938
-DIST qmapshack-1.7.1.tar.gz 5201773 SHA256 
5da33e575fec11c1bfe097ab9c89c9d815124436b5ebf736ec0681acbda4a509 SHA512 
406346df4777e06d14f175fc6cd01b653102d5754c3354721d5f86c2fbe3139f384f57241d2990721ceac12d4d546924c36c4e408770ad5c523a73f980bd3c02
 WHIRLPOOL 
75641f622a61b8c8ac1da18503d21cef2ed737ac4f4b522539de7d3df3f729bff6d5f2f20efb81aca9e8cfdd0b095f6a5c6e0ecd295319312e942448fe7dc97d
-DIST qmapshack-1.8.0.tar.gz 7512082 SHA256 
a1a6b543533af280f06afff0f0b1f457d09ef6c702922471a95ec350a99ccf2d SHA512 
9ee2e764368994c71813d48afb55368a2a26f8f4517b2671af2eb457e152b33f2eb756e347625940383b0e8c89814259d9e78133a1bc4544f183c4a424d31a4d
 WHIRLPOOL 
81b1d95d8b36f9bd6809443bbef134c5dc2427995d416fab5ba1324f38427c7c95a8a6c16f5f2cc9290d0a7000447568dc5d985d0b3787676ed9668db9f352a6
+DIST qmapshack-1.6.3.tar.gz 5181205 BLAKE2B 
89e7a638f35e0e555b237a000992f48b1a126ed9de5c2892ee8e147060866656b87abbc46937cc5187e473681b71a2dfb250160d4847824df4989c352afd676b
 SHA512 
6e9efdd35ebf3980011aea0cefdbcc433e4f0d333cbeff72e70880a41bff972cc27f4517e243f4990b5e04112a50af2651d99cb5c1c6e542341db30e5e000133
+DIST qmapshack-1.7.1.tar.gz 5201773 BLAKE2B 
32ba3c16f6a83c6ead93ae7b91719a6a4f3b88d7a1c8e98fc7baf97b7b5d59eb86358dcc39a8ac18da3410d20500fdb608a814eff05bf6aff276b0309e600375
 SHA512 
406346df4777e06d14f175fc6cd01b653102d5754c3354721d5f86c2fbe3139f384f57241d2990721ceac12d4d546924c36c4e408770ad5c523a73f980bd3c02
+DIST qmapshack-1.8.0.tar.gz 7512082 BLAKE2B 
ef30474f6497fbc7edcefbd6350b6c84003ecdd7e2cdc8630cd513f563742e99aea7b8f00b8c04aa5f02adff9949ceab5008439bc53dae7f71f72f017b1b04b3
 SHA512 
9ee2e764368994c71813d48afb55368a2a26f8f4517b2671af2eb457e152b33f2eb756e347625940383b0e8c89814259d9e78133a1bc4544f183c4a424d31a4d
 DIST qmapshack-1.9.0.tar.gz 7647076 SHA256 
ab39ca69d6ed2cc750ca1171fa86d87b0f33352c35c3b8f12f4b775c6886f8da SHA512 
8a74434886605eed44d0264d26cae022381a0141d8ebaa6ac8ef9cf8b808e0f9550ff888b0e2f607eb9cc8cde24ac358d459d9e43c6b74f0f8c74d5e7b429c1d
 WHIRLPOOL 
49f35a6eef1e6e1222ae6a8ce89f0a7a13d9762578aff035a09225ba8b866cad4499621a93989dfc945f318e45037d191f9c2d9b40f384d16a071c325af8df5c
+DIST qmapshack-1.9.1.tar.gz 7692254 BLAKE2B 
11a32fdc4b6f319e1a09143688283a304530db7fc72b1fe27a89ecff064317270338a4ece6e056115c5ce8e4539ba34c221f461b5195beb7801a42b9a9e5dcc1
 SHA512 
3a4903c5c98862c139a1e2ac021fb7b0c1acd62c41a2dfdc507f3dfa5618ad89224195df3baf3b233880645103e2ff865d5ad42adad998e0d201b27877c2da75

diff --git a/sci-geosciences/qmapshack/qmapshack-1.9.1.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.9.1.ebuild
new file mode 100644
index 000..5ad43397383
--- /dev/null
+++ b/sci-geosciences/qmapshack/qmapshack-1.9.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="GPS mapping utility"
+HOMEPAGE="https://bitbucket.org/maproom/qmapshack/wiki/Home;
+SRC_URI="https://bitbucket.org/maproom/${PN}/downloads/${P}.tar.gz;
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+RDEPEND="dev-qt/qtwebkit:5
+   dev-qt/qtscript:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtdbus:5
+   dev-qt/qttest:5
+   dev-qt/qtnetwork:5[ssl]
+   dev-libs/quazip
+   >=sci-geosciences/routino-3.1.1
+   sci-libs/gdal
+   sci-libs/proj"
+DEPEND="${RDEPEND}
+   dev-qt/linguist-tools:5"



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/

2017-08-12 Thread Amy Liffey
commit: 76ff1b98d83b04364bd5914b4a2d658b5ca3789e
Author: Amy Liffey  gentoo  org>
AuthorDate: Sat Aug 12 11:04:43 2017 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Sat Aug 12 11:04:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76ff1b98

sci-geosciences/qmapshack: version bump 1.9.0 bug #609144

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 sci-geosciences/qmapshack/Manifest   |  1 +
 sci-geosciences/qmapshack/qmapshack-1.9.0.ebuild | 26 
 2 files changed, 27 insertions(+)

diff --git a/sci-geosciences/qmapshack/Manifest 
b/sci-geosciences/qmapshack/Manifest
index b0a9060ad73..274208c120e 100644
--- a/sci-geosciences/qmapshack/Manifest
+++ b/sci-geosciences/qmapshack/Manifest
@@ -1,3 +1,4 @@
 DIST qmapshack-1.6.3.tar.gz 5181205 SHA256 
6fa5158bd823e8d43eb8a4e4db35a05720d1fe8d624eb65320b905ae315bd708 SHA512 
6e9efdd35ebf3980011aea0cefdbcc433e4f0d333cbeff72e70880a41bff972cc27f4517e243f4990b5e04112a50af2651d99cb5c1c6e542341db30e5e000133
 WHIRLPOOL 
7fa7e8bbd658f351e5d62ef979a91e291207d1b25a5a94c335051dd93e1f41947dc612eec80c2134e7929edca0becaa0c866e9060e0cbe7c54a856d480acd938
 DIST qmapshack-1.7.1.tar.gz 5201773 SHA256 
5da33e575fec11c1bfe097ab9c89c9d815124436b5ebf736ec0681acbda4a509 SHA512 
406346df4777e06d14f175fc6cd01b653102d5754c3354721d5f86c2fbe3139f384f57241d2990721ceac12d4d546924c36c4e408770ad5c523a73f980bd3c02
 WHIRLPOOL 
75641f622a61b8c8ac1da18503d21cef2ed737ac4f4b522539de7d3df3f729bff6d5f2f20efb81aca9e8cfdd0b095f6a5c6e0ecd295319312e942448fe7dc97d
 DIST qmapshack-1.8.0.tar.gz 7512082 SHA256 
a1a6b543533af280f06afff0f0b1f457d09ef6c702922471a95ec350a99ccf2d SHA512 
9ee2e764368994c71813d48afb55368a2a26f8f4517b2671af2eb457e152b33f2eb756e347625940383b0e8c89814259d9e78133a1bc4544f183c4a424d31a4d
 WHIRLPOOL 
81b1d95d8b36f9bd6809443bbef134c5dc2427995d416fab5ba1324f38427c7c95a8a6c16f5f2cc9290d0a7000447568dc5d985d0b3787676ed9668db9f352a6
+DIST qmapshack-1.9.0.tar.gz 7647076 SHA256 
ab39ca69d6ed2cc750ca1171fa86d87b0f33352c35c3b8f12f4b775c6886f8da SHA512 
8a74434886605eed44d0264d26cae022381a0141d8ebaa6ac8ef9cf8b808e0f9550ff888b0e2f607eb9cc8cde24ac358d459d9e43c6b74f0f8c74d5e7b429c1d
 WHIRLPOOL 
49f35a6eef1e6e1222ae6a8ce89f0a7a13d9762578aff035a09225ba8b866cad4499621a93989dfc945f318e45037d191f9c2d9b40f384d16a071c325af8df5c

diff --git a/sci-geosciences/qmapshack/qmapshack-1.9.0.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.9.0.ebuild
new file mode 100644
index 000..5ad43397383
--- /dev/null
+++ b/sci-geosciences/qmapshack/qmapshack-1.9.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="GPS mapping utility"
+HOMEPAGE="https://bitbucket.org/maproom/qmapshack/wiki/Home;
+SRC_URI="https://bitbucket.org/maproom/${PN}/downloads/${P}.tar.gz;
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+RDEPEND="dev-qt/qtwebkit:5
+   dev-qt/qtscript:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtdbus:5
+   dev-qt/qttest:5
+   dev-qt/qtnetwork:5[ssl]
+   dev-libs/quazip
+   >=sci-geosciences/routino-3.1.1
+   sci-libs/gdal
+   sci-libs/proj"
+DEPEND="${RDEPEND}
+   dev-qt/linguist-tools:5"



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/

2017-04-02 Thread Andrey Grozin
commit: 4ae60ad0e4754f33b973370034dce17ae0568542
Author: Andrey Grozin  gentoo  org>
AuthorDate: Sun Apr  2 13:49:44 2017 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Sun Apr  2 13:49:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ae60ad0

sci-geosciences/qmapshack: cleaning 1.6.1-r2

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sci-geosciences/qmapshack/Manifest |  1 -
 .../qmapshack/qmapshack-1.6.1-r2.ebuild| 25 --
 2 files changed, 26 deletions(-)

diff --git a/sci-geosciences/qmapshack/Manifest 
b/sci-geosciences/qmapshack/Manifest
index bfc4a110048..b0a9060ad73 100644
--- a/sci-geosciences/qmapshack/Manifest
+++ b/sci-geosciences/qmapshack/Manifest
@@ -1,4 +1,3 @@
-DIST qmapshack-1.6.1.tar.gz 4538423 SHA256 
e702482ef894ec3fdbc5a932dd220bbb34eef1580b1645a314e9a3fa99956c22 SHA512 
f6437004a79a875bdbfe6567bc1a771c6862ca7f851306ccf3ab044a28c4071eff227b3e5a200a21ec30c65df29e8e7371d32c0b4c8b5cc2799cf224adb892a6
 WHIRLPOOL 
0b180e5265a2a739008f0128947eaf28102dcb5d21041206631654b098d770d0c2e3ff3086289f1370df358747be033d326b93be4d44174e8738adcfa6faa9b4
 DIST qmapshack-1.6.3.tar.gz 5181205 SHA256 
6fa5158bd823e8d43eb8a4e4db35a05720d1fe8d624eb65320b905ae315bd708 SHA512 
6e9efdd35ebf3980011aea0cefdbcc433e4f0d333cbeff72e70880a41bff972cc27f4517e243f4990b5e04112a50af2651d99cb5c1c6e542341db30e5e000133
 WHIRLPOOL 
7fa7e8bbd658f351e5d62ef979a91e291207d1b25a5a94c335051dd93e1f41947dc612eec80c2134e7929edca0becaa0c866e9060e0cbe7c54a856d480acd938
 DIST qmapshack-1.7.1.tar.gz 5201773 SHA256 
5da33e575fec11c1bfe097ab9c89c9d815124436b5ebf736ec0681acbda4a509 SHA512 
406346df4777e06d14f175fc6cd01b653102d5754c3354721d5f86c2fbe3139f384f57241d2990721ceac12d4d546924c36c4e408770ad5c523a73f980bd3c02
 WHIRLPOOL 
75641f622a61b8c8ac1da18503d21cef2ed737ac4f4b522539de7d3df3f729bff6d5f2f20efb81aca9e8cfdd0b095f6a5c6e0ecd295319312e942448fe7dc97d
 DIST qmapshack-1.8.0.tar.gz 7512082 SHA256 
a1a6b543533af280f06afff0f0b1f457d09ef6c702922471a95ec350a99ccf2d SHA512 
9ee2e764368994c71813d48afb55368a2a26f8f4517b2671af2eb457e152b33f2eb756e347625940383b0e8c89814259d9e78133a1bc4544f183c4a424d31a4d
 WHIRLPOOL 
81b1d95d8b36f9bd6809443bbef134c5dc2427995d416fab5ba1324f38427c7c95a8a6c16f5f2cc9290d0a7000447568dc5d985d0b3787676ed9668db9f352a6

diff --git a/sci-geosciences/qmapshack/qmapshack-1.6.1-r2.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.6.1-r2.ebuild
deleted file mode 100644
index f542d242992..000
--- a/sci-geosciences/qmapshack/qmapshack-1.6.1-r2.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="GPS mapping utility"
-HOMEPAGE="https://bitbucket.org/maproom/qmapshack/wiki/Home;
-SRC_URI="https://bitbucket.org/maproom/${PN}/downloads/${P}.tar.gz;
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-RDEPEND="dev-qt/qtwebkit:5
-   dev-qt/qtscript:5
-   dev-qt/qtprintsupport:5
-   dev-qt/qtdbus:5
-   dev-qt/qttest:5
-   dev-qt/qtnetwork:5[ssl]
-   >=sci-geosciences/routino-3.0_p1
-   sci-libs/gdal
-   sci-libs/proj"
-DEPEND="${RDEPEND}
-   dev-qt/linguist-tools:5"



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/

2017-04-02 Thread Andrey Grozin
commit: c7541c238ea55d901a3dd1596b05697fadb734e0
Author: Andrey Grozin  gentoo  org>
AuthorDate: Sun Apr  2 13:48:04 2017 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Sun Apr  2 13:48:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7541c23

sci-geosciences/qmapshack: cleaning 1.8.0

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sci-geosciences/qmapshack/qmapshack-1.8.0.ebuild | 25 
 1 file changed, 25 deletions(-)

diff --git a/sci-geosciences/qmapshack/qmapshack-1.8.0.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.8.0.ebuild
deleted file mode 100644
index 47bb8e093c9..000
--- a/sci-geosciences/qmapshack/qmapshack-1.8.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="GPS mapping utility"
-HOMEPAGE="https://bitbucket.org/maproom/qmapshack/wiki/Home;
-SRC_URI="https://bitbucket.org/maproom/${PN}/downloads/${P}.tar.gz;
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-RDEPEND="dev-qt/qtwebkit:5
-   dev-qt/qtscript:5
-   dev-qt/qtprintsupport:5
-   dev-qt/qtdbus:5
-   dev-qt/qttest:5
-   dev-qt/qtnetwork:5[ssl]
-   >=sci-geosciences/routino-3.1.1
-   sci-libs/gdal
-   sci-libs/proj"
-DEPEND="${RDEPEND}
-   dev-qt/linguist-tools:5"



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/

2017-04-02 Thread Andrey Grozin
commit: 76e7cabf0d12a22d4d9be37451e34258b2c34879
Author: Andrey Grozin  gentoo  org>
AuthorDate: Sun Apr  2 13:46:01 2017 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Sun Apr  2 13:46:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76e7cabf

sci-geosciences/qmapshack: dependency on dev-libs/quazip added

Bug: 614500

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../qmapshack/qmapshack-1.8.0-r1.ebuild| 26 ++
 1 file changed, 26 insertions(+)

diff --git a/sci-geosciences/qmapshack/qmapshack-1.8.0-r1.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.8.0-r1.ebuild
new file mode 100644
index 000..5ad43397383
--- /dev/null
+++ b/sci-geosciences/qmapshack/qmapshack-1.8.0-r1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="GPS mapping utility"
+HOMEPAGE="https://bitbucket.org/maproom/qmapshack/wiki/Home;
+SRC_URI="https://bitbucket.org/maproom/${PN}/downloads/${P}.tar.gz;
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+RDEPEND="dev-qt/qtwebkit:5
+   dev-qt/qtscript:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtdbus:5
+   dev-qt/qttest:5
+   dev-qt/qtnetwork:5[ssl]
+   dev-libs/quazip
+   >=sci-geosciences/routino-3.1.1
+   sci-libs/gdal
+   sci-libs/proj"
+DEPEND="${RDEPEND}
+   dev-qt/linguist-tools:5"



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/

2017-04-01 Thread Andrey Grozin
commit: 855a0d9ff8c047b58ca90b1d2a41194c82fad82a
Author: Andrey Grozin  gentoo  org>
AuthorDate: Sat Apr  1 22:22:22 2017 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Sat Apr  1 22:22:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=855a0d9f

sci-geosciences/qmapshack: bump to 1.8.0

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sci-geosciences/qmapshack/Manifest   |  1 +
 sci-geosciences/qmapshack/qmapshack-1.8.0.ebuild | 25 
 2 files changed, 26 insertions(+)

diff --git a/sci-geosciences/qmapshack/Manifest 
b/sci-geosciences/qmapshack/Manifest
index 0c59e454a4f..bfc4a110048 100644
--- a/sci-geosciences/qmapshack/Manifest
+++ b/sci-geosciences/qmapshack/Manifest
@@ -1,3 +1,4 @@
 DIST qmapshack-1.6.1.tar.gz 4538423 SHA256 
e702482ef894ec3fdbc5a932dd220bbb34eef1580b1645a314e9a3fa99956c22 SHA512 
f6437004a79a875bdbfe6567bc1a771c6862ca7f851306ccf3ab044a28c4071eff227b3e5a200a21ec30c65df29e8e7371d32c0b4c8b5cc2799cf224adb892a6
 WHIRLPOOL 
0b180e5265a2a739008f0128947eaf28102dcb5d21041206631654b098d770d0c2e3ff3086289f1370df358747be033d326b93be4d44174e8738adcfa6faa9b4
 DIST qmapshack-1.6.3.tar.gz 5181205 SHA256 
6fa5158bd823e8d43eb8a4e4db35a05720d1fe8d624eb65320b905ae315bd708 SHA512 
6e9efdd35ebf3980011aea0cefdbcc433e4f0d333cbeff72e70880a41bff972cc27f4517e243f4990b5e04112a50af2651d99cb5c1c6e542341db30e5e000133
 WHIRLPOOL 
7fa7e8bbd658f351e5d62ef979a91e291207d1b25a5a94c335051dd93e1f41947dc612eec80c2134e7929edca0becaa0c866e9060e0cbe7c54a856d480acd938
 DIST qmapshack-1.7.1.tar.gz 5201773 SHA256 
5da33e575fec11c1bfe097ab9c89c9d815124436b5ebf736ec0681acbda4a509 SHA512 
406346df4777e06d14f175fc6cd01b653102d5754c3354721d5f86c2fbe3139f384f57241d2990721ceac12d4d546924c36c4e408770ad5c523a73f980bd3c02
 WHIRLPOOL 
75641f622a61b8c8ac1da18503d21cef2ed737ac4f4b522539de7d3df3f729bff6d5f2f20efb81aca9e8cfdd0b095f6a5c6e0ecd295319312e942448fe7dc97d
+DIST qmapshack-1.8.0.tar.gz 7512082 SHA256 
a1a6b543533af280f06afff0f0b1f457d09ef6c702922471a95ec350a99ccf2d SHA512 
9ee2e764368994c71813d48afb55368a2a26f8f4517b2671af2eb457e152b33f2eb756e347625940383b0e8c89814259d9e78133a1bc4544f183c4a424d31a4d
 WHIRLPOOL 
81b1d95d8b36f9bd6809443bbef134c5dc2427995d416fab5ba1324f38427c7c95a8a6c16f5f2cc9290d0a7000447568dc5d985d0b3787676ed9668db9f352a6

diff --git a/sci-geosciences/qmapshack/qmapshack-1.8.0.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.8.0.ebuild
new file mode 100644
index 000..47bb8e093c9
--- /dev/null
+++ b/sci-geosciences/qmapshack/qmapshack-1.8.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="GPS mapping utility"
+HOMEPAGE="https://bitbucket.org/maproom/qmapshack/wiki/Home;
+SRC_URI="https://bitbucket.org/maproom/${PN}/downloads/${P}.tar.gz;
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+RDEPEND="dev-qt/qtwebkit:5
+   dev-qt/qtscript:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtdbus:5
+   dev-qt/qttest:5
+   dev-qt/qtnetwork:5[ssl]
+   >=sci-geosciences/routino-3.1.1
+   sci-libs/gdal
+   sci-libs/proj"
+DEPEND="${RDEPEND}
+   dev-qt/linguist-tools:5"



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/

2016-12-19 Thread Tobias Klausmann
commit: 85b911e0838b5482ec86ce10843c7c454c6114b8
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Dec 19 19:31:31 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Dec 19 19:31:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85b911e0

sci-geosciences/qmapshack-1.6.3-r0: stable on amd64

Gentoo-Bug: 584060

 sci-geosciences/qmapshack/qmapshack-1.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-geosciences/qmapshack/qmapshack-1.6.3.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.6.3.ebuild
index 299c61f..d0c5f59 100644
--- a/sci-geosciences/qmapshack/qmapshack-1.6.3.ebuild
+++ b/sci-geosciences/qmapshack/qmapshack-1.6.3.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://bitbucket.org/maproom/qmapshack/wiki/Home;
 SRC_URI="https://bitbucket.org/maproom/${PN}/downloads/${P}.tar.gz;
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 RDEPEND="dev-qt/qtwebkit:5
dev-qt/qtscript:5



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/

2016-11-24 Thread Andrey Grozin
commit: de9b24baa4ab7808bdeb2439c7bed2d22a18fa29
Author: Andrey Grozin  gentoo  org>
AuthorDate: Thu Nov 24 16:21:09 2016 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Thu Nov 24 16:22:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de9b24ba

sci-geosciences/qmapshack: bump to 1.7.1

Bug: 600584

Package-Manager: portage-2.3.0

 sci-geosciences/qmapshack/Manifest   |  1 +
 sci-geosciences/qmapshack/qmapshack-1.7.1.ebuild | 26 
 2 files changed, 27 insertions(+)

diff --git a/sci-geosciences/qmapshack/Manifest 
b/sci-geosciences/qmapshack/Manifest
index 9d4abcd..0c59e45 100644
--- a/sci-geosciences/qmapshack/Manifest
+++ b/sci-geosciences/qmapshack/Manifest
@@ -1,2 +1,3 @@
 DIST qmapshack-1.6.1.tar.gz 4538423 SHA256 
e702482ef894ec3fdbc5a932dd220bbb34eef1580b1645a314e9a3fa99956c22 SHA512 
f6437004a79a875bdbfe6567bc1a771c6862ca7f851306ccf3ab044a28c4071eff227b3e5a200a21ec30c65df29e8e7371d32c0b4c8b5cc2799cf224adb892a6
 WHIRLPOOL 
0b180e5265a2a739008f0128947eaf28102dcb5d21041206631654b098d770d0c2e3ff3086289f1370df358747be033d326b93be4d44174e8738adcfa6faa9b4
 DIST qmapshack-1.6.3.tar.gz 5181205 SHA256 
6fa5158bd823e8d43eb8a4e4db35a05720d1fe8d624eb65320b905ae315bd708 SHA512 
6e9efdd35ebf3980011aea0cefdbcc433e4f0d333cbeff72e70880a41bff972cc27f4517e243f4990b5e04112a50af2651d99cb5c1c6e542341db30e5e000133
 WHIRLPOOL 
7fa7e8bbd658f351e5d62ef979a91e291207d1b25a5a94c335051dd93e1f41947dc612eec80c2134e7929edca0becaa0c866e9060e0cbe7c54a856d480acd938
+DIST qmapshack-1.7.1.tar.gz 5201773 SHA256 
5da33e575fec11c1bfe097ab9c89c9d815124436b5ebf736ec0681acbda4a509 SHA512 
406346df4777e06d14f175fc6cd01b653102d5754c3354721d5f86c2fbe3139f384f57241d2990721ceac12d4d546924c36c4e408770ad5c523a73f980bd3c02
 WHIRLPOOL 
75641f622a61b8c8ac1da18503d21cef2ed737ac4f4b522539de7d3df3f729bff6d5f2f20efb81aca9e8cfdd0b095f6a5c6e0ecd295319312e942448fe7dc97d

diff --git a/sci-geosciences/qmapshack/qmapshack-1.7.1.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.7.1.ebuild
new file mode 100644
index ..299c61f
--- /dev/null
+++ b/sci-geosciences/qmapshack/qmapshack-1.7.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="GPS mapping utility"
+HOMEPAGE="https://bitbucket.org/maproom/qmapshack/wiki/Home;
+SRC_URI="https://bitbucket.org/maproom/${PN}/downloads/${P}.tar.gz;
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+RDEPEND="dev-qt/qtwebkit:5
+   dev-qt/qtscript:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtdbus:5
+   dev-qt/qttest:5
+   dev-qt/qtnetwork:5[ssl]
+   >=sci-geosciences/routino-3.1.1
+   sci-libs/gdal
+   sci-libs/proj"
+DEPEND="${RDEPEND}
+   dev-qt/linguist-tools:5"



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/

2016-09-28 Thread Michael Palimaka
commit: f3b291e70f9c0e7e4bfe979852d36be49595c677
Author: Michael Palimaka  gentoo  org>
AuthorDate: Wed Sep 28 18:33:05 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Wed Sep 28 18:35:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3b291e7

sci-geosciences/qmapshack: pin dev-qt/qtnetwork to SLOT 5

Package-Manager: portage-2.3.1

 sci-geosciences/qmapshack/qmapshack-1.6.1-r2.ebuild | 2 +-
 sci-geosciences/qmapshack/qmapshack-1.6.3.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-geosciences/qmapshack/qmapshack-1.6.1-r2.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.6.1-r2.ebuild
index 9cc1133..280f2cf 100644
--- a/sci-geosciences/qmapshack/qmapshack-1.6.1-r2.ebuild
+++ b/sci-geosciences/qmapshack/qmapshack-1.6.1-r2.ebuild
@@ -18,7 +18,7 @@ RDEPEND="dev-qt/qtwebkit:5
dev-qt/qtprintsupport:5
dev-qt/qtdbus:5
dev-qt/qttest:5
-   dev-qt/qtnetwork[ssl]
+   dev-qt/qtnetwork:5[ssl]
>=sci-geosciences/routino-3.0_p1
sci-libs/gdal
sci-libs/proj"

diff --git a/sci-geosciences/qmapshack/qmapshack-1.6.3.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.6.3.ebuild
index 804ab6c..299c61f 100644
--- a/sci-geosciences/qmapshack/qmapshack-1.6.3.ebuild
+++ b/sci-geosciences/qmapshack/qmapshack-1.6.3.ebuild
@@ -18,7 +18,7 @@ RDEPEND="dev-qt/qtwebkit:5
dev-qt/qtprintsupport:5
dev-qt/qtdbus:5
dev-qt/qttest:5
-   dev-qt/qtnetwork[ssl]
+   dev-qt/qtnetwork:5[ssl]
>=sci-geosciences/routino-3.1.1
sci-libs/gdal
sci-libs/proj"



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/

2016-07-16 Thread Andrey Grozin
commit: 28dd1ddf5ff0a8c275d6fe587105434208c5
Author: Andrey Grozin  gentoo  org>
AuthorDate: Sat Jul 16 12:07:32 2016 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Sat Jul 16 12:07:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28dd1ddf

sci-geosciences/qmapshack: bump to 1.6.3

Package-Manager: portage-2.3.0

 sci-geosciences/qmapshack/Manifest   |  1 +
 sci-geosciences/qmapshack/qmapshack-1.6.3.ebuild | 26 
 2 files changed, 27 insertions(+)

diff --git a/sci-geosciences/qmapshack/Manifest 
b/sci-geosciences/qmapshack/Manifest
index 1cc3b44..9d4abcd 100644
--- a/sci-geosciences/qmapshack/Manifest
+++ b/sci-geosciences/qmapshack/Manifest
@@ -1 +1,2 @@
 DIST qmapshack-1.6.1.tar.gz 4538423 SHA256 
e702482ef894ec3fdbc5a932dd220bbb34eef1580b1645a314e9a3fa99956c22 SHA512 
f6437004a79a875bdbfe6567bc1a771c6862ca7f851306ccf3ab044a28c4071eff227b3e5a200a21ec30c65df29e8e7371d32c0b4c8b5cc2799cf224adb892a6
 WHIRLPOOL 
0b180e5265a2a739008f0128947eaf28102dcb5d21041206631654b098d770d0c2e3ff3086289f1370df358747be033d326b93be4d44174e8738adcfa6faa9b4
+DIST qmapshack-1.6.3.tar.gz 5181205 SHA256 
6fa5158bd823e8d43eb8a4e4db35a05720d1fe8d624eb65320b905ae315bd708 SHA512 
6e9efdd35ebf3980011aea0cefdbcc433e4f0d333cbeff72e70880a41bff972cc27f4517e243f4990b5e04112a50af2651d99cb5c1c6e542341db30e5e000133
 WHIRLPOOL 
7fa7e8bbd658f351e5d62ef979a91e291207d1b25a5a94c335051dd93e1f41947dc612eec80c2134e7929edca0becaa0c866e9060e0cbe7c54a856d480acd938

diff --git a/sci-geosciences/qmapshack/qmapshack-1.6.3.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.6.3.ebuild
new file mode 100644
index 000..804ab6c
--- /dev/null
+++ b/sci-geosciences/qmapshack/qmapshack-1.6.3.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="GPS mapping utility"
+HOMEPAGE="https://bitbucket.org/maproom/qmapshack/wiki/Home;
+SRC_URI="https://bitbucket.org/maproom/${PN}/downloads/${P}.tar.gz;
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+RDEPEND="dev-qt/qtwebkit:5
+   dev-qt/qtscript:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtdbus:5
+   dev-qt/qttest:5
+   dev-qt/qtnetwork[ssl]
+   >=sci-geosciences/routino-3.1.1
+   sci-libs/gdal
+   sci-libs/proj"
+DEPEND="${RDEPEND}
+   dev-qt/linguist-tools:5"



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/

2016-07-13 Thread Andrey Grozin
commit: 4738006b67d566bceac455271920c482665d5a12
Author: Andrey Grozin  gentoo  org>
AuthorDate: Wed Jul 13 16:27:48 2016 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Wed Jul 13 16:27:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4738006b

sci-geosciences/qmapshack: cleaning old

Package-Manager: portage-2.3.0

 sci-geosciences/qmapshack/Manifest |  2 --
 sci-geosciences/qmapshack/qmapshack-1.3.0.ebuild   | 21 --
 sci-geosciences/qmapshack/qmapshack-1.5.1.ebuild   | 22 ---
 .../qmapshack/qmapshack-1.6.1-r1.ebuild| 25 --
 4 files changed, 70 deletions(-)

diff --git a/sci-geosciences/qmapshack/Manifest 
b/sci-geosciences/qmapshack/Manifest
index fdd6d1e..1cc3b44 100644
--- a/sci-geosciences/qmapshack/Manifest
+++ b/sci-geosciences/qmapshack/Manifest
@@ -1,3 +1 @@
-DIST qmapshack-1.3.0.tar.gz 4306608 SHA256 
8eb9b07e2170d435aa086930e8c12f53cc9f89e7617adcf6a73b5a76f4081b0d SHA512 
bf58bc7a2b9612cddb63801737c31b5910f8cbf255ebbc4abac42cb7404040074436ac6fa9a85982a31c1499cedc21fb13885e4daa650eb3567f8115528db385
 WHIRLPOOL 
d85bbc15df93a9d86c57126f8b8c85dce5e10fcac1ca2b9bb8c32b8abd9f8796e3e4c415d712bf7dc8aa9c8542715f45ca81aca9cfd6d67685fe6984180c5ddd
-DIST qmapshack-1.5.1.tar.gz 4041000 SHA256 
109f7979781cea2e46368fc04ee499ffbe86493c8a4dea7fab65818e1f1d SHA512 
6ce4732f42bbc14ddd67094431205b6ddb724e6841913e00a3ecbfb386e94aae7f4cf4062f0a9b0ba4a60df696dee11c4de5036c17a5b8b3cea331a3a0786672
 WHIRLPOOL 
e95b7d85f1f89effee61a0cef090ca026b8d45e2192ee7e03d9f775bb7326d2510bf3cc1c355d6d5f2882a7449238f952d1a6d80801376325c4f08515aba3746
 DIST qmapshack-1.6.1.tar.gz 4538423 SHA256 
e702482ef894ec3fdbc5a932dd220bbb34eef1580b1645a314e9a3fa99956c22 SHA512 
f6437004a79a875bdbfe6567bc1a771c6862ca7f851306ccf3ab044a28c4071eff227b3e5a200a21ec30c65df29e8e7371d32c0b4c8b5cc2799cf224adb892a6
 WHIRLPOOL 
0b180e5265a2a739008f0128947eaf28102dcb5d21041206631654b098d770d0c2e3ff3086289f1370df358747be033d326b93be4d44174e8738adcfa6faa9b4

diff --git a/sci-geosciences/qmapshack/qmapshack-1.3.0.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.3.0.ebuild
deleted file mode 100644
index e88c7c9..000
--- a/sci-geosciences/qmapshack/qmapshack-1.3.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-EAPI=5
-inherit cmake-utils
-
-DESCRIPTION="GPS mapping utility"
-HOMEPAGE="https://bitbucket.org/maproom/qmapshack/wiki/Home;
-SRC_URI="https://bitbucket.org/maproom/${PN}/downloads/${P}.tar.gz;
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-RDEPEND="dev-qt/qtwebkit:5
-   dev-qt/qtscript:5
-   dev-qt/qtprintsupport:5
-   dev-qt/qtdbus:5
-   sci-libs/gdal
-   sci-libs/proj"
-DEPEND="${RDEPEND}
-   dev-qt/linguist-tools:5"

diff --git a/sci-geosciences/qmapshack/qmapshack-1.5.1.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.5.1.ebuild
deleted file mode 100644
index d87dcc1..000
--- a/sci-geosciences/qmapshack/qmapshack-1.5.1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-EAPI=5
-inherit cmake-utils
-
-DESCRIPTION="GPS mapping utility"
-HOMEPAGE="https://bitbucket.org/maproom/qmapshack/wiki/Home;
-SRC_URI="https://bitbucket.org/maproom/${PN}/downloads/${P}.tar.gz;
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-RDEPEND="dev-qt/qtwebkit:5
-   dev-qt/qtscript:5
-   dev-qt/qtprintsupport:5
-   dev-qt/qtdbus:5
-   >=sci-geosciences/routino-3.0_p1
-   sci-libs/gdal
-   sci-libs/proj"
-DEPEND="${RDEPEND}
-   dev-qt/linguist-tools:5"

diff --git a/sci-geosciences/qmapshack/qmapshack-1.6.1-r1.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.6.1-r1.ebuild
deleted file mode 100644
index 08666b3..000
--- a/sci-geosciences/qmapshack/qmapshack-1.6.1-r1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="GPS mapping utility"
-HOMEPAGE="https://bitbucket.org/maproom/qmapshack/wiki/Home;
-SRC_URI="https://bitbucket.org/maproom/${PN}/downloads/${P}.tar.gz;
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-RDEPEND="dev-qt/qtwebkit:5
-   dev-qt/qtscript:5
-   dev-qt/qtprintsupport:5
-   dev-qt/qtdbus:5
-   dev-qt/qttest:5
-   >=sci-geosciences/routino-3.0_p1
-   sci-libs/gdal
-   sci-libs/proj"
-DEPEND="${RDEPEND}
-   dev-qt/linguist-tools:5"



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/

2016-07-13 Thread Andrey Grozin
commit: 62a73b0cc180dc6ef92bdb959b938d5c4a481c1c
Author: Andrey Grozin  gentoo  org>
AuthorDate: Wed Jul 13 16:25:26 2016 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Wed Jul 13 16:25:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62a73b0c

sci-geosciences/qmapshack: added a missing dependency

Bug: 588346

Package-Manager: portage-2.3.0

 .../qmapshack/qmapshack-1.6.1-r2.ebuild| 26 ++
 1 file changed, 26 insertions(+)

diff --git a/sci-geosciences/qmapshack/qmapshack-1.6.1-r2.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.6.1-r2.ebuild
new file mode 100644
index 000..9cc1133
--- /dev/null
+++ b/sci-geosciences/qmapshack/qmapshack-1.6.1-r2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="GPS mapping utility"
+HOMEPAGE="https://bitbucket.org/maproom/qmapshack/wiki/Home;
+SRC_URI="https://bitbucket.org/maproom/${PN}/downloads/${P}.tar.gz;
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+RDEPEND="dev-qt/qtwebkit:5
+   dev-qt/qtscript:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtdbus:5
+   dev-qt/qttest:5
+   dev-qt/qtnetwork[ssl]
+   >=sci-geosciences/routino-3.0_p1
+   sci-libs/gdal
+   sci-libs/proj"
+DEPEND="${RDEPEND}
+   dev-qt/linguist-tools:5"



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/

2016-05-14 Thread Andrey Grozin
commit: 12135caaa961e60677425c6c7077f852fedc89a3
Author: Andrey Grozin  gentoo  org>
AuthorDate: Sat May 14 07:54:28 2016 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Sat May 14 07:54:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12135caa

sci-geosciences/qmapshack: drop 1.6.1

Package-Manager: portage-2.2.28

 sci-geosciences/qmapshack/qmapshack-1.6.1.ebuild | 24 
 1 file changed, 24 deletions(-)

diff --git a/sci-geosciences/qmapshack/qmapshack-1.6.1.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.6.1.ebuild
deleted file mode 100644
index b664002..000
--- a/sci-geosciences/qmapshack/qmapshack-1.6.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="GPS mapping utility"
-HOMEPAGE="https://bitbucket.org/maproom/qmapshack/wiki/Home;
-SRC_URI="https://bitbucket.org/maproom/${PN}/downloads/${P}.tar.gz;
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-RDEPEND="dev-qt/qtwebkit:5
-   dev-qt/qtscript:5
-   dev-qt/qtprintsupport:5
-   dev-qt/qtdbus:5
-   >=sci-geosciences/routino-3.0_p1
-   sci-libs/gdal
-   sci-libs/proj"
-DEPEND="${RDEPEND}
-   dev-qt/linguist-tools:5"



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/

2016-05-14 Thread Andrey Grozin
commit: 5b96a3f1685b673c3da359d379b3d4da89bafa90
Author: Andrey Grozin  gentoo  org>
AuthorDate: Sat May 14 07:52:41 2016 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Sat May 14 07:52:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b96a3f1

sci-geosciences/qmapshack: added dependecy on dev-qt/qttest:5

Bug: 582254

Package-Manager: portage-2.2.28

 .../qmapshack/qmapshack-1.6.1-r1.ebuild| 25 ++
 1 file changed, 25 insertions(+)

diff --git a/sci-geosciences/qmapshack/qmapshack-1.6.1-r1.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.6.1-r1.ebuild
new file mode 100644
index 000..08666b3
--- /dev/null
+++ b/sci-geosciences/qmapshack/qmapshack-1.6.1-r1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="GPS mapping utility"
+HOMEPAGE="https://bitbucket.org/maproom/qmapshack/wiki/Home;
+SRC_URI="https://bitbucket.org/maproom/${PN}/downloads/${P}.tar.gz;
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+RDEPEND="dev-qt/qtwebkit:5
+   dev-qt/qtscript:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtdbus:5
+   dev-qt/qttest:5
+   >=sci-geosciences/routino-3.0_p1
+   sci-libs/gdal
+   sci-libs/proj"
+DEPEND="${RDEPEND}
+   dev-qt/linguist-tools:5"



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/

2016-04-10 Thread David Seifert
commit: 4a31750081c5f90b15b39621339550f9fd0cf596
Author: P424D0X  t-online  de>
AuthorDate: Sun Apr  3 16:10:18 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr 10 07:35:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a317500

sci-geosciences/qmapshack: Version bump to version 1.6.1

 sci-geosciences/qmapshack/Manifest   |  1 +
 sci-geosciences/qmapshack/qmapshack-1.6.1.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/sci-geosciences/qmapshack/Manifest 
b/sci-geosciences/qmapshack/Manifest
index 8bedd61..fdd6d1e 100644
--- a/sci-geosciences/qmapshack/Manifest
+++ b/sci-geosciences/qmapshack/Manifest
@@ -1,2 +1,3 @@
 DIST qmapshack-1.3.0.tar.gz 4306608 SHA256 
8eb9b07e2170d435aa086930e8c12f53cc9f89e7617adcf6a73b5a76f4081b0d SHA512 
bf58bc7a2b9612cddb63801737c31b5910f8cbf255ebbc4abac42cb7404040074436ac6fa9a85982a31c1499cedc21fb13885e4daa650eb3567f8115528db385
 WHIRLPOOL 
d85bbc15df93a9d86c57126f8b8c85dce5e10fcac1ca2b9bb8c32b8abd9f8796e3e4c415d712bf7dc8aa9c8542715f45ca81aca9cfd6d67685fe6984180c5ddd
 DIST qmapshack-1.5.1.tar.gz 4041000 SHA256 
109f7979781cea2e46368fc04ee499ffbe86493c8a4dea7fab65818e1f1d SHA512 
6ce4732f42bbc14ddd67094431205b6ddb724e6841913e00a3ecbfb386e94aae7f4cf4062f0a9b0ba4a60df696dee11c4de5036c17a5b8b3cea331a3a0786672
 WHIRLPOOL 
e95b7d85f1f89effee61a0cef090ca026b8d45e2192ee7e03d9f775bb7326d2510bf3cc1c355d6d5f2882a7449238f952d1a6d80801376325c4f08515aba3746
+DIST qmapshack-1.6.1.tar.gz 4538423 SHA256 
e702482ef894ec3fdbc5a932dd220bbb34eef1580b1645a314e9a3fa99956c22 SHA512 
f6437004a79a875bdbfe6567bc1a771c6862ca7f851306ccf3ab044a28c4071eff227b3e5a200a21ec30c65df29e8e7371d32c0b4c8b5cc2799cf224adb892a6
 WHIRLPOOL 
0b180e5265a2a739008f0128947eaf28102dcb5d21041206631654b098d770d0c2e3ff3086289f1370df358747be033d326b93be4d44174e8738adcfa6faa9b4

diff --git a/sci-geosciences/qmapshack/qmapshack-1.6.1.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.6.1.ebuild
new file mode 100644
index 000..b664002
--- /dev/null
+++ b/sci-geosciences/qmapshack/qmapshack-1.6.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="GPS mapping utility"
+HOMEPAGE="https://bitbucket.org/maproom/qmapshack/wiki/Home;
+SRC_URI="https://bitbucket.org/maproom/${PN}/downloads/${P}.tar.gz;
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+RDEPEND="dev-qt/qtwebkit:5
+   dev-qt/qtscript:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtdbus:5
+   >=sci-geosciences/routino-3.0_p1
+   sci-libs/gdal
+   sci-libs/proj"
+DEPEND="${RDEPEND}
+   dev-qt/linguist-tools:5"



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/

2016-01-04 Thread Andrey Grozin
commit: 87882ac655b53ee562267b197a5672101eeb6392
Author: Andrey Grozin  gentoo  org>
AuthorDate: Mon Jan  4 09:30:36 2016 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Mon Jan  4 09:31:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87882ac6

sci-geosciences/qmapshack: bump to 1.5.1

Package-Manager: portage-2.2.26

 sci-geosciences/qmapshack/Manifest   |  1 +
 sci-geosciences/qmapshack/qmapshack-1.5.1.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/sci-geosciences/qmapshack/Manifest 
b/sci-geosciences/qmapshack/Manifest
index 085cd02..8bedd61 100644
--- a/sci-geosciences/qmapshack/Manifest
+++ b/sci-geosciences/qmapshack/Manifest
@@ -1 +1,2 @@
 DIST qmapshack-1.3.0.tar.gz 4306608 SHA256 
8eb9b07e2170d435aa086930e8c12f53cc9f89e7617adcf6a73b5a76f4081b0d SHA512 
bf58bc7a2b9612cddb63801737c31b5910f8cbf255ebbc4abac42cb7404040074436ac6fa9a85982a31c1499cedc21fb13885e4daa650eb3567f8115528db385
 WHIRLPOOL 
d85bbc15df93a9d86c57126f8b8c85dce5e10fcac1ca2b9bb8c32b8abd9f8796e3e4c415d712bf7dc8aa9c8542715f45ca81aca9cfd6d67685fe6984180c5ddd
+DIST qmapshack-1.5.1.tar.gz 4041000 SHA256 
109f7979781cea2e46368fc04ee499ffbe86493c8a4dea7fab65818e1f1d SHA512 
6ce4732f42bbc14ddd67094431205b6ddb724e6841913e00a3ecbfb386e94aae7f4cf4062f0a9b0ba4a60df696dee11c4de5036c17a5b8b3cea331a3a0786672
 WHIRLPOOL 
e95b7d85f1f89effee61a0cef090ca026b8d45e2192ee7e03d9f775bb7326d2510bf3cc1c355d6d5f2882a7449238f952d1a6d80801376325c4f08515aba3746

diff --git a/sci-geosciences/qmapshack/qmapshack-1.5.1.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.5.1.ebuild
new file mode 100644
index 000..d87dcc1
--- /dev/null
+++ b/sci-geosciences/qmapshack/qmapshack-1.5.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+EAPI=5
+inherit cmake-utils
+
+DESCRIPTION="GPS mapping utility"
+HOMEPAGE="https://bitbucket.org/maproom/qmapshack/wiki/Home;
+SRC_URI="https://bitbucket.org/maproom/${PN}/downloads/${P}.tar.gz;
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+RDEPEND="dev-qt/qtwebkit:5
+   dev-qt/qtscript:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtdbus:5
+   >=sci-geosciences/routino-3.0_p1
+   sci-libs/gdal
+   sci-libs/proj"
+DEPEND="${RDEPEND}
+   dev-qt/linguist-tools:5"



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/

2015-10-01 Thread Michael Palimaka
commit: 52e9ae64d25627edc24a7992d5a14a93fd68fb67
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Oct  1 13:34:35 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Oct  1 14:20:38 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52e9ae64

sci-geosciences/qmapshack: dev-qt/linguist-tools is a build-time dependency

Package-Manager: portage-2.2.20.1

 sci-geosciences/qmapshack/qmapshack-1.3.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-geosciences/qmapshack/qmapshack-1.3.0.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.3.0.ebuild
index 9a118c7..e88c7c9 100644
--- a/sci-geosciences/qmapshack/qmapshack-1.3.0.ebuild
+++ b/sci-geosciences/qmapshack/qmapshack-1.3.0.ebuild
@@ -12,10 +12,10 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 RDEPEND="dev-qt/qtwebkit:5
-   dev-qt/linguist-tools:5
dev-qt/qtscript:5
dev-qt/qtprintsupport:5
dev-qt/qtdbus:5
sci-libs/gdal
sci-libs/proj"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+   dev-qt/linguist-tools:5"



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/

2015-09-03 Thread Andrey Grozin
commit: 3fa0482341d1a9711700e5eaee060e0d5397acd4
Author: Andrey Grozin  gentoo  org>
AuthorDate: Thu Sep  3 16:38:02 2015 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Thu Sep  3 16:54:49 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fa04823

sci-geosciences/qmapshack: initial import

Package-Manager: portage-2.2.20.1

 sci-geosciences/qmapshack/Manifest   |  1 +
 sci-geosciences/qmapshack/metadata.xml   | 15 +++
 sci-geosciences/qmapshack/qmapshack-1.3.0.ebuild | 21 +
 3 files changed, 37 insertions(+)

diff --git a/sci-geosciences/qmapshack/Manifest 
b/sci-geosciences/qmapshack/Manifest
new file mode 100644
index 000..085cd02
--- /dev/null
+++ b/sci-geosciences/qmapshack/Manifest
@@ -0,0 +1 @@
+DIST qmapshack-1.3.0.tar.gz 4306608 SHA256 
8eb9b07e2170d435aa086930e8c12f53cc9f89e7617adcf6a73b5a76f4081b0d SHA512 
bf58bc7a2b9612cddb63801737c31b5910f8cbf255ebbc4abac42cb7404040074436ac6fa9a85982a31c1499cedc21fb13885e4daa650eb3567f8115528db385
 WHIRLPOOL 
d85bbc15df93a9d86c57126f8b8c85dce5e10fcac1ca2b9bb8c32b8abd9f8796e3e4c415d712bf7dc8aa9c8542715f45ca81aca9cfd6d67685fe6984180c5ddd

diff --git a/sci-geosciences/qmapshack/metadata.xml 
b/sci-geosciences/qmapshack/metadata.xml
new file mode 100644
index 000..b9960f6
--- /dev/null
+++ b/sci-geosciences/qmapshack/metadata.xml
@@ -0,0 +1,15 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+sci
+
+  gro...@gentoo.org
+  Andrey Grozin
+
+
+  Use QMapShack to plan your next outdoor trip or to visualize and archive
+  all the GPS recordings of your past exciting adventures.
+  QMapShack is the next generation of the famous QLandkarte GT application.
+  And of course it's even better and easier to use.
+
+

diff --git a/sci-geosciences/qmapshack/qmapshack-1.3.0.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.3.0.ebuild
new file mode 100644
index 000..9a118c7
--- /dev/null
+++ b/sci-geosciences/qmapshack/qmapshack-1.3.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+EAPI=5
+inherit cmake-utils
+
+DESCRIPTION="GPS mapping utility"
+HOMEPAGE="https://bitbucket.org/maproom/qmapshack/wiki/Home;
+SRC_URI="https://bitbucket.org/maproom/${PN}/downloads/${P}.tar.gz;
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+RDEPEND="dev-qt/qtwebkit:5
+   dev-qt/linguist-tools:5
+   dev-qt/qtscript:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtdbus:5
+   sci-libs/gdal
+   sci-libs/proj"
+DEPEND="${RDEPEND}"