diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2011-06-30 21:10:52 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2011-06-30 21:10:52 +0000 |
commit | 8034b86957ffdcafc469038aca04cc7354c3a937 (patch) | |
tree | 8068fdcf1bde239e0d81e24e20080605475f7c3c /sys-infiniband | |
parent | [sys-infiniband/librdmacm] Initial import to tree (diff) | |
download | gentoo-2-8034b86957ffdcafc469038aca04cc7354c3a937.tar.gz gentoo-2-8034b86957ffdcafc469038aca04cc7354c3a937.tar.bz2 gentoo-2-8034b86957ffdcafc469038aca04cc7354c3a937.zip |
[sys-infiniband/libsdp] Initial import to tree
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Diffstat (limited to 'sys-infiniband')
-rw-r--r-- | sys-infiniband/libsdp/ChangeLog | 10 | ||||
-rw-r--r-- | sys-infiniband/libsdp/libsdp-1.1.108.ebuild | 20 | ||||
-rw-r--r-- | sys-infiniband/libsdp/metadata.xml | 10 |
3 files changed, 40 insertions, 0 deletions
diff --git a/sys-infiniband/libsdp/ChangeLog b/sys-infiniband/libsdp/ChangeLog new file mode 100644 index 000000000000..55610b76fbdb --- /dev/null +++ b/sys-infiniband/libsdp/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for sys-infiniband/libsdp +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-infiniband/libsdp/ChangeLog,v 1.1 2011/06/30 21:10:52 alexxy Exp $ + +*libsdp-1.1.108 (30 Jun 2011) + + 30 Jun 2011; Alexey Shvetsov <alexxy@gentoo.org> +libsdp-1.1.108.ebuild, + +metadata.xml: + Initial import to tree + diff --git a/sys-infiniband/libsdp/libsdp-1.1.108.ebuild b/sys-infiniband/libsdp/libsdp-1.1.108.ebuild new file mode 100644 index 000000000000..395221ead44f --- /dev/null +++ b/sys-infiniband/libsdp/libsdp-1.1.108.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-infiniband/libsdp/libsdp-1.1.108.ebuild,v 1.1 2011/06/30 21:10:52 alexxy Exp $ + +EAPI="4" + +OFED_VER="1.5.3.1" +OFED_SUFFIX="0.15.gd7fdb72" +OFED_SNAPSHOT="1" + +inherit openib + +DESCRIPTION="Socket Direct Protocol for unmodified applications" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + >=sys-infiniband/libibverbs-1.1.4 + " +RDEPEND="${DEPEND}" diff --git a/sys-infiniband/libsdp/metadata.xml b/sys-infiniband/libsdp/metadata.xml new file mode 100644 index 000000000000..9590598de7a1 --- /dev/null +++ b/sys-infiniband/libsdp/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> +libsdp is a LD_PRELOAD-able library that can be used to migrate existing +applications use InfiniBand Sockets Direct Protocol (SDP) instead of TCP +sockets, transparently and without recompilations. +</longdescription> +</pkgmetadata> |