From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/med/
Date: Fri, 3 Jan 2020 19:08:14 +0000 (UTC) [thread overview]
Message-ID: <1578077991.d504f844f33f37825b1943bd22be4377d16222cd.asturm@gentoo> (raw)
commit: d504f844f33f37825b1943bd22be4377d16222cd
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 3 18:59:51 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jan 3 18:59:51 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d504f844
sci-libs/med: Switch to cmake.eclass
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
sci-libs/med/med-4.0.0-r2.ebuild | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/sci-libs/med/med-4.0.0-r2.ebuild b/sci-libs/med/med-4.0.0-r2.ebuild
index 7f05bac5c3a..2e060a824c7 100644
--- a/sci-libs/med/med-4.0.0-r2.ebuild
+++ b/sci-libs/med/med-4.0.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -13,7 +13,7 @@ FORTRAN_NEEDED=fortran
# complicated for the build system
PYTHON_COMPAT=( python3_{5,6,7} )
-inherit cmake-utils fortran-2 python-single-r1
+inherit cmake fortran-2 python-single-r1
DESCRIPTION="A library to store and exchange meshed data or computation results"
HOMEPAGE="https://www.salome-platform.org/user-section/about/med"
@@ -68,7 +68,7 @@ src_prepare() {
"${cm}" || die "sed on ${cm} failed"
done
- cmake-utils_src_prepare
+ cmake_src_prepare
}
src_configure() {
@@ -85,11 +85,11 @@ src_configure() {
-DMEDFILE_INSTALL_DOC=$(usex doc)
-DMEDFILE_USE_MPI=$(usex mpi)
)
- cmake-utils_src_configure
+ cmake_src_configure
}
src_install() {
- cmake-utils_src_install
+ cmake_src_install
# we don't need old 2.3.6 include files
rm -r "${ED}"/usr/include/2.3.6 || die "failed to delete obsolete include dir"
@@ -113,5 +113,5 @@ src_install() {
src_test() {
# override parallel mode only for tests
local myctestargs=( "-j 1" )
- cmake-utils_src_test
+ cmake_src_test
}
next reply other threads:[~2020-01-03 19:08 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-03 19:08 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-10 5:06 [gentoo-commits] repo/gentoo:master commit in: sci-libs/med/ Sam James
2024-12-24 5:00 Sam James
2024-12-04 18:10 Joonas Niilola
2024-06-03 15:00 Andrew Ammerlaan
2023-05-26 14:38 Sam James
2023-04-23 11:20 Andrew Ammerlaan
2023-04-18 15:53 Andrew Ammerlaan
2022-09-26 8:07 Andrew Ammerlaan
2022-09-25 6:39 Joonas Niilola
2022-08-23 12:12 Andrew Ammerlaan
2022-07-03 9:25 Andrew Ammerlaan
2022-04-04 6:37 Agostino Sarubbo
2021-02-07 17:07 Conrad Kostecki
2020-12-28 2:23 Jonas Stein
2019-12-12 16:46 Michał Górny
2019-09-05 3:03 Matthias Maier
2019-09-03 22:35 Matthias Maier
2019-08-05 6:52 Matthias Maier
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=1578077991.d504f844f33f37825b1943bd22be4377d16222cd.asturm@gentoo \
--to=asturm@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