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
