sci-geosciences/dcw-gmt: New package
authorMichael Uleysky <uleysky@gmail.com>
Tue, 21 Aug 2018 04:09:02 +0000 (14:09 +1000)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sun, 16 Feb 2020 17:07:06 +0000 (18:07 +0100)
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
sci-geosciences/dcw-gmt/Manifest [new file with mode: 0644]
sci-geosciences/dcw-gmt/dcw-gmt-1.1.4.ebuild [new file with mode: 0644]
sci-geosciences/dcw-gmt/metadata.xml [new file with mode: 0644]

diff --git a/sci-geosciences/dcw-gmt/Manifest b/sci-geosciences/dcw-gmt/Manifest
new file mode 100644 (file)
index 0000000..d39bab7
--- /dev/null
@@ -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 (file)
index 0000000..b1db095
--- /dev/null
@@ -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 (file)
index 0000000..ee1e16a
--- /dev/null
@@ -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-geosciences@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>