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 9FF43139694 for ; Tue, 1 Aug 2017 14:23:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B893E1FC100; Tue, 1 Aug 2017 14:23:34 +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 90A3C1FC120 for ; Tue, 1 Aug 2017 14:23:34 +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 6C6A03418C3 for ; Tue, 1 Aug 2017 14:23:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC59E757B for ; Tue, 1 Aug 2017 14:23:31 +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: <1501597394.c2d591c2f9d5cfb3a4a84c90aeaaa733f2579c45.hattya@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.12.ebuild app-i18n/ibus/ibus-1.5.15.ebuild X-VCS-Directories: app-i18n/ibus/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: c2d591c2f9d5cfb3a4a84c90aeaaa733f2579c45 X-VCS-Branch: master Date: Tue, 1 Aug 2017 14:23:31 +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: 580f2c39-a22a-4934-94fa-3eb8eb9ea1b0 X-Archives-Hash: f1da394d1e0543fb3635cf080523f33e commit: c2d591c2f9d5cfb3a4a84c90aeaaa733f2579c45 Author: Akinori Hattori gentoo org> AuthorDate: Tue Aug 1 14:00:06 2017 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Tue Aug 1 14:23:14 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2d591c2 app-i18n/ibus: fix src_test Package-Manager: Portage-2.3.6, Repoman-2.3.1 app-i18n/ibus/ibus-1.5.12.ebuild | 8 +++++++- app-i18n/ibus/ibus-1.5.15.ebuild | 4 +++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/app-i18n/ibus/ibus-1.5.12.ebuild b/app-i18n/ibus/ibus-1.5.12.ebuild index da93deeb071..c6fc3724541 100644 --- a/app-i18n/ibus/ibus-1.5.12.ebuild +++ b/app-i18n/ibus/ibus-1.5.12.ebuild @@ -15,13 +15,13 @@ LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="alpha amd64 arm ~arm64 ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="deprecated gconf gtk +gtk3 +introspection nls +python test vala wayland +X" -RESTRICT="test" REQUIRED_USE="deprecated? ( python ) python? ( ${PYTHON_REQUIRED_USE} || ( deprecated gtk3 ) gtk3? ( introspection ) ) + test? ( || ( gtk gtk3 ) ) vala? ( introspection )" CDEPEND="app-text/iso-codes @@ -77,6 +77,12 @@ src_prepare() { -e "/^py2_compile/,/^$/d" \ -e "/^install-data-hook/,/^$/d" \ bindings/pygobject/Makefile.am + # require user interaction + sed -i "/^TESTS += ibus-compose/d" src/tests/Makefile.am + # fixed in 1.5.14+ + sed -i "/def test_keymap/a\ self.skipTest('')" bindings/pygobject/test-override-ibus.py + sed -i "/[[:space:]]test-stress[[:space:]]/d" bus/Makefile.am + sed -i "/^TESTS += ibus-engine-switch/d" src/tests/Makefile.am sed -i "/^bash_completion/d" tools/Makefile.am diff --git a/app-i18n/ibus/ibus-1.5.15.ebuild b/app-i18n/ibus/ibus-1.5.15.ebuild index bbacf8f471e..4cf925979ad 100644 --- a/app-i18n/ibus/ibus-1.5.15.ebuild +++ b/app-i18n/ibus/ibus-1.5.15.ebuild @@ -15,13 +15,13 @@ LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="deprecated gconf gtk +gtk3 +introspection nls +python test vala wayland +X" -RESTRICT="test" REQUIRED_USE="deprecated? ( python ) python? ( ${PYTHON_REQUIRED_USE} || ( deprecated gtk3 ) gtk3? ( introspection ) ) + test? ( || ( gtk gtk3 ) ) vala? ( introspection )" CDEPEND="app-text/iso-codes @@ -77,6 +77,8 @@ src_prepare() { -e "/^py2_compile/,/^$/d" \ -e "/^install-data-hook/,/^$/d" \ bindings/pygobject/Makefile.am + # require user interaction + sed -i "/^TESTS += ibus-compose/d" src/tests/Makefile.am sed -i "/^bash_completion/d" tools/Makefile.am