From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BCAF81395E2 for ; Wed, 7 Dec 2016 23:28:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1856D21C0A6; Wed, 7 Dec 2016 23:28:13 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E7BAE21C0A6 for ; Wed, 7 Dec 2016 23:28:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1D6B334164B for ; Wed, 7 Dec 2016 23:28:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D8A1B4A1 for ; Wed, 7 Dec 2016 23:28:10 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1481153193.75bc208a0d9ab8cfda6a7746b93e308cfe4dc7b2.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/ibus/ibus-1.5.5.ebuild app-i18n/ibus/ibus-1.5.8-r1.ebuild app-i18n/ibus/ibus-1.5.9-r1.ebuild X-VCS-Directories: app-i18n/ibus/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 75bc208a0d9ab8cfda6a7746b93e308cfe4dc7b2 X-VCS-Branch: master Date: Wed, 7 Dec 2016 23:28:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0d80055d-39a7-49fc-90dc-3f37034bde6e X-Archives-Hash: d992e8649bb683c374b6e1b7d096b5dd commit: 75bc208a0d9ab8cfda6a7746b93e308cfe4dc7b2 Author: Christophe Lermytte lermytte be> AuthorDate: Wed Nov 23 21:46:45 2016 +0000 Commit: Yixun Lan gentoo 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 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 }