Gentoo Archives: gentoo-commits

From: "Jeremy Olexa (darkside)" <darkside@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: webapp.eclass
Date: Sun, 09 May 2010 22:32:23
Message-Id: 20100509223216.9D4752C4BE@corvid.gentoo.org
1 darkside 10/05/09 22:32:16
2
3 Modified: webapp.eclass
4 Log:
5 Add helpful comment about where the MY_* vars are defined.
6
7 Revision Changes Path
8 1.64 eclass/webapp.eclass
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/webapp.eclass?rev=1.64&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/webapp.eclass?rev=1.64&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/webapp.eclass?r1=1.63&r2=1.64
13
14 Index: webapp.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/webapp.eclass,v
17 retrieving revision 1.63
18 retrieving revision 1.64
19 diff -u -r1.63 -r1.64
20 --- webapp.eclass 23 Mar 2008 00:11:20 -0000 1.63
21 +++ webapp.eclass 9 May 2010 22:32:16 -0000 1.64
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2006 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/webapp.eclass,v 1.63 2008/03/23 00:11:20 hollow Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/webapp.eclass,v 1.64 2010/05/09 22:32:16 darkside Exp $
27
28 # @ECLASS: webapp.eclass
29 # @MAINTAINER:
30 @@ -335,6 +335,8 @@
31 die "Ebuild did not call webapp_pkg_setup() - report to http://bugs.gentoo.org"
32 fi
33
34 + # Hint, see the webapp_read_config() function to find where these are
35 + # defined.
36 dodir "${MY_HTDOCSDIR}"
37 dodir "${MY_HOSTROOTDIR}"
38 dodir "${MY_CGIBINDIR}"