diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2012-04-18 16:38:19 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2012-04-18 16:38:19 +0000 |
commit | 6ed20c856eba65c2e81382954fd227d52642c7e8 (patch) | |
tree | f9950774f0f385b98224336b98054f9a98376d9a /sys-infiniband/dapl | |
parent | [profiles] Add new drivers to ofed (diff) | |
download | gentoo-2-6ed20c856eba65c2e81382954fd227d52642c7e8.tar.gz gentoo-2-6ed20c856eba65c2e81382954fd227d52642c7e8.tar.bz2 gentoo-2-6ed20c856eba65c2e81382954fd227d52642c7e8.zip |
[sys-infiniband/dapl] Version bump to OFED 1.5.4.1
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'sys-infiniband/dapl')
-rw-r--r-- | sys-infiniband/dapl/ChangeLog | 10 | ||||
-rw-r--r-- | sys-infiniband/dapl/dapl-2.0.34.ebuild (renamed from sys-infiniband/dapl/dapl-2.0.32.ebuild) | 12 |
2 files changed, 15 insertions, 7 deletions
diff --git a/sys-infiniband/dapl/ChangeLog b/sys-infiniband/dapl/ChangeLog index 1adaa41dac2b..7bdad2104a2a 100644 --- a/sys-infiniband/dapl/ChangeLog +++ b/sys-infiniband/dapl/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-infiniband/dapl -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-infiniband/dapl/ChangeLog,v 1.2 2011/07/02 20:30:15 alexxy Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-infiniband/dapl/ChangeLog,v 1.3 2012/04/18 16:38:19 alexxy Exp $ + +*dapl-2.0.34 (18 Apr 2012) + + 18 Apr 2012; Alexey Shvetsov <alexxy@gentoo.org> +dapl-2.0.34.ebuild, + -dapl-2.0.32.ebuild: + [sys-infiniband/dapl] Version bump to OFED 1.5.4.1 02 Jul 2011; Alexey Shvetsov <alexxy@gentoo.org> dapl-2.0.32.ebuild: Add ~amd64-linux keywrod diff --git a/sys-infiniband/dapl/dapl-2.0.32.ebuild b/sys-infiniband/dapl/dapl-2.0.34.ebuild index aca17b229a05..e5704506f107 100644 --- a/sys-infiniband/dapl/dapl-2.0.32.ebuild +++ b/sys-infiniband/dapl/dapl-2.0.34.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-infiniband/dapl/dapl-2.0.32.ebuild,v 1.2 2011/07/02 20:30:15 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-infiniband/dapl/dapl-2.0.34.ebuild,v 1.1 2012/04/18 16:38:19 alexxy Exp $ EAPI="4" -OFED_VER="1.5.3.1" +OFED_VER="1.5.4.1" OFED_SUFFIX="1" inherit openib @@ -13,11 +13,13 @@ DESCRIPTION="OpenIB - Direct Access Provider Library" KEYWORDS="~amd64 ~x86 ~amd64-linux" IUSE="" -DEPEND=">=sys-infiniband/libibverbs-1.1.4 - >=sys-infiniband/librdmacm-1.0.14.1" +DEPEND="sys-infiniband/libibverbs:${SLOT} + sys-infiniband/librdmacm:${SLOT}" RDEPEND="${DEPEND} !sys-infiniband/openib-userspace" +block_other_ofed_versions + src_install() { make DESTDIR="${D}" install || die "install failed" dodoc README AUTHORS |