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
Date: Mon, 10 Sep 2007 12:10:29
Message-Id: E1IUhzG-00011i-At@stork.gentoo.org
1 hollow 07/09/10 12:03:30
2
3 Modified: ChangeLog apache-2.2.6.ebuild
4 Log:
5 fix #191967
6 (Portage version: 2.1.3.7)
7
8 Revision Changes Path
9 1.27 www-servers/apache/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/ChangeLog?rev=1.27&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/ChangeLog?rev=1.27&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/ChangeLog?r1=1.26&r2=1.27
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v
18 retrieving revision 1.26
19 retrieving revision 1.27
20 diff -u -r1.26 -r1.27
21 --- ChangeLog 9 Sep 2007 16:15:14 -0000 1.26
22 +++ ChangeLog 10 Sep 2007 12:03:29 -0000 1.27
23 @@ -1,6 +1,9 @@
24 # ChangeLog for www-servers/apache
25 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v 1.26 2007/09/09 16:15:14 corsair Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v 1.27 2007/09/10 12:03:29 hollow Exp $
28 +
29 + 10 Sep 2007; Benedikt Böhm <hollow@g.o> apache-2.2.6.ebuild:
30 + fix #191967
31
32 09 Sep 2007; Markus Rothe <corsair@g.o> apache-2.2.6.ebuild:
33 Stable on ppc64; bug #186219
34
35
36
37 1.8 www-servers/apache/apache-2.2.6.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/apache-2.2.6.ebuild?rev=1.8&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/apache-2.2.6.ebuild?rev=1.8&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/apache-2.2.6.ebuild?r1=1.7&r2=1.8
42
43 Index: apache-2.2.6.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.6.ebuild,v
46 retrieving revision 1.7
47 retrieving revision 1.8
48 diff -u -r1.7 -r1.8
49 --- apache-2.2.6.ebuild 9 Sep 2007 16:15:14 -0000 1.7
50 +++ apache-2.2.6.ebuild 10 Sep 2007 12:03:29 -0000 1.8
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2007 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.6.ebuild,v 1.7 2007/09/09 16:15:14 corsair Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.6.ebuild,v 1.8 2007/09/10 12:03:29 hollow Exp $
56
57 inherit eutils flag-o-matic multilib autotools
58
59 @@ -236,7 +236,7 @@
60 if ! use static-modules ; then
61 load_module=""
62 moddir="${D}/usr/$(get_libdir)/apache2/modules"
63 - for m in ${mods} ; do
64 + for m in $(echo ${mods}|tr ' ' '\n'|sort -u) ; do
65 endid="no"
66
67 if [[ -e "${moddir}/mod_${m}.so" ]] ; then
68
69
70
71 --
72 gentoo-commits@g.o mailing list