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/libcxgb3 | |
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/libcxgb3')
-rw-r--r-- | sys-infiniband/libcxgb3/ChangeLog | 10 | ||||
-rw-r--r-- | sys-infiniband/libcxgb3/libcxgb3-1.3.1-r2.ebuild (renamed from sys-infiniband/libcxgb3/libcxgb3-1.3.1.ebuild) | 10 |
2 files changed, 14 insertions, 6 deletions
diff --git a/sys-infiniband/libcxgb3/ChangeLog b/sys-infiniband/libcxgb3/ChangeLog index 07b30d943d21..04020e43d0b1 100644 --- a/sys-infiniband/libcxgb3/ChangeLog +++ b/sys-infiniband/libcxgb3/ChangeLog @@ -1,6 +1,12 @@ # 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.6 2012/10/13 06:48:21 alexxy Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-infiniband/libcxgb3/ChangeLog,v 1.7 2014/04/16 08:22:26 alexxy Exp $ + +*libcxgb3-1.3.1-r2 (16 Apr 2014) + + 16 Apr 2014; Alexey Shvetsov <alexxy@gentoo.org> +libcxgb3-1.3.1-r2.ebuild, + -libcxgb3-1.3.1.ebuild: + Update ofed stack to 3.12-rc1 13 Oct 2012; Alexey Shvetsov <alexxy@gentoo.org> libcxgb3-1.3.1-r1.ebuild: [sys-infiniband] Update OFED diff --git a/sys-infiniband/libcxgb3/libcxgb3-1.3.1.ebuild b/sys-infiniband/libcxgb3/libcxgb3-1.3.1-r2.ebuild index 3399f2cc00d0..dc2b4e97ee27 100644 --- a/sys-infiniband/libcxgb3/libcxgb3-1.3.1.ebuild +++ b/sys-infiniband/libcxgb3/libcxgb3-1.3.1-r2.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/libcxgb3/libcxgb3-1.3.1.ebuild,v 1.1 2012/04/18 16:40:01 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-infiniband/libcxgb3/libcxgb3-1.3.1-r2.ebuild,v 1.1 2014/04/16 08:22:26 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 |