summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny van Dyk <kugelfang@gentoo.org>2007-03-15 22:24:05 +0000
committerDanny van Dyk <kugelfang@gentoo.org>2007-03-15 22:24:05 +0000
commit6fd71eddb36ed5a4474f82712c11313cb295a3a0 (patch)
tree43cc222bcabe05bb9fcc0f416e36d4c4e21c733e /sci-visualization
parentQA: Removed illegal use of ${ROOT}. Bug #168043 (diff)
downloadgentoo-2-6fd71eddb36ed5a4474f82712c11313cb295a3a0.tar.gz
gentoo-2-6fd71eddb36ed5a4474f82712c11313cb295a3a0.tar.bz2
gentoo-2-6fd71eddb36ed5a4474f82712c11313cb295a3a0.zip
QA: Removed illegal use of ${ROOT}. Bug #168043
(Portage version: 2.1.2.1-r1)
Diffstat (limited to 'sci-visualization')
-rw-r--r--sci-visualization/labplot/ChangeLog6
-rw-r--r--sci-visualization/labplot/labplot-1.5.1.3.ebuild8
-rw-r--r--sci-visualization/labplot/labplot-1.5.1.4.ebuild8
3 files changed, 13 insertions, 9 deletions
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 <kugelfang@gentoo.org> 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ò <flameeyes@gentoo.org> 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.