diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2021-11-28 22:44:46 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2021-11-28 22:44:46 +0100 |
commit | 2e10e8cd85756ecc0ff63c2f03a87e88f9384874 (patch) | |
tree | 4b5fc936747f18c4acfe68195865eb6771cf53fb /sys-fabric | |
parent | dev-util/mutrace: treeclean (diff) | |
download | gentoo-2e10e8cd85756ecc0ff63c2f03a87e88f9384874.tar.gz gentoo-2e10e8cd85756ecc0ff63c2f03a87e88f9384874.tar.bz2 gentoo-2e10e8cd85756ecc0ff63c2f03a87e88f9384874.zip |
sys-fabric/dapl: treeclean
Closes: https://bugs.gentoo.org/806577
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'sys-fabric')
-rw-r--r-- | sys-fabric/dapl/Manifest | 1 | ||||
-rw-r--r-- | sys-fabric/dapl/dapl-2.0.40.ebuild | 22 | ||||
-rw-r--r-- | sys-fabric/dapl/metadata.xml | 13 |
3 files changed, 0 insertions, 36 deletions
diff --git a/sys-fabric/dapl/Manifest b/sys-fabric/dapl/Manifest deleted file mode 100644 index b3649eecb827..000000000000 --- a/sys-fabric/dapl/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST OFED-3.12-rc1.tgz 22055476 BLAKE2B 49e6411721392f418369a292513709f396fbb0f17001687aa15b5c0acdc91013cc67354e5978df56452178af7fbbd338a7ff408592ff9126a3045b9bb27375fe SHA512 9f834d6982ab7e8ab47a8b5c958ab2e4c238ef983e47798e7f06655f69672ea1e996297939b381f26ed8c39552f6e62156173d5ddd2f0a7b6cad6aecdd973944 diff --git a/sys-fabric/dapl/dapl-2.0.40.ebuild b/sys-fabric/dapl/dapl-2.0.40.ebuild deleted file mode 100644 index 5eeb4085c365..000000000000 --- a/sys-fabric/dapl/dapl-2.0.40.ebuild +++ /dev/null @@ -1,22 +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 - Direct Access Provider Library" -KEYWORDS="amd64 x86 ~amd64-linux" -IUSE="" - -DEPEND="sys-fabric/libibverbs:${SLOT} - sys-fabric/librdmacm:${SLOT}" -RDEPEND="${DEPEND} - !sys-fabric/openib-userspace" - -block_other_ofed_versions diff --git a/sys-fabric/dapl/metadata.xml b/sys-fabric/dapl/metadata.xml deleted file mode 100644 index 320740d0fe0c..000000000000 --- a/sys-fabric/dapl/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> -uDAPL is a transport neutral infrastructure that provides RDMA capabilities in -user space. It is the user space component of DAPL, the Direct Access Provider -Library for RDMA transports. See http://www.datcollaborative.org/ -</longdescription> -</pkgmetadata> |