diff options
author | Sam James <sam@gentoo.org> | 2021-05-29 21:02:48 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-05-29 21:02:48 +0200 |
commit | e186fd28a969bf749d053a2561b2cbd8ccefa8b7 (patch) | |
tree | 151d032495cc83edd4d81cf17ca8dca1801854d5 /sci-geosciences/gshhs-data | |
parent | sci-astronomy/fitsh: ebuild tidying (diff) | |
download | gentoo-e186fd28a969bf749d053a2561b2cbd8ccefa8b7.tar.gz gentoo-e186fd28a969bf749d053a2561b2cbd8ccefa8b7.tar.bz2 gentoo-e186fd28a969bf749d053a2561b2cbd8ccefa8b7.zip |
sci-geosciences/gshhs-data: ebuild tidying
Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
Signed-off-by: Sam James <sam@gentoo.org>
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 | 8 |
1 files 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 3465400d19bd..f4ec0dab6349 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 |