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 94B1F138334 for ; Tue, 28 Aug 2018 13:27:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC9A3E07DF; Tue, 28 Aug 2018 13:27:29 +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 5EE75E07DF for ; Tue, 28 Aug 2018 13:27:29 +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 40F1D335D43 for ; Tue, 28 Aug 2018 13:27:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E58138D for ; Tue, 28 Aug 2018 13:27:25 +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: <1535462826.2746248be2cb0e7478ebeaaa281ad6645bba0b43.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-hangul/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/ibus-hangul/ibus-hangul-1.5.0-r1.ebuild app-i18n/ibus-hangul/ibus-hangul-1.5.0.ebuild app-i18n/ibus-hangul/metadata.xml X-VCS-Directories: app-i18n/ibus-hangul/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 2746248be2cb0e7478ebeaaa281ad6645bba0b43 X-VCS-Branch: master Date: Tue, 28 Aug 2018 13:27:25 +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: ed37be2a-0ef5-4988-9fe7-f891244890ee X-Archives-Hash: 08da25f75087a8450c32fa3fed329556 commit: 2746248be2cb0e7478ebeaaa281ad6645bba0b43 Author: Akinori Hattori gentoo org> AuthorDate: Tue Aug 28 13:22:25 2018 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Tue Aug 28 13:27:06 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2746248b app-i18n/ibus-hangul: update to EAPI 6 Package-Manager: Portage-2.3.40, Repoman-2.3.9 app-i18n/ibus-hangul/ibus-hangul-1.5.0-r1.ebuild | 37 ++++++++++++++++++++ app-i18n/ibus-hangul/ibus-hangul-1.5.0.ebuild | 43 ------------------------ app-i18n/ibus-hangul/metadata.xml | 5 ++- 3 files changed, 41 insertions(+), 44 deletions(-) diff --git a/app-i18n/ibus-hangul/ibus-hangul-1.5.0-r1.ebuild b/app-i18n/ibus-hangul/ibus-hangul-1.5.0-r1.ebuild new file mode 100644 index 00000000000..b4eb943e427 --- /dev/null +++ b/app-i18n/ibus-hangul/ibus-hangul-1.5.0-r1.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{2_7,3_4,3_5,3_6} ) + +inherit python-single-r1 + +DESCRIPTION="Hangul engine for IBus" +HOMEPAGE="https://github.com/ibus/ibus/wiki" +SRC_URI="https://github.com/choehwanjin/${PN}/releases/download/${PV}/${P}.tar.gz" + +LICENSE="GPL-2" +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}] + >=app-i18n/libhangul-0.1 + nls? ( virtual/libintl )" +DEPEND="${RDEPEND} + dev-util/intltool + virtual/pkgconfig + nls? ( sys-devel/gettext )" + +src_prepare() { + sed -i "s/@PYTHON@/${EPYTHON}/" setup/${PN/-/-setup-}.in + + default +} + +src_configure() { + econf $(use_enable nls) +} diff --git a/app-i18n/ibus-hangul/ibus-hangul-1.5.0.ebuild b/app-i18n/ibus-hangul/ibus-hangul-1.5.0.ebuild deleted file mode 100644 index 38435562f84..00000000000 --- a/app-i18n/ibus-hangul/ibus-hangul-1.5.0.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit python-single-r1 - -DESCRIPTION="The Hangul engine for IBus input platform" -HOMEPAGE="https://github.com/ibus/ibus/wiki" -SRC_URI="https://github.com/choehwanjin/ibus-hangul/releases/download/${PV}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="nls" - -RDEPEND=">=app-i18n/ibus-1.4[python,${PYTHON_USEDEP}] - =dev-python/pygobject-2*[${PYTHON_USEDEP}] - =dev-python/pygtk-2*[${PYTHON_USEDEP}] - >=app-i18n/libhangul-0.1 - nls? ( virtual/libintl ) - ${PYTHON_DEPS}" -DEPEND="${RDEPEND} - virtual/pkgconfig - nls? ( - dev-util/intltool - >=sys-devel/gettext-0.17 - )" - -REQUIRED_USE=${PYTHON_REQUIRED_USE} - -DOCS="AUTHORS ChangeLog NEWS README" - -src_prepare() { - sed -ie "s:python:${EPYTHON}:" \ - setup/ibus-setup-hangul.in || die -} - -src_configure() { - econf $(use_enable nls) -} diff --git a/app-i18n/ibus-hangul/metadata.xml b/app-i18n/ibus-hangul/metadata.xml index 7f550752e70..9b2935d879d 100644 --- a/app-i18n/ibus-hangul/metadata.xml +++ b/app-i18n/ibus-hangul/metadata.xml @@ -5,7 +5,10 @@ cjk@gentoo.org Cjk - The Hangul engine for IBus platform. It provides Korean input method from libhangul. + + The Hangul engine for IBus. It provides Korean input method from + app-i18n/libhangul. + ibus ibus/ibus