Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gmaptool/
Date: Thu, 22 Apr 2021 20:40:57
Message-Id: 1619123941.090e66936552580359efa800df283e6dbfaa923d.conikost@gentoo
1 commit: 090e66936552580359efa800df283e6dbfaa923d
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 22 20:39:01 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 22 20:39:01 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=090e6693
7
8 sci-geosciences/gmaptool: new package
9
10 The program makes the following operations on map files in Garmin format:
11 - join several maps into single file.
12 - split map into files for Mapsource,
13 - split map into parts,
14 - write corrections into original files and insert a new unlock code,
15 - display informations about maps.
16
17 Package-Manager: Portage-3.0.18, Repoman-3.0.3
18 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
19
20 sci-geosciences/gmaptool/Manifest | 1 +
21 sci-geosciences/gmaptool/gmaptool-08220.ebuild | 22 ++++++++++++++++++++++
22 sci-geosciences/gmaptool/metadata.xml | 16 ++++++++++++++++
23 3 files changed, 39 insertions(+)
24
25 diff --git a/sci-geosciences/gmaptool/Manifest b/sci-geosciences/gmaptool/Manifest
26 new file mode 100644
27 index 00000000000..c168da3c0f0
28 --- /dev/null
29 +++ b/sci-geosciences/gmaptool/Manifest
30 @@ -0,0 +1 @@
31 +DIST lgmt08220.zip 272383 BLAKE2B 94746ed28300a1db836993c3bb46def08b7961259d760f9f20c57e132ae5c9e077868dab5f98399d0975f947b78dbc602a5ec3393d01ba63998853c348628f22 SHA512 fba72ea07bdef216f7397a77c1918000492f79f66699aa0b1dda4d154638108237172a85651516c457b8ab7859ed1c5110e9d34247ebf74597329a0ab920c69f
32
33 diff --git a/sci-geosciences/gmaptool/gmaptool-08220.ebuild b/sci-geosciences/gmaptool/gmaptool-08220.ebuild
34 new file mode 100644
35 index 00000000000..54e37f3f938
36 --- /dev/null
37 +++ b/sci-geosciences/gmaptool/gmaptool-08220.ebuild
38 @@ -0,0 +1,22 @@
39 +# Copyright 1999-2021 Gentoo Authors
40 +# Distributed under the terms of the GNU General Public License v2
41 +
42 +EAPI=7
43 +
44 +DESCRIPTION="Program for splitting and merging maps in Garmin format"
45 +HOMEPAGE="https://www.gmaptool.eu/"
46 +SRC_URI="https://www.gmaptool.eu/sites/default/files/lgmt${PV}.zip"
47 +S="${WORKDIR}"
48 +
49 +LICENSE="CC-BY-SA-3.0 LGPL-2.1+"
50 +SLOT="0"
51 +KEYWORDS="-* ~amd64 ~x86"
52 +
53 +BDEPEND="app-arch/unzip"
54 +
55 +QA_PREBUILT="usr/bin/gmt"
56 +
57 +src_install() {
58 + dobin gmt
59 + dodoc readme.txt
60 +}
61
62 diff --git a/sci-geosciences/gmaptool/metadata.xml b/sci-geosciences/gmaptool/metadata.xml
63 new file mode 100644
64 index 00000000000..263a3db7525
65 --- /dev/null
66 +++ b/sci-geosciences/gmaptool/metadata.xml
67 @@ -0,0 +1,16 @@
68 +<?xml version="1.0" encoding="UTF-8"?>
69 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
70 +<pkgmetadata>
71 + <maintainer type="person">
72 + <email>conikost@g.o</email>
73 + <name>Conrad Kostecki</name>
74 + </maintainer>
75 + <longdescription>
76 + The program makes the following operations on map files in Garmin format:
77 + - join several maps into single file.
78 + - split map into files for Mapsource,
79 + - split map into parts,
80 + - write corrections into original files and insert a new unlock code,
81 + - display informations about maps.
82 + </longdescription>
83 +</pkgmetadata>