diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2014-04-16 08:22:30 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2014-04-16 08:22:30 +0000 |
commit | 1b8c592333012cd10f4cf9de7b8a0f57d8d624c4 (patch) | |
tree | 19ff98f6beb45613f3664881db68e0efbeb36970 /sys-infiniband/dapl | |
parent | add pypy support (diff) | |
download | gentoo-2-1b8c592333012cd10f4cf9de7b8a0f57d8d624c4.tar.gz gentoo-2-1b8c592333012cd10f4cf9de7b8a0f57d8d624c4.tar.bz2 gentoo-2-1b8c592333012cd10f4cf9de7b8a0f57d8d624c4.zip |
Update ofed stack to 3.12-rc1
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key F82F92E6)
Diffstat (limited to 'sys-infiniband/dapl')
-rw-r--r-- | sys-infiniband/dapl/ChangeLog | 10 | ||||
-rw-r--r-- | sys-infiniband/dapl/dapl-2.0.40.ebuild (renamed from sys-infiniband/dapl/dapl-2.0.34.ebuild) | 10 |
2 files changed, 14 insertions, 6 deletions
diff --git a/sys-infiniband/dapl/ChangeLog b/sys-infiniband/dapl/ChangeLog index c67128a982f2..663e65aa2e1e 100644 --- a/sys-infiniband/dapl/ChangeLog +++ b/sys-infiniband/dapl/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-infiniband/dapl -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-infiniband/dapl/ChangeLog,v 1.6 2012/10/13 06:48:23 alexxy Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-infiniband/dapl/ChangeLog,v 1.7 2014/04/16 08:22:24 alexxy Exp $ + +*dapl-2.0.40 (16 Apr 2014) + + 16 Apr 2014; Alexey Shvetsov <alexxy@gentoo.org> +dapl-2.0.40.ebuild, + -dapl-2.0.34.ebuild: + Update ofed stack to 3.12-rc1 13 Oct 2012; Alexey Shvetsov <alexxy@gentoo.org> dapl-2.0.36.ebuild: [sys-infiniband] Update OFED diff --git a/sys-infiniband/dapl/dapl-2.0.34.ebuild b/sys-infiniband/dapl/dapl-2.0.40.ebuild index a23214fe8228..39e25c6630c4 100644 --- a/sys-infiniband/dapl/dapl-2.0.34.ebuild +++ b/sys-infiniband/dapl/dapl-2.0.40.ebuild @@ -1,10 +1,12 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-infiniband/dapl/dapl-2.0.34.ebuild,v 1.2 2012/04/18 18:37:09 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-infiniband/dapl/dapl-2.0.40.ebuild,v 1.1 2014/04/16 08:22:24 alexxy Exp $ -EAPI="4" +EAPI="5" -OFED_VER="1.5.4.1" +OFED_VER="3.12" +OFED_RC="1" +OFED_RC_VER="1" OFED_SUFFIX="1" inherit openib |