| 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/depend.apache.eclass,v 1.32 2007/05/13 20:11:37 chtekk Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/depend.apache.eclass,v 1.33 2007/07/29 16:36:23 phreak Exp $ |
| 4 | |
4 | |
| 5 | inherit multilib |
5 | inherit multilib |
| 6 | |
6 | |
| 7 | # This eclass handles depending on apache in a sane way and providing |
7 | # This eclass handles depending on apache in a sane way and providing |
| 8 | # information about where certain interfaces are located. |
8 | # information about where certain interfaces are located. |
| … | |
… | |
| 89 | ## APACHE1_DEPEND, APACHE2_DEPEND |
89 | ## APACHE1_DEPEND, APACHE2_DEPEND |
| 90 | ## APACHE2_0_DEPEND, APACHE2_2_DEPEND |
90 | ## APACHE2_0_DEPEND, APACHE2_2_DEPEND |
| 91 | ## |
91 | ## |
| 92 | ## Dependencies for Apache 1.x and Apache 2.x |
92 | ## Dependencies for Apache 1.x and Apache 2.x |
| 93 | #### |
93 | #### |
| 94 | APACHE1_DEPEND="=net-www/apache-1*" |
94 | APACHE1_DEPEND="=www-servers/apache-1*" |
| 95 | APACHE2_DEPEND="=net-www/apache-2*" |
95 | APACHE2_DEPEND="=www-servers/apache-2*" |
| 96 | APACHE2_0_DEPEND="=net-www/apache-2.0*" |
96 | APACHE2_0_DEPEND="=www-servers/apache-2.0*" |
| 97 | APACHE2_2_DEPEND="=net-www/apache-2.2*" |
97 | APACHE2_2_DEPEND="=www-servers/apache-2.2*" |
| 98 | |
98 | |
| 99 | #### |
99 | #### |
| 100 | ## NEED_APACHE_DEPEND |
100 | ## NEED_APACHE_DEPEND |
| 101 | ## |
101 | ## |
| 102 | ## Dependency magic based on useflags to use the right DEPEND |
102 | ## Dependency magic based on useflags to use the right DEPEND |