From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1IxoMS-0004wP-Iu for garchives@archives.gentoo.org; Thu, 29 Nov 2007 18:43:45 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.2/8.14.0) with SMTP id lATIhYlF005728; Thu, 29 Nov 2007 18:43:34 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.2/8.14.0) with ESMTP id lATIhXih005723 for ; Thu, 29 Nov 2007 18:43:34 GMT Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 4C6FB65240 for ; Thu, 29 Nov 2007 18:43:33 +0000 (UTC) Received: from hollow by stork.gentoo.org with local (Exim 4.60) (envelope-from ) id 1IxoMG-0003z1-1B for gentoo-commits@lists.gentoo.org; Thu, 29 Nov 2007 18:43:32 +0000 From: "Benedikt Boehm (hollow)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, hollow@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in eclass: apache-2.eclass X-VCS-Repository: gentoo-x86 X-VCS-Files: apache-2.eclass X-VCS-Directories: eclass X-VCS-Committer: hollow X-VCS-Committer-Name: Benedikt Boehm Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: Sender: Benedikt Boehm Date: Thu, 29 Nov 2007 18:43:32 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@gentoo.org X-Archives-Salt: c8f729e8-e4a2-458d-8880-50311465ce7f X-Archives-Hash: 5e66a443bc5c8e94812d326682047d79 hollow 07/11/29 18:43:32 Modified: apache-2.eclass Log: Fix #200736 and man-page installation Revision Changes Path 1.2 eclass/apache-2.eclass file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/apache-2.eclass?rev=1.2&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/apache-2.eclass?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/apache-2.eclass?r1=1.1&r2=1.2 Index: apache-2.eclass =================================================================== RCS file: /var/cvsroot/gentoo-x86/eclass/apache-2.eclass,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- apache-2.eclass 28 Nov 2007 13:04:12 -0000 1.1 +++ apache-2.eclass 29 Nov 2007 18:43:31 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/apache-2.eclass,v 1.1 2007/11/28 13:04:12 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/apache-2.eclass,v 1.2 2007/11/29 18:43:31 hollow Exp $ # @ECLASS: apache-2 # @MAINTAINER: apache-devs@gentoo.org @@ -311,7 +311,7 @@ eerror "(${ROOT}etc/apache2/apache2-builtin-mods) exists on your" eerror "system." eerror - eerror "Please read http://www.gentoo.org/proj/en/apache/upgrade.xml" + eerror "Please read http://www.gentoo.org/doc/en/apache-upgrading.xml" eerror "for detailed information how to convert this file to the new" eerror "APACHE2_MODULES USE_EXPAND variable." eerror @@ -379,6 +379,7 @@ # apache2.8 instead of httpd.8 (bug #194828) mv docs/man/{httpd,apache2}.8 + sed -i -e 's/httpd\.8/apache2.8/g' Makefile.in } # @FUNCTION: apache-2_src_compile -- gentoo-commits@gentoo.org mailing list