Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 121653
Collapse All | Expand All

(-)lighttpd-1.3.16.ebuild (-2 / +4 lines)
Lines 2-8 Link Here
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/www-servers/lighttpd/lighttpd-1.3.16.ebuild,v 1.10 2005/11/24 19:56:20 blubb Exp $
3
# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/lighttpd-1.3.16.ebuild,v 1.10 2005/11/24 19:56:20 blubb Exp $
4
4
5
inherit eutils
5
inherit eutils depend.php
6
6
7
RESTRICT="test"
7
RESTRICT="test"
8
8
Lines 23-29 Link Here
23
		mysql? ( >=dev-db/mysql-4.0.0 )
23
		mysql? ( >=dev-db/mysql-4.0.0 )
24
		ssl? ( >=dev-libs/openssl-0.9.7 )
24
		ssl? ( >=dev-libs/openssl-0.9.7 )
25
		php? (
25
		php? (
26
			>=dev-php/php-cgi-4.3.0
26
			virtual/httpd-php
27
			!net-www/spawn-fcgi
27
			!net-www/spawn-fcgi
28
		)"
28
		)"
29
29
Lines 33-38 Link Here
33
pkg_setup() {
33
pkg_setup() {
34
	enewgroup lighttpd
34
	enewgroup lighttpd
35
	enewuser lighttpd -1 -1 "${LIGHTTPD_DIR}" lighttpd
35
	enewuser lighttpd -1 -1 "${LIGHTTPD_DIR}" lighttpd
36
37
	use php && require_php_with_use cgi
36
}
38
}
37
39
38
src_unpack() {
40
src_unpack() {

Return to bug 121653