aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbicatali <bicatali@32389bae-6d03-0410-99cf-db05cde120eb>2008-03-17 16:21:32 +0000
committerbicatali <bicatali@32389bae-6d03-0410-99cf-db05cde120eb>2008-03-17 16:21:32 +0000
commit76ffb781ed7a917f23b67454e9f950e5e3b83527 (patch)
tree94fa8e1ddc7cb9ef80b78ea7896a5845f074f95b /sys-cluster/libibmad
parentmove stuff to root (diff)
downloadsci-76ffb781ed7a917f23b67454e9f950e5e3b83527.tar.gz
sci-76ffb781ed7a917f23b67454e9f950e5e3b83527.tar.bz2
sci-76ffb781ed7a917f23b67454e9f950e5e3b83527.zip
moved overlay to new directory
git-svn-id: http://overlays.gentoo.org/svn/proj/science/overlay@979 32389bae-6d03-0410-99cf-db05cde120eb
Diffstat (limited to 'sys-cluster/libibmad')
-rw-r--r--sys-cluster/libibmad/ChangeLog16
-rw-r--r--sys-cluster/libibmad/Manifest4
-rw-r--r--sys-cluster/libibmad/libibmad-1.1.2.ebuild29
-rw-r--r--sys-cluster/libibmad/metadata.xml10
4 files changed, 59 insertions, 0 deletions
diff --git a/sys-cluster/libibmad/ChangeLog b/sys-cluster/libibmad/ChangeLog
new file mode 100644
index 000000000..89b08bbba
--- /dev/null
+++ b/sys-cluster/libibmad/ChangeLog
@@ -0,0 +1,16 @@
+# ChangeLog for sys-cluster/libibmad
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*libibmad-1.1.2 (27 Nov 2007)
+
+ 27 Nov 2007; Bryan Green <bryan.d.green@nasa.gov> ChangeLog:
+ converted to standalone package
+ -libibmad-1.1.ebuild: removed
+ +libibmad-1.1.2.ebuild: added
+
+*libibmad-1.1 (26 Oct 2006)
+
+ 26 Oct 2006; Bryan Green <bryan.d.green@nasa.gov> ChangeLog:
+ Initial Import
+
diff --git a/sys-cluster/libibmad/Manifest b/sys-cluster/libibmad/Manifest
new file mode 100644
index 000000000..efd28d4b9
--- /dev/null
+++ b/sys-cluster/libibmad/Manifest
@@ -0,0 +1,4 @@
+DIST libibmad-1.1.2.tar.gz 352898 RMD160 039e9d83407a2222814501ba5e55aaebf67875bd SHA1 3832b38b76872abdf1c618263674e8c6754cdb3a SHA256 f942436a8c4d81039f4fb5a04c1b23cbe04e8e4c48702aa16ca3d97c746064e7
+EBUILD libibmad-1.1.2.ebuild 711 RMD160 68131c48101e0c732483d765fbcf9deea8c6438b SHA1 0e41332f38a6958ca81bbd29629ddcafb17097ee SHA256 7d0fd816efdb92f5ab529dec4de378e3ad2e4596b78424c1ba544ff2ab83529b
+MISC ChangeLog 424 RMD160 9e11020cfc613987e062ea999aea7db29c56c7f9 SHA1 ad3b37826fe6543d3a191df9760f9da7c72ef02b SHA256 a1a167a306c17281add94fc9d53fa49e2ab93b816e07900939b67f6dbafce7f7
+MISC metadata.xml 361 RMD160 c9e07faec64931dfdbcae2c0e0736d351da10073 SHA1 bb009860a1a59bd35a7558a41be11d6983f45978 SHA256 4a424c126404f43935a79b2c4097c40a8e5f9d8b8edb39ecd6e4b07c37a61451
diff --git a/sys-cluster/libibmad/libibmad-1.1.2.ebuild b/sys-cluster/libibmad/libibmad-1.1.2.ebuild
new file mode 100644
index 000000000..637334cff
--- /dev/null
+++ b/sys-cluster/libibmad/libibmad-1.1.2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+SLOT="0"
+LICENSE="|| ( GPL-2 BSD-2 )"
+
+KEYWORDS="~amd64"
+
+DESCRIPTION="OpenIB library that provides low layer IB functions for use by the IB diagnostic and management programs. These include MAD, SA, SMP, and other basic IB functions."
+
+HOMEPAGE="http://www.openfabrics.org/"
+SRC_URI="http://www.openfabrics.org/downloads/management/${P}.tar.gz"
+
+IUSE=""
+
+RDEPEND="sys-cluster/libibcommon
+ sys-cluster/libibumad"
+DEPEND="${RDEPEND}"
+
+src_compile() {
+ econf || die "could not configure"
+ emake || die "emake failed"
+}
+
+src_install() {
+ make DESTDIR="${D}" install || die "install failed"
+}
+
diff --git a/sys-cluster/libibmad/metadata.xml b/sys-cluster/libibmad/metadata.xml
new file mode 100644
index 000000000..dbc9d5578
--- /dev/null
+++ b/sys-cluster/libibmad/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>
+OpenIB library that provides low layer IB functions for use by the IB diagnostic
+and management programs. These include MAD, SA, SMP, and other basic IB
+functions.
+</longdescription>
+</pkgmetadata>