Gentoo Archives: gentoo-commits

From: Andrey Grozin <grozin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/
Date: Mon, 04 Jan 2016 09:37:00
Message-Id: 1451899890.87882ac655b53ee562267b197a5672101eeb6392.grozin@gentoo
1 commit: 87882ac655b53ee562267b197a5672101eeb6392
2 Author: Andrey Grozin <grozin <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 4 09:30:36 2016 +0000
4 Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 4 09:31:30 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87882ac6
7
8 sci-geosciences/qmapshack: bump to 1.5.1
9
10 Package-Manager: portage-2.2.26
11
12 sci-geosciences/qmapshack/Manifest | 1 +
13 sci-geosciences/qmapshack/qmapshack-1.5.1.ebuild | 22 ++++++++++++++++++++++
14 2 files changed, 23 insertions(+)
15
16 diff --git a/sci-geosciences/qmapshack/Manifest b/sci-geosciences/qmapshack/Manifest
17 index 085cd02..8bedd61 100644
18 --- a/sci-geosciences/qmapshack/Manifest
19 +++ b/sci-geosciences/qmapshack/Manifest
20 @@ -1 +1,2 @@
21 DIST qmapshack-1.3.0.tar.gz 4306608 SHA256 8eb9b07e2170d435aa086930e8c12f53cc9f89e7617adcf6a73b5a76f4081b0d SHA512 bf58bc7a2b9612cddb63801737c31b5910f8cbf255ebbc4abac42cb7404040074436ac6fa9a85982a31c1499cedc21fb13885e4daa650eb3567f8115528db385 WHIRLPOOL d85bbc15df93a9d86c57126f8b8c85dce5e10fcac1ca2b9bb8c32b8abd9f8796e3e4c415d712bf7dc8aa9c8542715f45ca81aca9cfd6d67685fe6984180c5ddd
22 +DIST qmapshack-1.5.1.tar.gz 4041000 SHA256 109f7979781cea2e455556368fc04ee499ffbe86493c8a4dea7fab65818e1f1d SHA512 6ce4732f42bbc14ddd67094431205b6ddb724e6841913e00a3ecbfb386e94aae7f4cf4062f0a9b0ba4a60df696dee11c4de5036c17a5b8b3cea331a3a0786672 WHIRLPOOL e95b7d85f1f89effee61a0cef090ca026b8d45e2192ee7e03d9f775bb7326d2510bf3cc1c355d6d5f2882a7449238f952d1a6d80801376325c4f08515aba3746
23
24 diff --git a/sci-geosciences/qmapshack/qmapshack-1.5.1.ebuild b/sci-geosciences/qmapshack/qmapshack-1.5.1.ebuild
25 new file mode 100644
26 index 0000000..d87dcc1
27 --- /dev/null
28 +++ b/sci-geosciences/qmapshack/qmapshack-1.5.1.ebuild
29 @@ -0,0 +1,22 @@
30 +# Copyright 1999-2016 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +# $Id$
33 +EAPI=5
34 +inherit cmake-utils
35 +
36 +DESCRIPTION="GPS mapping utility"
37 +HOMEPAGE="https://bitbucket.org/maproom/qmapshack/wiki/Home"
38 +SRC_URI="https://bitbucket.org/maproom/${PN}/downloads/${P}.tar.gz"
39 +LICENSE="GPL-3+"
40 +SLOT="0"
41 +KEYWORDS="~amd64 ~x86"
42 +IUSE=""
43 +RDEPEND="dev-qt/qtwebkit:5
44 + dev-qt/qtscript:5
45 + dev-qt/qtprintsupport:5
46 + dev-qt/qtdbus:5
47 + >=sci-geosciences/routino-3.0_p1
48 + sci-libs/gdal
49 + sci-libs/proj"
50 +DEPEND="${RDEPEND}
51 + dev-qt/linguist-tools:5"