sci-geosciences/qmapshack: added dependecy on dev-qt/qttest:5
authorAndrey Grozin <grozin@gentoo.org>
Sat, 14 May 2016 07:52:41 +0000 (13:52 +0600)
committerAndrey Grozin <grozin@gentoo.org>
Sat, 14 May 2016 07:52:41 +0000 (13:52 +0600)
Bug: 582254

Package-Manager: portage-2.2.28

sci-geosciences/qmapshack/qmapshack-1.6.1-r1.ebuild [new file with mode: 0644]

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 (file)
index 0000000..08666b3
--- /dev/null
@@ -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"