diff options
author | Peter Johanson <latexer@gentoo.org> | 2004-12-21 03:24:34 +0000 |
---|---|---|
committer | Peter Johanson <latexer@gentoo.org> | 2004-12-21 03:24:34 +0000 |
commit | 4b5b9a9548d778f5bdfa7b2388603206ada737d3 (patch) | |
tree | 2a03bcdc0b9dc984fe79f7b5c4b20e27ba793efa /eclass | |
parent | clean old ebuilds (Manifest recommit) (diff) | |
download | gentoo-2-4b5b9a9548d778f5bdfa7b2388603206ada737d3.tar.gz gentoo-2-4b5b9a9548d778f5bdfa7b2388603206ada737d3.tar.bz2 gentoo-2-4b5b9a9548d778f5bdfa7b2388603206ada737d3.zip |
Add big fat warning about not using this old eclass
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/kmod.eclass | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/eclass/kmod.eclass b/eclass/kmod.eclass index b866fc2379d5..58c00efcef6f 100644 --- a/eclass/kmod.eclass +++ b/eclass/kmod.eclass @@ -1,6 +1,13 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/kmod.eclass,v 1.13 2004/06/25 00:39:48 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kmod.eclass,v 1.14 2004/12/21 03:24:34 latexer Exp $ + +# !!!!!!!!!! +# +# BEWARE: DO NOT USE. THIS ECLASS IS DEPRECATED, BROKEN, AND WILL EAT YOUR +# CHILDREN. DO NOT USE. -latexer +# +# !!!!!!!!!! # This eclass provides help for compiling external kernel modules from # source. |