From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1JsBFg-0008WI-JZ for garchives@archives.gentoo.org; Sat, 03 May 2008 06:29:44 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 924A3E0429; Sat, 3 May 2008 06:29:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 70146E0429 for ; Sat, 3 May 2008 06:29:43 +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 0C5F164DE4 for ; Sat, 3 May 2008 06:29:43 +0000 (UTC) Received: from dragonheart by stork.gentoo.org with local (Exim 4.68) (envelope-from ) id 1JsBFd-0003Fl-Nt for gentoo-commits@lists.gentoo.org; Sat, 03 May 2008 06:29:41 +0000 From: "Daniel Black (dragonheart)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, dragonheart@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-benchmarks/lmbench: lmbench-3.0_alpha3.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: lmbench-3.0_alpha3.ebuild X-VCS-Directories: app-benchmarks/lmbench X-VCS-Committer: dragonheart X-VCS-Committer-Name: Daniel Black Content-Type: text/plain; charset=utf8 Message-Id: Sender: Daniel Black Date: Sat, 03 May 2008 06:29:41 +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: 9e412a53-30c6-4b47-b8a6-56fae96fedcc X-Archives-Hash: 618aa7d49ff59fae78a1c9d028339140 dragonheart 08/05/03 06:29:41 Modified: lmbench-3.0_alpha3.ebuild Log: qa - fixed quoting (Portage version: 2.1.5_rc6) Revision Changes Path 1.16 app-benchmarks/lmbench/lmbench-3.0_alpha3.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/lmb= ench/lmbench-3.0_alpha3.ebuild?rev=3D1.16&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/lmb= ench/lmbench-3.0_alpha3.ebuild?rev=3D1.16&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/lmb= ench/lmbench-3.0_alpha3.ebuild?r1=3D1.15&r2=3D1.16 Index: lmbench-3.0_alpha3.ebuild =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/app-benchmarks/lmbench/lmbench-3.0_alph= a3.ebuild,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- lmbench-3.0_alpha3.ebuild 3 May 2008 01:13:55 -0000 1.15 +++ lmbench-3.0_alpha3.ebuild 3 May 2008 06:29:41 -0000 1.16 @@ -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/app-benchmarks/lmbench/lmbench-3.0_al= pha3.ebuild,v 1.15 2008/05/03 01:13:55 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/lmbench/lmbench-3.0_al= pha3.ebuild,v 1.16 2008/05/03 06:29:41 dragonheart Exp $ =20 inherit toolchain-funcs eutils =20 @@ -26,7 +26,7 @@ src_compile() { sed -e "s#^my \$distro =3D.*#my \$distro =3D \"`uname -r`\";#" \ -e 's#^@files =3D#chdir "/usr/share/lmbench"; @files =3D#' \ - -e "s#../../CONFIG#/etc/bc-config#g" ${FILESDIR}/bc_lm.pl > bc_lm.pl + -e "s#../../CONFIG#/etc/bc-config#g" "${FILESDIR}"/bc_lm.pl > bc_lm.pl =20 emake CC=3D$(tc-getCC) MAKE=3Dmake OS=3D`scripts/os` build || die } --=20 gentoo-commits@lists.gentoo.org mailing list