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 121F5158086 for ; Sat, 16 Oct 2021 13:43:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2BF6BE0817; Sat, 16 Oct 2021 13:43:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0267AE0817 for ; Sat, 16 Oct 2021 13:43:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B8C983430C7 for ; Sat, 16 Oct 2021 13:43:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2AA7D15A for ; Sat, 16 Oct 2021 13:43: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: <1634391679.30982c1cdaf829165bd3edfe02a082e04899e3c7.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-chewing/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/ibus-chewing/ibus-chewing-1.6.1.ebuild app-i18n/ibus-chewing/metadata.xml X-VCS-Directories: app-i18n/ibus-chewing/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 30982c1cdaf829165bd3edfe02a082e04899e3c7 X-VCS-Branch: master Date: Sat, 16 Oct 2021 13:43: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d9ad1ed9-8c5f-41d1-86d1-c55d86f345ee X-Archives-Hash: bcad21b6226ae4be1f9588937a7275e6 commit: 30982c1cdaf829165bd3edfe02a082e04899e3c7 Author: Akinori Hattori gentoo org> AuthorDate: Sat Oct 16 13:41:19 2021 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Sat Oct 16 13:41:19 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30982c1c app-i18n/ibus-chewing: update to EAPI 7 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Akinori Hattori gentoo.org> app-i18n/ibus-chewing/ibus-chewing-1.6.1.ebuild | 14 +++++++------- app-i18n/ibus-chewing/metadata.xml | 20 ++++++++++---------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/app-i18n/ibus-chewing/ibus-chewing-1.6.1.ebuild b/app-i18n/ibus-chewing/ibus-chewing-1.6.1.ebuild index 94525afb3ed..1eee6e7ecd2 100644 --- a/app-i18n/ibus-chewing/ibus-chewing-1.6.1.ebuild +++ b/app-i18n/ibus-chewing/ibus-chewing-1.6.1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI="7" CMAKE_MAKEFILE_GENERATOR="emake" -inherit cmake-utils gnome2-utils virtualx +inherit cmake gnome2-utils virtualx DESCRIPTION="Chinese Chewing engine for IBus" HOMEPAGE="https://github.com/ibus/ibus/wiki" @@ -23,8 +23,8 @@ RDEPEND="app-i18n/ibus x11-libs/libX11 gconf? ( gnome-base/gconf ) nls? ( virtual/libintl )" -DEPEND="${RDEPEND} - dev-util/cmake-fedora +DEPEND="${RDEPEND}" +BDEPEND="dev-util/cmake-fedora virtual/pkgconfig nls? ( sys-devel/gettext )" @@ -37,15 +37,15 @@ src_configure() { -DPRJ_DOC_DIR="${EPREFIX}"/usr/share/doc/${PF} ) use nls || mycmakeargs+=( -DMANAGE_GETTEXT_SUPPORT=0 ) - cmake-utils_src_configure + cmake_src_configure } src_test() { - "${EPREFIX%/}/"${GLIB_COMPILE_SCHEMAS} --allow-any-name "${BUILD_DIR}"/bin || die + "${BROOT}"${GLIB_COMPILE_SCHEMAS} --allow-any-name "${BUILD_DIR}"/bin || die export GSETTINGS_BACKEND="memory" export GSETTINGS_SCHEMA_DIR="${BUILD_DIR}/bin" - virtx cmake-utils_src_test + virtx cmake_src_test } pkg_preinst() { diff --git a/app-i18n/ibus-chewing/metadata.xml b/app-i18n/ibus-chewing/metadata.xml index 0889e6335db..cf7f054fe39 100644 --- a/app-i18n/ibus-chewing/metadata.xml +++ b/app-i18n/ibus-chewing/metadata.xml @@ -1,14 +1,14 @@ - - cjk@gentoo.org - Cjk - - - Enable support for gnome-base/gconf - - - definite/ibus-chewing - + + cjk@gentoo.org + Cjk + + + Enable support for gnome-base/gconf + + + definite/ibus-chewing +