public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrey Grozin" <grozin@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/
Date: Sat, 28 Nov 2020 12:57:45 +0000 (UTC)	[thread overview]
Message-ID: <1606568235.561c9f1af090d6a0f273ab2e64c82780bb1542d1.grozin@gentoo> (raw)

commit:     561c9f1af090d6a0f273ab2e64c82780bb1542d1
Author:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 28 12:57:15 2020 +0000
Commit:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Sat Nov 28 12:57:15 2020 +0000
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 <grozin <AT> 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 00000000000..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"
+}


             reply	other threads:[~2020-11-28 12:57 UTC|newest]

Thread overview: 78+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-28 12:57 Andrey Grozin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-23 16:37 [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/ Andrey Grozin
2024-09-18 16:21 Andrey Grozin
2024-09-18 16:20 Andrey Grozin
2024-09-08  5:48 Andrey Grozin
2024-02-09 14:27 Andrey Grozin
2024-02-02 14:10 Arthur Zamarin
2023-12-22 13:41 Andrey Grozin
2023-12-22 12:47 Andrey Grozin
2023-08-29 12:08 Andrey Grozin
2023-02-07 10:37 Andreas Sturmlechner
2022-12-25 23:39 Andreas Sturmlechner
2022-09-10  0:29 Sam James
2022-09-09 16:09 Andrew Ammerlaan
2022-01-10  8:38 Agostino Sarubbo
2022-01-09 20:08 Sam James
2021-12-08  6:17 Sam James
2021-12-07  6:22 Agostino Sarubbo
2021-12-05  4:28 Andrey Grozin
2021-06-04  4:48 Andrey Grozin
2021-05-25 14:30 Andrey Grozin
2021-05-08  3:04 Andrey Grozin
2021-04-18 13:06 Andrey Grozin
2021-02-26 20:58 Agostino Sarubbo
2021-02-24 18:36 Andreas Sturmlechner
2021-02-23 19:53 Andreas Sturmlechner
2021-02-15  4:01 Sam James
2021-02-15  4:01 Sam James
2020-12-27 10:37 Andrey Grozin
2020-12-25 15:35 Andreas Sturmlechner
2020-12-22 18:57 Sam James
2020-12-21 17:48 Thomas Deutschmann
2020-11-28 12:59 Andrey Grozin
2020-07-08 14:24 Andrey Grozin
2020-04-29 17:09 Andrey Grozin
2020-02-09  3:59 Andrey Grozin
2020-02-03 15:24 Agostino Sarubbo
2020-02-03 13:32 Agostino Sarubbo
2019-11-03 12:17 Andrey Grozin
2019-11-03 11:50 Andrey Grozin
2019-09-14 11:20 Andrey Grozin
2019-08-18 14:53 Andrey Grozin
2019-08-18 14:51 Andrey Grozin
2019-04-04 12:44 Andrey Grozin
2019-01-21 22:17 Mikle Kolyada
2019-01-15 22:10 Thomas Deutschmann
2019-01-09 14:56 Andrey Grozin
2019-01-09 14:53 Andrey Grozin
2018-10-01 21:47 Thomas Deutschmann
2018-09-15 16:45 Mikle Kolyada
2018-09-09 16:36 Amy Liffey
2018-09-05 15:36 Andrey Grozin
2018-09-05 15:34 Andrey Grozin
2018-09-05 15:30 Andrey Grozin
2018-04-28 16:12 Andrey Grozin
2018-03-19 14:44 Andrey Grozin
2018-03-19 14:42 Andrey Grozin
2018-01-08  3:41 Andrey Grozin
2017-12-28 16:18 Andrey Grozin
2017-11-26  4:17 Andrey Grozin
2017-11-25  7:22 Andrey Grozin
2017-08-12 11:05 Amy Liffey
2017-04-02 13:49 Andrey Grozin
2017-04-02 13:48 Andrey Grozin
2017-04-02 13:46 Andrey Grozin
2017-04-01 22:22 Andrey Grozin
2016-12-19 19:31 Tobias Klausmann
2016-11-24 16:22 Andrey Grozin
2016-09-28 18:35 Michael Palimaka
2016-07-16 12:07 Andrey Grozin
2016-07-13 16:35 Andrey Grozin
2016-07-13 16:33 Andrey Grozin
2016-05-14  8:03 Andrey Grozin
2016-05-14  8:01 Andrey Grozin
2016-04-10  7:36 David Seifert
2016-01-04  9:36 Andrey Grozin
2015-10-01 14:21 Michael Palimaka
2015-09-03 17:13 Andrey Grozin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1606568235.561c9f1af090d6a0f273ab2e64c82780bb1542d1.grozin@gentoo \
    --to=grozin@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox