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 63FA9138334 for ; Sat, 20 Apr 2019 23:25:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F15BE09C1; Sat, 20 Apr 2019 23:20:27 +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 14B66E09C1 for ; Sat, 20 Apr 2019 23:20:27 +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 B1071341C2E for ; Fri, 19 Apr 2019 16:39:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 54C575BB for ; Fri, 19 Apr 2019 16:39:14 +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: <1555691946.f255bdc22ea3380091702991bd3cf58eb87c5186.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/mozc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/mozc/mozc-2.23.2815.102.ebuild app-i18n/mozc/mozc-9999.ebuild X-VCS-Directories: app-i18n/mozc/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: f255bdc22ea3380091702991bd3cf58eb87c5186 X-VCS-Branch: master Date: Fri, 19 Apr 2019 16:39:14 +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: 08d0cf62-1b25-4e21-be44-5d5f4575f081 X-Archives-Hash: 82899db4e5f732ec617262e4c80b415b commit: f255bdc22ea3380091702991bd3cf58eb87c5186 Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Thu Apr 18 17:29:33 2019 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Fri Apr 19 16:39:06 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f255bdc2 app-i18n/mozc: Use EAPI="7". Signed-off-by: Arfrever Frehtes Taifersar Arahesis Apache.Org> Signed-off-by: Mike Gilbert gentoo.org> app-i18n/mozc/mozc-2.23.2815.102.ebuild | 24 ++++++++++++++++-------- app-i18n/mozc/mozc-9999.ebuild | 24 ++++++++++++++++-------- 2 files changed, 32 insertions(+), 16 deletions(-) diff --git a/app-i18n/mozc/mozc-2.23.2815.102.ebuild b/app-i18n/mozc/mozc-2.23.2815.102.ebuild index 73baeb4cc28..21a1291f1ea 100644 --- a/app-i18n/mozc/mozc-2.23.2815.102.ebuild +++ b/app-i18n/mozc/mozc-2.23.2815.102.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 2010-2019 Arfrever Frehtes Taifersar Arahesis and others # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI="7" PYTHON_COMPAT=(python2_7) inherit elisp-common multiprocessing python-any-r1 toolchain-funcs @@ -38,9 +38,19 @@ KEYWORDS="amd64 ~ppc64 x86" IUSE="debug emacs fcitx4 +gui +handwriting-tegaki handwriting-tomoe ibus renderer test" REQUIRED_USE="|| ( emacs fcitx4 ibus ) gui? ( ^^ ( handwriting-tegaki handwriting-tomoe ) ) !gui? ( !handwriting-tegaki !handwriting-tomoe )" +BDEPEND="${PYTHON_DEPS} + >=dev-libs/protobuf-3.0.0 + dev-util/gyp + dev-util/ninja + virtual/pkgconfig + emacs? ( virtual/emacs ) + fcitx4? ( sys-devel/gettext )" RDEPEND=">=dev-libs/protobuf-3.0.0:= emacs? ( virtual/emacs ) - fcitx4? ( app-i18n/fcitx:4 ) + fcitx4? ( + app-i18n/fcitx:4 + virtual/libintl + ) gui? ( app-i18n/zinnia dev-qt/qtcore:5 @@ -61,10 +71,6 @@ RDEPEND=">=dev-libs/protobuf-3.0.0:= x11-libs/pango )" DEPEND="${RDEPEND} - ${PYTHON_DEPS} - dev-util/gyp - dev-util/ninja - virtual/pkgconfig test? ( >=dev-cpp/gtest-1.8.0 dev-libs/jsoncpp @@ -319,5 +325,7 @@ pkg_postinst() { } pkg_postrm() { - use emacs && elisp-site-regen + if use emacs; then + elisp-site-regen + fi } diff --git a/app-i18n/mozc/mozc-9999.ebuild b/app-i18n/mozc/mozc-9999.ebuild index b51359f01fb..7876d9ed378 100644 --- a/app-i18n/mozc/mozc-9999.ebuild +++ b/app-i18n/mozc/mozc-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 2010-2019 Arfrever Frehtes Taifersar Arahesis and others # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI="7" PYTHON_COMPAT=(python2_7) inherit elisp-common multiprocessing python-any-r1 toolchain-funcs @@ -38,9 +38,19 @@ KEYWORDS="" IUSE="debug emacs fcitx4 +gui +handwriting-tegaki handwriting-tomoe ibus renderer test" REQUIRED_USE="|| ( emacs fcitx4 ibus ) gui? ( ^^ ( handwriting-tegaki handwriting-tomoe ) ) !gui? ( !handwriting-tegaki !handwriting-tomoe )" +BDEPEND="${PYTHON_DEPS} + >=dev-libs/protobuf-3.0.0 + dev-util/gyp + dev-util/ninja + virtual/pkgconfig + emacs? ( virtual/emacs ) + fcitx4? ( sys-devel/gettext )" RDEPEND=">=dev-libs/protobuf-3.0.0:= emacs? ( virtual/emacs ) - fcitx4? ( app-i18n/fcitx:4 ) + fcitx4? ( + app-i18n/fcitx:4 + virtual/libintl + ) gui? ( app-i18n/zinnia dev-qt/qtcore:5 @@ -61,10 +71,6 @@ RDEPEND=">=dev-libs/protobuf-3.0.0:= x11-libs/pango )" DEPEND="${RDEPEND} - ${PYTHON_DEPS} - dev-util/gyp - dev-util/ninja - virtual/pkgconfig test? ( >=dev-cpp/gtest-1.8.0 dev-libs/jsoncpp @@ -318,5 +324,7 @@ pkg_postinst() { } pkg_postrm() { - use emacs && elisp-site-regen + if use emacs; then + elisp-site-regen + fi }