diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-02-15 10:18:05 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-02-15 10:22:43 +0100 |
commit | e515d4a7366926480cdce02f51f875ca7f3c6546 (patch) | |
tree | 97b6ee44ced255abee9caff317c1b6358043809f /sys-fabric | |
parent | sys-fabric/libipathverbs: treeclean (diff) | |
download | gentoo-e515d4a7366926480cdce02f51f875ca7f3c6546.tar.gz gentoo-e515d4a7366926480cdce02f51f875ca7f3c6546.tar.bz2 gentoo-e515d4a7366926480cdce02f51f875ca7f3c6546.zip |
sys-fabric/libibverbs: treeclean
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'sys-fabric')
-rw-r--r-- | sys-fabric/libibverbs/Manifest | 1 | ||||
-rw-r--r-- | sys-fabric/libibverbs/libibverbs-1.1.7-r2.ebuild | 31 | ||||
-rw-r--r-- | sys-fabric/libibverbs/metadata.xml | 14 |
3 files changed, 0 insertions, 46 deletions
diff --git a/sys-fabric/libibverbs/Manifest b/sys-fabric/libibverbs/Manifest deleted file mode 100644 index b3649eecb827..000000000000 --- a/sys-fabric/libibverbs/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST OFED-3.12-rc1.tgz 22055476 BLAKE2B 49e6411721392f418369a292513709f396fbb0f17001687aa15b5c0acdc91013cc67354e5978df56452178af7fbbd338a7ff408592ff9126a3045b9bb27375fe SHA512 9f834d6982ab7e8ab47a8b5c958ab2e4c238ef983e47798e7f06655f69672ea1e996297939b381f26ed8c39552f6e62156173d5ddd2f0a7b6cad6aecdd973944 diff --git a/sys-fabric/libibverbs/libibverbs-1.1.7-r2.ebuild b/sys-fabric/libibverbs/libibverbs-1.1.7-r2.ebuild deleted file mode 100644 index 86e03dd440a2..000000000000 --- a/sys-fabric/libibverbs/libibverbs-1.1.7-r2.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -OFED_VER="3.12" -OFED_RC="1" -OFED_RC_VER="1" -OFED_SUFFIX="1.gcbf2a35" - -inherit openib multilib-minimal - -DESCRIPTION="A library to use InfiniBand 'verbs' for direct access to IB hardware" - -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux" -IUSE="static-libs" - -DEPEND="" -RDEPEND="${DEPEND} - !sys-fabric/openib-userspace" -block_other_ofed_versions - -multilib_src_configure() { - ECONF_SOURCE=${S} \ - econf $(use_enable static-libs static) -} - -multilib_src_install_all() { - einstalldocs - find "${ED}" -name '*.la' -delete || die -} diff --git a/sys-fabric/libibverbs/metadata.xml b/sys-fabric/libibverbs/metadata.xml deleted file mode 100644 index 042d4e3afc79..000000000000 --- a/sys-fabric/libibverbs/metadata.xml +++ /dev/null @@ -1,14 +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> -libibverbs is a library that allows programs to use InfiniBand "verbs" -for direct access to IB hardware from userspace. For more information -on verbs, see the InfiniBand Architecture Specification vol. 1, -especially chapter 11. -</longdescription> -</pkgmetadata> |