summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2007-02-16 20:29:19 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2007-02-16 20:29:19 +0000
commit8d3c822ac1183179c5a2448827f6d0e58036cc50 (patch)
tree072db92dd86069a9b4cbc1c66d24c0d2f0209c2a /app-office
parentincorrect version was pruned (diff)
downloadgentoo-2-8d3c822ac1183179c5a2448827f6d0e58036cc50.tar.gz
gentoo-2-8d3c822ac1183179c5a2448827f6d0e58036cc50.tar.bz2
gentoo-2-8d3c822ac1183179c5a2448827f6d0e58036cc50.zip
Don't abuse ROOT.
(Portage version: 2.1.2-r9)
Diffstat (limited to 'app-office')
-rw-r--r--app-office/koffice-libs/ChangeLog5
-rw-r--r--app-office/koffice-libs/koffice-libs-1.5.2.ebuild4
-rw-r--r--app-office/koffice-libs/koffice-libs-1.6.1.ebuild4
-rw-r--r--app-office/koffice-libs/koffice-libs-1.6.2.ebuild4
4 files changed, 10 insertions, 7 deletions
diff --git a/app-office/koffice-libs/ChangeLog b/app-office/koffice-libs/ChangeLog
index b613f39a4137..cc2952bee9d4 100644
--- a/app-office/koffice-libs/ChangeLog
+++ b/app-office/koffice-libs/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-office/koffice-libs
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/koffice-libs/ChangeLog,v 1.72 2007/02/16 11:31:31 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/koffice-libs/ChangeLog,v 1.73 2007/02/16 20:29:19 flameeyes Exp $
+
+ 16 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
+ Don't abuse ROOT.
*koffice-libs-1.6.2 (16 Feb 2007)
diff --git a/app-office/koffice-libs/koffice-libs-1.5.2.ebuild b/app-office/koffice-libs/koffice-libs-1.5.2.ebuild
index 55dac861c602..3485915998a5 100644
--- a/app-office/koffice-libs/koffice-libs-1.5.2.ebuild
+++ b/app-office/koffice-libs/koffice-libs-1.5.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/koffice-libs/koffice-libs-1.5.2.ebuild,v 1.10 2006/10/24 15:20:04 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/koffice-libs/koffice-libs-1.5.2.ebuild,v 1.11 2007/02/16 20:29:19 flameeyes Exp $
MAXKOFFICEVER=${PV}
KMNAME=koffice
@@ -49,7 +49,7 @@ src_unpack() {
}
src_compile() {
- local myconf="--enable-scripting --with-pythonfir=${ROOT}/usr/$(get_libdir)/python${PYVER}/site-packages"
+ local myconf="--enable-scripting --with-pythonfir=/usr/$(get_libdir)/python${PYVER}/site-packages"
kde-meta_src_compile
if use doc; then
make apidox || die
diff --git a/app-office/koffice-libs/koffice-libs-1.6.1.ebuild b/app-office/koffice-libs/koffice-libs-1.6.1.ebuild
index 1c07d4317fc2..18920059efbe 100644
--- a/app-office/koffice-libs/koffice-libs-1.6.1.ebuild
+++ b/app-office/koffice-libs/koffice-libs-1.6.1.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/app-office/koffice-libs/koffice-libs-1.6.1.ebuild,v 1.8 2007/02/15 00:43:12 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/koffice-libs/koffice-libs-1.6.1.ebuild,v 1.9 2007/02/16 20:29:19 flameeyes Exp $
MAXKOFFICEVER=${PV}
KMNAME=koffice
@@ -49,7 +49,7 @@ src_unpack() {
}
src_compile() {
- local myconf="--enable-scripting --with-pythonfir=${ROOT}/usr/$(get_libdir)/python${PYVER}/site-packages"
+ local myconf="--enable-scripting --with-pythonfir=/usr/$(get_libdir)/python${PYVER}/site-packages"
kde-meta_src_compile
if use doc; then
make apidox || die
diff --git a/app-office/koffice-libs/koffice-libs-1.6.2.ebuild b/app-office/koffice-libs/koffice-libs-1.6.2.ebuild
index ced450afc8cb..28841ef2018c 100644
--- a/app-office/koffice-libs/koffice-libs-1.6.2.ebuild
+++ b/app-office/koffice-libs/koffice-libs-1.6.2.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/app-office/koffice-libs/koffice-libs-1.6.2.ebuild,v 1.1 2007/02/16 11:31:31 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/koffice-libs/koffice-libs-1.6.2.ebuild,v 1.2 2007/02/16 20:29:19 flameeyes Exp $
MAXKOFFICEVER=${PV}
KMNAME=koffice
@@ -49,7 +49,7 @@ src_unpack() {
}
src_compile() {
- local myconf="--enable-scripting --with-pythonfir=${ROOT}/usr/$(get_libdir)/python${PYVER}/site-packages"
+ local myconf="--enable-scripting --with-pythonfir=/usr/$(get_libdir)/python${PYVER}/site-packages"
kde-meta_src_compile
if use doc; then
make apidox || die