summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2015-09-03 22:38:02 +0600
committerAndrey Grozin <grozin@gentoo.org>2015-09-03 22:54:49 +0600
commit3fa0482341d1a9711700e5eaee060e0d5397acd4 (patch)
tree078d550712d830352b8dbdedcca7d8a92fa69645 /sci-geosciences/qmapshack/qmapshack-1.3.0.ebuild
parentapp-eselect/eselect-opengl: make list of blockers more explicit (diff)
downloadgentoo-3fa0482341d1a9711700e5eaee060e0d5397acd4.tar.gz
gentoo-3fa0482341d1a9711700e5eaee060e0d5397acd4.tar.bz2
gentoo-3fa0482341d1a9711700e5eaee060e0d5397acd4.zip
sci-geosciences/qmapshack: initial import
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'sci-geosciences/qmapshack/qmapshack-1.3.0.ebuild')
-rw-r--r--sci-geosciences/qmapshack/qmapshack-1.3.0.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/sci-geosciences/qmapshack/qmapshack-1.3.0.ebuild b/sci-geosciences/qmapshack/qmapshack-1.3.0.ebuild
new file mode 100644
index 000000000000..9a118c749d0f
--- /dev/null
+++ b/sci-geosciences/qmapshack/qmapshack-1.3.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+EAPI=5
+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/linguist-tools:5
+ dev-qt/qtscript:5
+ dev-qt/qtprintsupport:5
+ dev-qt/qtdbus:5
+ sci-libs/gdal
+ sci-libs/proj"
+DEPEND="${RDEPEND}"