From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/netcdf-cxx/
Date: Sun, 28 Mar 2021 01:14:42 +0000 (UTC) [thread overview]
Message-ID: <1616894025.fd5082a8ca42d8119a85207092141bc319340f9b.sam@gentoo> (raw)
commit: fd5082a8ca42d8119a85207092141bc319340f9b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 27 23:43:40 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 28 01:13:45 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd5082a8
sci-libs/netcdf-cxx: port 4.2-r300 to EAPI 7, drop autotools-utils.eclass
* Port to EAPI 7
* Drop autotools-utils.eclass
* Drop unused versionator.eclass
Revbumping to ensure visibility of any reported issues, but should not
be technically necessary.
Signed-off-by: Sam James <sam <AT> gentoo.org>
...cdf-cxx-4.2-r300.ebuild => netcdf-cxx-4.2-r301.ebuild} | 15 ++++++++++-----
1 file changed, 10 insertions(+), 5 deletions(-)
diff --git a/sci-libs/netcdf-cxx/netcdf-cxx-4.2-r300.ebuild b/sci-libs/netcdf-cxx/netcdf-cxx-4.2-r301.ebuild
similarity index 80%
rename from sci-libs/netcdf-cxx/netcdf-cxx-4.2-r300.ebuild
rename to sci-libs/netcdf-cxx/netcdf-cxx-4.2-r301.ebuild
index a15d37a2a1d..25f862ab6e1 100644
--- a/sci-libs/netcdf-cxx/netcdf-cxx-4.2-r300.ebuild
+++ b/sci-libs/netcdf-cxx/netcdf-cxx-4.2-r301.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
-inherit autotools-utils versionator
+inherit autotools
DESCRIPTION="C++ library for netCDF"
HOMEPAGE="https://www.unidata.ucar.edu/software/netcdf/"
@@ -12,14 +12,19 @@ SRC_URI="https://www.unidata.ucar.edu/downloads/netcdf/ftp/${P}.tar.gz"
LICENSE="UCAR-Unidata"
SLOT="3"
KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux"
-IUSE="examples static-libs"
+IUSE="examples"
RDEPEND=">=sci-libs/netcdf-4.2:0="
DEPEND="${RDEPEND}"
+src_configure() {
+ econf --disable-static
+}
+
src_install() {
- autotools-utils_src_install
- if use examples; then
+ default
+
+ if use examples ; then
insinto /usr/share/doc/${PF}
doins -r examples
fi
next reply other threads:[~2021-03-28 1:14 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-28 1:14 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-05-07 17:54 [gentoo-commits] repo/gentoo:master commit in: sci-libs/netcdf-cxx/ Sam James
2024-03-27 4:52 Sam James
2023-03-15 5:53 Sam James
2023-03-15 5:45 Sam James
2021-10-17 20:04 Sam James
2021-10-17 19:09 Sam James
2021-03-28 3:05 Sam James
2021-03-28 3:05 Sam James
2021-03-28 1:14 Sam James
2021-03-13 18:54 David Seifert
2021-03-13 18:21 David Seifert
2021-03-06 1:20 Sam James
2021-02-22 18:57 Sam James
2021-02-18 8:39 Sam James
2021-02-18 8:35 Sam James
2021-02-15 8:43 David Seifert
2018-10-27 14:09 Pacho Ramos
2018-05-16 22:57 Aaron Bauman
2018-04-24 15:58 Matthias Maier
2016-01-25 9:52 David Seifert
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=1616894025.fd5082a8ca42d8119a85207092141bc319340f9b.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