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 1NhZYs-00014R-DZ for garchives@archives.gentoo.org; Wed, 17 Feb 2010 02:22:46 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F230E0A6B; Wed, 17 Feb 2010 02:22:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 42BA4E0A6B for ; Wed, 17 Feb 2010 02:22:45 +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 DC673679F9 for ; Wed, 17 Feb 2010 02:22:44 +0000 (UTC) Received: from reavertm by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1NhZYq-0005jO-8S for gentoo-commits@lists.gentoo.org; Wed, 17 Feb 2010 02:22:44 +0000 From: "Maciej Mrozowski (reavertm)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, reavertm@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in eclass: eutils.eclass X-VCS-Repository: gentoo-x86 X-VCS-Files: eutils.eclass X-VCS-Directories: eclass X-VCS-Committer: reavertm X-VCS-Committer-Name: Maciej Mrozowski Content-Type: text/plain; charset=utf8 Message-Id: Sender: Maciej Mrozowski Date: Wed, 17 Feb 2010 02:22:44 +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: c2463a61-2ed4-4837-bf09-56a57227d000 X-Archives-Hash: 8b3fdc462157c96b2d414aca6c4b1ea2 reavertm 10/02/17 02:22:44 Modified: eutils.eclass Log: Fixed indentation. Revision Changes Path 1.332 eclass/eutils.eclass file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/eutils.ecla= ss?rev=3D1.332&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/eutils.ecla= ss?rev=3D1.332&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/eutils.ecla= ss?r1=3D1.331&r2=3D1.332 Index: eutils.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/eutils.eclass,v retrieving revision 1.331 retrieving revision 1.332 diff -u -r1.331 -r1.332 --- eutils.eclass 17 Feb 2010 02:20:35 -0000 1.331 +++ eutils.eclass 17 Feb 2010 02:22:43 -0000 1.332 @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.331 2010/02/= 17 02:20:35 reavertm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.332 2010/02/= 17 02:22:43 reavertm Exp $ =20 # @ECLASS: eutils.eclass # @MAINTAINER: @@ -53,13 +53,13 @@ =20 else =20 - ebeep() { - eqawarn "QA Notice: ebeep is not defined in EAPI=3D3, please file a bu= g at http://bugs.gentoo.org" - } +ebeep() { + eqawarn "QA Notice: ebeep is not defined in EAPI=3D3, please file a bug= at http://bugs.gentoo.org" +} =20 - epause() { - eqawarn "QA Notice: epause is not defined in EAPI=3D3, please file a b= ug at http://bugs.gentoo.org" - } +epause() { + eqawarn "QA Notice: epause is not defined in EAPI=3D3, please file a bu= g at http://bugs.gentoo.org" +} =20 fi =20