| 1 | # Copyright 1999-2011 Gentoo Foundation |
1 | # Copyright 1999-2011 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.1 2011/06/30 20:47:43 alexxy Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/openib.eclass,v 1.2 2011/08/22 04:46:32 vapier Exp $ |
| 4 | |
4 | |
| 5 | # |
5 | # @ECLASS: openib.eclass |
|
|
6 | # @AUTHOR: |
| 6 | # Original Author: Alexey Shvetsov <alexxy@gentoo.org> |
7 | # Original Author: Alexey Shvetsov <alexxy@gentoo.org> |
| 7 | # Purpose: Simplify working with OFED packages |
8 | # @BLURB: Simplify working with OFED packages |
| 8 | # |
|
|
| 9 | |
9 | |
| 10 | inherit base eutils rpm versionator |
10 | inherit base eutils rpm versionator |
| 11 | |
11 | |
| 12 | EXPORT_FUNCTIONS src_unpack |
12 | EXPORT_FUNCTIONS src_unpack |
| 13 | |
13 | |