From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8AEB4138334 for ; Wed, 5 Sep 2018 15:34:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D1A9E079C; Wed, 5 Sep 2018 15:34:45 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6CFDCE079C for ; Wed, 5 Sep 2018 15:34:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BF425335C95 for ; Wed, 5 Sep 2018 15:34:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1DE733C4 for ; Wed, 5 Sep 2018 15:34:42 +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: <1536161656.f6bb934f65a408232071e3c0a3253cfe29b85de4.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.11.1-r1.ebuild X-VCS-Directories: sci-geosciences/qmapshack/ X-VCS-Committer: grozin X-VCS-Committer-Name: Andrey Grozin X-VCS-Revision: f6bb934f65a408232071e3c0a3253cfe29b85de4 X-VCS-Branch: master Date: Wed, 5 Sep 2018 15:34:42 +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: 4d09174c-b862-4e69-b2eb-68d96c3ea3ea X-Archives-Hash: 0544fdd883f57f07be1304ac752effb3 commit: f6bb934f65a408232071e3c0a3253cfe29b85de4 Author: Andrey Grozin gentoo org> AuthorDate: Wed Sep 5 15:34:16 2018 +0000 Commit: Andrey Grozin gentoo org> CommitDate: Wed Sep 5 15:34:16 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6bb934f sci-geosciences/qmapshack: depend on dev-qt/qtsql Suggested-by: gentoo lermytte.be Closes: https://bugs.gentoo.org/661134 Package-Manager: Portage-2.3.41, Repoman-2.3.9 .../qmapshack/qmapshack-1.11.1-r1.ebuild | 41 ++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/sci-geosciences/qmapshack/qmapshack-1.11.1-r1.ebuild b/sci-geosciences/qmapshack/qmapshack-1.11.1-r1.ebuild new file mode 100644 index 00000000000..e49afba1831 --- /dev/null +++ b/sci-geosciences/qmapshack/qmapshack-1.11.1-r1.ebuild @@ -0,0 +1,41 @@ +# 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 + +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 + dev-qt/designer:5 + dev-qt/qtnetwork:5[ssl] + dev-qt/qtsql:5 + 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 +}