From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7BCE11399CE for ; Thu, 3 Sep 2015 17:13:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D17DD1427C; Thu, 3 Sep 2015 17:13:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 621421427C for ; Thu, 3 Sep 2015 17:13:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3E8E93408A2 for ; Thu, 3 Sep 2015 17:13:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D327170 for ; Thu, 3 Sep 2015 17:13:51 +0000 (UTC) From: "Andrey Grozin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrey Grozin" Message-ID: <1441299289.3fa0482341d1a9711700e5eaee060e0d5397acd4.grozin@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-geosciences/qmapshack/Manifest sci-geosciences/qmapshack/metadata.xml sci-geosciences/qmapshack/qmapshack-1.3.0.ebuild X-VCS-Directories: sci-geosciences/qmapshack/ X-VCS-Committer: grozin X-VCS-Committer-Name: Andrey Grozin X-VCS-Revision: 3fa0482341d1a9711700e5eaee060e0d5397acd4 X-VCS-Branch: master Date: Thu, 3 Sep 2015 17:13:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d8dd2878-447f-4af4-b9b1-60bee07aab14 X-Archives-Hash: 6f305fa4f33ec482783a33848d360ebb commit: 3fa0482341d1a9711700e5eaee060e0d5397acd4 Author: Andrey Grozin gentoo org> AuthorDate: Thu Sep 3 16:38:02 2015 +0000 Commit: Andrey Grozin gentoo 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 @@ + + + +sci + + grozin@gentoo.org + Andrey Grozin + + + 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. + + 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}"