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/libcxgb3 | |
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/libcxgb3')
-rw-r--r-- | sys-infiniband/libcxgb3/ChangeLog | 8 | ||||
-rw-r--r-- | sys-infiniband/libcxgb3/libcxgb3-1.3.1-r1.ebuild | 18 |
2 files changed, 24 insertions, 2 deletions
diff --git a/sys-infiniband/libcxgb3/ChangeLog b/sys-infiniband/libcxgb3/ChangeLog index fabf635d63bb..faeeb677246c 100644 --- a/sys-infiniband/libcxgb3/ChangeLog +++ b/sys-infiniband/libcxgb3/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-infiniband/libcxgb3 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-infiniband/libcxgb3/ChangeLog,v 1.4 2012/04/18 16:40:01 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-infiniband/libcxgb3/ChangeLog,v 1.5 2012/10/12 13:19:34 alexxy Exp $ + +*libcxgb3-1.3.1-r1 (12 Oct 2012) + + 12 Oct 2012; Alexey Shvetsov <alexxy@gentoo.org> +libcxgb3-1.3.1-r1.ebuild: + [sys-infiniband] OFED 3.5 rc2 update *libcxgb3-1.3.1 (18 Apr 2012) @@ -19,4 +24,3 @@ 30 Jun 2011; Alexey Shvetsov <alexxy@gentoo.org> +libcxgb3-1.2.5.ebuild, +metadata.xml: Initial import to tree - diff --git a/sys-infiniband/libcxgb3/libcxgb3-1.3.1-r1.ebuild b/sys-infiniband/libcxgb3/libcxgb3-1.3.1-r1.ebuild new file mode 100644 index 000000000000..72aa0aa71ebb --- /dev/null +++ b/sys-infiniband/libcxgb3/libcxgb3-1.3.1-r1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-infiniband/libcxgb3/libcxgb3-1.3.1-r1.ebuild,v 1.1 2012/10/12 13:19:33 alexxy Exp $ + +EAPI="4" + +OFED_VER="3.5-rc2" +OFED_SUFFIX="1" + +inherit openib + +DESCRIPTION="OpenIB - driver for Chelsio T3-based iWARP (RDMA over IP/ethernet)" +KEYWORDS="~amd64 ~x86 ~amd64-linux" +IUSE="" + +DEPEND="sys-infiniband/libibverbs:${SLOT}" +RDEPEND="${DEPEND}" +block_other_ofed_versions |