summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2020-08-27 20:44:21 +0200
committerUlrich Müller <ulm@gentoo.org>2020-08-27 20:47:30 +0200
commit19af25195a039819d46b142dce21db35dd1c8237 (patch)
treeb33a1c89e8eb437d6202afd08a1d290d34e4641a
parentmail-mta/n[eo]tqmail: bump genqmail tarball (diff)
downloadgentoo-19af2519.tar.gz
gentoo-19af2519.tar.bz2
gentoo-19af2519.zip
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@gentoo.org>
-rw-r--r--eclass/gnuconfig.eclass10
1 files changed, 1 insertions, 9 deletions
diff --git a/eclass/gnuconfig.eclass b/eclass/gnuconfig.eclass
index f43647ef6fd9..3433837787c2 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 <wwoods@gentoo.org>
#
# 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