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 | d9636655e7606bc1f421de21b0412222237609cb (patch) | |
tree | 535687c379fac02e014281afe4cad967d49dcadc /eclass | |
parent | clean old ebuilds (diff) | |
download | historical-d9636655e7606bc1f421de21b0412222237609cb.tar.gz historical-d9636655e7606bc1f421de21b0412222237609cb.tar.bz2 historical-d9636655e7606bc1f421de21b0412222237609cb.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. |