summaryrefslogtreecommitdiff
path: root/sys-fabric/libibumad
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-03-20 00:40:44 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-03-20 00:40:44 +0000
commit4cbcc855382a06088e2f016f62cafdbcb7e40665 (patch)
tree356496503d52354aa6d9f2d36126302fed5f3a73 /sys-fabric/libibumad
parentfcc5224904648a8e6eb528d7603154160a20022f (diff)
gentoo resync : 20.03.2022
Diffstat (limited to 'sys-fabric/libibumad')
-rw-r--r--sys-fabric/libibumad/Manifest3
-rw-r--r--sys-fabric/libibumad/libibumad-1.3.9.ebuild30
-rw-r--r--sys-fabric/libibumad/metadata.xml13
3 files changed, 0 insertions, 46 deletions
diff --git a/sys-fabric/libibumad/Manifest b/sys-fabric/libibumad/Manifest
deleted file mode 100644
index 1a13dc8304d1..000000000000
--- a/sys-fabric/libibumad/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST OFED-3.12-rc1.tgz 22055476 BLAKE2B 49e6411721392f418369a292513709f396fbb0f17001687aa15b5c0acdc91013cc67354e5978df56452178af7fbbd338a7ff408592ff9126a3045b9bb27375fe SHA512 9f834d6982ab7e8ab47a8b5c958ab2e4c238ef983e47798e7f06655f69672ea1e996297939b381f26ed8c39552f6e62156173d5ddd2f0a7b6cad6aecdd973944
-EBUILD libibumad-1.3.9.ebuild 531 BLAKE2B 23d6b3c1fa71db37cea12475fec03d1fa3b881a4567983dd523cc380193c12482d73c9a9bb787b731517cedaffbe2e5b59f6fd6cd5ef914c2f0df9a08cd07144 SHA512 aaf2e76d5e2672ab1c6e1322580e63d7d89de07e1ced73ffc48bce50f3924867955945bfc2ad6c19e2db04bb87b6c690bc31c96d7c66b31bee07ff3e781c0759
-MISC metadata.xml 458 BLAKE2B 26acd90f2fc8c72f8e24dd5ea0f42dc78de7f6fa12409b840f1c9d4c10a54de60c83546a0d4d341d57cde3226112627738071459a9b318a518907861c3ecad28 SHA512 0907600ad8037d04f04fec7933f4656447647a85e540b346b1955901655d5f170fe61ad5c4d70d5bf4db43c73fd6c638e6d38b3077a72fcf855a86a49cd45672
diff --git a/sys-fabric/libibumad/libibumad-1.3.9.ebuild b/sys-fabric/libibumad/libibumad-1.3.9.ebuild
deleted file mode 100644
index cc946e2ac877..000000000000
--- a/sys-fabric/libibumad/libibumad-1.3.9.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-OFED_VER="3.12"
-OFED_RC="1"
-OFED_RC_VER="1"
-OFED_SUFFIX="1"
-
-inherit openib
-
-DESCRIPTION="OpenIB User MAD lib functions which sit on top of the user MAD kernel modules"
-KEYWORDS="amd64 x86 ~amd64-linux"
-IUSE=""
-
-DEPEND="
- sys-fabric/libibverbs:${SLOT}
- "
-RDEPEND="${DEPEND}"
-block_other_ofed_versions
-
-src_configure() {
- econf --disable-static
-}
-
-src_install() {
- default
- find "${ED}" -name '*.la' -delete || die
-}
diff --git a/sys-fabric/libibumad/metadata.xml b/sys-fabric/libibumad/metadata.xml
deleted file mode 100644
index d6005cec0f2b..000000000000
--- a/sys-fabric/libibumad/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
- <email>cluster@gentoo.org</email>
- <name>Gentoo Cluster Project</name>
-</maintainer>
-<longdescription>
-OpenIB User MAD library functions which sit on top of the user MAD modules in
-the kernel. These are used by the IB diagnostic and management tools, including
-OpenSM.
-</longdescription>
-</pkgmetadata>