commit:     27d576fc0b66c4a54af2065a57041b82a5f9b29d
Author:     Michael Uleysky <uleysky <AT> gmail <DOT> com>
AuthorDate: Tue Aug 21 04:12:45 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=27d576fc

sci-geosciences/gshhg-gmt: New package

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

 sci-geosciences/gshhg-gmt/Manifest               |  1 +
 sci-geosciences/gshhg-gmt/gshhg-gmt-2.3.7.ebuild | 22 ++++++++++++++++++++++
 sci-geosciences/gshhg-gmt/metadata.xml           | 17 +++++++++++++++++
 3 files changed, 40 insertions(+)

diff --git a/sci-geosciences/gshhg-gmt/Manifest 
b/sci-geosciences/gshhg-gmt/Manifest
new file mode 100644
index 00000000000..77d15e749a8
--- /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 00000000000..fa8f56ac4e7
--- /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 00000000000..71e2884352e
--- /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>[email protected]</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>

Reply via email to