diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2021-08-22 21:37:26 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-08-22 21:37:26 +0200 |
commit | 33a3135ad2e6f162cb3759d61c08f7701a848d19 (patch) | |
tree | 1b78a1ccc3cd03c66829d083f9e6413fc2c4d45b /sci-geosciences/gshhs-data | |
parent | sci-biology/wise: Port to EAPI 8 (diff) | |
download | gentoo-33a3135ad2e6f162cb3759d61c08f7701a848d19.tar.gz gentoo-33a3135ad2e6f162cb3759d61c08f7701a848d19.tar.bz2 gentoo-33a3135ad2e6f162cb3759d61c08f7701a848d19.zip |
sci-geosciences/gshhs-data: Port to EAPI 8
Closes: https://github.com/gentoo/gentoo/pull/22016
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-geosciences/gshhs-data')
-rw-r--r-- | sci-geosciences/gshhs-data/gshhs-data-2.2.0.ebuild | 4 |
1 files changed, 3 insertions, 1 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 f4ec0dab6349..37c8476bd8c1 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 |