summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWulf Krueger <philantrop@gentoo.org>2007-07-28 15:05:25 +0000
committerWulf Krueger <philantrop@gentoo.org>2007-07-28 15:05:25 +0000
commit653fb5f58817c5a560c4d658013b2b3511616dc8 (patch)
treeef7d0bc355b0bc0e61f611e98f0e98d00ef3c1a1 /kde-base/kontact
parentStable on ppc wrt bug 186897 (diff)
downloadgentoo-2-653fb5f58817c5a560c4d658013b2b3511616dc8.tar.gz
gentoo-2-653fb5f58817c5a560c4d658013b2b3511616dc8.tar.bz2
gentoo-2-653fb5f58817c5a560c4d658013b2b3511616dc8.zip
Added a post-install message about having to re-emerge x11-misc/basket. cf. bug 174872. Forgot to commit these two.
(Portage version: 2.1.3_rc9)
Diffstat (limited to 'kde-base/kontact')
-rw-r--r--kde-base/kontact/ChangeLog7
-rw-r--r--kde-base/kontact/kontact-3.5.6.ebuild9
-rw-r--r--kde-base/kontact/kontact-3.5.7.ebuild9
3 files changed, 22 insertions, 3 deletions
diff --git a/kde-base/kontact/ChangeLog b/kde-base/kontact/ChangeLog
index 1560046b1446..7d605ab366c1 100644
--- a/kde-base/kontact/ChangeLog
+++ b/kde-base/kontact/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for kde-base/kontact
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kontact/ChangeLog,v 1.72 2007/07/28 14:59:26 philantrop Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kontact/ChangeLog,v 1.73 2007/07/28 15:05:25 philantrop Exp $
+
+ 28 Jul 2007; Wulf C. Krueger <philantrop@gentoo.org> kontact-3.5.6.ebuild,
+ kontact-3.5.7.ebuild:
+ Added a post-install message about having to re-emerge x11-misc/basket. cf.
+ bug 174872. Forgot to commit these two.
28 Jul 2007; Wulf C. Krueger <philantrop@gentoo.org>
kontact-3.5.7-r1.ebuild:
diff --git a/kde-base/kontact/kontact-3.5.6.ebuild b/kde-base/kontact/kontact-3.5.6.ebuild
index edfc323fc675..78b49f9101fa 100644
--- a/kde-base/kontact/kontact-3.5.6.ebuild
+++ b/kde-base/kontact/kontact-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/kontact/kontact-3.5.6.ebuild,v 1.2 2007/07/11 01:08:47 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kontact/kontact-3.5.6.ebuild,v 1.3 2007/07/28 15:05:25 philantrop Exp $
KMNAME=kdepim
MAXKDEVER=$PV
@@ -26,3 +26,10 @@ KMEXTRA="
kontact/plugins/summary/
kontact/plugins/weather/"
# We remove some plugins that are related to external kdepim's programs, because they needs also libs from korganizer, kpilot etc... so to emerge kontact we'll need also ALL the other programs, it's better to emerge the kontact's plugins in the ebuild of its program
+
+pkg_postinst() {
+ kde_pkg_postinst
+
+ elog "If you're using x11-misc/basket, please re-emerge it now to avoid crashes with ${PN}."
+ elog "cf. https://bugs.gentoo.org/show_bug.cgi?id=174872 for details."
+}
diff --git a/kde-base/kontact/kontact-3.5.7.ebuild b/kde-base/kontact/kontact-3.5.7.ebuild
index 954641edd93a..032d3f4b8152 100644
--- a/kde-base/kontact/kontact-3.5.7.ebuild
+++ b/kde-base/kontact/kontact-3.5.7.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/kontact/kontact-3.5.7.ebuild,v 1.2 2007/07/11 01:08:47 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kontact/kontact-3.5.7.ebuild,v 1.3 2007/07/28 15:05:25 philantrop Exp $
KMNAME=kdepim
MAXKDEVER=$PV
@@ -26,3 +26,10 @@ KMEXTRA="
kontact/plugins/summary/
kontact/plugins/weather/"
# We remove some plugins that are related to external kdepim's programs, because they needs also libs from korganizer, kpilot etc... so to emerge kontact we'll need also ALL the other programs, it's better to emerge the kontact's plugins in the ebuild of its program
+
+pkg_postinst() {
+ kde_pkg_postinst
+
+ elog "If you're using x11-misc/basket, please re-emerge it now to avoid crashes with ${PN}."
+ elog "cf. https://bugs.gentoo.org/show_bug.cgi?id=174872 for details."
+}