public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gshhg-gmt/
@ 2020-02-16 17:08 Andreas Sturmlechner
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas Sturmlechner @ 2020-02-16 17:08 UTC (permalink / raw
  To: gentoo-commits

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>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>


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gshhg-gmt/
@ 2020-02-16 17:08 Andreas Sturmlechner
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas Sturmlechner @ 2020-02-16 17:08 UTC (permalink / raw
  To: gentoo-commits

commit:     16497c8ab791b2061d41cd0f441bc59a937c974f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 16 16:11:57 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 16 17:08:01 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16497c8a

sci-geosciences/gshhg-gmt: EAPI-7

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 sci-geosciences/gshhg-gmt/gshhg-gmt-2.3.7.ebuild | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/sci-geosciences/gshhg-gmt/gshhg-gmt-2.3.7.ebuild b/sci-geosciences/gshhg-gmt/gshhg-gmt-2.3.7.ebuild
index fa8f56ac4e7..ebc770e53ff 100644
--- a/sci-geosciences/gshhg-gmt/gshhg-gmt-2.3.7.ebuild
+++ b/sci-geosciences/gshhg-gmt/gshhg-gmt-2.3.7.ebuild
@@ -1,19 +1,15 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-DESCRIPTION="A Global Self-consistent, Hierarchical, High-resolution Geography Database"
+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 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
+KEYWORDS="~amd64 ~x86"
 
 src_install() {
 	dodoc README.TXT


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gshhg-gmt/
@ 2020-02-17 12:13 Agostino Sarubbo
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo @ 2020-02-17 12:13 UTC (permalink / raw
  To: gentoo-commits

commit:     decf69c1f769afb2599fe091196d1984ec26a95b
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 17 12:12:53 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Feb 17 12:12:53 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=decf69c1

sci-geosciences/gshhg-gmt: amd64 stable wrt bug #709828

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 sci-geosciences/gshhg-gmt/gshhg-gmt-2.3.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-geosciences/gshhg-gmt/gshhg-gmt-2.3.7.ebuild b/sci-geosciences/gshhg-gmt/gshhg-gmt-2.3.7.ebuild
index ebc770e53ff..88efe049dc6 100644
--- a/sci-geosciences/gshhg-gmt/gshhg-gmt-2.3.7.ebuild
+++ b/sci-geosciences/gshhg-gmt/gshhg-gmt-2.3.7.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://www.soest.hawaii.edu/pwessel/gshhg/${P}.tar.gz"
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 src_install() {
 	dodoc README.TXT


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gshhg-gmt/
@ 2020-02-17 12:21 Agostino Sarubbo
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo @ 2020-02-17 12:21 UTC (permalink / raw
  To: gentoo-commits

commit:     0deb172db970d155f71596b0501405266a856794
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 17 12:21:01 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Feb 17 12:21:01 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0deb172d

sci-geosciences/gshhg-gmt: x86 stable wrt bug #709828

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 sci-geosciences/gshhg-gmt/gshhg-gmt-2.3.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-geosciences/gshhg-gmt/gshhg-gmt-2.3.7.ebuild b/sci-geosciences/gshhg-gmt/gshhg-gmt-2.3.7.ebuild
index 88efe049dc6..5dbb1584670 100644
--- a/sci-geosciences/gshhg-gmt/gshhg-gmt-2.3.7.ebuild
+++ b/sci-geosciences/gshhg-gmt/gshhg-gmt-2.3.7.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://www.soest.hawaii.edu/pwessel/gshhg/${P}.tar.gz"
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 src_install() {
 	dodoc README.TXT


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-02-17 12:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-16 17:08 [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gshhg-gmt/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2020-02-17 12:21 Agostino Sarubbo
2020-02-17 12:13 Agostino Sarubbo
2020-02-16 17:08 Andreas Sturmlechner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox