commit: 2e10e8cd85756ecc0ff63c2f03a87e88f9384874 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> AuthorDate: Sun Nov 28 21:44:46 2021 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Sun Nov 28 21:44:46 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e10e8cd
sys-fabric/dapl: treeclean Closes: https://bugs.gentoo.org/806577 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> profiles/package.mask | 5 ----- profiles/updates/2Q-2016 | 1 - sys-fabric/dapl/Manifest | 1 - sys-fabric/dapl/dapl-2.0.40.ebuild | 22 ---------------------- sys-fabric/dapl/metadata.xml | 13 ------------- 5 files changed, 42 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index b8893c4f91b1..48f944044774 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -470,11 +470,6 @@ net-wireless/btcrack # Removal on 2021-11-29. Bug #819111. sci-libs/libbufr -# Jakov Smolić <[email protected]> (2021-10-26) -# Fails to build with glibc-2.34, uses EAPI 5. -# Removal on 2021-11-25. Bug #806577. -sys-fabric/dapl - # Sam James <[email protected]> (2021-10-10) # Needs upstream build system fixes (currently in progress). # Python toggles don't work correctly right now. diff --git a/profiles/updates/2Q-2016 b/profiles/updates/2Q-2016 index 54c994d524c5..8dd23549d7d3 100644 --- a/profiles/updates/2Q-2016 +++ b/profiles/updates/2Q-2016 @@ -29,7 +29,6 @@ slotmove >=dev-php/pecl-apcu-5.0 0 7 move sys-apps/microcode-data sys-firmware/intel-microcode slotmove >=dev-php/pecl-rrd-2.0 0 7 slotmove >=dev-php/pecl-oauth-2.0 0 7 -move sys-infiniband/dapl sys-fabric/dapl move sys-infiniband/ibacm sys-fabric/ibacm move sys-infiniband/infiniband-diags sys-fabric/infiniband-diags move sys-infiniband/infinipath-psm sys-fabric/infinipath-psm 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>[email protected]</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>
