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/mstflint | |
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/mstflint')
-rw-r--r-- | sys-infiniband/mstflint/ChangeLog | 10 | ||||
-rw-r--r-- | sys-infiniband/mstflint/mstflint-3.5.0.ebuild (renamed from sys-infiniband/mstflint/mstflint-1.4.ebuild) | 13 |
2 files changed, 15 insertions, 8 deletions
diff --git a/sys-infiniband/mstflint/ChangeLog b/sys-infiniband/mstflint/ChangeLog index f466991202e4..baaecd9267fc 100644 --- a/sys-infiniband/mstflint/ChangeLog +++ b/sys-infiniband/mstflint/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-infiniband/mstflint -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-infiniband/mstflint/ChangeLog,v 1.3 2012/10/13 06:48:19 alexxy Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-infiniband/mstflint/ChangeLog,v 1.4 2014/04/16 08:22:26 alexxy Exp $ + +*mstflint-3.5.0 (16 Apr 2014) + + 16 Apr 2014; Alexey Shvetsov <alexxy@gentoo.org> +mstflint-3.5.0.ebuild, + -mstflint-1.4.ebuild: + Update ofed stack to 3.12-rc1 13 Oct 2012; Alexey Shvetsov <alexxy@gentoo.org> mstflint-1.4-r1.ebuild: [sys-infiniband] Update OFED diff --git a/sys-infiniband/mstflint/mstflint-1.4.ebuild b/sys-infiniband/mstflint/mstflint-3.5.0.ebuild index f00745006efe..1a5508e5689f 100644 --- a/sys-infiniband/mstflint/mstflint-1.4.ebuild +++ b/sys-infiniband/mstflint/mstflint-3.5.0.ebuild @@ -1,12 +1,13 @@ -# 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/mstflint/mstflint-1.4.ebuild,v 1.1 2012/04/18 18:59:45 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-infiniband/mstflint/mstflint-3.5.0.ebuild,v 1.1 2014/04/16 08:22:26 alexxy Exp $ -EAPI="4" +EAPI="5" -OFED_VER="1.5.4.1" -OFED_SUFFIX="1.18.g1adcfbf" -OFED_SNAPSHOT="1" +OFED_VER="3.12" +OFED_RC="1" +OFED_RC_VER="1" +OFED_SUFFIX="1" inherit openib |