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 3B6EC1382C5 for ; Mon, 19 Apr 2021 23:32:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23D59E0801; Mon, 19 Apr 2021 23:32:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 E99FEE081B for ; Mon, 19 Apr 2021 23:32:41 +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 36DEE340E46 for ; Mon, 19 Apr 2021 23:32:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ABF8E702 for ; Mon, 19 Apr 2021 23:32:38 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1618875153.e0fa89217531194a60c0791b27493c6787273cb5.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev 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: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: e0fa89217531194a60c0791b27493c6787273cb5 X-VCS-Branch: dev Date: Mon, 19 Apr 2021 23:32:38 +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: 9489ad86-6a3c-4645-9dc8-8156c17670db X-Archives-Hash: d4fb0449e4b68f492e91afcdf67e5e9c commit: e0fa89217531194a60c0791b27493c6787273cb5 Author: Alessandro Barbieri gmail com> AuthorDate: Mon Apr 19 23:32:09 2021 +0000 Commit: Alessandro Barbieri gmail com> 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=""