From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-misc/nco/
Date: Mon, 1 Jan 2018 22:41:31 +0000 (UTC) [thread overview]
Message-ID: <1514846444.906d6a3933fcfe30c68f701d021d50be5dde48e7.soap@gentoo> (raw)
commit: 906d6a3933fcfe30c68f701d021d50be5dde48e7
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 1 22:40:44 2018 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Jan 1 22:40:44 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=906d6a39
sci-misc/nco: Port to EAPI 6
* Remove use of `built_with_use` function
Package-Manager: Portage-2.3.19, Repoman-2.3.6
sci-misc/nco/nco-4.5.1-r2.ebuild | 51 ++++++++++++++++++++++------------------
1 file changed, 28 insertions(+), 23 deletions(-)
diff --git a/sci-misc/nco/nco-4.5.1-r2.ebuild b/sci-misc/nco/nco-4.5.1-r2.ebuild
index 850672c5b05..a1cd22244bb 100644
--- a/sci-misc/nco/nco-4.5.1-r2.ebuild
+++ b/sci-misc/nco/nco-4.5.1-r2.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=6
-AUTOTOOLS_IN_SOURCE_BUILD=1
-inherit autotools-utils eutils flag-o-matic
+inherit flag-o-matic toolchain-funcs
DESCRIPTION="Command line utilities for operating on netCDF files"
HOMEPAGE="http://nco.sourceforge.net/"
@@ -13,37 +12,43 @@ SRC_URI="http://nco.sf.net/src/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0/${PV}"
KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE="dap doc gsl ncap2 openmp static-libs test udunits"
+IUSE="dap gsl hdf5 ncap2 openmp static-libs test udunits"
RDEPEND="
- >=sci-libs/netcdf-4:=[dap=,tools]
+ >=sci-libs/netcdf-4:=[dap=,hdf5?,tools]
gsl? ( sci-libs/gsl:= )
ncap2? ( dev-cpp/antlr-cpp:2= )
udunits? ( >=sci-libs/udunits-2 )"
-
DEPEND="${RDEPEND}
test? ( >=sci-libs/netcdf-4[tools] )"
+pkg_pretend() {
+ [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
+}
+
+pkg_setup() {
+ [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
+}
+
src_configure() {
- local myeconfargs=(
- --disable-udunits
- $(use_enable dap dap-netcdf)
- $(use_enable gsl)
- $(use_enable ncap2)
- $(use_enable openmp)
+ use hdf5 && append-cppflags -DHAVE_NETCDF4_H
+
+ econf \
+ --disable-udunits \
+ $(use_enable dap) \
+ $(use_enable gsl) \
+ $(use_enable hdf5 netcdf4) \
+ $(use_enable ncap2) \
+ $(use_enable openmp) \
+ $(use_enable static-libs static) \
$(use_enable udunits udunits2)
- )
- if has_version '>=sci-libs/netcdf-4[hdf5]'; then
- myeconfargs+=( --enable-netcdf4 )
- append-cppflags -DHAVE_NETCDF4_H
- else
- myeconfargs+=( --disable-netcdf4 )
- fi
- autotools-utils_src_configure
}
src_install() {
- use doc && DOCS=( doc/nco.pdf ) && HTML_DOCS=( doc/nco.html )
- autotools-utils_src_install
+ default
doinfo doc/*.info*
+
+ if ! use static-libs; then
+ find "${D}" -name '*.la' -delete || die
+ fi
}
next reply other threads:[~2018-01-01 22:41 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-01 22:41 David Seifert [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-08-26 14:06 [gentoo-commits] repo/gentoo:master commit in: sci-misc/nco/ Andreas Sturmlechner
2023-06-09 15:06 Arthur Zamarin
2023-03-15 5:48 Sam James
2023-03-04 9:16 Arthur Zamarin
2023-03-04 9:16 Arthur Zamarin
2022-12-26 15:05 David Seifert
2022-12-26 12:52 David Seifert
2018-01-01 22:41 David Seifert
2017-09-12 23:22 Matt Turner
2017-08-19 0:31 Thomas Deutschmann
2017-07-15 16:22 Tobias Klausmann
2016-01-02 19:21 James Le Cuirot
2015-10-14 15:22 James Le Cuirot
2015-10-14 15:22 James Le Cuirot
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=1514846444.906d6a3933fcfe30c68f701d021d50be5dde48e7.soap@gentoo \
--to=soap@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