summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2013-06-22 13:22:15 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2013-06-22 13:22:15 +0000
commit90481f508a67925c8efef0a8b19b69b575f964bf (patch)
tree125ab00bbe2e995613d0e4206a330b8773a22187 /app-office/lotus-notes
parentVersion bump to 1.7.0.25 for bug #67266, bump reported by Will W. (diff)
downloadgentoo-2-90481f508a67925c8efef0a8b19b69b575f964bf.tar.gz
gentoo-2-90481f508a67925c8efef0a8b19b69b575f964bf.tar.bz2
gentoo-2-90481f508a67925c8efef0a8b19b69b575f964bf.zip
Sed out the config initialization as then you would have to run it as root.
(Portage version: 2.2.0_alpha184/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 8EEE3BE8)
Diffstat (limited to 'app-office/lotus-notes')
-rw-r--r--app-office/lotus-notes/ChangeLog6
-rw-r--r--app-office/lotus-notes/lotus-notes-8.5.3.ebuild6
2 files changed, 10 insertions, 2 deletions
diff --git a/app-office/lotus-notes/ChangeLog b/app-office/lotus-notes/ChangeLog
index 1443d2b6adf3..97e6b35adb42 100644
--- a/app-office/lotus-notes/ChangeLog
+++ b/app-office/lotus-notes/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-office/lotus-notes
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/lotus-notes/ChangeLog,v 1.2 2013/06/22 12:38:02 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/lotus-notes/ChangeLog,v 1.3 2013/06/22 13:22:15 scarabeus Exp $
+
+ 22 Jun 2013; Tomáš Chvátal <scarabeus@gentoo.org>
+ lotus-notes-8.5.3.ebuild:
+ Sed out the config initialization as then you would have to run it as root.
22 Jun 2013; Tomáš Chvátal <scarabeus@gentoo.org> lotus-notes-8.5.3.ebuild:
Add missed license.
diff --git a/app-office/lotus-notes/lotus-notes-8.5.3.ebuild b/app-office/lotus-notes/lotus-notes-8.5.3.ebuild
index 8ff50f05ec3e..97dc685c5411 100644
--- a/app-office/lotus-notes/lotus-notes-8.5.3.ebuild
+++ b/app-office/lotus-notes/lotus-notes-8.5.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/lotus-notes/lotus-notes-8.5.3.ebuild,v 1.2 2013/06/22 12:38:02 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/lotus-notes/lotus-notes-8.5.3.ebuild,v 1.3 2013/06/22 13:22:15 scarabeus Exp $
EAPI=5
@@ -67,6 +67,10 @@ src_prepare() {
sed -i \
-e 's:`dirname "$0"`:/opt/ibm/lotus/notes/:' \
lotus-notes-gtk-patch/notes-wrapper || die
+ # force initial configuration to avoid overwritting configs in /opt/
+ sed -i \
+ -e '/.initial./d' \
+ opt/ibm/lotus/notes/framework/rcp/rcplauncher.properties || die
}
src_compile() {