commit: 19af25195a039819d46b142dce21db35dd1c8237 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Thu Aug 27 18:44:21 2020 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Thu Aug 27 18:47:30 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19af2519
gnuconfig.eclass: Remove deprecation warnings. As discussed in #gentoo-qa. These were added in 2006, but the eclass is still used by prominent packages. For example, it is inherited by toolchain and toolchain-glibc. Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> eclass/gnuconfig.eclass | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/eclass/gnuconfig.eclass b/eclass/gnuconfig.eclass index f43647ef6fd..3433837787c 100644 --- a/eclass/gnuconfig.eclass +++ b/eclass/gnuconfig.eclass @@ -1,8 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # -# THIS ECLASS IS DEAD: It has been integrated into portage -# # Author: Will Woods <[email protected]> # # This eclass is used to automatically update files that typically come with @@ -26,12 +24,6 @@ DEPEND="sys-devel/gnuconfig" # config.sub and config.guess (old default behavior), otherwise update the # named files. gnuconfig_update() { - -# hmm some packages (like binutils gcc glibc) still use this ... -# 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
