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.60) (envelope-from ) id 1NYFu2-0008BS-Ad for garchives@archives.gentoo.org; Fri, 22 Jan 2010 09:34:06 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A044FE0684; Fri, 22 Jan 2010 09:34:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 82F22E0684 for ; Fri, 22 Jan 2010 09:34:05 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 2C9561B4015 for ; Fri, 22 Jan 2010 09:34:05 +0000 (UTC) Received: from scarabeus by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1NYFu0-0001pD-NY for gentoo-commits@lists.gentoo.org; Fri, 22 Jan 2010 09:34:04 +0000 From: "Tomas Chvatal (scarabeus)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, scarabeus@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in eclass: base.eclass X-VCS-Repository: gentoo-x86 X-VCS-Files: base.eclass X-VCS-Directories: eclass X-VCS-Committer: scarabeus X-VCS-Committer-Name: Tomas Chvatal Content-Type: text/plain; charset=utf8 Message-Id: Sender: Tomas Chvatal Date: Fri, 22 Jan 2010 09:34:04 +0000 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: ebacf806-9d40-41e5-8326-d027aa0b2177 X-Archives-Hash: a6a687c605974d8d60f925f4e531409a scarabeus 10/01/22 09:34:04 Modified: base.eclass Log: Drop usage of eqawarn. Revision Changes Path 1.47 eclass/base.eclass file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/base.eclass= ?rev=3D1.47&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/base.eclass= ?rev=3D1.47&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/base.eclass= ?r1=3D1.46&r2=3D1.47 Index: base.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/base.eclass,v retrieving revision 1.46 retrieving revision 1.47 diff -u -r1.46 -r1.47 --- base.eclass 20 Jan 2010 19:21:19 -0000 1.46 +++ base.eclass 22 Jan 2010 09:34:04 -0000 1.47 @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/base.eclass,v 1.46 2010/01/20 = 19:21:19 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/base.eclass,v 1.47 2010/01/22 = 09:34:04 scarabeus Exp $ =20 # @ECLASS: base.eclass # @MAINTAINER: @@ -90,8 +90,8 @@ elif [[ -f "${x}" ]]; then epatch "${x}" else - eqawarn "File or directory \"${x}\" does not exist." - eqawarn "Check your PATCHES array or add missing file/directory." + ewarn "QA: File or directory \"${x}\" does not exist." + ewarn "QA: Check your PATCHES array or add missing file/directory." fi done else