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
