commit: 59165595cdbe8ec51da9700b5bb0103898a1f3c0
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 29 20:26:13 2022 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Jan 29 20:26:13 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59165595
sys-cluster/nullmpi: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap <AT> gentoo.org>
.../nullmpi/{nullmpi-0.7.ebuild => nullmpi-0.7-r1.ebuild} | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)
diff --git a/sys-cluster/nullmpi/nullmpi-0.7.ebuild
b/sys-cluster/nullmpi/nullmpi-0.7-r1.ebuild
similarity index 81%
rename from sys-cluster/nullmpi/nullmpi-0.7.ebuild
rename to sys-cluster/nullmpi/nullmpi-0.7-r1.ebuild
index 1ad6a5790d63..91d01e345ebd 100644
--- a/sys-cluster/nullmpi/nullmpi-0.7.ebuild
+++ b/sys-cluster/nullmpi/nullmpi-0.7-r1.ebuild
@@ -1,18 +1,17 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
inherit autotools multilib-minimal
DESCRIPTION="MPI substitute library"
HOMEPAGE="http://wissrech.ins.uni-bonn.de/research/projects/nullmpi/"
-SRC_URI="http://wissrech.ins.uni-bonn.de/research/projects/nullmpi/${PF}.tar.gz"
+SRC_URI="http://wissrech.ins.uni-bonn.de/research/projects/nullmpi/${P}.tar.gz"
LICENSE="GPL-1"
SLOT="0"
KEYWORDS="~amd64 ~riscv ~x86"
-IUSE="static-libs"
RDEPEND="
!sys-cluster/openmpi
@@ -20,7 +19,6 @@ RDEPEND="
!sys-cluster/mpich2
!sys-cluster/mvapich2
!sys-cluster/native-mpi"
-
DEPEND="${RDEPEND}"
PATCHES=( "${FILESDIR}/${P}-libtool.patch" )
@@ -35,12 +33,12 @@ src_prepare() {
}
multilib_src_configure() {
- ECONF_SOURCE="${S}" econf --enable-shared $(use_enable static-libs
static)
+ ECONF_SOURCE="${S}" econf
}
multilib_src_install_all() {
einstalldocs
- #no deps
+ # no deps
find "${ED}" -name '*.la' -delete || die
}