summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-17 17:43:40 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-17 17:43:40 +0000
commit0e96a3622ba015e2dd32b5277c3b5a0008444775 (patch)
tree239e4222dd0e3de60c3f878309bc97e751b7bc25 /kde-base/kdepim
parentVersion bump for both 3.3.6 (pre-release) and 3.3.94 (was missing for a while... (diff)
downloadhistorical-0e96a3622ba015e2dd32b5277c3b5a0008444775.tar.gz
historical-0e96a3622ba015e2dd32b5277c3b5a0008444775.tar.bz2
historical-0e96a3622ba015e2dd32b5277c3b5a0008444775.zip
$ROOT is not a runtime prefix, but just installation temporary directory, don't use it to hardcode paths into executables.
Package-Manager: portage-2.1.2
Diffstat (limited to 'kde-base/kdepim')
-rw-r--r--kde-base/kdepim/ChangeLog7
-rw-r--r--kde-base/kdepim/kdepim-3.5.2-r4.ebuild6
-rw-r--r--kde-base/kdepim/kdepim-3.5.5-r2.ebuild6
-rw-r--r--kde-base/kdepim/kdepim-3.5.6.ebuild4
4 files changed, 14 insertions, 9 deletions
diff --git a/kde-base/kdepim/ChangeLog b/kde-base/kdepim/ChangeLog
index 47916d4bd108..7cb0673a326e 100644
--- a/kde-base/kdepim/ChangeLog
+++ b/kde-base/kdepim/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for kde-base/kdepim
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim/ChangeLog,v 1.241 2007/01/17 15:12:29 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim/ChangeLog,v 1.242 2007/01/17 17:42:59 flameeyes Exp $
+
+ 17 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> kdepim-3.5.2-r4.ebuild,
+ kdepim-3.5.5-r2.ebuild, kdepim-3.5.6.ebuild:
+ $ROOT is not a runtime prefix, but just installation temporary directory,
+ don't use it to hardcode paths into executables.
17 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> kdepim-3.5.6.ebuild:
Remove unneeded patch.
diff --git a/kde-base/kdepim/kdepim-3.5.2-r4.ebuild b/kde-base/kdepim/kdepim-3.5.2-r4.ebuild
index a5e5e27b0e2c..e48c63f32b45 100644
--- a/kde-base/kdepim/kdepim-3.5.2-r4.ebuild
+++ b/kde-base/kdepim/kdepim-3.5.2-r4.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/kde-base/kdepim/kdepim-3.5.2-r4.ebuild,v 1.3 2006/12/09 18:59:07 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim/kdepim-3.5.2-r4.ebuild,v 1.4 2007/01/17 17:42:59 flameeyes Exp $
inherit kde-dist
@@ -32,7 +32,7 @@ PATCHES="${WORKDIR}/kdepim-3.5.2-patchset.diff
src_compile() {
local myconf="--with-sasl $(use_with gnokii)"
- use crypt && myconf="${myconf} --with-gpg=${ROOT}/usr/bin/gpg"
+ use crypt && myconf="${myconf} --with-gpg=/usr/bin/gpg"
kde_src_compile
}
diff --git a/kde-base/kdepim/kdepim-3.5.5-r2.ebuild b/kde-base/kdepim/kdepim-3.5.5-r2.ebuild
index 811001b1cf99..39d0c2130c3e 100644
--- a/kde-base/kdepim/kdepim-3.5.5-r2.ebuild
+++ b/kde-base/kdepim/kdepim-3.5.5-r2.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/kde-base/kdepim/kdepim-3.5.5-r2.ebuild,v 1.10 2006/12/11 10:58:28 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim/kdepim-3.5.5-r2.ebuild,v 1.11 2007/01/17 17:42:59 flameeyes Exp $
inherit kde-dist
@@ -38,7 +38,7 @@ src_unpack() {
src_compile() {
local myconf="--with-sasl $(use_with gnokii)"
- use crypt && myconf="${myconf} --with-gpg=${ROOT}/usr/bin/gpg"
+ use crypt && myconf="${myconf} --with-gpg=/usr/bin/gpg"
kde_src_compile
}
diff --git a/kde-base/kdepim/kdepim-3.5.6.ebuild b/kde-base/kdepim/kdepim-3.5.6.ebuild
index a432ed545940..45caf316963a 100644
--- a/kde-base/kdepim/kdepim-3.5.6.ebuild
+++ b/kde-base/kdepim/kdepim-3.5.6.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/kde-base/kdepim/kdepim-3.5.6.ebuild,v 1.4 2007/01/17 15:12:29 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim/kdepim-3.5.6.ebuild,v 1.5 2007/01/17 17:42:59 flameeyes Exp $
inherit kde-dist
@@ -35,7 +35,7 @@ src_unpack() {
src_compile() {
local myconf="--with-sasl $(use_with gnokii)"
- use crypt && myconf="${myconf} --with-gpg=${ROOT}/usr/bin/gpg"
+ use crypt && myconf="${myconf} --with-gpg=/usr/bin/gpg"
kde_src_compile
}