aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-cluster/libibmad/libibmad-1.2.3_p20081118.ebuild')
-rw-r--r--sys-cluster/libibmad/libibmad-1.2.3_p20081118.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/sys-cluster/libibmad/libibmad-1.2.3_p20081118.ebuild b/sys-cluster/libibmad/libibmad-1.2.3_p20081118.ebuild
deleted file mode 100644
index c82d72f47..000000000
--- a/sys-cluster/libibmad/libibmad-1.2.3_p20081118.ebuild
+++ /dev/null
@@ -1,22 +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.ofed1.4"
-
-inherit openib
-
-DESCRIPTION="OpenIB library that provides low layer IB functions for use by the IB diagnostic and management programs."
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-
-DEPEND=">=sys-cluster/libibcommon-1.1.2_p20081020
- >=sys-cluster/libibumad-1.2.3_p20081118"
-RDEPEND="${DEPEND}"
-
-src_install() {
- make DESTDIR="${D}" install || die "install failed"
-}