423518e9d4f4e69bbbfe7c4c8c8f66b33da48994
Hanno Böck an portage anpassen

Hanno Böck authored 12 years ago

1) # Copyright 1999-2012 Gentoo Foundation
Hanno Böck apache update

Hanno Böck authored 12 years ago

2) # Distributed under the terms of the GNU General Public License v2
Hanno Böck an portage anpassen

Hanno Böck authored 12 years ago

3) # $Header: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.21-r1.ebuild,v 1.8 2012/03/05 08:17:32 patrick Exp $
4) 
5) EAPI="2"
Hanno Böck apache update

Hanno Böck authored 12 years ago

6) 
7) # latest gentoo apache files
8) GENTOO_PATCHSTAMP="20111018"
9) GENTOO_DEVELOPER="pva"
10) # We want the patch from r0
11) GENTOO_PATCHNAME="gentoo-${P}-r1"
12) 
13) # IUSE/USE_EXPAND magic
14) IUSE_MPMS_FORK="itk peruser prefork"
15) IUSE_MPMS_THREAD="event worker"
16) 
17) IUSE_MODULES="actions alias asis auth_basic auth_digest authn_alias authn_anon
18) authn_dbd authn_dbm authn_default authn_file authz_dbm authz_default
19) authz_groupfile authz_host authz_owner authz_user autoindex cache cern_meta
20) charset_lite cgi cgid dav dav_fs dav_lock dbd deflate dir disk_cache dumpio
21) env expires ext_filter file_cache filter headers ident imagemap include info
22) log_config log_forensic logio mem_cache mime mime_magic negotiation proxy
23) proxy_ajp proxy_balancer proxy_connect proxy_ftp proxy_http proxy_scgi rewrite
24) reqtimeout setenvif speling status substitute unique_id userdir usertrack
25) version vhost_alias"
26) # The following are also in the source as of this version, but are not available
27) # for user selection:
28) # bucketeer case_filter case_filter_in echo http isapi optional_fn_export
29) # optional_fn_import optional_hook_export optional_hook_import
30) 
31) # inter-module dependencies
32) # TODO: this may still be incomplete
33) MODULE_DEPENDS="
34) 	dav_fs:dav
35) 	dav_lock:dav
36) 	deflate:filter
37) 	disk_cache:cache
38) 	ext_filter:filter
39) 	file_cache:cache
40) 	log_forensic:log_config
41) 	logio:log_config
42) 	mem_cache:cache
43) 	mime_magic:mime
44) 	proxy_ajp:proxy
45) 	proxy_balancer:proxy
46) 	proxy_connect:proxy
47) 	proxy_ftp:proxy
48) 	proxy_http:proxy
49) 	proxy_scgi:proxy
50) 	substitute:filter
51) "
52) 
53) # module<->define mappings
54) MODULE_DEFINES="
55) 	auth_digest:AUTH_DIGEST
56) 	authnz_ldap:AUTHNZ_LDAP
57) 	cache:CACHE
58) 	dav:DAV
59) 	dav_fs:DAV
60) 	dav_lock:DAV
61) 	disk_cache:CACHE
62) 	file_cache:CACHE
63) 	info:INFO
64) 	ldap:LDAP
65) 	mem_cache:CACHE
66) 	proxy:PROXY
67) 	proxy_ajp:PROXY
68) 	proxy_balancer:PROXY
69) 	proxy_connect:PROXY
70) 	proxy_ftp:PROXY
71) 	proxy_http:PROXY
72) 	ssl:SSL
73) 	status:STATUS
74) 	suexec:SUEXEC
75) 	userdir:USERDIR
76) "
77) 
78) # critical modules for the default config
79) MODULE_CRITICAL="
80) 	authz_host
81) 	dir
82) 	mime
83) "
84) 
85) inherit apache-2
86) 
87) DESCRIPTION="The Apache Web Server."
88) HOMEPAGE="http://httpd.apache.org/"
89) 
90) # some helper scripts are Apache-1.1, thus both are here
91) LICENSE="Apache-2.0 Apache-1.1"
92) SLOT="2"
Hanno Böck an portage anpassen

Hanno Böck authored 12 years ago

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