From 76e7cabf0d12a22d4d9be37451e34258b2c34879 Mon Sep 17 00:00:00 2001 From: Andrey Grozin Date: Sun, 2 Apr 2017 20:46:01 +0700 Subject: [PATCH] sci-geosciences/qmapshack: dependency on dev-libs/quazip added Bug: 614500 Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- .../qmapshack/qmapshack-1.8.0-r1.ebuild | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 sci-geosciences/qmapshack/qmapshack-1.8.0-r1.ebuild diff --git a/sci-geosciences/qmapshack/qmapshack-1.8.0-r1.ebuild b/sci-geosciences/qmapshack/qmapshack-1.8.0-r1.ebuild new file mode 100644 index 000000000000..5ad43397383e --- /dev/null +++ b/sci-geosciences/qmapshack/qmapshack-1.8.0-r1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +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:5[ssl] + dev-libs/quazip + >=sci-geosciences/routino-3.1.1 + sci-libs/gdal + sci-libs/proj" +DEPEND="${RDEPEND} + dev-qt/linguist-tools:5" -- 2.26.2