aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-cluster/dapl/dapl-2.0.15.ebuild')
-rw-r--r--sys-cluster/dapl/dapl-2.0.15.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/sys-cluster/dapl/dapl-2.0.15.ebuild b/sys-cluster/dapl/dapl-2.0.15.ebuild
deleted file mode 100644
index fd5eabd77..000000000
--- a/sys-cluster/dapl/dapl-2.0.15.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-
-OFED_VER="1.4"
-OFED_SUFFIX="1"
-
-inherit openib
-
-DESCRIPTION="OpenIB - Direct Access Provider Library"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-
-DEPEND=">=sys-cluster/libibverbs-1.1.2
- >=sys-cluster/librdmacm-1.0.8"
-RDEPEND="${DEPEND}
- !sys-cluster/openib-userspace"
-
-src_install() {
- make DESTDIR="${D}" install || die "install failed"
- dodoc README AUTHORS
-}