summaryrefslogtreecommitdiff
path: root/sci-geosciences/gmaptool
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
commit40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 (patch)
tree758c221bad35c9288d0bd6df9c7dfc226728e52c /sci-geosciences/gmaptool
parent8d5dbd847cbc704a6a06405856e94b461011afe3 (diff)
gentoo resync : 28.04.2021
Diffstat (limited to 'sci-geosciences/gmaptool')
-rw-r--r--sci-geosciences/gmaptool/Manifest3
-rw-r--r--sci-geosciences/gmaptool/gmaptool-08220.ebuild22
-rw-r--r--sci-geosciences/gmaptool/metadata.xml16
3 files changed, 41 insertions, 0 deletions
diff --git a/sci-geosciences/gmaptool/Manifest b/sci-geosciences/gmaptool/Manifest
new file mode 100644
index 000000000000..0ec009c96f13
--- /dev/null
+++ b/sci-geosciences/gmaptool/Manifest
@@ -0,0 +1,3 @@
+DIST lgmt08220.zip 272383 BLAKE2B 94746ed28300a1db836993c3bb46def08b7961259d760f9f20c57e132ae5c9e077868dab5f98399d0975f947b78dbc602a5ec3393d01ba63998853c348628f22 SHA512 fba72ea07bdef216f7397a77c1918000492f79f66699aa0b1dda4d154638108237172a85651516c457b8ab7859ed1c5110e9d34247ebf74597329a0ab920c69f
+EBUILD gmaptool-08220.ebuild 472 BLAKE2B 92b28cd21565faff73c9e1d87b5cf89ea684da09db78bf8434edc90fae944889acb75938f00fe83963849da9a8cbfc11ada446391c4c53ec031919c4469473a4 SHA512 aa46802b58600facdf149098c9efad736c70555defe0fec03383841d6336032c325ccb1d4457d7eaf8e9b72d6d448da66539ff41e19cc57e8be6afbe8e8c6279
+MISC metadata.xml 580 BLAKE2B 08da287b418a81f18c7b2a212d7769732dbe12c5041b8436226bdb65ee41605d03e7620f53351a505339634dc607c996c494caca61c26b2085f03474789a369d SHA512 38adbb31a9f85cb9e5f3be75213ca27c3bd22852804275a83f8d57f1a4a19e7964552c4dea5f204f145bc34e1bb280398574333e47ce1ba5bb85edfcebc676de
diff --git a/sci-geosciences/gmaptool/gmaptool-08220.ebuild b/sci-geosciences/gmaptool/gmaptool-08220.ebuild
new file mode 100644
index 000000000000..54e37f3f938a
--- /dev/null
+++ b/sci-geosciences/gmaptool/gmaptool-08220.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Program for splitting and merging maps in Garmin format"
+HOMEPAGE="https://www.gmaptool.eu/"
+SRC_URI="https://www.gmaptool.eu/sites/default/files/lgmt${PV}.zip"
+S="${WORKDIR}"
+
+LICENSE="CC-BY-SA-3.0 LGPL-2.1+"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+
+BDEPEND="app-arch/unzip"
+
+QA_PREBUILT="usr/bin/gmt"
+
+src_install() {
+ dobin gmt
+ dodoc readme.txt
+}
diff --git a/sci-geosciences/gmaptool/metadata.xml b/sci-geosciences/gmaptool/metadata.xml
new file mode 100644
index 000000000000..263a3db75259
--- /dev/null
+++ b/sci-geosciences/gmaptool/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>conikost@gentoo.org</email>
+ <name>Conrad Kostecki</name>
+ </maintainer>
+ <longdescription>
+ The program makes the following operations on map files in Garmin format:
+ - join several maps into single file.
+ - split map into files for Mapsource,
+ - split map into parts,
+ - write corrections into original files and insert a new unlock code,
+ - display informations about maps.
+ </longdescription>
+</pkgmetadata>