commit: 5b96a3f1685b673c3da359d379b3d4da89bafa90 Author: Andrey Grozin <grozin <AT> gentoo <DOT> org> AuthorDate: Sat May 14 07:52:41 2016 +0000 Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org> CommitDate: Sat May 14 07:52:41 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b96a3f1
sci-geosciences/qmapshack: added dependecy on dev-qt/qttest:5 Bug: 582254 Package-Manager: portage-2.2.28 .../qmapshack/qmapshack-1.6.1-r1.ebuild | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) 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 0000000..08666b3 --- /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"
