summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2011-06-30 21:37:01 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2011-06-30 21:37:01 +0000
commit5e2184c253863b911325c432167c8ece704b4b7c (patch)
tree5b15f707c1c976a55acadf7531e6c3020e90103d /sys-infiniband
parent[sys-infiniband/libibvpp] Initial import to tree (diff)
downloadgentoo-2-5e2184c253863b911325c432167c8ece704b4b7c.tar.gz
gentoo-2-5e2184c253863b911325c432167c8ece704b4b7c.tar.bz2
gentoo-2-5e2184c253863b911325c432167c8ece704b4b7c.zip
[sys-infiniband/libipathverbs] Initial import to tree
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Diffstat (limited to 'sys-infiniband')
-rw-r--r--sys-infiniband/libipathverbs/ChangeLog10
-rw-r--r--sys-infiniband/libipathverbs/libipathverbs-1.2.ebuild22
-rw-r--r--sys-infiniband/libipathverbs/metadata.xml10
3 files changed, 42 insertions, 0 deletions
diff --git a/sys-infiniband/libipathverbs/ChangeLog b/sys-infiniband/libipathverbs/ChangeLog
new file mode 100644
index 000000000000..6cfb573e0a7c
--- /dev/null
+++ b/sys-infiniband/libipathverbs/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sys-infiniband/libipathverbs
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-infiniband/libipathverbs/ChangeLog,v 1.1 2011/06/30 21:37:01 alexxy Exp $
+
+*libipathverbs-1.2 (30 Jun 2011)
+
+ 30 Jun 2011; Alexey Shvetsov <alexxy@gentoo.org> +libipathverbs-1.2.ebuild,
+ +metadata.xml:
+ Initial import to tree
+
diff --git a/sys-infiniband/libipathverbs/libipathverbs-1.2.ebuild b/sys-infiniband/libipathverbs/libipathverbs-1.2.ebuild
new file mode 100644
index 000000000000..c778e9ac2522
--- /dev/null
+++ b/sys-infiniband/libipathverbs/libipathverbs-1.2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-infiniband/libipathverbs/libipathverbs-1.2.ebuild,v 1.1 2011/06/30 21:37:01 alexxy Exp $
+
+EAPI="4"
+
+OFED_VER="1.5.3.1"
+OFED_SUFFIX="1"
+
+inherit openib
+
+DESCRIPTION="OpenIB userspace driver for the PathScale InfiniBand HCAs"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=">=sys-infiniband/libibverbs-1.1.4"
+RDEPEND="${DEPEND}"
+
+src_install() {
+ make DESTDIR="${D}" install || die "install failed"
+ dodoc README AUTHOR
+}
diff --git a/sys-infiniband/libipathverbs/metadata.xml b/sys-infiniband/libipathverbs/metadata.xml
new file mode 100644
index 000000000000..1cce96be7b24
--- /dev/null
+++ b/sys-infiniband/libipathverbs/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>cluster</herd>
+<longdescription>
+libipathverbs is a userspace driver for QLogic InfiniBand HCAs. It works as a
+plug-in module for libibverbs that allows programs to use QLogic HCAs directly
+from userspace. See the libibverbs package for more information.
+</longdescription>
+</pkgmetadata>