86dd78d42bd27ee1b80873dbc46ed7f501900da1
Hanno Böck apache update

Hanno Böck authored 13 years ago

1) # Copyright 1999-2010 Gentoo Foundation
2) # Distributed under the terms of the GNU General Public License v2
3) # $Header: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.16.ebuild,v 1.1 2010/08/28 15:03:47 hollow Exp $
4) 
5) # latest gentoo apache files
6) GENTOO_PATCHSTAMP="20100828"
7) GENTOO_DEVELOPER="hollow"
8) 
9) # IUSE/USE_EXPAND magic
10) IUSE_MPMS_FORK="itk peruser prefork"
11) IUSE_MPMS_THREAD="event worker"
12) 
13) IUSE_MODULES="actions alias asis auth_basic auth_digest authn_alias authn_anon
14) authn_dbd authn_dbm authn_default authn_file authz_dbm authz_default
15) authz_groupfile authz_host authz_owner authz_user autoindex cache cern_meta
16) charset_lite cgi cgid dav dav_fs dav_lock dbd deflate dir disk_cache dumpio
17) env expires ext_filter file_cache filter headers ident imagemap include info
18) log_config log_forensic logio mem_cache mime mime_magic negotiation proxy proxy_ajp
19) proxy_balancer proxy_connect proxy_ftp proxy_http rewrite setenvif speling
20) status substitute unique_id userdir usertrack version vhost_alias"
21) 
22) # inter-module dependencies
23) # TODO: this may still be incomplete
24) MODULE_DEPENDS="
25) 	dav_fs:dav
26) 	dav_lock:dav
27) 	deflate:filter
28) 	disk_cache:cache
29) 	ext_filter:filter
30) 	file_cache:cache
31) 	log_forensic:log_config
32) 	logio:log_config
33) 	mem_cache:cache
34) 	mime_magic:mime
35) 	proxy_ajp:proxy
36) 	proxy_balancer:proxy
37) 	proxy_connect:proxy
38) 	proxy_ftp:proxy
39) 	proxy_http:proxy
40) 	substitute:filter
41) "
42) 
43) # module<->define mappings
44) MODULE_DEFINES="
45) 	auth_digest:AUTH_DIGEST
46) 	authnz_ldap:AUTHNZ_LDAP
47) 	cache:CACHE
48) 	dav:DAV
49) 	dav_fs:DAV
50) 	dav_lock:DAV
51) 	disk_cache:CACHE
52) 	file_cache:CACHE
53) 	info:INFO
54) 	ldap:LDAP
55) 	mem_cache:CACHE
56) 	proxy:PROXY
57) 	proxy_ajp:PROXY
58) 	proxy_balancer:PROXY
59) 	proxy_connect:PROXY
60) 	proxy_ftp:PROXY
61) 	proxy_http:PROXY
62) 	ssl:SSL
63) 	status:STATUS
64) 	suexec:SUEXEC
65) 	userdir:USERDIR
66) "
67) 
68) # critical modules for the default config
69) MODULE_CRITICAL="
70) 	authz_host
71) 	dir
72) 	mime
73) "
74) 
75) inherit apache-2
76) 
77) DESCRIPTION="The Apache Web Server."
78) HOMEPAGE="http://httpd.apache.org/"
79) 
80) # some helper scripts are Apache-1.1, thus both are here
81) LICENSE="Apache-2.0 Apache-1.1"
82) SLOT="2"
Hanno Böck keyword apache

Hanno Böck authored 13 years ago

83) KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"