public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gshhs/
Date: Sat,  1 Jan 2022 11:34:57 +0000 (UTC)	[thread overview]
Message-ID: <1641036890.085eca54013d0d4fc9cb89c2cbba7af6a21883a2.sam@gentoo> (raw)

commit:     085eca54013d0d4fc9cb89c2cbba7af6a21883a2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  1 11:34:40 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan  1 11:34:50 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=085eca54

sci-geosciences/gshhs: update EAPI 5 -> 8

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-geosciences/gshhs/gshhs-1.13-r1.ebuild | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/sci-geosciences/gshhs/gshhs-1.13-r1.ebuild b/sci-geosciences/gshhs/gshhs-1.13-r1.ebuild
index 47bde3fbcf97..14c8c92d67cb 100644
--- a/sci-geosciences/gshhs/gshhs-1.13-r1.ebuild
+++ b/sci-geosciences/gshhs/gshhs-1.13-r1.ebuild
@@ -1,13 +1,14 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=8
 
 inherit toolchain-funcs
 
 DESCRIPTION="Global Self-consistent, Hierarchical, High-resolution Shoreline programs"
 HOMEPAGE="https://www.ngdc.noaa.gov/mgg/shorelines/gshhs.html"
 SRC_URI="ftp://ftp.soest.hawaii.edu/pwessel/gshhs/gshhs_1.13_src.zip"
+S="${WORKDIR}/${PN}"
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -21,12 +22,11 @@ DEPEND="${RDEPEND}"
 BDEPEND="app-arch/unzip
 	virtual/pkgconfig"
 
-S="${WORKDIR}/${PN}"
-
 src_compile() {
 	local p
 	for p in gshhs gshhs_dp gshhstograss; do
-		$(tc-getCC) ${CFLAGS} $($(tc-getPKG_CONFIG) --cflags netcdf) \
+		$(tc-getCC) ${CFLAGS} ${CPPFLAGS} \
+			$($(tc-getPKG_CONFIG) --cflags netcdf) \
 			${LDFLAGS} ${p}.c \
 			$($(tc-getPKG_CONFIG) --libs netcdf) -lgdal -lm -o ${p} \
 			|| die


             reply	other threads:[~2022-01-01 11:35 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-01 11:34 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-09-22  4:09 [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gshhs/ Sam James
2021-12-28 22:00 Sam James
2018-05-21 17:05 Aaron Bauman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1641036890.085eca54013d0d4fc9cb89c2cbba7af6a21883a2.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox