summaryrefslogtreecommitdiff
path: root/sci-geosciences/gshhg-gmt
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-02-17 01:16:38 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-02-17 01:16:38 +0000
commit53cba99042fa967e2a93da9f8db806fe2d035543 (patch)
tree9780d3b87dfc6bdebc6b7b7d15af1ecb813c6853 /sci-geosciences/gshhg-gmt
parent71deace00d1a2b091313fe137ab7092418c6f87c (diff)
gentoo resync : 17.02.2020
Diffstat (limited to 'sci-geosciences/gshhg-gmt')
-rw-r--r--sci-geosciences/gshhg-gmt/Manifest3
-rw-r--r--sci-geosciences/gshhg-gmt/gshhg-gmt-2.3.7.ebuild18
-rw-r--r--sci-geosciences/gshhg-gmt/metadata.xml17
3 files changed, 38 insertions, 0 deletions
diff --git a/sci-geosciences/gshhg-gmt/Manifest b/sci-geosciences/gshhg-gmt/Manifest
new file mode 100644
index 000000000000..cbf515f96748
--- /dev/null
+++ b/sci-geosciences/gshhg-gmt/Manifest
@@ -0,0 +1,3 @@
+DIST gshhg-gmt-2.3.7.tar.gz 57052180 BLAKE2B 5b618c874cca97da819263c3c436db1235d3293712a72c21ac4ca3ae78e95b5d36915312de3df361f978b14c697884ca278bebc41ac4c1d054adda6c417eb5b9 SHA512 27e97efe9d146a58d1c6674c5b6cde6b7545be60c1f7d3d93faca1034986d1648e73b589de571897fc53cd0d050a5875dcc9923e3f861f8473ca568a8142d727
+EBUILD gshhg-gmt-2.3.7.ebuild 446 BLAKE2B 7f3b4d3e96e4335f1f1f2f9b095289cb4fbaac60659c3fdb689a32c29715e4e975628278300d8d0040b2ccd61dede0ccbeba1af4c6a22d1059c939a6491ce7f9 SHA512 f53796f28088be4c4db5eec3e59f70033cfb7e4c2e239a25fa0e7433e85e8d839111819515c55d9b4e8a4f29862f0af110630ce2e10cbe8c3ae4389ed54574a4
+MISC metadata.xml 792 BLAKE2B 386af871abe7a142f708d291cce70826f1347bf84c3dcdcbcfd5e6778f13e63929ac64d54c9725c5ebf3d9c32d71240a850a50e4df3b010d2bd7f7f600db6a7a SHA512 d1fc22ba6fddd7ec3e586b6334ec106f64fac8c05901052a41b2474f1bcdae31f629533e2e9f5577b3f4084f1abf92be39c1fd8385b10ef93e5cd483ddcdb4c3
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..ebc770e53ffb
--- /dev/null
+++ b/sci-geosciences/gshhg-gmt/gshhg-gmt-2.3.7.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="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"
+
+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>