summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-12-22 20:37:45 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2022-12-24 15:51:47 +0100
commitfa6320cb89a0259b1771907fc962c29f39563142 (patch)
tree600c55f77a5d5c3e0451ae2f711155dc8889e362 /sys-cluster/pmix
parentsys-fs/cachefilesd: drop 0.10.9 (diff)
downloadgentoo-fa6320cb89a0259b1771907fc962c29f39563142.tar.gz
gentoo-fa6320cb89a0259b1771907fc962c29f39563142.tar.bz2
gentoo-fa6320cb89a0259b1771907fc962c29f39563142.zip
sys-cluster/pmix: drop 2.1.1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sys-cluster/pmix')
-rw-r--r--sys-cluster/pmix/Manifest1
-rw-r--r--sys-cluster/pmix/pmix-2.1.1.ebuild29
2 files changed, 0 insertions, 30 deletions
diff --git a/sys-cluster/pmix/Manifest b/sys-cluster/pmix/Manifest
index 1ad78c7bcefc..0529b5573c01 100644
--- a/sys-cluster/pmix/Manifest
+++ b/sys-cluster/pmix/Manifest
@@ -1,2 +1 @@
-DIST pmix-2.1.1.tar.bz2 1063090 BLAKE2B 35a3bf7d297d399e897f9b9f748e176262cc0fde5afbfc9ea1e21e5c1550cf0081d9924692d7592fe1224eb727a9c3bb7b3fd216ae1b9e09dd29aefe83ac9eba SHA512 2e5d4b3c907ea9f54bb2b682c63fedb6e6c5cfad578c51bb64c805368ccd35adb317fc472867c717e0cd1d90bf13b18655a62041840c33b4a178c25bb3297d3d
DIST pmix-4.2.2.tar.bz2 1639600 BLAKE2B b5109900e52750656200e7bdbdc39d870a01f5afc1fb622663dfb2c9647b1735c23ece906064b34923977c522fb5a89afc03d81b7d115b26337934ab5bfe7ce3 SHA512 b7cb1e2079d517b32fc5d99012a7c4b161c1509b3ac1e0ba7e4697f2fe0917455927d06c86ecab5f2fa6073e1f058e86260d2115b6f8cc968a43a5675439f28d
diff --git a/sys-cluster/pmix/pmix-2.1.1.ebuild b/sys-cluster/pmix/pmix-2.1.1.ebuild
deleted file mode 100644
index f32dc12613ed..000000000000
--- a/sys-cluster/pmix/pmix-2.1.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="The Process Management Interface (PMI) Exascale"
-HOMEPAGE="https://openpmix.github.io/"
-SRC_URI="https://github.com/openpmix/openpmix/releases/download/v${PV}/${P}.tar.bz2"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="debug +munge pmi"
-
-RDEPEND="
- dev-libs/libevent:0=
- sys-cluster/ucx
- sys-libs/zlib:0=
- munge? ( sys-auth/munge )
- pmi? ( !sys-cluster/slurm )
- "
-DEPEND="${RDEPEND}"
-
-src_configure() {
- econf \
- $(use_enable debug) \
- $(use_enable pmi pmi-backward-compatibility) \
- $(use_with munge)
-}