1 | # Copyright 1999-2006 Gentoo Foundation |
1 | # Copyright 1999-2007 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/phpconfutils.eclass,v 1.5 2007/05/10 20:26:45 chtekk Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/phpconfutils.eclass,v 1.6 2007/09/01 15:58:17 jokey Exp $ |
4 | # |
4 | # |
5 | # ######################################################################## |
5 | # ######################################################################## |
6 | # |
6 | # |
7 | # eclass/phpconfutils.eclass |
|
|
8 | # Utility functions to help with configuring PHP |
|
|
9 | # |
|
|
10 | # Based on Stuart's work on the original confutils eclass |
7 | # Based on Stuart's work on the original confutils eclass |
11 | # |
8 | # |
12 | # Author(s) Luca Longinotti |
9 | # Author(s): Luca Longinotti <chtekk@gentoo.org> |
13 | # <chtekk@gentoo.org> |
|
|
14 | # |
10 | # |
15 | # Maintained by the PHP Herd <php-bugs@gentoo.org> |
|
|
16 | # |
|
|
17 | # ======================================================================== |
11 | # ======================================================================== |
|
|
12 | |
|
|
13 | # @ECLASS: phpconfutils.eclass |
|
|
14 | # @MAINTAINER: |
|
|
15 | # Gentoo PHP team <php-bugs@gentoo.org> |
|
|
16 | # @BLURB: Provides utility functions to help with configuring PHP. |
|
|
17 | # @DESCRIPTION: |
|
|
18 | # This eclass provides utility functions to help with configuring PHP. |
|
|
19 | # It is only used by other php eclasses currently and the functions |
|
|
20 | # are not generally intended for direct use in ebuilds. |
|
|
21 | |
18 | |
22 | |
19 | # ======================================================================== |
23 | # ======================================================================== |
20 | # List of USE flags that need deps that aren't yet in Portage |
24 | # List of USE flags that need deps that aren't yet in Portage |
21 | # or that can't be (fex. certain commercial apps) |
25 | # or that can't be (fex. certain commercial apps) |
22 | # |
26 | # |