| 1 | # Copyright 1999-2007 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.8 2007/11/29 23:12:13 jokey Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/phpconfutils.eclass,v 1.9 2008/01/06 19:30:24 swegener Exp $ |
| 4 | # |
4 | # |
| 5 | # ######################################################################## |
5 | # ######################################################################## |
| 6 | # |
6 | # |
| 7 | # Based on Stuart's work on the original confutils eclass |
7 | # Based on Stuart's work on the original confutils eclass |
| 8 | # |
8 | # |
| … | |
… | |
| 14 | # @MAINTAINER: |
14 | # @MAINTAINER: |
| 15 | # Gentoo PHP team <php-bugs@gentoo.org> |
15 | # Gentoo PHP team <php-bugs@gentoo.org> |
| 16 | # @BLURB: Provides utility functions to help with configuring PHP. |
16 | # @BLURB: Provides utility functions to help with configuring PHP. |
| 17 | # @DESCRIPTION: |
17 | # @DESCRIPTION: |
| 18 | # This eclass provides utility functions to help with configuring PHP. |
18 | # This eclass provides utility functions to help with configuring PHP. |
| 19 | # It is only used by other php eclasses currently and the functions |
19 | # It is only used by other php eclasses currently and the functions |
| 20 | # are not generally intended for direct use in ebuilds. |
20 | # are not generally intended for direct use in ebuilds. |
| 21 | |
21 | |
| 22 | |
22 | |
| 23 | # ======================================================================== |
23 | # ======================================================================== |
| 24 | # 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 |