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 7DB691382C5 for ; Mon, 19 Apr 2021 13:43:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A223AE0833; Mon, 19 Apr 2021 13:43:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 8A238E0833 for ; Mon, 19 Apr 2021 13:43:35 +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 F2ABD340D40 for ; Mon, 19 Apr 2021 13:43:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 562716EB for ; Mon, 19 Apr 2021 13:43:32 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1618829146.9ecd71eaf9189cc2843774ff660ffccb673ae2d0.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-shells/zsh-autosuggestions/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-shells/zsh-autosuggestions/zsh-autosuggestions-0.6.4.ebuild X-VCS-Directories: app-shells/zsh-autosuggestions/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 9ecd71eaf9189cc2843774ff660ffccb673ae2d0 X-VCS-Branch: master Date: Mon, 19 Apr 2021 13:43:32 +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: 05ca833d-ebf4-4e63-acce-cb2f47fa45f1 X-Archives-Hash: 8ccda279b825b5974c82fed1ccc25e0a commit: 9ecd71eaf9189cc2843774ff660ffccb673ae2d0 Author: Alessandro Barbieri gmail com> AuthorDate: Mon Apr 19 10:45:03 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Mon Apr 19 10:45:46 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9ecd71ea app-shells/zsh-autosuggestions: restrict test for now Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri gmail.com> .../zsh-autosuggestions-0.6.4.ebuild | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.6.4.ebuild b/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.6.4.ebuild index 3b307eb01..50f7d1f5c 100644 --- a/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.6.4.ebuild +++ b/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.6.4.ebuild @@ -8,14 +8,21 @@ HOMEPAGE="https://github.com/zsh-users/zsh-autosuggestions" SRC_URI="https://github.com/zsh-users/zsh-autosuggestions/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" - SLOT="0" - KEYWORDS="~amd64" - -DEPEND=">=app-shells/zsh-4.3.11" - -RDEPEND="${DEPEND}" +IUSE="test" +#RESTRICT="!test? ( test )" +#test need byebug not packaged +RESTRICT="test" +RDEPEND=">=app-shells/zsh-4.3.11" +BDEPEND=" + test? ( + ${RDEPEND} + dev-ruby/bundler + dev-ruby/rspec + ) +" +DEPEND="" src_install() { insinto "/usr/share/zsh/site-functions/"