summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2022-07-27 22:09:54 +0200
committerDavid Seifert <soap@gentoo.org>2022-07-27 22:09:54 +0200
commit6a10ceee08887acecc46484faaaacb447ada0a55 (patch)
treea518786e7845da45deaea3bdf5d436f8827199f5 /sys-cluster/ucx
parentsys-apps/vbetool: update EAPI 6 -> 8 (diff)
downloadgentoo-6a10ceee08887acecc46484faaaacb447ada0a55.tar.gz
gentoo-6a10ceee08887acecc46484faaaacb447ada0a55.tar.bz2
gentoo-6a10ceee08887acecc46484faaaacb447ada0a55.zip
sys-cluster/ucx: drop 1.2.2-r1, 1.3.0, 1.5.2
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-cluster/ucx')
-rw-r--r--sys-cluster/ucx/Manifest3
-rw-r--r--sys-cluster/ucx/ucx-1.2.2-r1.ebuild35
-rw-r--r--sys-cluster/ucx/ucx-1.3.0.ebuild25
-rw-r--r--sys-cluster/ucx/ucx-1.5.2.ebuild31
4 files changed, 0 insertions, 94 deletions
diff --git a/sys-cluster/ucx/Manifest b/sys-cluster/ucx/Manifest
index 68892672ea6a..8c266590a5e3 100644
--- a/sys-cluster/ucx/Manifest
+++ b/sys-cluster/ucx/Manifest
@@ -1,5 +1,2 @@
DIST ucx-1.10.0_rc5.tar.gz 2399950 BLAKE2B f6f78d2a3e0cd7f252354d59b9d667992c5f9f4d8ee4a41356decf4a1ed72382d8ce5213395bc6bacf1d8658f95808082cc0f825230857ddbbff19ed060efa5c SHA512 b772ad030e80bc5b0ab25d590117950d363f5f7ea1b7ed5ce0bba285d0a932205ee4d73705c094cef077c751b1cf8b6efdd4608c7df6b39d813771a0a31460ac
-DIST ucx-1.2.2.tar.gz 1513611 BLAKE2B 488b9b3cecc2c617b1209036e1342e4378459db6a5e93eab1d88dfe80cb0d9c8013c767413206f0fbd0105557ed89994ab510421068d709101336a7b3d2eac5e SHA512 515c382826310b9aa7179ab19ceb76a881a41e6786514219b7f703c6144fa57ca141bceb3b80523ae1b4e2a4b13e9abcb9df063612b376d894c5cd81cdc00571
-DIST ucx-1.3.0.tar.gz 1707317 BLAKE2B 740ab240663a26fde8abe631416dae6233febf3c587ba6bb7b27a9cb0aa041540ce71e106bb3c5618a719de66d479055961908b67125df61a4c7696999c0affb SHA512 0a2e32985e0225fc4ad15dbb1c422dba1d5552638e7329d67572924502e61e1a481ce30cde5ccc83c663fb4ec643df83efc08aed164dfbce6cf38d66a16b3e42
-DIST ucx-1.5.2.tar.gz 1844416 BLAKE2B 2e0296e34d8116a79c545fb3371dda1746517a18cc75f94da5d1f9420c7a74752839d5a3a07a61a2e91021baa87a26d02ab24554316351db9ba76721a18a5244 SHA512 7f11014eb26df342fc8f0914d323f08f4c19ea21e98e18f0a4ec18b7004299687f91daa8ee654ecee716ece6d4d6de5c9714c548768b1d44551b6be6195e2e9b
DIST ucx-1.9.0.tar.gz 2467338 BLAKE2B 4d2d18c530f99a56baeb1dec88a7dba813970d3f501eb08f637dc7cefcfe5e564bc121e50c1842ea94e927a0fd657847c571241e3dd9601cdde207729d32d721 SHA512 2e8507e9cbba9ea445efdf8be5b5128dfc76cce30111805e9f7a5618bbbbb77d2bb449b6ad5e415f086b3156b63128306671d3a906583248cde720edb4241c67
diff --git a/sys-cluster/ucx/ucx-1.2.2-r1.ebuild b/sys-cluster/ucx/ucx-1.2.2-r1.ebuild
deleted file mode 100644
index 392242a2f1c6..000000000000
--- a/sys-cluster/ucx/ucx-1.2.2-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-DESCRIPTION="Unified Communication X"
-HOMEPAGE="https://www.openucx.org"
-SRC_URI="https://github.com/openucx/ucx/releases/download/v${PV}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="+numa +openmp"
-
-RDEPEND="
- numa? ( sys-process/numactl )
-"
-
-src_prepare() {
- default
- sed \
- -e '/BASE_CFLAGS=/s:=".*":=:g' \
- -i config/m4/compiler.m4 || die
- eautoreconf
-}
-
-src_configure() {
- BASE_CFLAGS="" \
- econf \
- --disable-compiler-opt \
- $(use_enable numa) \
- $(use_enable openmp)
-}
diff --git a/sys-cluster/ucx/ucx-1.3.0.ebuild b/sys-cluster/ucx/ucx-1.3.0.ebuild
deleted file mode 100644
index 5baf8fac0e3a..000000000000
--- a/sys-cluster/ucx/ucx-1.3.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Unified Communication X"
-HOMEPAGE="https://www.openucx.org"
-SRC_URI="https://github.com/openucx/ucx/releases/download/v${PV}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="+numa +openmp"
-
-RDEPEND="
- numa? ( sys-process/numactl )
-"
-
-src_configure() {
- BASE_CFLAGS="" \
- econf \
- --disable-compiler-opt \
- $(use_enable numa) \
- $(use_enable openmp)
-}
diff --git a/sys-cluster/ucx/ucx-1.5.2.ebuild b/sys-cluster/ucx/ucx-1.5.2.ebuild
deleted file mode 100644
index 780a1371ad80..000000000000
--- a/sys-cluster/ucx/ucx-1.5.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Unified Communication X"
-HOMEPAGE="https://www.openucx.org"
-SRC_URI="https://github.com/openucx/ucx/releases/download/v${PV}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="+numa +openmp"
-
-RDEPEND="
- sys-libs/binutils-libs:=
- numa? ( sys-process/numactl )
-"
-DEPEND="${RDEPEND}"
-
-src_configure() {
- BASE_CFLAGS="" \
- econf \
- --disable-compiler-opt \
- $(use_enable numa) \
- $(use_enable openmp)
-}
-
-src_compile() {
- BASE_CFLAGS="" emake
-}