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: ChangeLog apache-2.2.6.ebuild apache-2.2.4-r12.ebuild
Date: Sat, 08 Sep 2007 15:49:16
Message-Id: E1IU2S3-0001P5-IX@stork.gentoo.org
1 hollow 07/09/08 15:42:27
2
3 Modified: ChangeLog apache-2.2.6.ebuild
4 apache-2.2.4-r12.ebuild
5 Log:
6 fix #191368; cleanup for #160189
7 (Portage version: 2.1.3.7)
8
9 Revision Changes Path
10 1.18 www-servers/apache/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/ChangeLog?rev=1.18&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/ChangeLog?rev=1.18&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/ChangeLog?r1=1.17&r2=1.18
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v
19 retrieving revision 1.17
20 retrieving revision 1.18
21 diff -u -r1.17 -r1.18
22 --- ChangeLog 7 Sep 2007 21:46:27 -0000 1.17
23 +++ ChangeLog 8 Sep 2007 15:42:27 -0000 1.18
24 @@ -1,6 +1,10 @@
25 # ChangeLog for www-servers/apache
26 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v 1.17 2007/09/07 21:46:27 hollow Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v 1.18 2007/09/08 15:42:27 hollow Exp $
29 +
30 + 08 Sep 2007; Benedikt Böhm <hollow@g.o> apache-2.2.4-r12.ebuild,
31 + apache-2.2.6.ebuild:
32 + fix #191368; cleanup for #160189
33
34 *apache-2.2.6 (07 Sep 2007)
35 *apache-2.0.61 (07 Sep 2007)
36
37
38
39 1.2 www-servers/apache/apache-2.2.6.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/apache-2.2.6.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/apache-2.2.6.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/apache-2.2.6.ebuild?r1=1.1&r2=1.2
44
45 Index: apache-2.2.6.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.6.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- apache-2.2.6.ebuild 7 Sep 2007 21:46:27 -0000 1.1
52 +++ apache-2.2.6.ebuild 8 Sep 2007 15:42:27 -0000 1.2
53 @@ -1,8 +1,8 @@
54 # Copyright 1999-2007 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.6.ebuild,v 1.1 2007/09/07 21:46:27 hollow Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.6.ebuild,v 1.2 2007/09/08 15:42:27 hollow Exp $
58
59 -inherit eutils flag-o-matic gnuconfig multilib autotools
60 +inherit eutils flag-o-matic multilib autotools
61
62 # latest gentoo apache files
63 GENTOO_PATCHNAME="gentoo-${PF}"
64 @@ -196,7 +196,8 @@
65 --with-port=80 \
66 --with-program-name=apache2 \
67 --enable-layout=Gentoo \
68 - $( use_enable debug maintainer-mode ) \
69 + $(use_enable debug maintainer-mode) \
70 + $(use_enable debug exception-hook) \
71 ${myconf} ${MY_BUILTINS} || die "econf failed!"
72
73 sed -i -e 's:apache2\.conf:httpd.conf:' include/ap_config_auto.h
74
75
76
77 1.6 www-servers/apache/apache-2.2.4-r12.ebuild
78
79 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/apache-2.2.4-r12.ebuild?rev=1.6&view=markup
80 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/apache-2.2.4-r12.ebuild?rev=1.6&content-type=text/plain
81 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/apache-2.2.4-r12.ebuild?r1=1.5&r2=1.6
82
83 Index: apache-2.2.4-r12.ebuild
84 ===================================================================
85 RCS file: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.4-r12.ebuild,v
86 retrieving revision 1.5
87 retrieving revision 1.6
88 diff -u -r1.5 -r1.6
89 --- apache-2.2.4-r12.ebuild 4 Sep 2007 18:37:12 -0000 1.5
90 +++ apache-2.2.4-r12.ebuild 8 Sep 2007 15:42:27 -0000 1.6
91 @@ -1,8 +1,8 @@
92 # Copyright 1999-2007 Gentoo Foundation
93 # Distributed under the terms of the GNU General Public License v2
94 -# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.4-r12.ebuild,v 1.5 2007/09/04 18:37:12 armin76 Exp $
95 +# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.4-r12.ebuild,v 1.6 2007/09/08 15:42:27 hollow Exp $
96
97 -inherit eutils flag-o-matic gnuconfig multilib autotools
98 +inherit eutils flag-o-matic multilib autotools
99
100 # latest gentoo apache files
101 GENTOO_PATCHNAME="gentoo-${PF}"
102
103
104
105 --
106 gentoo-commits@g.o mailing list