Gentoo Archives: gentoo-commits

From: "Benedikt Boehm (hollow)" <hollow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-servers/apache: apache-2.2.12.ebuild ChangeLog
Date: Wed, 29 Jul 2009 08:13:37
Message-Id: E1MW4I3-0001ez-7A@stork.gentoo.org
1 hollow 09/07/29 08:13:35
2
3 Modified: ChangeLog
4 Added: apache-2.2.12.ebuild
5 Log:
6 version bump
7 (Portage version: 2.2_rc33/cvs/Linux i686)
8
9 Revision Changes Path
10 1.116 www-servers/apache/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/ChangeLog?rev=1.116&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/ChangeLog?rev=1.116&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/ChangeLog?r1=1.115&r2=1.116
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v
19 retrieving revision 1.115
20 retrieving revision 1.116
21 diff -u -r1.115 -r1.116
22 --- ChangeLog 24 Jul 2009 18:38:38 -0000 1.115
23 +++ ChangeLog 29 Jul 2009 08:13:35 -0000 1.116
24 @@ -1,6 +1,11 @@
25 # ChangeLog for www-servers/apache
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v 1.115 2009/07/24 18:38:38 hollow Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v 1.116 2009/07/29 08:13:35 hollow Exp $
29 +
30 +*apache-2.2.12 (29 Jul 2009)
31 +
32 + 29 Jul 2009; Benedikt Böhm <hollow@g.o> +apache-2.2.12.ebuild:
33 + version bump
34
35 *apache-2.2.11-r3 (24 Jul 2009)
36
37
38
39
40 1.1 www-servers/apache/apache-2.2.12.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/apache-2.2.12.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/apache-2.2.12.ebuild?rev=1.1&content-type=text/plain
44
45 Index: apache-2.2.12.ebuild
46 ===================================================================
47 # Copyright 1999-2009 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.12.ebuild,v 1.1 2009/07/29 08:13:35 hollow Exp $
50
51 # latest gentoo apache files
52 GENTOO_PATCHSTAMP="20090729"
53 GENTOO_DEVELOPER="hollow"
54
55 # IUSE/USE_EXPAND magic
56 IUSE_MPMS_FORK="itk peruser prefork"
57 IUSE_MPMS_THREAD="event worker"
58
59 IUSE_MODULES="actions alias asis auth_basic auth_digest authn_alias authn_anon
60 authn_dbd authn_dbm authn_default authn_file authz_dbm authz_default
61 authz_groupfile authz_host authz_owner authz_user autoindex cache cern_meta
62 charset_lite dav dav_fs dav_lock dbd deflate dir disk_cache dumpio env expires
63 ext_filter file_cache filter headers ident imagemap include info log_config
64 log_forensic logio mem_cache mime mime_magic negotiation proxy proxy_ajp
65 proxy_balancer proxy_connect proxy_ftp proxy_http rewrite setenvif speling
66 status substitute unique_id userdir usertrack version vhost_alias"
67
68 # inter-module dependencies
69 # TODO: this may still be incomplete
70 MODULE_DEPENDS="
71 dav_fs:dav
72 dav_lock:dav
73 deflate:filter
74 disk_cache:cache
75 ext_filter:filter
76 file_cache:cache
77 log_forensic:log_config
78 logio:log_config
79 mem_cache:cache
80 mime_magic:mime
81 proxy_ajp:proxy
82 proxy_balancer:proxy
83 proxy_connect:proxy
84 proxy_ftp:proxy
85 proxy_http:proxy
86 substitute:filter
87 "
88
89 # module<->define mappings
90 MODULE_DEFINES="
91 auth_digest:AUTH_DIGEST
92 authnz_ldap:AUTHNZ_LDAP
93 cache:CACHE
94 dav:DAV
95 dav_fs:DAV
96 dav_lock:DAV
97 disk_cache:CACHE
98 file_cache:CACHE
99 info:INFO
100 ldap:LDAP
101 mem_cache:CACHE
102 proxy:PROXY
103 proxy_ajp:PROXY
104 proxy_balancer:PROXY
105 proxy_connect:PROXY
106 proxy_ftp:PROXY
107 proxy_http:PROXY
108 ssl:SSL
109 status:STATUS
110 suexec:SUEXEC
111 userdir:USERDIR
112 "
113
114 # critical modules for the default config
115 MODULE_CRITICAL="
116 authz_host
117 dir
118 mime
119 "
120
121 inherit apache-2
122
123 DESCRIPTION="The Apache Web Server."
124 HOMEPAGE="http://httpd.apache.org/"
125
126 # some helper scripts are Apache-1.1, thus both are here
127 LICENSE="Apache-2.0 Apache-1.1"
128 SLOT="2"
129 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
130 IUSE="peruser_dc"
131
132 DEPEND="${DEPEND}
133 apache2_modules_deflate? ( sys-libs/zlib )"
134
135 RDEPEND="${RDEPEND}
136 apache2_modules_mime? ( app-misc/mime-types )"
137
138 src_unpack() {
139 if use peruser_dc ; then
140 if ! use apache2_mpms_peruser ; then
141 die "USE=peruser_dc requires APACHE2_MPMS=peruser"
142 fi
143 else
144 EPATCH_EXCLUDE="${EPATCH_EXCLUDE} 22_all_peruser_0.3.0-dc3.patch"
145 fi
146
147 apache-2_src_unpack
148 }