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 198C713835C for ; Fri, 2 Oct 2020 17:45:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 632AEE09EC; Fri, 2 Oct 2020 17:45:39 +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 20A21E09EC for ; Fri, 2 Oct 2020 17:45:39 +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 1F4E2340C9C for ; Fri, 2 Oct 2020 17:45:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6DFCE392 for ; Fri, 2 Oct 2020 17:45:35 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1601660710.f60f790cdbd00b74d9d2274d3e6516e5bccf5763.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-libpinyin/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/fcitx-libpinyin/fcitx-libpinyin-0.5.3.ebuild app-i18n/fcitx-libpinyin/fcitx-libpinyin-4.9999.ebuild X-VCS-Directories: app-i18n/fcitx-libpinyin/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: f60f790cdbd00b74d9d2274d3e6516e5bccf5763 X-VCS-Branch: master Date: Fri, 2 Oct 2020 17:45:35 +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: bffb1b12-4bee-4e98-92cc-c42d551cc4f4 X-Archives-Hash: 460dc83b511a4d70376d7d20b196b074 commit: f60f790cdbd00b74d9d2274d3e6516e5bccf5763 Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Fri Oct 2 00:00:00 2020 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Fri Oct 2 17:45:10 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f60f790c app-i18n/fcitx-libpinyin: Use cmake.eclass. Signed-off-by: Arfrever Frehtes Taifersar Arahesis Apache.Org> Signed-off-by: Mike Gilbert gentoo.org> app-i18n/fcitx-libpinyin/fcitx-libpinyin-0.5.3.ebuild | 6 +++--- app-i18n/fcitx-libpinyin/fcitx-libpinyin-4.9999.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app-i18n/fcitx-libpinyin/fcitx-libpinyin-0.5.3.ebuild b/app-i18n/fcitx-libpinyin/fcitx-libpinyin-0.5.3.ebuild index 2602b01a5ea..1742c97885a 100644 --- a/app-i18n/fcitx-libpinyin/fcitx-libpinyin-0.5.3.ebuild +++ b/app-i18n/fcitx-libpinyin/fcitx-libpinyin-0.5.3.ebuild @@ -3,7 +3,7 @@ EAPI="7" -inherit cmake-utils xdg-utils +inherit cmake xdg-utils if [[ "${PV}" =~ (^|\.)9999$ ]]; then inherit git-r3 @@ -54,7 +54,7 @@ src_prepare() { ln -s "${DISTDIR}/fcitx-data-model.text.20161206.tar.gz" data/model.text.20161206.tar.gz || die fi - cmake-utils_src_prepare + cmake_src_prepare } src_configure() { @@ -62,7 +62,7 @@ src_configure() { -DENABLE_QT=$(usex dictionary-manager) ) - cmake-utils_src_configure + cmake_src_configure } pkg_postinst() { diff --git a/app-i18n/fcitx-libpinyin/fcitx-libpinyin-4.9999.ebuild b/app-i18n/fcitx-libpinyin/fcitx-libpinyin-4.9999.ebuild index 013ed7670a4..23aae0d11f6 100644 --- a/app-i18n/fcitx-libpinyin/fcitx-libpinyin-4.9999.ebuild +++ b/app-i18n/fcitx-libpinyin/fcitx-libpinyin-4.9999.ebuild @@ -3,7 +3,7 @@ EAPI="7" -inherit cmake-utils xdg-utils +inherit cmake xdg-utils if [[ "${PV}" =~ (^|\.)9999$ ]]; then inherit git-r3 @@ -54,7 +54,7 @@ src_prepare() { ln -s "${DISTDIR}/fcitx-data-model.text.20161206.tar.gz" data/model.text.20161206.tar.gz || die fi - cmake-utils_src_prepare + cmake_src_prepare } src_configure() { @@ -62,7 +62,7 @@ src_configure() { -DENABLE_QT=$(usex dictionary-manager) ) - cmake-utils_src_configure + cmake_src_configure } pkg_postinst() {