summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorStuart Herbert <stuart@gentoo.org>2004-05-10 18:18:31 +0000
committerStuart Herbert <stuart@gentoo.org>2004-05-10 18:18:31 +0000
commita2d717eb6b20c04dcd88ed5b3b10937c0f39305f (patch)
tree9616ed6544a170c49283225207c2515894b352e1 /eclass
parentVersion bump, should resolve bug #50217 (Manifest recommit) (diff)
downloadgentoo-2-a2d717eb6b20c04dcd88ed5b3b10937c0f39305f.tar.gz
gentoo-2-a2d717eb6b20c04dcd88ed5b3b10937c0f39305f.tar.bz2
gentoo-2-a2d717eb6b20c04dcd88ed5b3b10937c0f39305f.zip
Added warnings of doom
Diffstat (limited to 'eclass')
-rw-r--r--eclass/webapp-apache.eclass9
1 files changed, 8 insertions, 1 deletions
diff --git a/eclass/webapp-apache.eclass b/eclass/webapp-apache.eclass
index 7862772e1d6f..0ac5063bbc6b 100644
--- a/eclass/webapp-apache.eclass
+++ b/eclass/webapp-apache.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/webapp-apache.eclass,v 1.19 2003/12/16 10:55:43 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/webapp-apache.eclass,v 1.20 2004/05/10 18:18:31 stuart Exp $
#
# Author: Stuart Herbert <stuart@gentoo.org>
#
@@ -102,6 +102,13 @@ function webapp-pkg_setup ()
eerror "${msg}"
die "${msg}"
fi
+
+ ewarn "Ebuilds (like this one) that use the webapp-apache.eclass need to"
+ ewarn "be converted to use the new webapp.eclass, to be compatible with"
+ ewarn "webapp-config."
+ ewarn
+ ewarn "Please file a bug on http://bugs.gentoo.org/, stating that this"
+ ewarn "ebuild needs converting to use the new approach."
}
# shamelessly stolen from Max Kalika <max@gentoo.org>'s horde stuff ;-)