From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1OBF2t-0007We-9f for garchives@archives.gentoo.org; Sun, 09 May 2010 22:32:23 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05441E07F5; Sun, 9 May 2010 22:32:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D5D1EE07F5 for ; Sun, 9 May 2010 22:32:17 +0000 (UTC) Received: from corvid.gentoo.org (corvid.gentoo.org [208.92.234.79]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 81D591B4080 for ; Sun, 9 May 2010 22:32:17 +0000 (UTC) Received: by corvid.gentoo.org (Postfix, from userid 2214) id 9D4752C4BE; Sun, 9 May 2010 22:32:16 +0000 (UTC) From: "Jeremy Olexa (darkside)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, darkside@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in eclass: webapp.eclass X-VCS-Repository: gentoo-x86 X-VCS-Files: webapp.eclass X-VCS-Directories: eclass X-VCS-Committer: darkside X-VCS-Committer-Name: Jeremy Olexa Content-Type: text/plain; charset=utf8 Message-Id: <20100509223216.9D4752C4BE@corvid.gentoo.org> Date: Sun, 9 May 2010 22:32:16 +0000 (UTC) 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: d52706e1-3a24-46ba-8b3f-d1a1368e386b X-Archives-Hash: fc5d70242a0c63646bb5b2eb8ed118f5 darkside 10/05/09 22:32:16 Modified: webapp.eclass Log: Add helpful comment about where the MY_* vars are defined. Revision Changes Path 1.64 eclass/webapp.eclass file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/webapp.ecla= ss?rev=3D1.64&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/webapp.ecla= ss?rev=3D1.64&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/webapp.ecla= ss?r1=3D1.63&r2=3D1.64 Index: webapp.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/webapp.eclass,v retrieving revision 1.63 retrieving revision 1.64 diff -u -r1.63 -r1.64 --- webapp.eclass 23 Mar 2008 00:11:20 -0000 1.63 +++ webapp.eclass 9 May 2010 22:32:16 -0000 1.64 @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/webapp.eclass,v 1.63 2008/03/2= 3 00:11:20 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/webapp.eclass,v 1.64 2010/05/0= 9 22:32:16 darkside Exp $ =20 # @ECLASS: webapp.eclass # @MAINTAINER: @@ -335,6 +335,8 @@ die "Ebuild did not call webapp_pkg_setup() - report to http://bugs.ge= ntoo.org" fi =20 + # Hint, see the webapp_read_config() function to find where these are + # defined. dodir "${MY_HTDOCSDIR}" dodir "${MY_HOSTROOTDIR}" dodir "${MY_CGIBINDIR}"