Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-shells/zsh-autosuggestions/
Date: Tue, 20 Apr 2021 09:44:00
Message-Id: 1618875153.e0fa89217531194a60c0791b27493c6787273cb5.andrewammerlaan@gentoo
1 commit: e0fa89217531194a60c0791b27493c6787273cb5
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Mon Apr 19 23:32:09 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Mon Apr 19 23:32:33 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e0fa8921
7
8 app-shells/zsh-autosuggestions: tentative changes for tests
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
12
13 .../zsh-autosuggestions/zsh-autosuggestions-0.6.4.ebuild | 12 +++++++++---
14 1 file changed, 9 insertions(+), 3 deletions(-)
15
16 diff --git a/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.6.4.ebuild b/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.6.4.ebuild
17 index 50f7d1f5c..7eceae128 100644
18 --- a/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.6.4.ebuild
19 +++ b/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.6.4.ebuild
20 @@ -3,6 +3,11 @@
21
22 EAPI=7
23
24 +USE_RUBY="ruby25 ruby26 ruby27 ruby30"
25 +RUBY_FAKEGEM_RECIPE_TEST="rspec3"
26 +
27 +inherit ruby-fakegem
28 +
29 DESCRIPTION="Fish-like autosuggestions for zsh"
30 HOMEPAGE="https://github.com/zsh-users/zsh-autosuggestions"
31 SRC_URI="https://github.com/zsh-users/zsh-autosuggestions/archive/v${PV}.tar.gz -> ${P}.tar.gz"
32 @@ -11,15 +16,16 @@ LICENSE="MIT"
33 SLOT="0"
34 KEYWORDS="~amd64"
35 IUSE="test"
36 -#RESTRICT="!test? ( test )"
37 +RESTRICT="!test? ( test )"
38 #test need byebug not packaged
39 -RESTRICT="test"
40 +#RESTRICT="test"
41 RDEPEND=">=app-shells/zsh-4.3.11"
42 BDEPEND="
43 test? (
44 ${RDEPEND}
45 dev-ruby/bundler
46 - dev-ruby/rspec
47 + dev-ruby/pry-byebug
48 + dev-ruby/rspec-wait
49 )
50 "
51 DEPEND=""