diff options
author | 2009-01-22 01:52:10 +0300 | |
---|---|---|
committer | 2009-01-22 01:52:10 +0300 | |
commit | f5cc7cfa7a9d2b67a9a3b5b700fa52bc7081d08b (patch) | |
tree | 8860358c77d8a2df91b702c94fdd05a30dba0306 /sys-cluster/compat-dapl/compat-dapl-1.2.12.ebuild | |
parent | Add metapackage for openib (diff) | |
download | sci-f5cc7cfa7a9d2b67a9a3b5b700fa52bc7081d08b.tar.gz sci-f5cc7cfa7a9d2b67a9a3b5b700fa52bc7081d08b.tar.bz2 sci-f5cc7cfa7a9d2b67a9a3b5b700fa52bc7081d08b.zip |
update
Diffstat (limited to 'sys-cluster/compat-dapl/compat-dapl-1.2.12.ebuild')
-rw-r--r-- | sys-cluster/compat-dapl/compat-dapl-1.2.12.ebuild | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/sys-cluster/compat-dapl/compat-dapl-1.2.12.ebuild b/sys-cluster/compat-dapl/compat-dapl-1.2.12.ebuild deleted file mode 100644 index b304f4956..000000000 --- a/sys-cluster/compat-dapl/compat-dapl-1.2.12.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="1" - -OFED_VER="1.4" -OFED_SUFFIX="1" - -inherit openib - -DESCRIPTION="OpenIB - Direct Access Provider Library compatibility layer with 1.x" -KEYWORDS="~x86 ~amd64" -IUSE="" - -RDEPEND=">=sys-cluster/libibverbs-1.1.2 - >=sys-cluster/librdmacm-1.0.8" -DEPEND="${RDEPEND}" - -src_install() { - make DESTDIR="${D}" install || die "install failed" - dodoc README AUTHORS -} |