summaryrefslogtreecommitdiff
path: root/sys-fabric/libibumad
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /sys-fabric/libibumad
reinit the tree, so we can have metadata
Diffstat (limited to 'sys-fabric/libibumad')
-rw-r--r--sys-fabric/libibumad/Manifest4
-rw-r--r--sys-fabric/libibumad/libibumad-1.3.9.ebuild21
-rw-r--r--sys-fabric/libibumad/metadata.xml13
3 files changed, 38 insertions, 0 deletions
diff --git a/sys-fabric/libibumad/Manifest b/sys-fabric/libibumad/Manifest
new file mode 100644
index 000000000000..07173a7737d7
--- /dev/null
+++ b/sys-fabric/libibumad/Manifest
@@ -0,0 +1,4 @@
+DIST OFED-3.12-rc1.tgz 22055476 SHA256 14ca8a2b0d68e3ee9a37f475fa9eecd9a5ffd6055135f9d4d9db8319843a94dc SHA512 9f834d6982ab7e8ab47a8b5c958ab2e4c238ef983e47798e7f06655f69672ea1e996297939b381f26ed8c39552f6e62156173d5ddd2f0a7b6cad6aecdd973944 WHIRLPOOL 5a64b1d952890ea0e72e0ca93654a0fabc8f871475b05fcbe3b214ddfe4836f6b92d4fbc9e0f0d79acfe69d8c8d219b2c467c23654021e23eaf85ae6825ea4a9
+EBUILD libibumad-1.3.9.ebuild 432 SHA256 8668551ccdafbeb7da8b05641862851b89c698d11d0f57e5989895302e16e7cc SHA512 285ec603f8c64aca333bf24cba49a4fda9084078eeeec93175b30717fb0a5127c30ab7ddc5997336da4fee0263d56ed34c18cf934929430ce14b4834a6ddb12b WHIRLPOOL 38be0cec4b9324a90343a1aa67e90e657ab3da5710894c067aa991e7f255404fe6ad0f9fe58c3a77fcc9ba48e096d7f14d906a72cb661142971d25c2066f64b8
+MISC ChangeLog 555 SHA256 c12bb675f363f32896d779926d519c897970f93028cd7b26e0d34c0c048fc369 SHA512 5f504a6e9fe60a4ecf1352952e2a82bfc8b16a092a7891e57f7951909e39100122c15761dd090a9c7a7277a0f20435c02c5e0e0ef6f3578d80e462a023c1cc96 WHIRLPOOL 686c47a1a4656046fe9421b0a54212e98b284268d4b248fedf45d2cf7b9faed43fa9a64306ca2d5f4b580128702d5972dee4a6a027d15ffb4cb06b6e9cfb6506
+MISC metadata.xml 457 SHA256 30d60e596498f695449a43540af884456838f24355baaa8171e5f817e1a8d563 SHA512 028cdf14b93f7b842077d5905cf24b7def813231b3c86eda8666cdec86b166f90f49c45c082ac7e84d08d02f1c7cb3ede5ad3e5477a2052009617ae5f8105a29 WHIRLPOOL 768749ec666143725bac2e92d6de1f67d7b8c949e4c021a449a7a4bc834424a38d615494eb2eb29a7b2c8d0d2b891b4068dbf7b90f13b8e890c07745be71ce1f
diff --git a/sys-fabric/libibumad/libibumad-1.3.9.ebuild b/sys-fabric/libibumad/libibumad-1.3.9.ebuild
new file mode 100644
index 000000000000..bff21fae9297
--- /dev/null
+++ b/sys-fabric/libibumad/libibumad-1.3.9.ebuild
@@ -0,0 +1,21 @@
+# 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 User MAD library functions which sit on top of the user MAD modules in the kernel"
+KEYWORDS="~amd64 ~x86 ~amd64-linux"
+IUSE=""
+
+DEPEND="
+ sys-fabric/libibverbs:${SLOT}
+ "
+RDEPEND="${DEPEND}"
+block_other_ofed_versions
diff --git a/sys-fabric/libibumad/metadata.xml b/sys-fabric/libibumad/metadata.xml
new file mode 100644
index 000000000000..f0e58703dcaa
--- /dev/null
+++ b/sys-fabric/libibumad/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>
+OpenIB User MAD library functions which sit on top of the user MAD modules in
+the kernel. These are used by the IB diagnostic and management tools, including
+OpenSM.
+</longdescription>
+</pkgmetadata>