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 33C4C13825A for ; Sat, 14 May 2016 08:02:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC84DE07EC; Sat, 14 May 2016 08:01:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 66655E07EC for ; Sat, 14 May 2016 08:01:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 51F73340A35 for ; Sat, 14 May 2016 08:01:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B72D87B for ; Sat, 14 May 2016 08:01:53 +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: <1463212361.5b96a3f1685b673c3da359d379b3d4da89bafa90.grozin@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-geosciences/qmapshack/qmapshack-1.6.1-r1.ebuild X-VCS-Directories: sci-geosciences/qmapshack/ X-VCS-Committer: grozin X-VCS-Committer-Name: Andrey Grozin X-VCS-Revision: 5b96a3f1685b673c3da359d379b3d4da89bafa90 X-VCS-Branch: master Date: Sat, 14 May 2016 08:01:53 +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: 42c31a08-f786-484b-938b-c21d8e7f509f X-Archives-Hash: ca708752db87799b8cf7be6345922aa6 commit: 5b96a3f1685b673c3da359d379b3d4da89bafa90 Author: Andrey Grozin gentoo org> AuthorDate: Sat May 14 07:52:41 2016 +0000 Commit: Andrey Grozin gentoo org> CommitDate: Sat May 14 07:52:41 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b96a3f1 sci-geosciences/qmapshack: added dependecy on dev-qt/qttest:5 Bug: 582254 Package-Manager: portage-2.2.28 .../qmapshack/qmapshack-1.6.1-r1.ebuild | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/sci-geosciences/qmapshack/qmapshack-1.6.1-r1.ebuild b/sci-geosciences/qmapshack/qmapshack-1.6.1-r1.ebuild new file mode 100644 index 0000000..08666b3 --- /dev/null +++ b/sci-geosciences/qmapshack/qmapshack-1.6.1-r1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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 + >=sci-geosciences/routino-3.0_p1 + sci-libs/gdal + sci-libs/proj" +DEPEND="${RDEPEND} + dev-qt/linguist-tools:5"