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 9BD081396D0 for ; Wed, 16 Aug 2017 15:39:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1677E0E5E; Wed, 16 Aug 2017 15:39:13 +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 A995DE0E5E for ; Wed, 16 Aug 2017 15:39:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 6C54B341747 for ; Wed, 16 Aug 2017 15:39:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2ECD0784C for ; Wed, 16 Aug 2017 15:39:11 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1502897935.1f9a890524a55222edc96ff3119baa32e6df6789.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-chewing/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/ibus-chewing/ibus-chewing-1.5.1-r1.ebuild app-i18n/ibus-chewing/metadata.xml X-VCS-Directories: app-i18n/ibus-chewing/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 1f9a890524a55222edc96ff3119baa32e6df6789 X-VCS-Branch: master Date: Wed, 16 Aug 2017 15:39:11 +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: 673fc651-c54f-4610-8109-892c137adc1b X-Archives-Hash: 1d553ae9db608c8093e9464aacde01b7 commit: 1f9a890524a55222edc96ff3119baa32e6df6789 Author: Akinori Hattori gentoo org> AuthorDate: Wed Aug 16 15:34:36 2017 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Wed Aug 16 15:38:55 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f9a8905 app-i18n/ibus-chewing: add gconf USE flag Package-Manager: Portage-2.3.6, Repoman-2.3.1 app-i18n/ibus-chewing/ibus-chewing-1.5.1-r1.ebuild | 8 ++++---- app-i18n/ibus-chewing/metadata.xml | 3 +++ 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/app-i18n/ibus-chewing/ibus-chewing-1.5.1-r1.ebuild b/app-i18n/ibus-chewing/ibus-chewing-1.5.1-r1.ebuild index 2f5ba84757a..6e551a4ca24 100644 --- a/app-i18n/ibus-chewing/ibus-chewing-1.5.1-r1.ebuild +++ b/app-i18n/ibus-chewing/ibus-chewing-1.5.1-r1.ebuild @@ -15,15 +15,15 @@ SRC_URI="https://github.com/definite/${PN}/releases/download/${PV}/${MY_P}.tar.g LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="nls" +IUSE="gconf nls" RDEPEND="app-i18n/ibus app-i18n/libchewing dev-libs/glib:2 dev-util/gob:2 - gnome-base/gconf x11-libs/gtk+:2 x11-libs/libX11 + gconf? ( gnome-base/gconf ) nls? ( virtual/libintl )" DEPEND="${RDEPEND} virtual/pkgconfig @@ -51,12 +51,12 @@ src_test() { } pkg_preinst() { - gnome2_gconf_savelist + use gconf && gnome2_gconf_savelist gnome2_schemas_savelist } pkg_postinst() { - gnome2_gconf_install + use gconf && gnome2_gconf_install gnome2_schemas_update } diff --git a/app-i18n/ibus-chewing/metadata.xml b/app-i18n/ibus-chewing/metadata.xml index 8f50d1f9860..e44e996ccd5 100644 --- a/app-i18n/ibus-chewing/metadata.xml +++ b/app-i18n/ibus-chewing/metadata.xml @@ -9,6 +9,9 @@ The Chewing engine for IBus. It provides a Chinese input method from app-i18n/libchewing. + + Enable support for gnome-base/gconf + definite/ibus-chewing