summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2018-05-26 11:04:57 +0200
committerUlrich Müller <ulm@gentoo.org>2018-05-31 13:24:11 +0200
commitde326e9375f68d8fd83d85a9fccc7ef2b3b19eb1 (patch)
treec66700c9baa0553b82926b6f2d329c108176a846 /eclass/webapp.eclass
parentgames-strategy/wesnoth: new wesnothd.rc file for 1.14 (diff)
downloadgentoo-de326e9375f68d8fd83d85a9fccc7ef2b3b19eb1.tar.gz
gentoo-de326e9375f68d8fd83d85a9fccc7ef2b3b19eb1.tar.bz2
gentoo-de326e9375f68d8fd83d85a9fccc7ef2b3b19eb1.zip
eclass: Remove remaining uses of epause and ebeep.
These functions are long deprecated and only defined in EAPIs 0 to 2.
Diffstat (limited to 'eclass/webapp.eclass')
-rw-r--r--eclass/webapp.eclass5
1 files changed, 1 insertions, 4 deletions
diff --git a/eclass/webapp.eclass b/eclass/webapp.eclass
index c80674d3b13e..8983af334ab8 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}"