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 5A0E41382C5 for ; Tue, 20 Apr 2021 09:44:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7383FE0887; Tue, 20 Apr 2021 09:43:58 +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 56E2CE0887 for ; Tue, 20 Apr 2021 09:43:58 +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 BF305340E55 for ; Tue, 20 Apr 2021 09:43:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A94B72D for ; Tue, 20 Apr 2021 09:43:54 +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: <1618875153.e0fa89217531194a60c0791b27493c6787273cb5.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: e0fa89217531194a60c0791b27493c6787273cb5 X-VCS-Branch: master Date: Tue, 20 Apr 2021 09:43:54 +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: 94d2d0fb-8bca-4836-8682-c0ee834e239b X-Archives-Hash: bd9102084389232013d00b1354c746bb commit: e0fa89217531194a60c0791b27493c6787273cb5 Author: Alessandro Barbieri gmail com> AuthorDate: Mon Apr 19 23:32:09 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Mon Apr 19 23:32:33 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e0fa8921 app-shells/zsh-autosuggestions: tentative changes for tests Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri gmail.com> .../zsh-autosuggestions/zsh-autosuggestions-0.6.4.ebuild | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 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 50f7d1f5c..7eceae128 100644 --- a/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.6.4.ebuild +++ b/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.6.4.ebuild @@ -3,6 +3,11 @@ EAPI=7 +USE_RUBY="ruby25 ruby26 ruby27 ruby30" +RUBY_FAKEGEM_RECIPE_TEST="rspec3" + +inherit ruby-fakegem + DESCRIPTION="Fish-like autosuggestions for zsh" 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" @@ -11,15 +16,16 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" IUSE="test" -#RESTRICT="!test? ( test )" +RESTRICT="!test? ( test )" #test need byebug not packaged -RESTRICT="test" +#RESTRICT="test" RDEPEND=">=app-shells/zsh-4.3.11" BDEPEND=" test? ( ${RDEPEND} dev-ruby/bundler - dev-ruby/rspec + dev-ruby/pry-byebug + dev-ruby/rspec-wait ) " DEPEND=""