| 1 | # Copyright 1999-2011 Gentoo Foundation |
1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/eclass/openib.eclass,v 1.5 2012/04/18 18:16:12 alexxy Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/openib.eclass,v 1.6 2012/10/12 11:44:23 alexxy Exp $ |
| 4 | |
4 | |
| 5 | # @ECLASS: openib.eclass |
5 | # @ECLASS: openib.eclass |
| 6 | # @AUTHOR: |
6 | # @AUTHOR: |
| 7 | # Original Author: Alexey Shvetsov <alexxy@gentoo.org> |
7 | # Original Author: Alexey Shvetsov <alexxy@gentoo.org> |
| 8 | # @BLURB: Simplify working with OFED packages |
8 | # @BLURB: Simplify working with OFED packages |
| … | |
… | |
| 38 | "1.5.3" |
38 | "1.5.3" |
| 39 | "1.5.3.1" |
39 | "1.5.3.1" |
| 40 | "1.5.3.2" |
40 | "1.5.3.2" |
| 41 | "1.5.4" |
41 | "1.5.4" |
| 42 | "1.5.4.1" |
42 | "1.5.4.1" |
| 43 | "3.2" |
43 | "3.5-rc2" |
| 44 | ) |
44 | ) |
| 45 | |
45 | |
| 46 | # @FUNCTION: block_other_ofed_versions |
46 | # @FUNCTION: block_other_ofed_versions |
| 47 | # @DESCRIPTION: |
47 | # @DESCRIPTION: |
| 48 | # function that creates blockers list for ofed |
48 | # function that creates blockers list for ofed |