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 09B6C1396D0 for ; Wed, 23 Aug 2017 15:02:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1192F1FC061; Wed, 23 Aug 2017 15:02:10 +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 D85E41FC061 for ; Wed, 23 Aug 2017 15:02:09 +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 B1FD2341CF6 for ; Wed, 23 Aug 2017 15:02:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F2B637FE2 for ; Wed, 23 Aug 2017 15:02:06 +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: <1503500241.9567164531f9d9d4668dccfc8159c0426b341a2d.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-pinyin/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/ibus-pinyin/ibus-pinyin-1.5.0-r2.ebuild app-i18n/ibus-pinyin/metadata.xml X-VCS-Directories: app-i18n/ibus-pinyin/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 9567164531f9d9d4668dccfc8159c0426b341a2d X-VCS-Branch: master Date: Wed, 23 Aug 2017 15:02:06 +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: ad0aaf79-142c-4053-a91b-168f425511ad X-Archives-Hash: 8ad07632014f8dba014bf84e3e1b6ab2 commit: 9567164531f9d9d4668dccfc8159c0426b341a2d Author: Akinori Hattori gentoo org> AuthorDate: Wed Aug 23 14:57:21 2017 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Wed Aug 23 14:57:21 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95671645 app-i18n/ibus-pinyin: update to EAPI 6 Package-Manager: Portage-2.3.6, Repoman-2.3.1 app-i18n/ibus-pinyin/ibus-pinyin-1.5.0-r2.ebuild | 39 +++++++++++------------- app-i18n/ibus-pinyin/metadata.xml | 9 +++--- 2 files changed, 22 insertions(+), 26 deletions(-) diff --git a/app-i18n/ibus-pinyin/ibus-pinyin-1.5.0-r2.ebuild b/app-i18n/ibus-pinyin/ibus-pinyin-1.5.0-r2.ebuild index 59fec005f73..103c52c7ea0 100644 --- a/app-i18n/ibus-pinyin/ibus-pinyin-1.5.0-r2.ebuild +++ b/app-i18n/ibus-pinyin/ibus-pinyin-1.5.0-r2.ebuild @@ -1,14 +1,12 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 - +EAPI="6" PYTHON_COMPAT=( python2_7 ) -PYTHON_REQ_USE="sqlite" -inherit python-single-r1 eutils +inherit python-single-r1 -DESCRIPTION="Chinese PinYin IMEngine for IBus Framework" +DESCRIPTION="Chinese Pinyin and Bopomofo engines for IBus" HOMEPAGE="https://github.com/ibus/ibus/wiki" SRC_URI="https://ibus.googlecode.com/files/${P}.tar.gz" @@ -16,35 +14,32 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86" IUSE="boost lua nls" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} - >=app-i18n/ibus-1.4[python,${PYTHON_USEDEP}] - dev-python/pygtk[${PYTHON_USEDEP}] + app-i18n/ibus[python(+),${PYTHON_USEDEP}] app-i18n/pyzy - boost? ( >=dev-libs/boost-1.39 ) - lua? ( - >=dev-lang/lua-5.1 - Cjk -PinYin engine for IBus platform. It provides a Chinese PinYin input method. - + The Pinyin engine for IBus. It provides Chinese input method from + app-i18n/pyzy. + - Compile against dev-libs/boost libraries + Enable support for dev-libs/boost - ibus/ibus + ibus/ibus-pinyin