From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2DA10158087 for ; Sat, 29 Jan 2022 10:27:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D6DE2BC00C; Sat, 29 Jan 2022 10:27:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0DB472BC009 for ; Sat, 29 Jan 2022 10:27:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1FD46342B9D for ; Sat, 29 Jan 2022 10:27:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E534233 for ; Sat, 29 Jan 2022 10:27:25 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1643452037.7d148a29055d152b9518757635c475647ee45fa0.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/mpi/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/mpi/mpi-2.0-r3.ebuild virtual/mpi/mpi-2.0-r4.ebuild virtual/mpi/mpi-2.0-r5.ebuild X-VCS-Directories: virtual/mpi/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 7d148a29055d152b9518757635c475647ee45fa0 X-VCS-Branch: master Date: Sat, 29 Jan 2022 10:27:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 25a650ba-3c7b-44ac-b128-d52574bd4f2d X-Archives-Hash: f62b264d62abfd2d94641604e5170fe2 commit: 7d148a29055d152b9518757635c475647ee45fa0 Author: David Seifert gentoo org> AuthorDate: Sat Jan 29 10:27:17 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Jan 29 10:27:17 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d148a29 virtual/mpi: drop 2.0-r3, 2.0-r4, 2.0-r5 Signed-off-by: David Seifert gentoo.org> virtual/mpi/mpi-2.0-r3.ebuild | 17 ----------------- virtual/mpi/mpi-2.0-r4.ebuild | 20 -------------------- virtual/mpi/mpi-2.0-r5.ebuild | 20 -------------------- 3 files changed, 57 deletions(-) diff --git a/virtual/mpi/mpi-2.0-r3.ebuild b/virtual/mpi/mpi-2.0-r3.ebuild deleted file mode 100644 index 9925fbe3260f..000000000000 --- a/virtual/mpi/mpi-2.0-r3.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Virtual for Message Passing Interface (MPI) v2.0 implementation" - -SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" -IUSE="cxx fortran romio threads" - -RDEPEND="|| ( - sys-cluster/openmpi[cxx?,fortran?,romio?,threads?] - sys-cluster/mpich[cxx?,fortran?,romio?,threads?] - sys-cluster/mpich2[cxx?,fortran?,romio?,threads?] - sys-cluster/native-mpi -)" diff --git a/virtual/mpi/mpi-2.0-r4.ebuild b/virtual/mpi/mpi-2.0-r4.ebuild deleted file mode 100644 index 9162fc02a222..000000000000 --- a/virtual/mpi/mpi-2.0-r4.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit multilib-build - -DESCRIPTION="Virtual for Message Passing Interface (MPI) v2.0 implementation" - -SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux" -IUSE="cxx fortran romio threads" - -RDEPEND="|| ( - >=sys-cluster/openmpi-1.10.2-r1[${MULTILIB_USEDEP},cxx?,fortran?,romio?,threads?] - >=sys-cluster/mpich-3.2-r1[${MULTILIB_USEDEP},cxx?,fortran?,romio?,threads?] - sys-cluster/mpich2[${MULTILIB_USEDEP},cxx?,fortran?,romio?,threads?] - sys-cluster/nullmpi[${MULTILIB_USEDEP},cxx(-)?,fortran(-)?,romio(-)?,threads(-)?] - sys-cluster/native-mpi -)" diff --git a/virtual/mpi/mpi-2.0-r5.ebuild b/virtual/mpi/mpi-2.0-r5.ebuild deleted file mode 100644 index 13edaf9cfb38..000000000000 --- a/virtual/mpi/mpi-2.0-r5.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit multilib-build - -DESCRIPTION="Virtual for Message Passing Interface (MPI) v2.0 implementation" - -SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux" -IUSE="cxx fortran romio threads" - -RDEPEND="|| ( - >=sys-cluster/openmpi-1.10.2-r1[${MULTILIB_USEDEP},cxx?,fortran?,romio?,threads(+)?] - >=sys-cluster/mpich-3.2-r1[${MULTILIB_USEDEP},cxx?,fortran?,romio?,threads?] - sys-cluster/mpich2[${MULTILIB_USEDEP},cxx?,fortran?,romio?,threads?] - sys-cluster/nullmpi[${MULTILIB_USEDEP},cxx(-)?,fortran(-)?,romio(-)?,threads(-)?] - sys-cluster/native-mpi -)"