| 1 | # Copyright 1999-2005 Gentoo Foundation |
1 | # Copyright 1999-2005 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.6 2005/10/31 14:08:42 chtekk Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/depend.php.eclass,v 1.7 2005/11/20 01:35:05 chtekk Exp $ |
| 4 | # |
4 | # |
| 5 | # ======================================================================== |
5 | # ======================================================================== |
| 6 | # |
6 | # |
| 7 | # depend.php.eclass |
7 | # depend.php.eclass |
| 8 | # functions to allow ebuilds to depend on php4 and/or php5 |
8 | # functions to allow ebuilds to depend on php4 and/or php5 |
| 9 | # |
9 | # |
| 10 | # Author: Stuart Herbert |
10 | # Author: Stuart Herbert |
| 11 | # (stuart@gentoo.org) |
11 | # <stuart@gentoo.org> |
|
|
12 | # |
|
|
13 | # Author: Luca Longinotti |
|
|
14 | # <chtekk@gentoo.org> |
|
|
15 | # |
|
|
16 | # Maintained by the PHP Herd <php-bugs@gentoo.org> |
| 12 | # |
17 | # |
| 13 | # ======================================================================== |
18 | # ======================================================================== |
| 14 | |
19 | |
| 15 | inherit eutils |
20 | inherit eutils |
| 16 | |
21 | |