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 71A99138334 for ; Wed, 11 Jul 2018 08:56:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64677E0875; Wed, 11 Jul 2018 08:56:32 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3A231E0875 for ; Wed, 11 Jul 2018 08:56:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6CFA1335CAC for ; Wed, 11 Jul 2018 08:56:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 72CF0364 for ; Wed, 11 Jul 2018 08:56:28 +0000 (UTC) From: "Tony Vroon" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tony Vroon" Message-ID: <1531299376.29927ff9dea81bbe89e02c8ca9fd1e23d0ff2392.chainsaw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-libpinyin/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/ibus-libpinyin/ibus-libpinyin-1.10.0.ebuild X-VCS-Directories: app-i18n/ibus-libpinyin/ X-VCS-Committer: chainsaw X-VCS-Committer-Name: Tony Vroon X-VCS-Revision: 29927ff9dea81bbe89e02c8ca9fd1e23d0ff2392 X-VCS-Branch: master Date: Wed, 11 Jul 2018 08:56:28 +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: c5137508-38e2-4cb9-bfe6-da925d8541db X-Archives-Hash: 9c1e9ab6f3a103ad0013b4a9dd76d76e commit: 29927ff9dea81bbe89e02c8ca9fd1e23d0ff2392 Author: Graham Ramsey gmail com> AuthorDate: Thu Jun 28 07:28:38 2018 +0000 Commit: Tony Vroon gentoo org> CommitDate: Wed Jul 11 08:56:16 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29927ff9 app-i18n/ibus-libpinyin: tidied up ebuild for 1.10.0 sorted imports in alphabetical order removed uneeded pkg_preinst / gnome2_schemas_savelist Package-Manager: Portage-2.3.40, Repoman-2.3.9 app-i18n/ibus-libpinyin/ibus-libpinyin-1.10.0.ebuild | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/app-i18n/ibus-libpinyin/ibus-libpinyin-1.10.0.ebuild b/app-i18n/ibus-libpinyin/ibus-libpinyin-1.10.0.ebuild index 7e9cb612b60..b7b9d91dd13 100644 --- a/app-i18n/ibus-libpinyin/ibus-libpinyin-1.10.0.ebuild +++ b/app-i18n/ibus-libpinyin/ibus-libpinyin-1.10.0.ebuild @@ -6,7 +6,7 @@ EAPI="6" PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) PYTHON_REQ_USE="sqlite(+)" -inherit autotools python-single-r1 gnome2-utils +inherit autotools gnome2-utils python-single-r1 BOOST_M4_GIT_VERSION=282b1e01f5bc5ae94347474fd8c35cb2f7a7e65d @@ -51,10 +51,6 @@ src_configure() { $(use_enable opencc) } -pkg_preinst() { - gnome2_schemas_savelist -} - pkg_postinst() { gnome2_schemas_update }