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 2CE9D138334 for ; Wed, 29 Aug 2018 13:11:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 402F8E081A; Wed, 29 Aug 2018 13:11:05 +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 EBFFBE081A for ; Wed, 29 Aug 2018 13:11:04 +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 E20C7340C72 for ; Wed, 29 Aug 2018 13:11:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A29C3BF for ; Wed, 29 Aug 2018 13:11:01 +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: <1535548240.cfd1aa099efc06d44e66dabea2667ec1c005a076.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-table/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/ibus-table/Manifest app-i18n/ibus-table/ibus-table-1.9.20.ebuild app-i18n/ibus-table/metadata.xml X-VCS-Directories: app-i18n/ibus-table/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: cfd1aa099efc06d44e66dabea2667ec1c005a076 X-VCS-Branch: master Date: Wed, 29 Aug 2018 13:11:01 +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: 4d43159c-a34a-4e4f-a9e4-ab732f4b2f05 X-Archives-Hash: 85d1222c831d1c785c7adfde2972f1f7 commit: cfd1aa099efc06d44e66dabea2667ec1c005a076 Author: Akinori Hattori gentoo org> AuthorDate: Wed Aug 29 13:10:40 2018 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Wed Aug 29 13:10:40 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfd1aa09 app-i18n/ibus-table: new upstream release Package-Manager: Portage-2.3.40, Repoman-2.3.9 app-i18n/ibus-table/Manifest | 1 + app-i18n/ibus-table/ibus-table-1.9.20.ebuild | 37 ++++++++++++++++++++++++++++ app-i18n/ibus-table/metadata.xml | 20 +++++++-------- 3 files changed, 48 insertions(+), 10 deletions(-) diff --git a/app-i18n/ibus-table/Manifest b/app-i18n/ibus-table/Manifest index 2e4e81f21bf..a26acf0f874 100644 --- a/app-i18n/ibus-table/Manifest +++ b/app-i18n/ibus-table/Manifest @@ -1 +1,2 @@ DIST ibus-table-1.9.18.tar.gz 585309 BLAKE2B 42d7d130bd2695c1c1a7010c0bcf29c1ecaa3899c8ef8d24b11e10434771415bfd8b91723ef4c489721f0276d05dce08de3472c49632b9d30da5be1a53f82dc7 SHA512 3f28269be1987023402eb6075b8e68b3bbba3c572a94551d072281677fde5fa14f8f4186455f8f9156b252934580c7a3837555d0edb46c76f13c8b109e26aca2 +DIST ibus-table-1.9.20.tar.gz 588045 BLAKE2B 9daba3a91fb2ef4d6ad6ba6bf2c1a7d4db12ae40ebd2ef3a843e68cc9d77791ed9a76550ceef0d7ccb8ad69322b897ebad36ff0bedf1d8a4790c69dec698e2fc SHA512 535008344a423a0c3afacf11206912cbc7b27b7a2724cc0f2dc944d0654a02f0b7d6eda397e95542a41b03fa675820531b12e2b0d8f2091ac6083d707a8ac285 diff --git a/app-i18n/ibus-table/ibus-table-1.9.20.ebuild b/app-i18n/ibus-table/ibus-table-1.9.20.ebuild new file mode 100644 index 00000000000..2a357802f97 --- /dev/null +++ b/app-i18n/ibus-table/ibus-table-1.9.20.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" +PYTHON_COMPAT=( python{3_4,3_5,3_6} ) +PYTHON_REQ_USE="sqlite(+)" + +inherit python-single-r1 + +DESCRIPTION="Tables engines for IBus" +HOMEPAGE="https://github.com/ibus/ibus/wiki" +SRC_URI="https://github.com/kaio/${PN}/releases/download/${PV}/${P}.tar.gz" + +LICENSE="GPL-2 LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="nls" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RDEPEND="${PYTHON_DEPS} + app-i18n/ibus[python(+),${PYTHON_USEDEP}] + dev-python/pygobject:3[${PYTHON_USEDEP}] + virtual/libiconv + nls? ( virtual/libintl )" +DEPEND="${RDEPEND} + virtual/pkgconfig + nls? ( sys-devel/gettext )" + +src_prepare() { + python_fix_shebang . + + default +} + +src_configure() { + econf $(use_enable nls) +} diff --git a/app-i18n/ibus-table/metadata.xml b/app-i18n/ibus-table/metadata.xml index 577d254feeb..35a59248fa6 100644 --- a/app-i18n/ibus-table/metadata.xml +++ b/app-i18n/ibus-table/metadata.xml @@ -1,14 +1,14 @@ - - cjk@gentoo.org - Cjk - - - A framework for table based input methods using IBus. - - - kaio/ibus-table - + + cjk@gentoo.org + Cjk + + + A framework for table based input methods using IBus. + + + kaio/ibus-table +