| 1 | # Copyright 1999-2010 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/waf-utils.eclass,v 1.6 2011/08/09 18:53:06 jer Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/waf-utils.eclass,v 1.7 2011/08/22 04:46:32 vapier Exp $ |
| 4 | |
4 | |
| 5 | # @ECLASS: waf-utils.eclass |
5 | # @ECLASS: waf-utils.eclass |
| 6 | # @MAINTAINER: |
6 | # @MAINTAINER: |
| 7 | # gnome@gentoo.org |
7 | # gnome@gentoo.org |
| 8 | # |
8 | # @AUTHOR: |
| 9 | # @CODE |
|
|
| 10 | # Original Author: Gilles Dartiguelongue <eva@gentoo.org> |
9 | # Original Author: Gilles Dartiguelongue <eva@gentoo.org> |
| 11 | # Various improvements based on cmake-utils.eclass: Tomáš Chvátal <scarabeus@gentoo.org> |
10 | # Various improvements based on cmake-utils.eclass: Tomáš Chvátal <scarabeus@gentoo.org> |
| 12 | # Proper prefix support: Jonathan Callen <abcd@gentoo.org> |
11 | # Proper prefix support: Jonathan Callen <abcd@gentoo.org> |
| 13 | # @CODE |
|
|
| 14 | # @BLURB: common ebuild functions for waf-based packages |
12 | # @BLURB: common ebuild functions for waf-based packages |
| 15 | # @DESCRIPTION: |
13 | # @DESCRIPTION: |
| 16 | # The waf-utils eclass contains functions that make creating ebuild for |
14 | # The waf-utils eclass contains functions that make creating ebuild for |
| 17 | # waf-based packages much easier. |
15 | # waf-based packages much easier. |
| 18 | # Its main features are support of common portage default settings. |
16 | # Its main features are support of common portage default settings. |