Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gshhs-data/
Date: Sun, 22 Aug 2021 19:38:07
Message-Id: 1629661046.33a3135ad2e6f162cb3759d61c08f7701a848d19.soap@gentoo
1 commit: 33a3135ad2e6f162cb3759d61c08f7701a848d19
2 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
3 AuthorDate: Sun Aug 22 19:37:26 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 22 19:37:26 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33a3135a
7
8 sci-geosciences/gshhs-data: Port to EAPI 8
9
10 Closes: https://github.com/gentoo/gentoo/pull/22016
11 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
12 Signed-off-by: David Seifert <soap <AT> gentoo.org>
13
14 sci-geosciences/gshhs-data/gshhs-data-2.2.0.ebuild | 4 +++-
15 1 file changed, 3 insertions(+), 1 deletion(-)
16
17 diff --git a/sci-geosciences/gshhs-data/gshhs-data-2.2.0.ebuild b/sci-geosciences/gshhs-data/gshhs-data-2.2.0.ebuild
18 index f4ec0dab634..37c8476bd8c 100644
19 --- a/sci-geosciences/gshhs-data/gshhs-data-2.2.0.ebuild
20 +++ b/sci-geosciences/gshhs-data/gshhs-data-2.2.0.ebuild
21 @@ -1,7 +1,7 @@
22 # Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=5
26 +EAPI=8
27
28 DESCRIPTION="Global Self-consistent, Hierarchical, High-resolution Shoreline programs data"
29 HOMEPAGE="https://www.ngdc.noaa.gov/mgg/shorelines/gshhs.html"
30 @@ -12,6 +12,8 @@ LICENSE="GPL-2"
31 SLOT="0"
32 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
33
34 +BDEPEND="app-arch/unzip"
35 +
36 src_install() {
37 dodoc gshhs/README.TXT
38 rm gshhs/README.TXT || die