diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2012-10-12 13:19:36 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2012-10-12 13:19:36 +0000 |
commit | 5122c51ed2be0ccf1a2eddd59d8ee8c099ccf6b5 (patch) | |
tree | d90b3e692aaa9b751ca7a4a63a633e7af26c1411 /sys-infiniband/libibumad | |
parent | Fix QA issues: add missing die statements, escape variables (diff) | |
download | gentoo-2-5122c51ed2be0ccf1a2eddd59d8ee8c099ccf6b5.tar.gz gentoo-2-5122c51ed2be0ccf1a2eddd59d8ee8c099ccf6b5.tar.bz2 gentoo-2-5122c51ed2be0ccf1a2eddd59d8ee8c099ccf6b5.zip |
[sys-infiniband] OFED 3.5 rc2 update
(Portage version: 2.2.0_alpha137/cvs/Linux x86_64)
Diffstat (limited to 'sys-infiniband/libibumad')
-rw-r--r-- | sys-infiniband/libibumad/ChangeLog | 8 | ||||
-rw-r--r-- | sys-infiniband/libibumad/libibumad-1.3.8.ebuild | 20 |
2 files changed, 26 insertions, 2 deletions
diff --git a/sys-infiniband/libibumad/ChangeLog b/sys-infiniband/libibumad/ChangeLog index 5d11f405f619..dadf4f4bf78b 100644 --- a/sys-infiniband/libibumad/ChangeLog +++ b/sys-infiniband/libibumad/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-infiniband/libibumad # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-infiniband/libibumad/ChangeLog,v 1.3 2012/04/18 16:41:43 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-infiniband/libibumad/ChangeLog,v 1.4 2012/10/12 13:19:34 alexxy Exp $ + +*libibumad-1.3.8 (12 Oct 2012) + + 12 Oct 2012; Alexey Shvetsov <alexxy@gentoo.org> +libibumad-1.3.8.ebuild: + [sys-infiniband] OFED 3.5 rc2 update *libibumad-1.3.7-r1 (18 Apr 2012) @@ -16,4 +21,3 @@ 30 Jun 2011; Alexey Shvetsov <alexxy@gentoo.org> +libibumad-1.3.7.ebuild, +metadata.xml: Initial import to tree - diff --git a/sys-infiniband/libibumad/libibumad-1.3.8.ebuild b/sys-infiniband/libibumad/libibumad-1.3.8.ebuild new file mode 100644 index 000000000000..9c29a531c143 --- /dev/null +++ b/sys-infiniband/libibumad/libibumad-1.3.8.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-infiniband/libibumad/libibumad-1.3.8.ebuild,v 1.1 2012/10/12 13:19:34 alexxy Exp $ + +EAPI="4" + +OFED_VER="3.5-rc2" +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-infiniband/libibverbs:${SLOT} + " +RDEPEND="${DEPEND}" +block_other_ofed_versions |