diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-06-15 18:33:45 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-06-15 18:33:45 +0000 |
commit | 5fa74863321034c809aa41324e7ce50c90e06d5b (patch) | |
tree | 0588fad6caa8db07686d7100a39542afd0a85518 /eclass | |
parent | Clean up the ebuild slightly. (diff) | |
download | historical-5fa74863321034c809aa41324e7ce50c90e06d5b.tar.gz historical-5fa74863321034c809aa41324e7ce50c90e06d5b.tar.bz2 historical-5fa74863321034c809aa41324e7ce50c90e06d5b.zip |
gnuconfig_update is deprecated as it has been integrated into portage
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/gnuconfig.eclass | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/eclass/gnuconfig.eclass b/eclass/gnuconfig.eclass index 635f4133a4e4..562282c355aa 100644 --- a/eclass/gnuconfig.eclass +++ b/eclass/gnuconfig.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gnuconfig.eclass,v 1.31 2006/06/15 14:45:59 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnuconfig.eclass,v 1.32 2006/06/15 18:33:45 vapier Exp $ # # THIS ECLASS IS DEAD: It has been integrated into portage # @@ -29,6 +29,10 @@ DESCRIPTION="Based on the ${ECLASS} eclass" # config.sub and config.guess (old default behavior), otherwise update the # named files. gnuconfig_update() { + echo + ewarn "QA Notice: Please stop using me, portage updates files for you." + echo + local startdir # declared here ... used in gnuconfig_do_update if [[ $1 == /* ]] ; then |