diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-02-15 10:20:55 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-02-15 10:22:49 +0100 |
commit | 9831f28b6ad6b84873637b731e8c33385848c802 (patch) | |
tree | d020227f6077871fa7e0ab3d57036c5e8f94db60 /sys-fabric | |
parent | sys-fabric/libcxgb4: treeclean (diff) | |
download | gentoo-9831f28b6ad6b84873637b731e8c33385848c802.tar.gz gentoo-9831f28b6ad6b84873637b731e8c33385848c802.tar.bz2 gentoo-9831f28b6ad6b84873637b731e8c33385848c802.zip |
sys-fabric/libcxgb3: treeclean
Closes: https://bugs.gentoo.org/732202
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'sys-fabric')
-rw-r--r-- | sys-fabric/libcxgb3/Manifest | 1 | ||||
-rw-r--r-- | sys-fabric/libcxgb3/files/libcxgb3-1.3.1-fno-common.patch | 41 | ||||
-rw-r--r-- | sys-fabric/libcxgb3/libcxgb3-1.3.1-r2.ebuild | 29 | ||||
-rw-r--r-- | sys-fabric/libcxgb3/metadata.xml | 8 |
4 files changed, 0 insertions, 79 deletions
diff --git a/sys-fabric/libcxgb3/Manifest b/sys-fabric/libcxgb3/Manifest deleted file mode 100644 index b3649eecb827..000000000000 --- a/sys-fabric/libcxgb3/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST OFED-3.12-rc1.tgz 22055476 BLAKE2B 49e6411721392f418369a292513709f396fbb0f17001687aa15b5c0acdc91013cc67354e5978df56452178af7fbbd338a7ff408592ff9126a3045b9bb27375fe SHA512 9f834d6982ab7e8ab47a8b5c958ab2e4c238ef983e47798e7f06655f69672ea1e996297939b381f26ed8c39552f6e62156173d5ddd2f0a7b6cad6aecdd973944 diff --git a/sys-fabric/libcxgb3/files/libcxgb3-1.3.1-fno-common.patch b/sys-fabric/libcxgb3/files/libcxgb3-1.3.1-fno-common.patch deleted file mode 100644 index e23ffa8682c2..000000000000 --- a/sys-fabric/libcxgb3/files/libcxgb3-1.3.1-fno-common.patch +++ /dev/null @@ -1,41 +0,0 @@ ---- a/src/cxio_wr.h -+++ b/src/cxio_wr.h -@@ -638,9 +638,9 @@ static inline unsigned t3_cq_depth(struct t3_cq *cq) - return (1UL<<cq->size_log2); - } - --unsigned long iwch_page_size; --unsigned long iwch_page_shift; --unsigned long iwch_page_mask; -+extern unsigned long iwch_page_size; -+extern unsigned long iwch_page_shift; -+extern unsigned long iwch_page_mask; - - #define PAGE_ALIGN(x) (((x) + iwch_page_mask) & ~iwch_page_mask) - ---- a/src/iwch.c -+++ b/src/iwch.c -@@ -63,6 +63,10 @@ - .device = PCI_DEVICE_ID_CHELSIO_##d, \ - .type = CHELSIO_##t } - -+extern unsigned long iwch_page_size; -+extern unsigned long iwch_page_mask; -+extern unsigned long iwch_page_shift; -+ - struct { - unsigned vendor; - unsigned device; ---- a/src/verbs.c -+++ b/src/verbs.c -@@ -45,6 +45,10 @@ - #include "iwch.h" - #include "iwch-abi.h" - -+unsigned long iwch_page_size; -+unsigned long iwch_page_shift; -+unsigned long iwch_page_mask; -+ - int iwch_query_device(struct ibv_context *context, struct ibv_device_attr *attr) - { - struct ibv_query_device cmd; diff --git a/sys-fabric/libcxgb3/libcxgb3-1.3.1-r2.ebuild b/sys-fabric/libcxgb3/libcxgb3-1.3.1-r2.ebuild deleted file mode 100644 index fc27a4664076..000000000000 --- a/sys-fabric/libcxgb3/libcxgb3-1.3.1-r2.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2021 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" - -inherit openib - -DESCRIPTION="OpenIB - driver for Chelsio T3-based iWARP (RDMA over IP/ethernet)" -KEYWORDS="amd64 x86 ~amd64-linux" - -DEPEND="sys-fabric/libibverbs:${SLOT}" -RDEPEND="${DEPEND}" -block_other_ofed_versions - -PATCHES=( "${FILESDIR}"/${P}-fno-common.patch ) - -src_configure() { - econf --disable-static -} - -src_install() { - default - find "${ED}" -name '*.la' -delete || die -} diff --git a/sys-fabric/libcxgb3/metadata.xml b/sys-fabric/libcxgb3/metadata.xml deleted file mode 100644 index 15a599319f4f..000000000000 --- a/sys-fabric/libcxgb3/metadata.xml +++ /dev/null @@ -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> |