| 1 | # Copyright 1999-2011 Gentoo Foundation |
1 | # Copyright 1999-2012 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/depend.php.eclass,v 1.31 2011/12/14 23:10:51 mabi Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/depend.php.eclass,v 1.32 2012/06/02 19:16:31 zmedico Exp $ |
| 4 | |
4 | |
| 5 | # @ECLASS: depend.php.eclass |
5 | # @ECLASS: depend.php.eclass |
| 6 | # @MAINTAINER: |
6 | # @MAINTAINER: |
| 7 | # Gentoo PHP team <php-bugs@gentoo.org> |
7 | # Gentoo PHP team <php-bugs@gentoo.org> |
| 8 | # @AUTHOR: |
8 | # @AUTHOR: |
| … | |
… | |
| 13 | # @DESCRIPTION: |
13 | # @DESCRIPTION: |
| 14 | # This eclass provides functions that allow ebuilds to depend on php5 and check |
14 | # This eclass provides functions that allow ebuilds to depend on php5 and check |
| 15 | # for specific PHP features, SAPIs etc. Also provides dodoc-php wrapper to install |
15 | # for specific PHP features, SAPIs etc. Also provides dodoc-php wrapper to install |
| 16 | # documentation for PHP packages to php-specific location. |
16 | # documentation for PHP packages to php-specific location. |
| 17 | |
17 | |
| 18 | inherit eutils phpconfutils |
18 | inherit eutils multilib phpconfutils |
| 19 | |
19 | |
| 20 | # PHP5-only depend functions |
20 | # PHP5-only depend functions |
| 21 | |
21 | |
| 22 | # @FUNCTION: need_php5_cli |
22 | # @FUNCTION: need_php5_cli |
| 23 | # @DESCRIPTION: |
23 | # @DESCRIPTION: |