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: depend.apache.eclass
Date: Wed, 06 Feb 2008 23:45:16
Message-Id: E1JMtx4-0007pG-9y@stork.gentoo.org
1 hollow 08/02/06 23:45:14
2
3 Modified: depend.apache.eclass
4 Log:
5 rename check_apache_threads to has_apache_threads as suggested by dberkholz
6
7 Revision Changes Path
8 1.43 eclass/depend.apache.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/depend.apache.eclass?rev=1.43&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/depend.apache.eclass?rev=1.43&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/depend.apache.eclass?r1=1.42&r2=1.43
13
14 Index: depend.apache.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/depend.apache.eclass,v
17 retrieving revision 1.42
18 retrieving revision 1.43
19 diff -u -r1.42 -r1.43
20 --- depend.apache.eclass 6 Feb 2008 21:20:41 -0000 1.42
21 +++ depend.apache.eclass 6 Feb 2008 23:45:13 -0000 1.43
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/depend.apache.eclass,v 1.42 2008/02/06 21:20:41 hollow Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/depend.apache.eclass,v 1.43 2008/02/06 23:45:13 hollow Exp $
27
28 # @ECLASS: depend.apache.eclass
29 # @MAINTAINER: apache-devs@g.o
30 @@ -212,13 +212,13 @@
31 _init_apache2
32 }
33
34 -# @FUNCTION: check_apache_threads
35 +# @FUNCTION: has_apache_threads
36 # @USAGE: [myflag]
37 # @DESCRIPTION:
38 # An ebuild calls this to make sure thread-safety is enabled if apache has been
39 # built with a threaded MPM. If the myflag parameter is not given it defaults to
40 # threads.
41 -check_apache_threads() {
42 +has_apache_threads() {
43 debug-print-function $FUNCNAME $*
44
45 if ! built_with_use www-servers/apache threads ; then
46 @@ -235,13 +235,13 @@
47 fi
48 }
49
50 -# @FUNCTION: check_apache_threads_in
51 +# @FUNCTION: has_apache_threads_in
52 # @USAGE: <myforeign> [myflag]
53 # @DESCRIPTION:
54 # An ebuild calls this to make sure thread-safety is enabled in a foreign
55 # package if apache has been built with a threaded MPM. If the myflag parameter
56 # is not given it defaults to threads.
57 -check_apache_threads_in() {
58 +has_apache_threads_in() {
59 debug-print-function $FUNCNAME $*
60
61 if ! built_with_use www-servers/apache threads ; then
62
63
64
65 --
66 gentoo-commits@l.g.o mailing list