commit:     82af2b8aa315b8874bec02b61def9282ec4d1509
Author:     Gerion Entrup <gerion.entrup <AT> flump <DOT> de>
AuthorDate: Mon Jul 16 16:22:31 2018 +0000
Commit:     gerion <gerion.entrup <AT> flump <DOT> de>
CommitDate: Wed Jul 18 15:37:53 2018 +0000
URL:        https://gitweb.gentoo.org/repo/user/gerislay.git/commit/?id=82af2b8a

add qmapshack-9999.ebuild

 sci-geosciences/qmapshack/Manifest              |  2 ++
 sci-geosciences/qmapshack/metadata.xml          | 21 +++++++++++++
 sci-geosciences/qmapshack/qmapshack-9999.ebuild | 40 +++++++++++++++++++++++++
 3 files changed, 63 insertions(+)

diff --git a/sci-geosciences/qmapshack/Manifest 
b/sci-geosciences/qmapshack/Manifest
new file mode 100644
index 0000000..fd0d934
--- /dev/null
+++ b/sci-geosciences/qmapshack/Manifest
@@ -0,0 +1,2 @@
+EBUILD qmapshack-9999.ebuild 866 BLAKE2B 
96372d7a38c123e701d878b0a6ccb6ce1cb318945541354290d2d37f3e2100c6d19ed88c912df6e7bb43ec52ad456eefb96a39bcc4cf98afe63ae8324c73e78b
 SHA512 
d782ca19e643e76f37d9ae1cdd7133a1b785ed18c739be5348c28a7eeac156d471c96014554dc3c3729cdbf536eb31734429ab8f222d9979b10fcbdbbaa1ab69
+MISC metadata.xml 772 BLAKE2B 
b1bd146b3ae624d365dd366cef81f3eaf37c8220ddd4eeb1f64916275f6520f3bd2d458a339bdea85d0f13cde14b3038d98c32f6265204e3aa1e22424f9dbfd2
 SHA512 
03cd1cf6d4e0b5a420b4301ffb1077f2dda9e023572dedd1c56ba4574ab4460c125d63bb5c7475b66b023ff15dc0b9c4cfc8479218366c935108e89850ed5d4d

diff --git a/sci-geosciences/qmapshack/metadata.xml 
b/sci-geosciences/qmapshack/metadata.xml
new file mode 100644
index 0000000..1ba0b96
--- /dev/null
+++ b/sci-geosciences/qmapshack/metadata.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+  <maintainer type="person">
+    <email>[email protected]</email>
+    <name>Andrey Grozin</name>
+  </maintainer>
+  <maintainer type="project">
+    <email>[email protected]</email>
+    <name>Gentoo Science Project</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>
+  <upstream>
+    <remote-id type="bitbucket">maproom/qmapshack</remote-id>
+  </upstream>
+</pkgmetadata>

diff --git a/sci-geosciences/qmapshack/qmapshack-9999.ebuild 
b/sci-geosciences/qmapshack/qmapshack-9999.ebuild
new file mode 100644
index 0000000..6139b14
--- /dev/null
+++ b/sci-geosciences/qmapshack/qmapshack-9999.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils xdg-utils gnome2-utils mercurial
+
+DESCRIPTION="GPS mapping utility"
+HOMEPAGE="https://bitbucket.org/maproom/qmapshack/wiki/Home";
+EHG_REPO_URI="https://bitbucket.org/maproom/qmapshack";
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+RDEPEND="dev-qt/qtwebkit:5
+       dev-qt/qtscript:5
+       dev-qt/qtprintsupport:5
+       dev-qt/qtdbus:5
+       dev-qt/qttest:5
+       dev-qt/designer:5
+       dev-qt/qtnetwork:5[ssl]
+       dev-libs/quazip
+       >=sci-geosciences/routino-3.1.1
+       sci-libs/gdal
+       sci-libs/proj
+       sci-libs/alglib"
+DEPEND="${RDEPEND}
+       dev-qt/linguist-tools:5"
+
+pkg_postinst() {
+       xdg_desktop_database_update
+       xdg_mimeinfo_database_update
+       gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+       xdg_desktop_database_update
+       xdg_mimeinfo_database_update
+       gnome2_icon_cache_update
+}

Reply via email to