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

(-)lighttpd-1.4.3.ebuild.orig (-2 / +5 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.4.3.ebuild,v 1.1 2005/09/01 14:22:35 ka0ttic Exp $
3
# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/lighttpd-1.4.3.ebuild,v 1.1 2005/09/01 14:22:35 ka0ttic Exp $
4
4
5
inherit eutils
5
inherit eutils depend.php
6
6
7
DESCRIPTION="Lightweight high-performance web server"
7
DESCRIPTION="Lightweight high-performance web server"
8
HOMEPAGE="http://www.lighttpd.net/"
8
HOMEPAGE="http://www.lighttpd.net/"
Lines 23-29 Link Here
23
	mysql?    ( >=dev-db/mysql-4.0.0 )
23
	mysql?    ( >=dev-db/mysql-4.0.0 )
24
	pcre?     ( >=dev-libs/libpcre-3.1 )
24
	pcre?     ( >=dev-libs/libpcre-3.1 )
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
	rrdtool? ( net-analyzer/rrdtool )
29
	rrdtool? ( net-analyzer/rrdtool )
Lines 87-92 Link Here
87
		ewarn "and mod_ssi."
87
		ewarn "and mod_ssi."
88
		ebeep 5
88
		ebeep 5
89
	fi
89
	fi
90
	if use php; then
91
		require_php_with_use cgi
92
	fi
90
}
93
}
91
94
92
src_unpack() {
95
src_unpack() {

Return to bug 102863