| 1 | # Copyright 1999-2004 Gentoo Foundation |
1 | # Copyright 1999-2004 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/webapp.eclass,v 1.32 2005/07/06 20:20:04 agriffis Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/webapp.eclass,v 1.33 2005/07/06 20:23:20 agriffis Exp $ |
| 4 | # |
4 | # |
| 5 | # eclass/webapp.eclass |
5 | # eclass/webapp.eclass |
| 6 | # Eclass for installing applications to run under a web server |
6 | # Eclass for installing applications to run under a web server |
| 7 | # |
7 | # |
| 8 | # Part of the implementation of GLEP #11 |
8 | # Part of the implementation of GLEP #11 |
| … | |
… | |
| 17 | # your changes will be overwritten the next time Stu releases a new version |
17 | # your changes will be overwritten the next time Stu releases a new version |
| 18 | # of webapp-config. |
18 | # of webapp-config. |
| 19 | # |
19 | # |
| 20 | # ------------------------------------------------------------------------ |
20 | # ------------------------------------------------------------------------ |
| 21 | |
21 | |
| 22 | INHERITED="$INHERITED $ECLASS" |
|
|
| 23 | SLOT="${PVR}" |
22 | SLOT="${PVR}" |
| 24 | IUSE="$IUSE vhosts" |
23 | IUSE="$IUSE vhosts" |
| 25 | DEPEND="$DEPEND net-www/webapp-config app-portage/gentoolkit" |
24 | DEPEND="$DEPEND net-www/webapp-config app-portage/gentoolkit" |
| 26 | |
25 | |
| 27 | EXPORT_FUNCTIONS pkg_postinst pkg_setup src_install pkg_prerm |
26 | EXPORT_FUNCTIONS pkg_postinst pkg_setup src_install pkg_prerm |