Gentoo Archives: gentoo-commits

From: "Benedikt Boehm (hollow)" <hollow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: apache-2.eclass
Date: Sat, 02 Feb 2008 10:10:39
Message-Id: E1JLFKW-0001kr-VT@stork.gentoo.org
1 hollow 08/02/02 10:10:36
2
3 Modified: apache-2.eclass
4 Log:
5 remove depend.apache usage wrt #208033
6
7 Revision Changes Path
8 1.8 eclass/apache-2.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/apache-2.eclass?rev=1.8&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/apache-2.eclass?rev=1.8&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/apache-2.eclass?r1=1.7&r2=1.8
13
14 Index: apache-2.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/apache-2.eclass,v
17 retrieving revision 1.7
18 retrieving revision 1.8
19 diff -u -r1.7 -r1.8
20 --- apache-2.eclass 19 Jan 2008 10:59:08 -0000 1.7
21 +++ apache-2.eclass 2 Feb 2008 10:10:36 -0000 1.8
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2007 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/apache-2.eclass,v 1.7 2008/01/19 10:59:08 hollow Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/apache-2.eclass,v 1.8 2008/02/02 10:10:36 hollow Exp $
27
28 # @ECLASS: apache-2
29 # @MAINTAINER: apache-devs@g.o
30 @@ -10,7 +10,7 @@
31 # information about where certain interfaces are located such as LoadModule
32 # generation and inter-module dependency checking.
33
34 -inherit depend.apache eutils flag-o-matic multilib autotools
35 +inherit autotools eutils flag-o-matic multilib
36
37 # ==============================================================================
38 # INTERNAL VARIABLES
39 @@ -194,12 +194,12 @@
40 }
41
42 # @ECLASS-VARIABLE: MY_CONF
43 -# DESCRIPTION:
44 +# @DESCRIPTION:
45 # This internal variable contains the econf options for the current module
46 # selection after a call to setup_modules()
47
48 # @ECLASS-VARIABLE: MY_MODS
49 -# DESCRIPTION:
50 +# @DESCRIPTION:
51 # This internal variable contains a sorted, space separated list of currently
52 # selected modules after a call to setup_modules()
53
54 @@ -302,7 +302,7 @@
55 # This internal function generates the LoadModule lines for httpd.conf based on
56 # the current module selection and MODULE_DEFINES
57 generate_load_module() {
58 - local endit=0 mod_lines= mod_dir="${D}${APACHE2_MODULESDIR}"
59 + local endit=0 mod_lines= mod_dir="${D}/usr/$(get_libdir)/apache2/modules"
60
61 if use static; then
62 sed -i -e "/%%LOAD_MODULE%%/d" \
63
64
65
66 --
67 gentoo-commits@l.g.o mailing list