commit:     75bc208a0d9ab8cfda6a7746b93e308cfe4dc7b2
Author:     Christophe Lermytte <gentoo <AT> lermytte <DOT> be>
AuthorDate: Wed Nov 23 21:46:45 2016 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Wed Dec  7 23:26:33 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75bc208a

app-i18n/ibus: fix failing pkg_postrm issue

Don't call gnome2_schemas_savelist() from pkg_postrm

See also bug #566956, which fixed this for newer ebuilds,
but 1.5.5 is latest stable on ia64 and sparc.

Gentoo-Bug: 600426, 566956
Closes: https://github.com/gentoo/gentoo/pull/2902

Package-Manager: portage-2.3.2

Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 app-i18n/ibus/ibus-1.5.5.ebuild    | 3 +--
 app-i18n/ibus/ibus-1.5.8-r1.ebuild | 3 +--
 app-i18n/ibus/ibus-1.5.9-r1.ebuild | 3 +--
 3 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/app-i18n/ibus/ibus-1.5.5.ebuild b/app-i18n/ibus/ibus-1.5.5.ebuild
index 3fed965..9aa75bb 100644
--- a/app-i18n/ibus/ibus-1.5.5.ebuild
+++ b/app-i18n/ibus/ibus-1.5.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -170,6 +170,5 @@ pkg_postrm() {
        use gtk && gnome2_query_immodules_gtk2
        use gtk3 && gnome2_query_immodules_gtk3
        use gconf && gnome2_schemas_update
-       gnome2_schemas_savelist
        gnome2_icon_cache_update
 }

diff --git a/app-i18n/ibus/ibus-1.5.8-r1.ebuild 
b/app-i18n/ibus/ibus-1.5.8-r1.ebuild
index 57b1cf5..4a5afd2 100644
--- a/app-i18n/ibus/ibus-1.5.8-r1.ebuild
+++ b/app-i18n/ibus/ibus-1.5.8-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -170,6 +170,5 @@ pkg_postrm() {
        use gtk && gnome2_query_immodules_gtk2
        use gtk3 && gnome2_query_immodules_gtk3
        use gconf && gnome2_schemas_update
-       gnome2_schemas_savelist
        gnome2_icon_cache_update
 }

diff --git a/app-i18n/ibus/ibus-1.5.9-r1.ebuild 
b/app-i18n/ibus/ibus-1.5.9-r1.ebuild
index 725ef8f..37c79d0 100644
--- a/app-i18n/ibus/ibus-1.5.9-r1.ebuild
+++ b/app-i18n/ibus/ibus-1.5.9-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -186,6 +186,5 @@ pkg_postrm() {
        use gtk && gnome2_query_immodules_gtk2
        use gtk3 && gnome2_query_immodules_gtk3
        use gconf && gnome2_schemas_update
-       gnome2_schemas_savelist
        gnome2_icon_cache_update
 }

Reply via email to