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