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 9EA15138334 for ; Tue, 4 Sep 2018 12:40:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0FF5E0891; Tue, 4 Sep 2018 12:40:42 +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 7C1B6E0891 for ; Tue, 4 Sep 2018 12:40:42 +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 88C2F335C8D for ; Tue, 4 Sep 2018 12:40:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4667A3C1 for ; Tue, 4 Sep 2018 12:40:38 +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: <1536064807.dfed50c573bdb238170ccad8f8fa313b3d37f502.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-cangjie/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/ibus-cangjie/ibus-cangjie-2.4-r1.ebuild app-i18n/ibus-cangjie/ibus-cangjie-2.4.ebuild app-i18n/ibus-cangjie/metadata.xml X-VCS-Directories: app-i18n/ibus-cangjie/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: dfed50c573bdb238170ccad8f8fa313b3d37f502 X-VCS-Branch: master Date: Tue, 4 Sep 2018 12:40:38 +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: eb9499c6-1499-46e6-8c6b-23b3f9878621 X-Archives-Hash: ee95a52a8fd861dd170910c9d5d086ea commit: dfed50c573bdb238170ccad8f8fa313b3d37f502 Author: Akinori Hattori gentoo org> AuthorDate: Tue Sep 4 12:40:07 2018 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Tue Sep 4 12:40:07 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfed50c5 app-i18n/ibus-cangjie: update to EAPI 6 Package-Manager: Portage-2.3.40, Repoman-2.3.9 app-i18n/ibus-cangjie/ibus-cangjie-2.4-r1.ebuild | 46 ++++++++++++++++++++++ app-i18n/ibus-cangjie/ibus-cangjie-2.4.ebuild | 49 ------------------------ app-i18n/ibus-cangjie/metadata.xml | 14 +++---- 3 files changed, 53 insertions(+), 56 deletions(-) diff --git a/app-i18n/ibus-cangjie/ibus-cangjie-2.4-r1.ebuild b/app-i18n/ibus-cangjie/ibus-cangjie-2.4-r1.ebuild new file mode 100644 index 00000000000..f7446f6ad8a --- /dev/null +++ b/app-i18n/ibus-cangjie/ibus-cangjie-2.4-r1.ebuild @@ -0,0 +1,46 @@ +# 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} ) + +inherit gnome2-utils python-r1 + +DESCRIPTION="Chinese Cangjie and Quick engines for IBus" +HOMEPAGE="http://cangjians.github.io/" +SRC_URI="https://github.com/Cangjians/${PN}/releases/download/v${PV}/${P}.tar.xz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="nls" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RDEPEND="${PYTHON_DEPS} + app-i18n/ibus[python(+),${PYTHON_USEDEP}] + app-i18n/libcangjie + dev-python/cangjie[${PYTHON_USEDEP}] + nls? ( virtual/libintl )" +DEPEND="${RDEPEND} + dev-util/intltool + nls? ( sys-devel/gettext )" + +src_configure() { + python_foreach_impl default +} + +src_compile() { + python_foreach_impl default +} + +src_install() { + python_foreach_impl default +} + +pkg_postinst() { + gnome2_icon_cache_update +} + +pkg_postrm() { + gnome2_icon_cache_update +} diff --git a/app-i18n/ibus-cangjie/ibus-cangjie-2.4.ebuild b/app-i18n/ibus-cangjie/ibus-cangjie-2.4.ebuild deleted file mode 100644 index 766065c3213..00000000000 --- a/app-i18n/ibus-cangjie/ibus-cangjie-2.4.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python3_{4,5,6} ) - -inherit autotools-utils gnome2-utils python-r1 eutils - -DESCRIPTION="The IBus engine for users of the Cangjie and Quick input methods" -HOMEPAGE="http://cangjians.github.io" -SRC_URI="https://github.com/Cangjians/ibus-cangjie/releases/download/v${PV}/ibus-cangjie-${PV}.tar.xz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="amd64 x86" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -DEPEND="${PYTHON_DEPS} - >=app-i18n/ibus-1.4.1 - app-i18n/libcangjie - dev-python/cangjie[${PYTHON_USEDEP}] - dev-util/intltool - sys-devel/gettext" - -RDEPEND=">=app-i18n/ibus-1.4.1 - app-i18n/libcangjie - dev-python/cangjie[${PYTHON_USEDEP}] - virtual/libintl - ${PYTHON_DEPS}" - -src_configure() { - python_foreach_impl autotools-utils_src_configure -} - -src_compile() { - python_foreach_impl autotools-utils_src_compile -} - -src_install() { - python_foreach_impl autotools-utils_src_install -} - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postinst() { - gnome2_icon_cache_update -} diff --git a/app-i18n/ibus-cangjie/metadata.xml b/app-i18n/ibus-cangjie/metadata.xml index 9468326e6f9..83985854d52 100644 --- a/app-i18n/ibus-cangjie/metadata.xml +++ b/app-i18n/ibus-cangjie/metadata.xml @@ -1,11 +1,11 @@ - - cjk@gentoo.org - Cjk - - - Cangjians/ibus-cangjie - + + cjk@gentoo.org + Cjk + + + Cangjians/ibus-cangjie +