public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matthias Maier" <tamiko@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/slepc/
Date: Mon,  5 Aug 2019 06:52:21 +0000 (UTC)	[thread overview]
Message-ID: <1564987886.9f25ff6dfa6b7631f53b8e1e5a8144f07f1cc15f.tamiko@gentoo> (raw)

commit:     9f25ff6dfa6b7631f53b8e1e5a8144f07f1cc15f
Author:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  5 05:53:15 2019 +0000
Commit:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Mon Aug  5 06:51:26 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f25ff6d

sci-mathematics/slepc: port to EAPI 7

Package-Manager: Portage-2.3.70, Repoman-2.3.16
Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>

 sci-mathematics/slepc/slepc-3.11.1.ebuild | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/sci-mathematics/slepc/slepc-3.11.1.ebuild b/sci-mathematics/slepc/slepc-3.11.1.ebuild
index cfd41a75da8..52212cabfd5 100644
--- a/sci-mathematics/slepc/slepc-3.11.1.ebuild
+++ b/sci-mathematics/slepc/slepc-3.11.1.ebuild
@@ -1,11 +1,11 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 PYTHON_COMPAT=( python2_7 )
 
-inherit eutils flag-o-matic python-any-r1 toolchain-funcs versionator
+inherit eutils flag-o-matic python-any-r1 toolchain-funcs
 
 DESCRIPTION="Scalable Library for Eigenvalue Problem Computations"
 HOMEPAGE="http://slepc.upv.es/"
@@ -16,9 +16,8 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="complex-scalars doc mpi"
 
-PETSC_PV="$(get_version_component_range 1-2 ${PV})"
 RDEPEND="
-	=sci-mathematics/petsc-${PETSC_PV}*:=[mpi=,complex-scalars=]
+	=sci-mathematics/petsc-$(ver_cut 1-2)*:=[mpi=,complex-scalars=]
 	sci-libs/arpack[mpi=]
 	mpi? ( virtual/mpi )
 "
@@ -29,7 +28,7 @@ DEPEND="${RDEPEND}
 	dev-util/cmake
 "
 
-MAKEOPTS="${MAKEOPTS} -j1 V=1"
+MAKEOPTS="${MAKEOPTS} V=1"
 
 src_prepare() {
 	default
@@ -70,6 +69,7 @@ src_install() {
 
 	if use doc ; then
 		dodoc docs/slepc.pdf
-		dohtml -r docs/*.html docs/manualpages
+		docinto html
+		dodoc -r docs/*.html docs/manualpages
 	fi
 }


             reply	other threads:[~2019-08-05  6:52 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-05  6:52 Matthias Maier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-08-05  6:52 [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/slepc/ Matthias Maier
2019-11-14  6:13 Matthias Maier
2020-04-29 21:35 Matthias Maier
2020-06-27 20:45 Andreas K. Hüttel
2021-04-09 18:26 Matthias Maier
2021-10-17 20:02 Arthur Zamarin
2021-12-03  7:30 Matthias Maier
2022-05-26  1:27 Matthias Maier
2022-05-26  1:27 Matthias Maier
2022-12-28  6:48 Matthias Maier
2023-05-07 18:59 Matthias Maier
2023-05-07 18:59 Matthias Maier
2023-06-19 18:37 Matthias Maier
2024-04-05  3:52 Matthias Maier
2024-07-03 23:28 Matthias Maier
2024-12-12  4:55 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=1564987886.9f25ff6dfa6b7631f53b8e1e5a8144f07f1cc15f.tamiko@gentoo \
    --to=tamiko@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