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/libcxgb4 | |
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/libcxgb4')
-rw-r--r-- | sys-infiniband/libcxgb4/ChangeLog | 10 | ||||
-rw-r--r-- | sys-infiniband/libcxgb4/libcxgb4-1.3.2.ebuild (renamed from sys-infiniband/libcxgb4/libcxgb4-1.2.0.ebuild) | 10 |
2 files changed, 14 insertions, 6 deletions
diff --git a/sys-infiniband/libcxgb4/ChangeLog b/sys-infiniband/libcxgb4/ChangeLog index 6a38eabec2e9..3d3e2127ee48 100644 --- a/sys-infiniband/libcxgb4/ChangeLog +++ b/sys-infiniband/libcxgb4/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-infiniband/libcxgb4 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-infiniband/libcxgb4/ChangeLog,v 1.3 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/libcxgb4/ChangeLog,v 1.4 2014/04/16 08:22:27 alexxy Exp $ + +*libcxgb4-1.3.2 (16 Apr 2014) + + 16 Apr 2014; Alexey Shvetsov <alexxy@gentoo.org> +libcxgb4-1.3.2.ebuild, + -libcxgb4-1.2.0.ebuild: + Update ofed stack to 3.12-rc1 13 Oct 2012; Alexey Shvetsov <alexxy@gentoo.org> libcxgb4-1.2.0-r1.ebuild: [sys-infiniband] Update OFED diff --git a/sys-infiniband/libcxgb4/libcxgb4-1.2.0.ebuild b/sys-infiniband/libcxgb4/libcxgb4-1.3.2.ebuild index 9f632e3062e7..0fce9fcd8d46 100644 --- a/sys-infiniband/libcxgb4/libcxgb4-1.2.0.ebuild +++ b/sys-infiniband/libcxgb4/libcxgb4-1.3.2.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/libcxgb4/libcxgb4-1.2.0.ebuild,v 1.1 2012/04/18 16:40:23 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-infiniband/libcxgb4/libcxgb4-1.3.2.ebuild,v 1.1 2014/04/16 08:22:27 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 |