aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbicatali <bicatali@32389bae-6d03-0410-99cf-db05cde120eb>2008-03-17 16:21:32 +0000
committerbicatali <bicatali@32389bae-6d03-0410-99cf-db05cde120eb>2008-03-17 16:21:32 +0000
commit76ffb781ed7a917f23b67454e9f950e5e3b83527 (patch)
tree94fa8e1ddc7cb9ef80b78ea7896a5845f074f95b /sys-cluster/libmthca
parentmove stuff to root (diff)
downloadsci-76ffb781ed7a917f23b67454e9f950e5e3b83527.tar.gz
sci-76ffb781ed7a917f23b67454e9f950e5e3b83527.tar.bz2
sci-76ffb781ed7a917f23b67454e9f950e5e3b83527.zip
moved overlay to new directory
git-svn-id: http://overlays.gentoo.org/svn/proj/science/overlay@979 32389bae-6d03-0410-99cf-db05cde120eb
Diffstat (limited to 'sys-cluster/libmthca')
-rw-r--r--sys-cluster/libmthca/ChangeLog16
-rw-r--r--sys-cluster/libmthca/Manifest4
-rw-r--r--sys-cluster/libmthca/libmthca-1.0.4.ebuild29
-rw-r--r--sys-cluster/libmthca/metadata.xml11
4 files changed, 60 insertions, 0 deletions
diff --git a/sys-cluster/libmthca/ChangeLog b/sys-cluster/libmthca/ChangeLog
new file mode 100644
index 000000000..0dbf2cc44
--- /dev/null
+++ b/sys-cluster/libmthca/ChangeLog
@@ -0,0 +1,16 @@
+# ChangeLog for sys-cluster/libmthca
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*libmthca-1.0.4 (26 Nov 2007)
+
+ 27 Nov 2007; Bryan Green <bryan.d.green@nasa.gov> ChangeLog:
+ replaced old -userspace version with standalone version.
+ -libmthca-1.1.ebuild: removed
+ +libmthca-1.0.4.ebuild: added
+
+*libmthca-1.1 (26 Oct 2006)
+
+ 26 Oct 2006; Bryan Green <bryan.d.green@nasa.gov> ChangeLog:
+ Initial import
+
diff --git a/sys-cluster/libmthca/Manifest b/sys-cluster/libmthca/Manifest
new file mode 100644
index 000000000..4e81fc696
--- /dev/null
+++ b/sys-cluster/libmthca/Manifest
@@ -0,0 +1,4 @@
+DIST libmthca-1.0.4.tar.gz 338319 RMD160 1d084ab1d76fc8f1fffdb2f01ff9b09eb04958d6 SHA1 4ef250cd1f7db8386458c47a874b9ffaca3dfabf SHA256 dcc695bf88f72eaaa77058fd7676a6b49bd40ed81a07d5c1f306620498d87f38
+EBUILD libmthca-1.0.4.ebuild 626 RMD160 5556164e3c0e0717f084cbdbeb01700a81840fcb SHA1 cbe57b5cae0eae858ee7d4a8fdb616f4498b6d18 SHA256 65e2a018d7ca9e868d40e62b50955cc38e1b004c0d8aad9b55e6969544a2de45
+MISC ChangeLog 449 RMD160 f5b544f16a16a1fde662df0fb18bc79489d5012e SHA1 919f268441723eeb2348b38907f74e26f02f4305 SHA256 a3ebb71d4a4d53f738256e77b04166921d9f7d484629a29f89241dc2bfc0cf48
+MISC metadata.xml 426 RMD160 9bf509ead397955652dcc89a9cff5370ccaee9bd SHA1 38090b6e7d9e6677943062b81b8ea6a29b5f698d SHA256 041eeefa57c81b2cef7450e96ead60e4d999570cfe9d62cfc4252ff904e18719
diff --git a/sys-cluster/libmthca/libmthca-1.0.4.ebuild b/sys-cluster/libmthca/libmthca-1.0.4.ebuild
new file mode 100644
index 000000000..e37162e73
--- /dev/null
+++ b/sys-cluster/libmthca/libmthca-1.0.4.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+SLOT="0"
+LICENSE="|| ( GPL-2 BSD-2 )"
+
+KEYWORDS="~amd64"
+
+DESCRIPTION="OpenIB userspace driver for Mellanox InfiniBand HCAs"
+HOMEPAGE="http://www.openfabrics.org/"
+SRC_URI="http://www.openfabrics.org/downloads/${P}.tar.gz"
+
+IUSE=""
+
+DEPEND="sys-cluster/libibverbs"
+RDEPEND="${DEPEND}
+ !sys-cluster/openib-userspace"
+
+src_compile() {
+ econf || die "could not configure"
+ emake || die "emake failed"
+}
+
+src_install() {
+ make DESTDIR="${D}" install || die "install failed"
+ dodoc README AUTHORS ChangeLog
+}
+
diff --git a/sys-cluster/libmthca/metadata.xml b/sys-cluster/libmthca/metadata.xml
new file mode 100644
index 000000000..f32cc6d6c
--- /dev/null
+++ b/sys-cluster/libmthca/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>cluster</herd>
+<longdescription>
+libibverbs is a library that allows programs to use InfiniBand "verbs"
+for direct access to IB hardware from userspace. For more information
+on verbs, see the InfiniBand Architecture Specification vol. 1,
+especially chapter 11.
+</longdescription>
+</pkgmetadata>