From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1027297-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8CA8C138330 for <garchives@archives.gentoo.org>; Thu, 31 May 2018 11:25:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F518E0909; Thu, 31 May 2018 11:25:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EE973E0909 for <gentoo-commits@lists.gentoo.org>; Thu, 31 May 2018 11:25:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 382F8335C39 for <gentoo-commits@lists.gentoo.org>; Thu, 31 May 2018 11:25:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 892A62A0 for <gentoo-commits@lists.gentoo.org>; Thu, 31 May 2018 11:25:05 +0000 (UTC) From: "Ulrich Müller" <ulm@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" <ulm@gentoo.org> Message-ID: <1527765851.de326e9375f68d8fd83d85a9fccc7ef2b3b19eb1.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/gnatbuild-r1.eclass eclass/gnatbuild.eclass eclass/kernel-2.eclass eclass/linux-info.eclass eclass/webapp.eclass X-VCS-Directories: eclass/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: de326e9375f68d8fd83d85a9fccc7ef2b3b19eb1 X-VCS-Branch: master Date: Thu, 31 May 2018 11:25:05 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a5e16701-2ccc-4fea-b11f-7f466eb2d8d6 X-Archives-Hash: bda6770d0648491bdc7e89a4ce5f58ce commit: de326e9375f68d8fd83d85a9fccc7ef2b3b19eb1 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sat May 26 09:04:57 2018 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Thu May 31 11:24:11 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de326e93 eclass: Remove remaining uses of epause and ebeep. These functions are long deprecated and only defined in EAPIs 0 to 2. eclass/gnatbuild-r1.eclass | 1 - eclass/gnatbuild.eclass | 1 - eclass/kernel-2.eclass | 2 -- eclass/linux-info.eclass | 3 +-- eclass/webapp.eclass | 5 +---- 5 files changed, 2 insertions(+), 10 deletions(-) diff --git a/eclass/gnatbuild-r1.eclass b/eclass/gnatbuild-r1.eclass index cdc64a3fe7c..236a9aa1ce1 100644 --- a/eclass/gnatbuild-r1.eclass +++ b/eclass/gnatbuild-r1.eclass @@ -313,7 +313,6 @@ should_we_eselect_gnat() { echo elog "eselect gnat set <profile>" echo - ebeep return 1 fi } diff --git a/eclass/gnatbuild.eclass b/eclass/gnatbuild.eclass index 5d485c9338c..da72f554439 100644 --- a/eclass/gnatbuild.eclass +++ b/eclass/gnatbuild.eclass @@ -237,7 +237,6 @@ should_we_eselect_gnat() { echo elog "eselect gnat set <profile>" echo - ebeep return 1 fi } diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass index 6ffbd37f300..94937b6630b 100644 --- a/eclass/kernel-2.eclass +++ b/eclass/kernel-2.eclass @@ -749,7 +749,6 @@ unpack_2_6() { touch .config eerror "make defconfig failed." eerror "assuming you dont have any headers installed yet and continuing" - epause 5 fi make -s include/linux/version.h ${xmakeopts} 2>/dev/null \ @@ -1607,7 +1606,6 @@ kernel-2_pkg_setup() { ewarn "Also be aware that bugreports about gcc-4 not working" ewarn "with linux-2.4 based ebuilds will be closed as INVALID!" echo - epause 10 fi fi diff --git a/eclass/linux-info.eclass b/eclass/linux-info.eclass index 035b722e2d6..dd62b26855d 100644 --- a/eclass/linux-info.eclass +++ b/eclass/linux-info.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # @ECLASS: linux-info.eclass @@ -914,7 +914,6 @@ linux-info_pkg_setup() { ewarn "Also be aware that bugreports about gcc-4 not working" ewarn "with linux-2.4 based ebuilds will be closed as INVALID!" echo - epause 10 fi fi diff --git a/eclass/webapp.eclass b/eclass/webapp.eclass index c80674d3b13..8983af334ab 100644 --- a/eclass/webapp.eclass +++ b/eclass/webapp.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # @ECLASS: webapp.eclass @@ -411,9 +411,6 @@ webapp_pkg_setup() { ewarn "This ebuild may be overwriting important files." ewarn echo - if has "${EAPI:-0}" 0 1 2; then - ebeep 10 - fi elif [[ "$(echo ${my_output} | awk '{ print $1 }')" != "${PN}" ]]; then echo eerror "You already have ${my_output} installed in ${my_dir}"