From: Andrey Grozin Date: Sat, 14 May 2016 07:52:41 +0000 (+0600) Subject: sci-geosciences/qmapshack: added dependecy on dev-qt/qttest:5 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=5b96a3f1685b673c3da359d379b3d4da89bafa90;p=gentoo.git sci-geosciences/qmapshack: added dependecy on dev-qt/qttest:5 Bug: 582254 Package-Manager: portage-2.2.28 --- 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"