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 393A7138359 for ; Wed, 11 Nov 2020 20:16:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 482FEE0B9D; Wed, 11 Nov 2020 20:16: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 2C65DE0B9D for ; Wed, 11 Nov 2020 20:16: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 27BE1340E74 for ; Wed, 11 Nov 2020 20:16:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A564445 for ; Wed, 11 Nov 2020 20:16:24 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1605125752.b968feb25a21c74f3136ba6df3b1f7ab47bd56ac.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/weechat/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/weechat/weechat-9999.ebuild X-VCS-Directories: net-irc/weechat/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: b968feb25a21c74f3136ba6df3b1f7ab47bd56ac X-VCS-Branch: master Date: Wed, 11 Nov 2020 20:16:24 +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: 240b1259-668d-4c43-b2b6-10feb5de780e X-Archives-Hash: 9aebe0ef4e67f9e3759aeca9a7151d76 commit: b968feb25a21c74f3136ba6df3b1f7ab47bd56ac Author: Georgy Yakovlev gentoo org> AuthorDate: Wed Nov 11 20:09:27 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Wed Nov 11 20:15:52 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b968feb2 net-irc/weechat: sync live ebuild Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Georgy Yakovlev gentoo.org> net-irc/weechat/weechat-9999.ebuild | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/net-irc/weechat/weechat-9999.ebuild b/net-irc/weechat/weechat-9999.ebuild index de9e048a74c..e1f5520395b 100644 --- a/net-irc/weechat/weechat-9999.ebuild +++ b/net-irc/weechat/weechat-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{3_6,3_7,3_8} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit cmake python-single-r1 xdg-utils @@ -12,7 +12,7 @@ if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://github.com/weechat/weechat.git" else SRC_URI="https://weechat.org/files/src/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~x64-macos" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~x64-macos" fi DESCRIPTION="Portable and multi-interface IRC client" @@ -27,7 +27,11 @@ PLUGINS="+alias +buflist +charset +exec +fifo +fset +logger +relay +scripts +spe SCRIPT_LANGS="guile lua +perl php +python ruby tcl" LANGS=" cs de es fr it ja pl ru" IUSE="doc man nls test ${SCRIPT_LANGS} ${PLUGINS} ${INTERFACES} ${NETWORKS}" -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" + +REQUIRED_USE=" + python? ( ${PYTHON_REQUIRED_USE} ) + test? ( nls ) +" RDEPEND=" dev-libs/libgcrypt:0= @@ -46,6 +50,7 @@ RDEPEND=" spell? ( app-text/aspell ) tcl? ( >=dev-lang/tcl-8.4.15:0= ) " + DEPEND="${RDEPEND} test? ( dev-util/cpputest ) " @@ -59,8 +64,7 @@ BDEPEND=" DOCS="AUTHORS.adoc ChangeLog.adoc Contributing.adoc ReleaseNotes.adoc README.adoc" -# tests need to be fixed to not use system plugins if weechat is already installed -RESTRICT="test" +RESTRICT="!test? ( test )" pkg_setup() { use python && python-single-r1_pkg_setup @@ -137,6 +141,10 @@ src_configure() { cmake_src_configure } +src_test() { + cmake_src_test -V +} + pkg_postinst() { xdg_desktop_database_update xdg_icon_cache_update