Add comment warning about dependency issues. Refer to bug 107127.
authorMichael Stewart <vericgar@gentoo.org>
Sun, 4 Jun 2006 19:15:09 +0000 (19:15 +0000)
committerMichael Stewart <vericgar@gentoo.org>
Sun, 4 Jun 2006 19:15:09 +0000 (19:15 +0000)
eclass/apache-module.eclass
eclass/depend.apache.eclass

index 8b1be382927d9502eab7761ac49840d2ab82e06b..f038a848a07dabb73a4dbdc1d34b67ac53db1ca1 100644 (file)
@@ -1,12 +1,17 @@
 # Copyright 2004 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License, v2 or later
 # Author Michael Tindal <urilith@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/eclass/apache-module.eclass,v 1.13 2005/08/02 23:26:14 vericgar Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/apache-module.eclass,v 1.14 2006/06/04 19:15:09 vericgar Exp $
 
 inherit depend.apache
 
 # This eclass provides a common set of functions for Apache modules.
 
+# NOTE: If you use this, be sure you use the need_* call after you have
+# defined DEPEND and RDEPEND. Also note that you can not rely on the 
+# automatic RDEPEND=DEPEND that portage does if you use this eclass.
+# See bug 107127 for more information.
+
 ######
 ## Common ebuild variables
 ######
index 28ccb9f87b20d06cee781c0a4dbb2634d05cebcc..eb5134585e0a0d4bf3dcdb54735be66a9b2f4df0 100644 (file)
@@ -1,9 +1,17 @@
 # Copyright 1999-2005 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/depend.apache.eclass,v 1.24 2005/09/19 00:21:20 vericgar Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/depend.apache.eclass,v 1.25 2006/06/04 19:15:09 vericgar Exp $
 
 inherit multilib
 
+# This eclass handles depending on apache in a sane way and providing
+# information about where certain interfaces are located.
+
+# NOTE: If you use this, be sure you use the need_* call after you have
+# defined DEPEND and RDEPEND. Also note that you can not rely on the 
+# automatic RDEPEND=DEPEND that portage does if you use this eclass.
+# See bug 107127 for more information.
+
 ######
 ## Apache Common Variables
 ##