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: Thu, 29 Nov 2007 18:43:45
Message-Id: E1IxoMG-0003z1-1B@stork.gentoo.org
1 hollow 07/11/29 18:43:32
2
3 Modified: apache-2.eclass
4 Log:
5 Fix #200736 and man-page installation
6
7 Revision Changes Path
8 1.2 eclass/apache-2.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/apache-2.eclass?rev=1.2&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/apache-2.eclass?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/apache-2.eclass?r1=1.1&r2=1.2
13
14 Index: apache-2.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/apache-2.eclass,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- apache-2.eclass 28 Nov 2007 13:04:12 -0000 1.1
21 +++ apache-2.eclass 29 Nov 2007 18:43:31 -0000 1.2
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.1 2007/11/28 13:04:12 hollow Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/apache-2.eclass,v 1.2 2007/11/29 18:43:31 hollow Exp $
27
28 # @ECLASS: apache-2
29 # @MAINTAINER: apache-devs@g.o
30 @@ -311,7 +311,7 @@
31 eerror "(${ROOT}etc/apache2/apache2-builtin-mods) exists on your"
32 eerror "system."
33 eerror
34 - eerror "Please read http://www.gentoo.org/proj/en/apache/upgrade.xml"
35 + eerror "Please read http://www.gentoo.org/doc/en/apache-upgrading.xml"
36 eerror "for detailed information how to convert this file to the new"
37 eerror "APACHE2_MODULES USE_EXPAND variable."
38 eerror
39 @@ -379,6 +379,7 @@
40
41 # apache2.8 instead of httpd.8 (bug #194828)
42 mv docs/man/{httpd,apache2}.8
43 + sed -i -e 's/httpd\.8/apache2.8/g' Makefile.in
44 }
45
46 # @FUNCTION: apache-2_src_compile
47
48
49
50 --
51 gentoo-commits@g.o mailing list