aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2009-07-22 14:14:42 +0400
committerAlexey Shvetsov <alexxy@gentoo.org>2009-07-22 14:14:42 +0400
commit8bcc150cead5757371c8f5fd7174ab564410f767 (patch)
tree2f043bcd7c0dad679a0cf18b036dca1ce2e2dd17 /sys-infiniband/libibvpp
parent[eclass] Update OpenIB eclass (diff)
downloadsci-8bcc150cead5757371c8f5fd7174ab564410f767.tar.gz
sci-8bcc150cead5757371c8f5fd7174ab564410f767.tar.bz2
sci-8bcc150cead5757371c8f5fd7174ab564410f767.zip
[sys-infiniband] Move Infiniband Here
Diffstat (limited to 'sys-infiniband/libibvpp')
-rw-r--r--sys-infiniband/libibvpp/ChangeLog14
-rw-r--r--sys-infiniband/libibvpp/Manifest4
-rw-r--r--sys-infiniband/libibvpp/libibvpp-0.1.ebuild23
-rw-r--r--sys-infiniband/libibvpp/metadata.xml8
4 files changed, 49 insertions, 0 deletions
diff --git a/sys-infiniband/libibvpp/ChangeLog b/sys-infiniband/libibvpp/ChangeLog
new file mode 100644
index 000000000..8b98cc3ca
--- /dev/null
+++ b/sys-infiniband/libibvpp/ChangeLog
@@ -0,0 +1,14 @@
+# ChangeLog for sys_cluster/libibvpp
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+ 05 Feb 2009; Thomas Anderson <gentoofan23@gentoo.org>
+ sys-cluster/libibvpp/libibvpp-0.1.ebuild:
+ [QA]: Remove redundant src_compile, fix SRC_URI for new location
+
+*libibvpp-0.1 (28 May 2008)
+
+ 28 May 2008; Bryan Green <bryan.d.green@nasa.gov>
+ +libibverbs-0.1.ebuild:
+ Initial import
+
diff --git a/sys-infiniband/libibvpp/Manifest b/sys-infiniband/libibvpp/Manifest
new file mode 100644
index 000000000..f2e7a2140
--- /dev/null
+++ b/sys-infiniband/libibvpp/Manifest
@@ -0,0 +1,4 @@
+MISC ChangeLog 414 RMD160 6487d53c352f872099f7fe9dd7a144e360a63f00 SHA1 e96b54a79fa8ba9b7afafbd6e77fcdf43560e05e SHA256 78518013c392a31db1a1faa588b32b3cf5491aa6fb47da557da00378764abfe7
+EBUILD libibvpp-0.1.ebuild 614 RMD160 9746fed4a0094c0ea4bf29fbb4388dcd68367188 SHA1 60559916413171095565b04c8e690f5ebffadd98 SHA256 7c4f492648f8db2be3aace6bc726ecfff2fbda6bc717820f3569e993e6680c20
+MISC metadata.xml 267 RMD160 251b55a3bb5e965e6173f6c05dcc06c7afdbb23d SHA1 6e24dbb0a440e0383a314b2f014fa8498d7c879b SHA256 56b3e72890cc06f9254acfeca37b2673c3b8cd63b87c2542e182ee2c3a8e2905
+DIST libibvpp-0.1.tar.gz 340119 RMD160 4864310801493781281d43696c6afba47ffb7849 SHA1 d719440decebe28c2f157b14bfebd561284959e4 SHA256 6a8fb559c4474f013b040a2a070c8088170f5978ca5537b58c076f07b7844700
diff --git a/sys-infiniband/libibvpp/libibvpp-0.1.ebuild b/sys-infiniband/libibvpp/libibvpp-0.1.ebuild
new file mode 100644
index 000000000..599d360f8
--- /dev/null
+++ b/sys-infiniband/libibvpp/libibvpp-0.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+SLOT="0"
+LICENSE="NOSA BSD-2"
+
+KEYWORDS="~amd64 ~x86"
+
+DESCRIPTION="libibvpp is a C++ wrapper around libibverbs, which is part of OpenIB."
+HOMEPAGE="http://opensource.arc.nasa.gov/software/libibvpp/"
+SRC_URI="http://opensource.arc.nasa.gov/static/opensource/downloads/${P}.tar.gz"
+
+IUSE=""
+
+DEPEND="|| ( sys-cluster/libibverbs sys-cluster/openib-userspace )"
+RDEPEND="${DEPEND}"
+
+src_install() {
+ emake DESTDIR="${D}" install || die "install failed"
+ dodoc README AUTHORS COPYING ChangeLog
+}
+
diff --git a/sys-infiniband/libibvpp/metadata.xml b/sys-infiniband/libibvpp/metadata.xml
new file mode 100644
index 000000000..401e270ed
--- /dev/null
+++ b/sys-infiniband/libibvpp/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>cluster</herd>
+<longdescription>
+libibvpp is a C++ wrapper around libibverbs, which is part of OpenIB.
+</longdescription>
+</pkgmetadata>