diff options
author | Andrey Grozin <grozin@gentoo.org> | 2016-05-14 13:52:41 +0600 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2016-05-14 13:52:41 +0600 |
commit | 5b96a3f1685b673c3da359d379b3d4da89bafa90 (patch) | |
tree | ba885223a35887b717691c541ae39b4b356d716c /sci-geosciences/qmapshack | |
parent | sci-mathematics/maxima: drop 5.38.0 (diff) | |
download | gentoo-5b96a3f1685b673c3da359d379b3d4da89bafa90.tar.gz gentoo-5b96a3f1685b673c3da359d379b3d4da89bafa90.tar.bz2 gentoo-5b96a3f1685b673c3da359d379b3d4da89bafa90.zip |
sci-geosciences/qmapshack: added dependecy on dev-qt/qttest:5
Bug: 582254
Package-Manager: portage-2.2.28
Diffstat (limited to 'sci-geosciences/qmapshack')
-rw-r--r-- | sci-geosciences/qmapshack/qmapshack-1.6.1-r1.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
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 000000000000..08666b3e35db --- /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" |