From 78c37122554f5418991c8c44dd57f397a4066c80 Mon Sep 17 00:00:00 2001 From: Danny van Dyk Date: Thu, 15 Mar 2007 22:01:27 +0000 Subject: [PATCH] QA: Removed illegal use of ${ROOT}. Bug #168043 Package-Manager: portage-2.1.2.1-r1 --- sci-chemistry/sparky/ChangeLog | 5 ++++- sci-chemistry/sparky/sparky-3.111.ebuild | 6 +++--- sci-chemistry/validation/ChangeLog | 7 +++++-- sci-chemistry/validation/validation-6.2.ebuild | 8 ++++---- 4 files changed, 16 insertions(+), 10 deletions(-) diff --git a/sci-chemistry/sparky/ChangeLog b/sci-chemistry/sparky/ChangeLog index b24caaa63069..4fd43070b069 100644 --- a/sci-chemistry/sparky/ChangeLog +++ b/sci-chemistry/sparky/ChangeLog @@ -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 sparky-3.111.ebuild: + QA: Removed illegal use of ${ROOT}. Bug #168043 22 Feb 2007; Piotr Jaroszyński sparky-3.111.ebuild: Fix SRC_URI. Transition to Manifest2. diff --git a/sci-chemistry/sparky/sparky-3.111.ebuild b/sci-chemistry/sparky/sparky-3.111.ebuild index ea08e97ff100..37c2b758b258 100644 --- a/sci-chemistry/sparky/sparky-3.111.ebuild +++ b/sci-chemistry/sparky/sparky-3.111.ebuild @@ -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 } diff --git a/sci-chemistry/validation/ChangeLog b/sci-chemistry/validation/ChangeLog index b41dc4dce7ec..f73de1d40cc2 100644 --- a/sci-chemistry/validation/ChangeLog +++ b/sci-chemistry/validation/ChangeLog @@ -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 validation-6.2.ebuild: + QA: Removed illegal use of ${ROOT}. Bug #168043 20 Sep 2006; Donnie Berkholz ; metadata.xml: (#148281) Change herd to sci-chemistry from sci. diff --git a/sci-chemistry/validation/validation-6.2.ebuild b/sci-chemistry/validation/validation-6.2.ebuild index 4daed3e23031..cc6410b436ce 100644 --- a/sci-chemistry/validation/validation-6.2.ebuild +++ b/sci-chemistry/validation/validation-6.2.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/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.* } -- 2.26.2