summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2022-02-15 10:08:56 +0100
committerJakov Smolić <jsmolic@gentoo.org>2022-02-15 10:22:32 +0100
commit0cf3731c5167e1c9fd54acb3de8c02831e14a4b4 (patch)
treeb7ddc9f60efc109189aed2ee0ed6120dfc1cf60b /sys-fabric
parentsys-fabric/srptools: treeclean (diff)
downloadgentoo-0cf3731c5167e1c9fd54acb3de8c02831e14a4b4.tar.gz
gentoo-0cf3731c5167e1c9fd54acb3de8c02831e14a4b4.tar.bz2
gentoo-0cf3731c5167e1c9fd54acb3de8c02831e14a4b4.zip
sys-fabric/rds-tools: treeclean
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'sys-fabric')
-rw-r--r--sys-fabric/rds-tools/Manifest1
-rw-r--r--sys-fabric/rds-tools/files/rds-tools-2.0.4-qa.patch59
-rw-r--r--sys-fabric/rds-tools/metadata.xml13
-rw-r--r--sys-fabric/rds-tools/rds-tools-2.0.4-r4.ebuild30
4 files changed, 0 insertions, 103 deletions
diff --git a/sys-fabric/rds-tools/Manifest b/sys-fabric/rds-tools/Manifest
deleted file mode 100644
index b3649eecb827..000000000000
--- a/sys-fabric/rds-tools/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST OFED-3.12-rc1.tgz 22055476 BLAKE2B 49e6411721392f418369a292513709f396fbb0f17001687aa15b5c0acdc91013cc67354e5978df56452178af7fbbd338a7ff408592ff9126a3045b9bb27375fe SHA512 9f834d6982ab7e8ab47a8b5c958ab2e4c238ef983e47798e7f06655f69672ea1e996297939b381f26ed8c39552f6e62156173d5ddd2f0a7b6cad6aecdd973944
diff --git a/sys-fabric/rds-tools/files/rds-tools-2.0.4-qa.patch b/sys-fabric/rds-tools/files/rds-tools-2.0.4-qa.patch
deleted file mode 100644
index 1be090a4f78d..000000000000
--- a/sys-fabric/rds-tools/files/rds-tools-2.0.4-qa.patch
+++ /dev/null
@@ -1,59 +0,0 @@
-Respect CC,CFLAGS, fix install paths, don't strip binaries
-
-https://bugs.gentoo.org/show_bug.cgi?id=374805
---- a/Makefile.in
-+++ b/Makefile.in
-@@ -1,12 +1,15 @@
--prefix = $(DESTDIR)@prefix@
--exec_prefix = $(DESTDIR)@exec_prefix@
--bindir = $(DESTDIR)@bindir@
--mandir = $(DESTDIR)@mandir@
--incdir = $(DESTDIR)@includedir@
-+bindir = @bindir@
-+exec_prefix = @exec_prefix@
-+includedir = @includedir@
-+libdir = @libdir@
-+mandir = @mandir@
-+mkdir_p = @mkdir_p@
-+prefix = @prefix@
-+INSTALL = /usr/bin/install
-
- all: all-programs
-
--CFLAGS = -O2 -Wall -Iinclude
-+CFLAGS += -Wall -Iinclude
- CPPFLAGS = -DDEBUG_EXE -DRDS_VERSION=\"@VERSION@\" -MD -MP -MF $(@D)/.$(basename $(@F)).d
-
- HEADERS = kernel-list.h pfhack.h include/rds.h
-@@ -29,14 +32,14 @@
- all-programs: $(PROGRAMS)
-
- install: $(PROGRAMS)
-- install -d $(bindir)
-- install -m 555 -s $(PROGRAMS) $(bindir)
-- install -d $(mandir)/man1
-- install -d $(mandir)/man7
-- install -m 644 *.1 $(mandir)/man1
-- install -m 644 *.7 $(mandir)/man7
-- install -d $(incdir)/net
-- install -m 444 include/rds.h $(incdir)/net
-+ $(INSTALL) -d $(DESTDIR)$(bindir)
-+ $(INSTALL) -m 555 $(PROGRAMS) $(DESTDIR)$(bindir)
-+ $(INSTALL) -d $(DESTDIR)$(mandir)/man1
-+ $(INSTALL) -d $(DESTDIR)$(mandir)/man7
-+ $(INSTALL) -m 644 *.1 $(DESTDIR)$(mandir)/man1
-+ $(INSTALL) -m 644 *.7 $(DESTDIR)$(mandir)/man7
-+ $(INSTALL) -d $(DESTDIR)$(includedir)/net
-+ $(INSTALL) -m 444 include/rds.h $(DESTDIR)$(includedir)/net
-
- clean:
- rm -f $(PROGRAMS) $(CLEAN_OBJECTS)
-@@ -47,7 +50,7 @@
-
-
- $(PROGRAMS) : % : %.o $(COMMON_OBJECTS)
-- gcc $(CFLAGS) $(LDFLAGS) -o $@ $^
-+ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^
-
- LOCAL_DFILES := $(wildcard .*.d)
- ifneq ($(LOCAL_DFILES),)
diff --git a/sys-fabric/rds-tools/metadata.xml b/sys-fabric/rds-tools/metadata.xml
deleted file mode 100644
index 320740d0fe0c..000000000000
--- a/sys-fabric/rds-tools/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>
diff --git a/sys-fabric/rds-tools/rds-tools-2.0.4-r4.ebuild b/sys-fabric/rds-tools/rds-tools-2.0.4-r4.ebuild
deleted file mode 100644
index 19a035e4d32b..000000000000
--- a/sys-fabric/rds-tools/rds-tools-2.0.4-r4.ebuild
+++ /dev/null
@@ -1,30 +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 toolchain-funcs
-
-DESCRIPTION="OpenIB userspace rds-tools"
-
-KEYWORDS="amd64 x86 ~amd64-linux"
-
-DEPEND="sys-fabric/libibverbs:${SLOT}"
-RDEPEND="
- ${DEPEND}
- !sys-fabric/openib-userspace
-"
-
-block_other_ofed_versions
-
-DOCS=( README )
-PATCHES=( "${FILESDIR}"/${P}-qa.patch )
-
-pkg_setup() {
- tc-export CC
-}