diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2003-12-16 10:11:09 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2003-12-16 10:11:09 +0000 |
commit | 9348cf6efb2dd7f6a61f796d91375f1081da4483 (patch) | |
tree | cad5403dc7c35a37031a447fc23b7f69081c9d5f /eclass/webapp-apache.eclass | |
parent | mpeg4ip-1.0-rc3 stable on x86 (diff) | |
download | historical-9348cf6efb2dd7f6a61f796d91375f1081da4483.tar.gz historical-9348cf6efb2dd7f6a61f796d91375f1081da4483.tar.bz2 historical-9348cf6efb2dd7f6a61f796d91375f1081da4483.zip |
add comment
Diffstat (limited to 'eclass/webapp-apache.eclass')
-rw-r--r-- | eclass/webapp-apache.eclass | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/eclass/webapp-apache.eclass b/eclass/webapp-apache.eclass index 4c5bd2ea5a6f..0e5442c30ace 100644 --- a/eclass/webapp-apache.eclass +++ b/eclass/webapp-apache.eclass @@ -1,12 +1,15 @@ # 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.13 2003/12/15 20:23:27 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/webapp-apache.eclass,v 1.14 2003/12/16 10:11:09 robbat2 Exp $ # # Author: Stuart Herbert <stuart@gentoo.org> # # Based on discussions held on gentoo-dev mailing list, and a bug report # contributed by Ian Leitch <port001@w0r.mine.nu> in bug #14870, # and robbat2's mod_php ebuild +# +# This package will be offically depreciated when vhost-config and +# webapp-config from GLEP11 are released. ECLASS=webapp-apache INHERITED="$INHERITED $ECLASS" |