Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/mpi/
Date: Sat, 29 Jan 2022 10:27:29
Message-Id: 1643452037.7d148a29055d152b9518757635c475647ee45fa0.soap@gentoo
1 commit: 7d148a29055d152b9518757635c475647ee45fa0
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 29 10:27:17 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 29 10:27:17 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d148a29
7
8 virtual/mpi: drop 2.0-r3, 2.0-r4, 2.0-r5
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 virtual/mpi/mpi-2.0-r3.ebuild | 17 -----------------
13 virtual/mpi/mpi-2.0-r4.ebuild | 20 --------------------
14 virtual/mpi/mpi-2.0-r5.ebuild | 20 --------------------
15 3 files changed, 57 deletions(-)
16
17 diff --git a/virtual/mpi/mpi-2.0-r3.ebuild b/virtual/mpi/mpi-2.0-r3.ebuild
18 deleted file mode 100644
19 index 9925fbe3260f..000000000000
20 --- a/virtual/mpi/mpi-2.0-r3.ebuild
21 +++ /dev/null
22 @@ -1,17 +0,0 @@
23 -# Copyright 1999-2021 Gentoo Authors
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=7
27 -
28 -DESCRIPTION="Virtual for Message Passing Interface (MPI) v2.0 implementation"
29 -
30 -SLOT="0"
31 -KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
32 -IUSE="cxx fortran romio threads"
33 -
34 -RDEPEND="|| (
35 - sys-cluster/openmpi[cxx?,fortran?,romio?,threads?]
36 - sys-cluster/mpich[cxx?,fortran?,romio?,threads?]
37 - sys-cluster/mpich2[cxx?,fortran?,romio?,threads?]
38 - sys-cluster/native-mpi
39 -)"
40
41 diff --git a/virtual/mpi/mpi-2.0-r4.ebuild b/virtual/mpi/mpi-2.0-r4.ebuild
42 deleted file mode 100644
43 index 9162fc02a222..000000000000
44 --- a/virtual/mpi/mpi-2.0-r4.ebuild
45 +++ /dev/null
46 @@ -1,20 +0,0 @@
47 -# Copyright 1999-2021 Gentoo Authors
48 -# Distributed under the terms of the GNU General Public License v2
49 -
50 -EAPI=7
51 -
52 -inherit multilib-build
53 -
54 -DESCRIPTION="Virtual for Message Passing Interface (MPI) v2.0 implementation"
55 -
56 -SLOT="0"
57 -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux"
58 -IUSE="cxx fortran romio threads"
59 -
60 -RDEPEND="|| (
61 - >=sys-cluster/openmpi-1.10.2-r1[${MULTILIB_USEDEP},cxx?,fortran?,romio?,threads?]
62 - >=sys-cluster/mpich-3.2-r1[${MULTILIB_USEDEP},cxx?,fortran?,romio?,threads?]
63 - sys-cluster/mpich2[${MULTILIB_USEDEP},cxx?,fortran?,romio?,threads?]
64 - sys-cluster/nullmpi[${MULTILIB_USEDEP},cxx(-)?,fortran(-)?,romio(-)?,threads(-)?]
65 - sys-cluster/native-mpi
66 -)"
67
68 diff --git a/virtual/mpi/mpi-2.0-r5.ebuild b/virtual/mpi/mpi-2.0-r5.ebuild
69 deleted file mode 100644
70 index 13edaf9cfb38..000000000000
71 --- a/virtual/mpi/mpi-2.0-r5.ebuild
72 +++ /dev/null
73 @@ -1,20 +0,0 @@
74 -# Copyright 1999-2021 Gentoo Authors
75 -# Distributed under the terms of the GNU General Public License v2
76 -
77 -EAPI=7
78 -
79 -inherit multilib-build
80 -
81 -DESCRIPTION="Virtual for Message Passing Interface (MPI) v2.0 implementation"
82 -
83 -SLOT="0"
84 -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux"
85 -IUSE="cxx fortran romio threads"
86 -
87 -RDEPEND="|| (
88 - >=sys-cluster/openmpi-1.10.2-r1[${MULTILIB_USEDEP},cxx?,fortran?,romio?,threads(+)?]
89 - >=sys-cluster/mpich-3.2-r1[${MULTILIB_USEDEP},cxx?,fortran?,romio?,threads?]
90 - sys-cluster/mpich2[${MULTILIB_USEDEP},cxx?,fortran?,romio?,threads?]
91 - sys-cluster/nullmpi[${MULTILIB_USEDEP},cxx(-)?,fortran(-)?,romio(-)?,threads(-)?]
92 - sys-cluster/native-mpi
93 -)"