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 7D770138334 for ; Sat, 25 Aug 2018 20:21:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A68ADE07D9; Sat, 25 Aug 2018 20:21:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 65385E07D9 for ; Sat, 25 Aug 2018 20:21:01 +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 6A073335CD4 for ; Sat, 25 Aug 2018 20:20:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7A4BB3BA for ; Sat, 25 Aug 2018 20:20:57 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1535228337.75c28c305fba2bea6882446cad3eed69086c1a0c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/fcitx/fcitx-4.2.9.6.ebuild app-i18n/fcitx/fcitx-4.9999.ebuild app-i18n/fcitx/metadata.xml X-VCS-Directories: app-i18n/fcitx/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 75c28c305fba2bea6882446cad3eed69086c1a0c X-VCS-Branch: master Date: Sat, 25 Aug 2018 20:20:57 +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: 25bf0c6a-422c-4b91-a6c6-770d79bc894f X-Archives-Hash: c0aaf3bfe4dbd42fe67809da2dfd63d7 commit: 75c28c305fba2bea6882446cad3eed69086c1a0c Author: Michał Górny gentoo org> AuthorDate: Sat Aug 25 20:18:57 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Aug 25 20:18:57 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75c28c30 app-i18n/fcitx: Remove dep on removed qt4 app-i18n/fcitx/fcitx-4.2.9.6.ebuild | 15 +++++---------- app-i18n/fcitx/fcitx-4.9999.ebuild | 15 +++++---------- app-i18n/fcitx/metadata.xml | 1 - 3 files changed, 10 insertions(+), 21 deletions(-) diff --git a/app-i18n/fcitx/fcitx-4.2.9.6.ebuild b/app-i18n/fcitx/fcitx-4.2.9.6.ebuild index 98e30b8de8f..e5a259025b1 100644 --- a/app-i18n/fcitx/fcitx-4.2.9.6.ebuild +++ b/app-i18n/fcitx/fcitx-4.2.9.6.ebuild @@ -26,8 +26,8 @@ fi LICENSE="BSD-1 GPL-2+ LGPL-2+ MIT" SLOT="4" KEYWORDS="amd64 ~hppa ppc ppc64 x86" -IUSE="+X +autostart +cairo debug +enchant gtk2 +gtk3 +introspection lua nls opencc +pango qt4 static-libs +table test +xml" -REQUIRED_USE="cairo? ( X ) pango? ( cairo ) qt4? ( X )" +IUSE="+X +autostart +cairo debug +enchant gtk2 +gtk3 +introspection lua nls opencc +pango static-libs +table test +xml" +REQUIRED_USE="cairo? ( X ) pango? ( cairo )" RDEPEND="dev-libs/glib:2 sys-apps/dbus @@ -58,11 +58,6 @@ RDEPEND="dev-libs/glib:2 lua? ( dev-lang/lua:= ) nls? ( sys-devel/gettext ) opencc? ( app-i18n/opencc:= ) - qt4? ( - dev-qt/qtcore:4 - dev-qt/qtdbus:4 - dev-qt/qtgui:4 - ) xml? ( app-text/iso-codes dev-libs/libxml2 @@ -109,9 +104,9 @@ src_configure() { -DENABLE_LUA=$(usex lua) -DENABLE_OPENCC=$(usex opencc) -DENABLE_PANGO=$(usex pango) - -DENABLE_QT=$(usex qt4) - -DENABLE_QT_GUI=$(usex qt4) - -DENABLE_QT_IM_MODULE=$(usex qt4) + -DENABLE_QT=OFF + -DENABLE_QT_GUI=OFF + -DENABLE_QT_IM_MODULE=OFF -DENABLE_SNOOPER=$(if use gtk2 || use gtk3; then echo yes; else echo no; fi) -DENABLE_STATIC=$(usex static-libs) -DENABLE_TABLE=$(usex table) diff --git a/app-i18n/fcitx/fcitx-4.9999.ebuild b/app-i18n/fcitx/fcitx-4.9999.ebuild index 6a3c3d9e00b..22103a58207 100644 --- a/app-i18n/fcitx/fcitx-4.9999.ebuild +++ b/app-i18n/fcitx/fcitx-4.9999.ebuild @@ -26,8 +26,8 @@ fi LICENSE="BSD-1 GPL-2+ LGPL-2+ MIT" SLOT="4" KEYWORDS="" -IUSE="+X +autostart +cairo debug +enchant gtk2 +gtk3 +introspection lua nls opencc +pango qt4 static-libs +table test +xml" -REQUIRED_USE="cairo? ( X ) pango? ( cairo ) qt4? ( X )" +IUSE="+X +autostart +cairo debug +enchant gtk2 +gtk3 +introspection lua nls opencc +pango static-libs +table test +xml" +REQUIRED_USE="cairo? ( X ) pango? ( cairo )" RDEPEND="dev-libs/glib:2 sys-apps/dbus @@ -58,11 +58,6 @@ RDEPEND="dev-libs/glib:2 lua? ( dev-lang/lua:= ) nls? ( sys-devel/gettext ) opencc? ( app-i18n/opencc:= ) - qt4? ( - dev-qt/qtcore:4 - dev-qt/qtdbus:4 - dev-qt/qtgui:4 - ) xml? ( app-text/iso-codes dev-libs/libxml2 @@ -109,9 +104,9 @@ src_configure() { -DENABLE_LUA=$(usex lua) -DENABLE_OPENCC=$(usex opencc) -DENABLE_PANGO=$(usex pango) - -DENABLE_QT=$(usex qt4) - -DENABLE_QT_GUI=$(usex qt4) - -DENABLE_QT_IM_MODULE=$(usex qt4) + -DENABLE_QT=OFF + -DENABLE_QT_GUI=OFF + -DENABLE_QT_IM_MODULE=OFF -DENABLE_SNOOPER=$(if use gtk2 || use gtk3; then echo yes; else echo no; fi) -DENABLE_STATIC=$(usex static-libs) -DENABLE_TABLE=$(usex table) diff --git a/app-i18n/fcitx/metadata.xml b/app-i18n/fcitx/metadata.xml index 7090f71a517..e9e77497fee 100644 --- a/app-i18n/fcitx/metadata.xml +++ b/app-i18n/fcitx/metadata.xml @@ -16,7 +16,6 @@ Install input method module for GTK+ 3 Enable OpenCC engine (using app-i18n/opencc) for converter between Simplified Chinese and Traditional Chinese Enable support for x11-libs/pango - Install input method module for Qt 4 Install table input methods for Simplified Chinese