QA: Removed illegal use of ${ROOT}. Bug #168043
authorDanny van Dyk <kugelfang@gentoo.org>
Thu, 15 Mar 2007 22:01:27 +0000 (22:01 +0000)
committerDanny van Dyk <kugelfang@gentoo.org>
Thu, 15 Mar 2007 22:01:27 +0000 (22:01 +0000)
Package-Manager: portage-2.1.2.1-r1

sci-chemistry/sparky/ChangeLog
sci-chemistry/sparky/sparky-3.111.ebuild
sci-chemistry/validation/ChangeLog
sci-chemistry/validation/validation-6.2.ebuild

index b24caaa630699de34feaee5ac98fb0c9abcb7b25..4fd43070b069736d3fff868c8dab10836989019a 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for sci-chemistry/sparky
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/sparky/ChangeLog,v 1.7 2007/02/22 14:23:16 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/sparky/ChangeLog,v 1.8 2007/03/15 21:58:21 kugelfang Exp $
+
+  15 Mar 2007; Danny van Dyk <kugelfang@gentoo.org> sparky-3.111.ebuild:
+  QA: Removed illegal use of ${ROOT}. Bug #168043
 
   22 Feb 2007; Piotr JaroszyƄski <peper@gentoo.org> sparky-3.111.ebuild:
   Fix SRC_URI. Transition to Manifest2.
index ea08e97ff100bf6f38e94efdf871459fbadecdf9..37c2b758b25864f4983c3aeb89700f0a836190bf 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/sparky/sparky-3.111.ebuild,v 1.4 2007/02/22 14:23:16 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/sparky/sparky-3.111.ebuild,v 1.5 2007/03/15 21:58:21 kugelfang Exp $
 
 inherit eutils toolchain-funcs multilib python
 
@@ -64,8 +64,8 @@ src_unpack() {
        epatch ${FILESDIR}/fix-install.patch
 
        sed -i \
-               -e "s:^\(set PYTHON[[:space:]]*=\).*:\1 ${ROOT}usr/bin/python${PYVER}:g" \
-               -e "s:^\(setenv TCLTK_LIB[[:space:]]*\).*:\1 ${ROOT}usr/$(get_libdir):g" \
+               -e "s:^\(set PYTHON[[:space:]]*=\).*:\1 /usr/bin/python${PYVER}:g" \
+               -e "s:^\(setenv TCLTK_LIB[[:space:]]*\).*:\1 /usr/$(get_libdir):g" \
                ${S}/bin/sparky
 }
 
index b41dc4dce7ec7311b50f8f3edfbcd759e5417aac..f73de1d40cc23b68836ecca5015fb939edd4ea59 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for sci-chemistry/validation
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/validation/ChangeLog,v 1.9 2006/09/20 05:09:00 dberkholz Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/validation/ChangeLog,v 1.10 2007/03/15 22:01:27 kugelfang Exp $
+
+  15 Mar 2007; Danny van Dyk <kugelfang@gentoo.org> validation-6.2.ebuild:
+  QA: Removed illegal use of ${ROOT}. Bug #168043
 
   20 Sep 2006; Donnie Berkholz <dberkholz@gentoo.org>; metadata.xml:
   (#148281) Change herd to sci-chemistry from sci.
index 4daed3e2303197a3d2288fc46843379050ea5603..cc6410b436ce8698a8b74295eb5fe51fcc07cd4d 100644 (file)
@@ -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/validation/validation-6.2.ebuild,v 1.4 2006/09/07 00:50:32 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/validation/validation-6.2.ebuild,v 1.5 2007/03/15 22:01:27 kugelfang Exp $
 
 inherit eutils toolchain-funcs multilib
 
@@ -34,8 +34,8 @@ src_unpack() {
 
        sed -i \
                -e "s:^\(CCC=\).*:\1$(tc-getCXX):g" \
-               -e "s:^\(GINCLUDE=\).*:\1-I${ROOT}usr/include/rcsb:g" \
-               -e "s:^\(LIBDIR=\).*:\1${ROOT}usr/$(get_libdir):g" \
+               -e "s:^\(GINCLUDE=\).*:\1-I/usr/include/rcsb:g" \
+               -e "s:^\(LIBDIR=\).*:\1/usr/$(get_libdir):g" \
                ${S}/etc/make.*
 }