diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-10-09 18:53:29 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-10-09 18:53:29 +0100 |
commit | 4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch) | |
tree | ba5f07bf3f9d22d82e54a462313f5d244036c768 /sys-fabric/dapl |
reinit the tree, so we can have metadata
Diffstat (limited to 'sys-fabric/dapl')
-rw-r--r-- | sys-fabric/dapl/Manifest | 4 | ||||
-rw-r--r-- | sys-fabric/dapl/dapl-2.0.40.ebuild | 22 | ||||
-rw-r--r-- | sys-fabric/dapl/metadata.xml | 13 |
3 files changed, 39 insertions, 0 deletions
diff --git a/sys-fabric/dapl/Manifest b/sys-fabric/dapl/Manifest new file mode 100644 index 000000000000..283725a9dc70 --- /dev/null +++ b/sys-fabric/dapl/Manifest @@ -0,0 +1,4 @@ +DIST OFED-3.12-rc1.tgz 22055476 SHA256 14ca8a2b0d68e3ee9a37f475fa9eecd9a5ffd6055135f9d4d9db8319843a94dc SHA512 9f834d6982ab7e8ab47a8b5c958ab2e4c238ef983e47798e7f06655f69672ea1e996297939b381f26ed8c39552f6e62156173d5ddd2f0a7b6cad6aecdd973944 WHIRLPOOL 5a64b1d952890ea0e72e0ca93654a0fabc8f871475b05fcbe3b214ddfe4836f6b92d4fbc9e0f0d79acfe69d8c8d219b2c467c23654021e23eaf85ae6825ea4a9 +EBUILD dapl-2.0.40.ebuild 442 SHA256 74798a691b90285c0d3e13d72919bd90fd7ce3c687f041d955779c97f3f3b356 SHA512 8b5f611d042da22962ee7942e64884f26bd51e8c5ae7ec78861efa3ca0b8a67974a4e03dbad9e40a8266708d2249b85e7dbd2cace65c94e426cb4cc330668848 WHIRLPOOL 1ce95b62d303a358bdbaf92b2c96b4dfdb18215fd8b31d8f6a2810098f2d6ec8422f5bbe42bdf141ca5408022163fde4434837b67a0bdfce6d55517625013d29 +MISC ChangeLog 530 SHA256 2d0c0bc82b1bd2bea4716e4b07c704e4233af715b3da82751a6b9768746c9fe8 SHA512 aa78218d4aec7c7fe614a3c9cfd10f0380f966e8b0110787697cc7b765c0692c8f1883ed293adb3683a54f90ad666cd4c075ea95785ff890f876b6b2f2c77c12 WHIRLPOOL 49ce2d5c963fd105a79ead29cd9c4c7e04cb692b226551685b07a31953a4778e39727a49bfd1b8a5dc06cde644c0a2611e8a8b5e51b8c1f9be88ef5b440f3ab1 +MISC metadata.xml 517 SHA256 dad5cd0099eb3fb5b9e1326966f59d4576599f53ccc7ae0d37c944a0575c72de SHA512 b4660bcb112426f8c8e785c68b64c85fd5155917405d72271bdc418821c542eb8e0bc2cb16740188851d75820d25d580a9edf4a3a35715a709b84d0134b4b2a4 WHIRLPOOL ce809904f57a5e17d23302da1ee6c984a77b21e18973c1911f43a1e0c34182506a6254020cb9a22d578f52f578b53eebbc968a34b9be1408bcb352994b5f309f diff --git a/sys-fabric/dapl/dapl-2.0.40.ebuild b/sys-fabric/dapl/dapl-2.0.40.ebuild new file mode 100644 index 000000000000..4c1329701956 --- /dev/null +++ b/sys-fabric/dapl/dapl-2.0.40.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="5" + +OFED_VER="3.12" +OFED_RC="1" +OFED_RC_VER="1" +OFED_SUFFIX="1" + +inherit openib + +DESCRIPTION="OpenIB - Direct Access Provider Library" +KEYWORDS="~amd64 ~x86 ~amd64-linux" +IUSE="" + +DEPEND="sys-fabric/libibverbs:${SLOT} + sys-fabric/librdmacm:${SLOT}" +RDEPEND="${DEPEND} + !sys-fabric/openib-userspace" + +block_other_ofed_versions diff --git a/sys-fabric/dapl/metadata.xml b/sys-fabric/dapl/metadata.xml new file mode 100644 index 000000000000..b52d7d3385ae --- /dev/null +++ b/sys-fabric/dapl/metadata.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer type="project"> + <email>cluster@gentoo.org</email> + <name>Gentoo Cluster Project</name> +</maintainer> +<longdescription> +uDAPL is a transport neutral infrastructure that provides RDMA capabilities in +user space. It is the user space component of DAPL, the Direct Access Provider +Library for RDMA transports. See http://www.datcollaborative.org/ +</longdescription> +</pkgmetadata> |