Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-servers/apache: apache-2.4.1.ebuild ChangeLog
Date: Sun, 01 Apr 2012 04:50:12
Message-Id: 20120401045002.73B4F2004B@flycatcher.gentoo.org
1 patrick 12/04/01 04:50:02
2
3 Modified: ChangeLog
4 Added: apache-2.4.1.ebuild
5 Log:
6 Bump for #405767
7
8 (Portage version: 2.2.0_alpha97/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.181 www-servers/apache/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/apache/ChangeLog?rev=1.181&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/apache/ChangeLog?rev=1.181&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/apache/ChangeLog?r1=1.180&r2=1.181
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v
20 retrieving revision 1.180
21 retrieving revision 1.181
22 diff -u -r1.180 -r1.181
23 --- ChangeLog 29 Mar 2012 10:40:41 -0000 1.180
24 +++ ChangeLog 1 Apr 2012 04:50:02 -0000 1.181
25 @@ -1,6 +1,11 @@
26 # ChangeLog for www-servers/apache
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v 1.180 2012/03/29 10:40:41 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v 1.181 2012/04/01 04:50:02 patrick Exp $
30 +
31 +*apache-2.4.1 (01 Apr 2012)
32 +
33 + 01 Apr 2012; Patrick Lauer <patrick@g.o> +apache-2.4.1.ebuild:
34 + Bump for #405767
35
36 29 Mar 2012; Agostino Sarubbo <ago@g.o> apache-2.2.22.ebuild:
37 Stable for amd64, wrt bug #401761
38
39
40
41 1.1 www-servers/apache/apache-2.4.1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/apache/apache-2.4.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/apache/apache-2.4.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: apache-2.4.1.ebuild
47 ===================================================================
48 # Copyright 1999-2012 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.4.1.ebuild,v 1.1 2012/04/01 04:50:02 patrick Exp $
51
52 EAPI="2"
53
54 # latest gentoo apache files
55 GENTOO_PATCHSTAMP="20120401"
56 GENTOO_DEVELOPER="patrick"
57
58 # IUSE/USE_EXPAND magic
59 IUSE_MPMS_FORK="itk peruser prefork"
60 IUSE_MPMS_THREAD="event worker"
61
62 IUSE_MODULES="actions alias asis auth_basic auth_digest authn_alias authn_anon
63 authn_dbd authn_dbm authn_default authn_file authz_dbm authz_default
64 authz_groupfile authz_host authz_owner authz_user autoindex cache cern_meta
65 charset_lite cgi cgid dav dav_fs dav_lock dbd deflate dir disk_cache dumpio
66 env expires ext_filter file_cache filter headers ident imagemap include info
67 log_config log_forensic logio mem_cache mime mime_magic negotiation proxy
68 proxy_ajp proxy_balancer proxy_connect proxy_ftp proxy_http proxy_scgi rewrite
69 reqtimeout setenvif speling status substitute unique_id userdir usertrack
70 version vhost_alias"
71 # The following are also in the source as of this version, but are not available
72 # for user selection:
73 # bucketeer case_filter case_filter_in echo http isapi optional_fn_export
74 # optional_fn_import optional_hook_export optional_hook_import
75
76 # inter-module dependencies
77 # TODO: this may still be incomplete
78 MODULE_DEPENDS="
79 dav_fs:dav
80 dav_lock:dav
81 deflate:filter
82 disk_cache:cache
83 ext_filter:filter
84 file_cache:cache
85 log_forensic:log_config
86 logio:log_config
87 mem_cache:cache
88 mime_magic:mime
89 proxy_ajp:proxy
90 proxy_balancer:proxy
91 proxy_connect:proxy
92 proxy_ftp:proxy
93 proxy_http:proxy
94 proxy_scgi:proxy
95 substitute:filter
96 "
97
98 # module<->define mappings
99 MODULE_DEFINES="
100 auth_digest:AUTH_DIGEST
101 authnz_ldap:AUTHNZ_LDAP
102 cache:CACHE
103 dav:DAV
104 dav_fs:DAV
105 dav_lock:DAV
106 disk_cache:CACHE
107 file_cache:CACHE
108 info:INFO
109 ldap:LDAP
110 mem_cache:CACHE
111 proxy:PROXY
112 proxy_ajp:PROXY
113 proxy_balancer:PROXY
114 proxy_connect:PROXY
115 proxy_ftp:PROXY
116 proxy_http:PROXY
117 ssl:SSL
118 status:STATUS
119 suexec:SUEXEC
120 userdir:USERDIR
121 "
122
123 # critical modules for the default config
124 MODULE_CRITICAL="
125 authz_host
126 dir
127 mime
128 "
129
130 inherit apache-2
131
132 DESCRIPTION="The Apache Web Server."
133 HOMEPAGE="http://httpd.apache.org/"
134
135 # some helper scripts are Apache-1.1, thus both are here
136 LICENSE="Apache-2.0 Apache-1.1"
137 SLOT="2"
138 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
139 IUSE=""
140
141 DEPEND="${DEPEND}
142 >=dev-libs/openssl-0.9.8m
143 apache2_modules_deflate? ( sys-libs/zlib )"
144
145 # dependency on >=dev-libs/apr-1.4.5 for bug #368651
146 RDEPEND="${RDEPEND}
147 >=dev-libs/apr-1.4.5
148 >=dev-libs/openssl-0.9.8m
149 apache2_modules_mime? ( app-misc/mime-types )"
150
151 # init script fixup - should be rolled into next tarball #389965
152 src_prepare() {
153 apache-2_src_prepare
154 sed -i -e 's/! test -f/test -f/' "${GENTOO_PATCHDIR}"/init/apache2.initd || die "Failed to fix init script"
155 }
156
157 src_install() {
158 apache-2_src_install
159 for i in /usr/bin/{htdigest,logresolve,htpasswd,htdbm,ab,httxt2dbm}; do
160 rm "${D}"/$i || die "Failed to prune apache-tools bits"
161 done
162 for i in /usr/share/man/man8/{rotatelogs.8,htcacheclean.8}; do
163 rm "${D}"/$i || die "Failed to prune apache-tools bits"
164 done
165 for i in /usr/share/man/man1/{logresolve.1,htdbm.1,htdigest.1,htpasswd.1,dbmmanage.1,ab.1}; do
166 rm "${D}"/$i || die "Failed to prune apache-tools bits"
167 done
168 for i in /usr/sbin/{checkgid,fcgistarter,htcacheclean,rotatelogs}; do
169 rm "${D}/"$i || die "Failed to prune apache-tools bits"
170 done
171 }