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 4652D1382C5 for ; Fri, 8 Jan 2021 00:00:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3CC52E084A; Fri, 8 Jan 2021 00:00:10 +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 2352DE084A for ; Fri, 8 Jan 2021 00:00:10 +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 A907D33BED9 for ; Fri, 8 Jan 2021 00:00:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 87F5548D for ; Fri, 8 Jan 2021 00:00:03 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1610063809.7def0ba1bb0def667a74e7298fb877bd86ed7c23.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/uim/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/uim/uim-1.8.8.ebuild X-VCS-Directories: app-i18n/uim/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7def0ba1bb0def667a74e7298fb877bd86ed7c23 X-VCS-Branch: master Date: Fri, 8 Jan 2021 00:00:03 +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: d3237db0-35bc-4fb8-8b49-529904d5dc5a X-Archives-Hash: 4efa6d62e155b8025d112719cb3f7b66 commit: 7def0ba1bb0def667a74e7298fb877bd86ed7c23 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Jan 7 22:10:40 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Jan 7 23:56:49 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7def0ba1 app-i18n/uim: EAPI-7, use qmake-utils, sort some deps Closes: https://bugs.gentoo.org/764329 Closes: https://bugs.gentoo.org/712098 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> app-i18n/uim/uim-1.8.8.ebuild | 54 +++++++++++++++++++++++++------------------ 1 file changed, 31 insertions(+), 23 deletions(-) diff --git a/app-i18n/uim/uim-1.8.8.ebuild b/app-i18n/uim/uim-1.8.8.ebuild index 3ed23be0370..2f6435d4dcf 100644 --- a/app-i18n/uim/uim-1.8.8.ebuild +++ b/app-i18n/uim/uim-1.8.8.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI=7 -inherit autotools elisp-common flag-o-matic gnome2-utils +inherit autotools elisp-common flag-o-matic gnome2-utils qmake-utils DESCRIPTION="A multilingual input method framework" HOMEPAGE="https://github.com/uim/uim" @@ -19,26 +19,17 @@ REQUIRED_USE="gtk? ( X ) qt5? ( X ) xft? ( X )" -CDEPEND="!dev-scheme/sigscheme - X? ( - x11-libs/libICE - x11-libs/libSM - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXft - x11-libs/libXrender - x11-libs/libXt - ) +COMMON_DEPEND=" anthy? ( app-i18n/anthy ) canna? ( app-i18n/canna ) curl? ( net-misc/curl ) eb? ( dev-libs/eb ) emacs? ( >=app-editors/emacs-23.1:* ) expat? ( dev-libs/expat ) - libffi? ( dev-libs/libffi:= ) gtk? ( x11-libs/gtk+:3 ) gtk2? ( x11-libs/gtk+:2 ) libedit? ( dev-libs/libedit ) + libffi? ( dev-libs/libffi:= ) libnotify? ( x11-libs/libnotify ) m17n-lib? ( dev-libs/m17n-lib ) ncurses? ( sys-libs/ncurses:0= ) @@ -49,13 +40,22 @@ CDEPEND="!dev-scheme/sigscheme ssl? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) - )" -DEPEND="${CDEPEND} - dev-util/intltool - sys-devel/gettext - virtual/pkgconfig - X? ( x11-base/xorg-proto )" -RDEPEND="${CDEPEND} + ) + X? ( + x11-libs/libICE + x11-libs/libSM + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXft + x11-libs/libXrender + x11-libs/libXt + ) +" +DEPEND="${COMMON_DEPEND} + X? ( x11-base/xorg-proto ) +" +RDEPEND="${COMMON_DEPEND} + !dev-scheme/sigscheme X? ( media-fonts/font-sony-misc l10n_ja? ( @@ -77,7 +77,13 @@ RDEPEND="${CDEPEND} ) ) l10n_zh-TW? ( media-fonts/intlfonts ) - )" + ) +" +BDEPEND=" + dev-util/intltool + sys-devel/gettext + virtual/pkgconfig +" PATCHES=( "${FILESDIR}"/${PN}-gentoo.patch @@ -86,6 +92,7 @@ PATCHES=( "${FILESDIR}"/${PN}-zh-TW.patch "${FILESDIR}"/${P}-fno-common.patch ) + DOCS=( AUTHORS NEWS README RELNOTE doc ) AT_NO_RECURSIVE="yes" @@ -121,6 +128,7 @@ src_configure() { $(use_enable nls) $(use_with qt5) $(use_with qt5 qt5-immodule) + _QMAKE5=$(qt5_get_bindir)/qmake $(use_with skk) $(use_with sqlite sqlite3) $(use_enable ssl openssl) @@ -214,7 +222,7 @@ pkg_postinst() { if use emacs; then elisp-site-regen - echo + elog elog "uim is autoloaded with Emacs with a minimal set of features:" elog "There is no keybinding defined to call it directly, so please" elog "create one yourself and choose an input method."