From 6fd71eddb36ed5a4474f82712c11313cb295a3a0 Mon Sep 17 00:00:00 2001 From: Danny van Dyk Date: Thu, 15 Mar 2007 22:24:05 +0000 Subject: QA: Removed illegal use of ${ROOT}. Bug #168043 (Portage version: 2.1.2.1-r1) --- sci-visualization/labplot/ChangeLog | 6 +++++- sci-visualization/labplot/labplot-1.5.1.3.ebuild | 8 ++++---- sci-visualization/labplot/labplot-1.5.1.4.ebuild | 8 ++++---- 3 files changed, 13 insertions(+), 9 deletions(-) (limited to 'sci-visualization') diff --git a/sci-visualization/labplot/ChangeLog b/sci-visualization/labplot/ChangeLog index a466d9c4d34a..4e31f9ff3202 100644 --- a/sci-visualization/labplot/ChangeLog +++ b/sci-visualization/labplot/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-visualization/labplot # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/labplot/ChangeLog,v 1.9 2007/01/05 09:09:44 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/labplot/ChangeLog,v 1.10 2007/03/15 22:24:05 kugelfang Exp $ + + 15 Mar 2007; Danny van Dyk labplot-1.5.1.3.ebuild, + labplot-1.5.1.4.ebuild: + QA: Removed illegal use of ${ROOT}. Bug #168043 05 Jan 2007; Diego Pettenò labplot-1.5.1.3.ebuild, labplot-1.5.1.4.ebuild: diff --git a/sci-visualization/labplot/labplot-1.5.1.3.ebuild b/sci-visualization/labplot/labplot-1.5.1.3.ebuild index 9ea0b7618aa2..86d1847380e2 100644 --- a/sci-visualization/labplot/labplot-1.5.1.3.ebuild +++ b/sci-visualization/labplot/labplot-1.5.1.3.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-visualization/labplot/labplot-1.5.1.3.ebuild,v 1.3 2007/01/05 09:09:44 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/labplot/labplot-1.5.1.3.ebuild,v 1.4 2007/03/15 22:24:05 kugelfang Exp $ inherit eutils kde @@ -49,9 +49,9 @@ src_unpack() { } src_compile() { - export QTDIR="${ROOT}/usr/qt/3" - export QWT3D_PATH="${ROOT}/usr" - export KEXIDB_DIR="${ROOT}/usr" + export QTDIR="/usr/qt/3" + export QWT3D_PATH="/usr" + export KEXIDB_DIR="/usr" # texvc not in Portage and I'm not keen maintaining it # qsa ebuilds in bad shape atm. diff --git a/sci-visualization/labplot/labplot-1.5.1.4.ebuild b/sci-visualization/labplot/labplot-1.5.1.4.ebuild index 9f4c73f7df78..7b17b93941af 100644 --- a/sci-visualization/labplot/labplot-1.5.1.4.ebuild +++ b/sci-visualization/labplot/labplot-1.5.1.4.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-visualization/labplot/labplot-1.5.1.4.ebuild,v 1.2 2007/01/05 09:09:44 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/labplot/labplot-1.5.1.4.ebuild,v 1.3 2007/03/15 22:24:05 kugelfang Exp $ inherit eutils kde @@ -49,9 +49,9 @@ src_unpack() { } src_compile() { - export QTDIR="${ROOT}/usr/qt/3" - export QWT3D_PATH="${ROOT}/usr" - export KEXIDB_DIR="${ROOT}/usr" + export QTDIR="/usr/qt/3" + export QWT3D_PATH="/usr" + export KEXIDB_DIR="/usr" # texvc not in Portage and I'm not keen maintaining it # qsa ebuilds in bad shape atm. -- cgit v1.2.3-65-gdbad