summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2016-07-16 18:07:32 +0600
committerAndrey Grozin <grozin@gentoo.org>2016-07-16 18:07:32 +0600
commit28dd1ddf5ff0a00008c275d6fe587105434208c5 (patch)
tree3c24aed26eab39d7f7ca1d22e7a02732feb8109a
parentsci-geosciences/routino: bump to 3.1.1 (diff)
downloadgentoo-28dd1ddf5ff0a00008c275d6fe587105434208c5.tar.gz
gentoo-28dd1ddf5ff0a00008c275d6fe587105434208c5.tar.bz2
gentoo-28dd1ddf5ff0a00008c275d6fe587105434208c5.zip
sci-geosciences/qmapshack: bump to 1.6.3
Package-Manager: portage-2.3.0
-rw-r--r--sci-geosciences/qmapshack/Manifest1
-rw-r--r--sci-geosciences/qmapshack/qmapshack-1.6.3.ebuild26
2 files changed, 27 insertions, 0 deletions
diff --git a/sci-geosciences/qmapshack/Manifest b/sci-geosciences/qmapshack/Manifest
index 1cc3b44d9954..9d4abcdbc61a 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 000000000000..804ab6c6074e
--- /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"