From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.77) (envelope-from ) id 1SqXZ4-0005GJ-G5 for garchives@archives.gentoo.org; Sun, 15 Jul 2012 22:45:22 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7853BE0730; Sun, 15 Jul 2012 22:45:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 4AA88E0730 for ; Sun, 15 Jul 2012 22:45:14 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AE2611B400F for ; Sun, 15 Jul 2012 22:45:13 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 543) id 56B1F20063; Sun, 15 Jul 2012 22:45:12 +0000 (UTC) From: "Doug Goldstein (cardoe)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, cardoe@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in eclass: webapp.eclass X-VCS-Repository: gentoo-x86 X-VCS-Files: webapp.eclass X-VCS-Directories: eclass X-VCS-Committer: cardoe X-VCS-Committer-Name: Doug Goldstein Content-Type: text/plain; charset=utf8 Message-Id: <20120715224512.56B1F20063@flycatcher.gentoo.org> Date: Sun, 15 Jul 2012 22:45:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 24eea6b1-6080-4d02-a0bf-f89165fd46b5 X-Archives-Hash: d6d6eb31a0db4f76b6eaf03113e512fc cardoe 12/07/15 22:45:12 Modified: webapp.eclass Log: Don't use ebeep in EAPI 4 and newer since it was deprecated and removed= in EAPI 4. bug #386555 Revision Changes Path 1.71 eclass/webapp.eclass file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/webapp.ecla= ss?rev=3D1.71&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/webapp.ecla= ss?rev=3D1.71&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/webapp.ecla= ss?r1=3D1.70&r2=3D1.71 Index: webapp.eclass =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/eclass/webapp.eclass,v retrieving revision 1.70 retrieving revision 1.71 diff -u -r1.70 -r1.71 --- webapp.eclass 27 Dec 2011 17:55:12 -0000 1.70 +++ webapp.eclass 15 Jul 2012 22:45:12 -0000 1.71 @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/webapp.eclass,v 1.70 2011/12/2= 7 17:55:12 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/webapp.eclass,v 1.71 2012/07/1= 5 22:45:12 cardoe Exp $ =20 # @ECLASS: webapp.eclass # @MAINTAINER: @@ -413,7 +413,9 @@ ewarn "This ebuild may be overwriting important files." ewarn echo - ebeep 10 + if has "${EAPI:-0}" 0 1 2 3; then + ebeep 10 + fi elif [[ "$(echo ${my_output} | awk '{ print $1 }')" !=3D "${PN}" ]]; th= en echo eerror "You already have ${my_output} installed in ${my_dir}"