sys-fabric/infiniband-diags: treeclean

Closes: https://bugs.gentoo.org/806288
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
This commit is contained in:
Jakov Smolić
2022-02-15 10:21:47 +01:00
parent f02f8a5242
commit 9bdd8ed6b1
4 changed files with 0 additions and 42 deletions

View File

@@ -193,7 +193,6 @@ dev-java/colt
# have long been dead and unmaintained.
# Removal in 30 days, bug #830999.
sys-fabric/ibacm
sys-fabric/infiniband-diags
# Georgy Yakovlev <gyakovlev@gentoo.org> (2022-01-15)
# Last branch update happened ~ 12 month ago.

View File

@@ -1 +0,0 @@
DIST OFED-3.12-rc1.tgz 22055476 BLAKE2B 49e6411721392f418369a292513709f396fbb0f17001687aa15b5c0acdc91013cc67354e5978df56452178af7fbbd338a7ff408592ff9126a3045b9bb27375fe SHA512 9f834d6982ab7e8ab47a8b5c958ab2e4c238ef983e47798e7f06655f69672ea1e996297939b381f26ed8c39552f6e62156173d5ddd2f0a7b6cad6aecdd973944

View File

@@ -1,32 +0,0 @@
# Copyright 1999-2021 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 diagnostic programs and scripts needed to diagnose an IB subnet"
KEYWORDS="amd64 x86 ~amd64-linux"
IUSE=""
DEPEND="
sys-fabric/libibumad:${SLOT}
sys-fabric/libibmad:${SLOT}
sys-fabric/opensm:${SLOT}
dev-libs/glib"
RDEPEND="${DEPEND}"
block_other_ofed_versions
src_configure() {
econf --disable-static
}
src_install() {
default
find "${ED}" -name '*.la' -delete || die
}

View File

@@ -1,8 +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>
</pkgmetadata>