summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Uleysky <uleysky@gmail.com>2018-08-21 14:12:45 +1000
committerAndreas Sturmlechner <asturm@gentoo.org>2020-02-16 18:07:06 +0100
commit27d576fc0b66c4a54af2065a57041b82a5f9b29d (patch)
tree5f80d84f50e71717bd8076814155ac999c1cb432 /sci-geosciences
parentsci-geosciences/dcw-gmt: New package (diff)
downloadgentoo-27d576fc0b66c4a54af2065a57041b82a5f9b29d.tar.gz
gentoo-27d576fc0b66c4a54af2065a57041b82a5f9b29d.tar.bz2
gentoo-27d576fc0b66c4a54af2065a57041b82a5f9b29d.zip
sci-geosciences/gshhg-gmt: New package
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-geosciences')
-rw-r--r--sci-geosciences/gshhg-gmt/Manifest1
-rw-r--r--sci-geosciences/gshhg-gmt/gshhg-gmt-2.3.7.ebuild22
-rw-r--r--sci-geosciences/gshhg-gmt/metadata.xml17
3 files changed, 40 insertions, 0 deletions
diff --git a/sci-geosciences/gshhg-gmt/Manifest b/sci-geosciences/gshhg-gmt/Manifest
new file mode 100644
index 000000000000..77d15e749a86
--- /dev/null
+++ b/sci-geosciences/gshhg-gmt/Manifest
@@ -0,0 +1 @@
+DIST gshhg-gmt-2.3.7.tar.gz 57052180 BLAKE2B 5b618c874cca97da819263c3c436db1235d3293712a72c21ac4ca3ae78e95b5d36915312de3df361f978b14c697884ca278bebc41ac4c1d054adda6c417eb5b9 SHA512 27e97efe9d146a58d1c6674c5b6cde6b7545be60c1f7d3d93faca1034986d1648e73b589de571897fc53cd0d050a5875dcc9923e3f861f8473ca568a8142d727
diff --git a/sci-geosciences/gshhg-gmt/gshhg-gmt-2.3.7.ebuild b/sci-geosciences/gshhg-gmt/gshhg-gmt-2.3.7.ebuild
new file mode 100644
index 000000000000..fa8f56ac4e71
--- /dev/null
+++ b/sci-geosciences/gshhg-gmt/gshhg-gmt-2.3.7.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="A Global Self-consistent, Hierarchical, High-resolution Geography Database"
+HOMEPAGE="https://www.soest.hawaii.edu/pwessel/gshhg/"
+SRC_URI="https://www.soest.hawaii.edu/pwessel/gshhg/${P}.tar.gz"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"
+
+src_install() {
+ dodoc README.TXT
+ insinto /usr/share/gshhg
+ doins *.nc
+}
diff --git a/sci-geosciences/gshhg-gmt/metadata.xml b/sci-geosciences/gshhg-gmt/metadata.xml
new file mode 100644
index 000000000000..71e2884352e9
--- /dev/null
+++ b/sci-geosciences/gshhg-gmt/metadata.xml
@@ -0,0 +1,17 @@
+<?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">
+ GSHHS is a high-resolution shoreline data set amalgamated from two
+ databases in the public domain. The data have undergone extensive
+ processing and are free of internal inconsistencies such as erratic
+ points and crossing segments. The shorelines are constructed
+ entirely from hierarchically arranged closed polygons. The data can
+ be used to simplify data searches and data selections, or to study
+ the statistical characteristics of shorelines and land-masses.
+ </longdescription>
+</pkgmetadata>