commit:     793f31b70d70d467a13644c1f7c18c642dfd4507
Author:     Michael Uleysky <uleysky <AT> gmail <DOT> com>
AuthorDate: Tue Aug 21 04:09:02 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 16 17:07:06 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=793f31b7

sci-geosciences/dcw-gmt: New package

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 sci-geosciences/dcw-gmt/Manifest             |  1 +
 sci-geosciences/dcw-gmt/dcw-gmt-1.1.4.ebuild | 22 ++++++++++++++++++++++
 sci-geosciences/dcw-gmt/metadata.xml         | 18 ++++++++++++++++++
 3 files changed, 41 insertions(+)

diff --git a/sci-geosciences/dcw-gmt/Manifest b/sci-geosciences/dcw-gmt/Manifest
new file mode 100644
index 00000000000..d39bab76351
--- /dev/null
+++ b/sci-geosciences/dcw-gmt/Manifest
@@ -0,0 +1 @@
+DIST dcw-gmt-1.1.4.tar.gz 21117179 BLAKE2B 
d5aebb5251ddcb82a6df28a9ac0a8e37ad45a8ef48bdf5e777c85f7194af7710e83e7ff3a204a9325d7b9c62ad3e3d41008f106c127a8d710f29a4b9bcb10c13
 SHA512 
3ea64ce9cc162030b40da859e8617e6c724c3529a57d2e6ae8dc311b4397532d8946aac7f66f49707dc85d046e892faa77bf1293a66c949fdf0473028dc4beeb

diff --git a/sci-geosciences/dcw-gmt/dcw-gmt-1.1.4.ebuild 
b/sci-geosciences/dcw-gmt/dcw-gmt-1.1.4.ebuild
new file mode 100644
index 00000000000..b1db0955736
--- /dev/null
+++ b/sci-geosciences/dcw-gmt/dcw-gmt-1.1.4.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="The Digital Chart of the World for GMT 5 or later"
+HOMEPAGE="https://www.soest.hawaii.edu/wessel/dcw/";
+SRC_URI="https://www.soest.hawaii.edu/pwessel/dcw/${P}.tar.gz";
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"
+
+src_install() {
+       dodoc README.TXT ChangeLog
+       insinto /usr/share/dcw-gmt
+       doins *.nc dcw-{countries,states}.txt
+}

diff --git a/sci-geosciences/dcw-gmt/metadata.xml 
b/sci-geosciences/dcw-gmt/metadata.xml
new file mode 100644
index 00000000000..ee1e16a0a99
--- /dev/null
+++ b/sci-geosciences/dcw-gmt/metadata.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="project">
+               <email>sci-geoscien...@gentoo.org</email>
+               <name>Gentoo Geosciences Project</name>
+       </maintainer>
+       <longdescription lang="en">
+               The Digital Chart of the World (DCW) is a comprehensive 
1:1,000,000
+               scale vector basemap of the world. The charts were designed to 
meet
+               the needs of pilots and air crews in medium-and low-altitude
+               en route navigation and to support military operational 
planning,
+               intelligence briefings, and other needs. DCW-GMT is an 
enhancement
+               to DCW in a few ways: (1) it contains more state boundaries,
+               and (2) the data have been reformatted to save space and are
+               distributed as a single deflated netCDF-4 file.
+       </longdescription>
+</pkgmetadata>

Reply via email to