From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1JLFKZ-0004vv-CT for garchives@archives.gentoo.org; Sat, 02 Feb 2008 10:10:39 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8245EE044F; Sat, 2 Feb 2008 10:10:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 55768E044F for ; Sat, 2 Feb 2008 10:10:38 +0000 (UTC) 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 0464C6613C for ; Sat, 2 Feb 2008 10:10:38 +0000 (UTC) Received: from hollow by stork.gentoo.org with local (Exim 4.68) (envelope-from ) id 1JLFKW-0001kr-VT for gentoo-commits@lists.gentoo.org; Sat, 02 Feb 2008 10:10:37 +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 Message-Id: Sender: Benedikt Boehm Date: Sat, 02 Feb 2008 10:10:36 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: f8609be4-0a71-4c27-87f6-fe925d50aba4 X-Archives-Hash: 9b3636b0bbbaf25640d9fb4546ccfa22 hollow 08/02/02 10:10:36 Modified: apache-2.eclass Log: remove depend.apache usage wrt #208033 Revision Changes Path 1.8 eclass/apache-2.eclass file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/apache-2.ec= lass?rev=3D1.8&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/apache-2.ec= lass?rev=3D1.8&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/apache-2.ec= lass?r1=3D1.7&r2=3D1.8 Index: apache-2.eclass =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/eclass/apache-2.eclass,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- apache-2.eclass 19 Jan 2008 10:59:08 -0000 1.7 +++ apache-2.eclass 2 Feb 2008 10:10:36 -0000 1.8 @@ -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.7 2008/01/= 19 10:59:08 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/apache-2.eclass,v 1.8 2008/02/= 02 10:10:36 hollow Exp $ =20 # @ECLASS: apache-2 # @MAINTAINER: apache-devs@gentoo.org @@ -10,7 +10,7 @@ # information about where certain interfaces are located such as LoadMod= ule # generation and inter-module dependency checking. =20 -inherit depend.apache eutils flag-o-matic multilib autotools +inherit autotools eutils flag-o-matic multilib =20 # =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D # INTERNAL VARIABLES @@ -194,12 +194,12 @@ } =20 # @ECLASS-VARIABLE: MY_CONF -# DESCRIPTION: +# @DESCRIPTION: # This internal variable contains the econf options for the current modu= le # selection after a call to setup_modules() =20 # @ECLASS-VARIABLE: MY_MODS -# DESCRIPTION: +# @DESCRIPTION: # This internal variable contains a sorted, space separated list of curr= ently # selected modules after a call to setup_modules() =20 @@ -302,7 +302,7 @@ # This internal function generates the LoadModule lines for httpd.conf b= ased on # the current module selection and MODULE_DEFINES generate_load_module() { - local endit=3D0 mod_lines=3D mod_dir=3D"${D}${APACHE2_MODULESDIR}" + local endit=3D0 mod_lines=3D mod_dir=3D"${D}/usr/$(get_libdir)/apache2/= modules" =20 if use static; then sed -i -e "/%%LOAD_MODULE%%/d" \ --=20 gentoo-commits@lists.gentoo.org mailing list