public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gshhs-data/
@ 2018-05-21 17:05 Aaron Bauman
  0 siblings, 0 replies; 3+ messages in thread
From: Aaron Bauman @ 2018-05-21 17:05 UTC (permalink / raw
  To: gentoo-commits

commit:     c025e3df02fc97a2bfacb206433c7c04afdb2539
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Mon May 21 10:31:49 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon May 21 17:02:16 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c025e3df

sci-geosciences/gshhs-data: use HTTPs, fix SRC_URI

 sci-geosciences/gshhs-data/gshhs-data-2.2.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sci-geosciences/gshhs-data/gshhs-data-2.2.0.ebuild b/sci-geosciences/gshhs-data/gshhs-data-2.2.0.ebuild
index bafcf9956bf..3465400d19b 100644
--- a/sci-geosciences/gshhs-data/gshhs-data-2.2.0.ebuild
+++ b/sci-geosciences/gshhs-data/gshhs-data-2.2.0.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
 DESCRIPTION="Global Self-consistent, Hierarchical, High-resolution Shoreline programs data"
-HOMEPAGE="http://www.ngdc.noaa.gov/mgg/shorelines/gshhs.html"
-SRC_URI="http://www.ngdc.noaa.gov/mgg/shorelines/data/gshhs/version${PV}/gshhs+wdbii_${PV}.zip"
+HOMEPAGE="https://www.ngdc.noaa.gov/mgg/shorelines/gshhs.html"
+SRC_URI="https://www.ngdc.noaa.gov/mgg/shorelines/data/gshhg/oldversions/version${PV}/gshhs+wdbii_${PV}.zip"
 
 LICENSE="GPL-2"
 SLOT="0"


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

* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gshhs-data/
@ 2021-05-29 19:03 David Seifert
  0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2021-05-29 19:03 UTC (permalink / raw
  To: gentoo-commits

commit:     e186fd28a969bf749d053a2561b2cbd8ccefa8b7
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 29 19:02:48 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat May 29 19:02:48 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e186fd28

sci-geosciences/gshhs-data: ebuild tidying

Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
Signed-off-by: Sam James <sam <AT> gentoo.org>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sci-geosciences/gshhs-data/gshhs-data-2.2.0.ebuild | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/sci-geosciences/gshhs-data/gshhs-data-2.2.0.ebuild b/sci-geosciences/gshhs-data/gshhs-data-2.2.0.ebuild
index 3465400d19b..f4ec0dab634 100644
--- a/sci-geosciences/gshhs-data/gshhs-data-2.2.0.ebuild
+++ b/sci-geosciences/gshhs-data/gshhs-data-2.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -6,15 +6,11 @@ EAPI=5
 DESCRIPTION="Global Self-consistent, Hierarchical, High-resolution Shoreline programs data"
 HOMEPAGE="https://www.ngdc.noaa.gov/mgg/shorelines/gshhs.html"
 SRC_URI="https://www.ngdc.noaa.gov/mgg/shorelines/data/gshhg/oldversions/version${PV}/gshhs+wdbii_${PV}.zip"
+S="${WORKDIR}"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-S="${WORKDIR}"
 
 src_install() {
 	dodoc gshhs/README.TXT


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

* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gshhs-data/
@ 2021-08-22 19:38 David Seifert
  0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2021-08-22 19:38 UTC (permalink / raw
  To: gentoo-commits

commit:     33a3135ad2e6f162cb3759d61c08f7701a848d19
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Sun Aug 22 19:37:26 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Aug 22 19:37:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33a3135a

sci-geosciences/gshhs-data: Port to EAPI 8

Closes: https://github.com/gentoo/gentoo/pull/22016
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sci-geosciences/gshhs-data/gshhs-data-2.2.0.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/sci-geosciences/gshhs-data/gshhs-data-2.2.0.ebuild b/sci-geosciences/gshhs-data/gshhs-data-2.2.0.ebuild
index f4ec0dab634..37c8476bd8c 100644
--- a/sci-geosciences/gshhs-data/gshhs-data-2.2.0.ebuild
+++ b/sci-geosciences/gshhs-data/gshhs-data-2.2.0.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=8
 
 DESCRIPTION="Global Self-consistent, Hierarchical, High-resolution Shoreline programs data"
 HOMEPAGE="https://www.ngdc.noaa.gov/mgg/shorelines/gshhs.html"
@@ -12,6 +12,8 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 
+BDEPEND="app-arch/unzip"
+
 src_install() {
 	dodoc gshhs/README.TXT
 	rm gshhs/README.TXT || die


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

end of thread, other threads:[~2021-08-22 19:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-22 19:38 [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gshhs-data/ David Seifert
  -- strict thread matches above, loose matches on Subject: below --
2021-05-29 19:03 David Seifert
2018-05-21 17:05 Aaron Bauman

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