commit:     3fa0482341d1a9711700e5eaee060e0d5397acd4
Author:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  3 16:38:02 2015 +0000
Commit:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Thu Sep  3 16:54:49 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fa04823

sci-geosciences/qmapshack: initial import

Package-Manager: portage-2.2.20.1

 sci-geosciences/qmapshack/Manifest               |  1 +
 sci-geosciences/qmapshack/metadata.xml           | 15 +++++++++++++++
 sci-geosciences/qmapshack/qmapshack-1.3.0.ebuild | 21 +++++++++++++++++++++
 3 files changed, 37 insertions(+)

diff --git a/sci-geosciences/qmapshack/Manifest 
b/sci-geosciences/qmapshack/Manifest
new file mode 100644
index 0000000..085cd02
--- /dev/null
+++ b/sci-geosciences/qmapshack/Manifest
@@ -0,0 +1 @@
+DIST qmapshack-1.3.0.tar.gz 4306608 SHA256 
8eb9b07e2170d435aa086930e8c12f53cc9f89e7617adcf6a73b5a76f4081b0d SHA512 
bf58bc7a2b9612cddb63801737c31b5910f8cbf255ebbc4abac42cb7404040074436ac6fa9a85982a31c1499cedc21fb13885e4daa650eb3567f8115528db385
 WHIRLPOOL 
d85bbc15df93a9d86c57126f8b8c85dce5e10fcac1ca2b9bb8c32b8abd9f8796e3e4c415d712bf7dc8aa9c8542715f45ca81aca9cfd6d67685fe6984180c5ddd

diff --git a/sci-geosciences/qmapshack/metadata.xml 
b/sci-geosciences/qmapshack/metadata.xml
new file mode 100644
index 0000000..b9960f6
--- /dev/null
+++ b/sci-geosciences/qmapshack/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+<herd>sci</herd>
+<maintainer>
+  <email>[email protected]</email>
+  <name>Andrey Grozin</name>
+</maintainer>
+<longdescription lang="en">
+  Use QMapShack to plan your next outdoor trip or to visualize and archive
+  all the GPS recordings of your past exciting adventures.
+  QMapShack is the next generation of the famous QLandkarte GT application.
+  And of course it's even better and easier to use.
+</longdescription>
+</pkgmetadata>

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 0000000..9a118c7
--- /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}"

Reply via email to