From 3dcf784fb0a249fc0a239c6c5fd3bd8da0e37758 Mon Sep 17 00:00:00 2001 From: Danny van Dyk Date: Thu, 15 Mar 2007 21:49:56 +0000 Subject: QA: Removed illegal use of ${ROOT}. Bug #168043 (Portage version: 2.1.2.1-r1) --- sci-chemistry/shelx/ChangeLog | 7 +++++-- sci-chemistry/shelx/shelx-20060317.ebuild | 6 +++--- 2 files changed, 8 insertions(+), 5 deletions(-) (limited to 'sci-chemistry/shelx') diff --git a/sci-chemistry/shelx/ChangeLog b/sci-chemistry/shelx/ChangeLog index 439f9185c05d..d27bd51ad1b2 100644 --- a/sci-chemistry/shelx/ChangeLog +++ b/sci-chemistry/shelx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-chemistry/shelx -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/shelx/ChangeLog,v 1.8 2006/10/12 19:03:45 dberkholz Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/shelx/ChangeLog,v 1.9 2007/03/15 21:49:56 kugelfang Exp $ + + 15 Mar 2007; Danny van Dyk shelx-20060317.ebuild: + QA: Removed illegal use of ${ROOT}. Bug #168043 12 Oct 2006; Donnie Berkholz ; shelx-20060317.ebuild: diff --git a/sci-chemistry/shelx/shelx-20060317.ebuild b/sci-chemistry/shelx/shelx-20060317.ebuild index 18b49bd0716d..87560dd8e03e 100644 --- a/sci-chemistry/shelx/shelx-20060317.ebuild +++ b/sci-chemistry/shelx/shelx-20060317.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/shelx/shelx-20060317.ebuild,v 1.5 2006/10/12 19:03:45 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/shelx/shelx-20060317.ebuild,v 1.6 2007/03/15 21:49:56 kugelfang Exp $ inherit autotools eutils fortran @@ -34,7 +34,7 @@ src_unpack() { epatch ${FILESDIR}/${PV}-gfortran.patch sed -i \ - -e "s:CIFDIR='/usr/local/bin/':CIFDIR='${ROOT}usr/share/${PN}/':g" \ + -e "s:CIFDIR='/usr/local/bin/':CIFDIR='/usr/share/${PN}/':g" \ "${S}"/ciftab.f if use dosformat; then -- cgit v1.2.3-65-gdbad