Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 280173 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/www-servers/lighttpd/lighttpd-1.4.22-r1.ebuild (-4 / +2 lines)
Lines 4-10 Link Here
4
4
5
EAPI="2"
5
EAPI="2"
6
6
7
inherit eutils autotools depend.php
7
inherit eutils autotools
8
8
9
DESCRIPTION="Lightweight high-performance web server"
9
DESCRIPTION="Lightweight high-performance web server"
10
HOMEPAGE="http://www.lighttpd.net/"
10
HOMEPAGE="http://www.lighttpd.net/"
Lines 25-31 Link Here
25
	memcache? ( dev-libs/libmemcache )
25
	memcache? ( dev-libs/libmemcache )
26
	mysql?    ( >=virtual/mysql-4.0 )
26
	mysql?    ( >=virtual/mysql-4.0 )
27
	pcre?     ( >=dev-libs/libpcre-3.1 )
27
	pcre?     ( >=dev-libs/libpcre-3.1 )
28
	php?      ( virtual/httpd-php )
28
	php?      ( virtual/httpd-php[cgi] )
29
	rrdtool?  ( net-analyzer/rrdtool )
29
	rrdtool?  ( net-analyzer/rrdtool )
30
	ssl?    ( >=dev-libs/openssl-0.9.7 )
30
	ssl?    ( >=dev-libs/openssl-0.9.7 )
31
	webdav? (
31
	webdav? (
Lines 88-95 Link Here
88
		ebeep 5
88
		ebeep 5
89
	fi
89
	fi
90
90
91
	use php && require_php_with_use cgi
92
93
	enewgroup lighttpd
91
	enewgroup lighttpd
94
	enewuser lighttpd -1 -1 /var/www/localhost/htdocs lighttpd
92
	enewuser lighttpd -1 -1 /var/www/localhost/htdocs lighttpd
95
}
93
}

Return to bug 280173