Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rspec-json_expectations/
Date: Fri, 24 Jun 2022 07:39:05
Message-Id: 1656055560.f142764d7dbff364cb3601dbd65cd4e4195197b4.graaff@gentoo
1 commit: f142764d7dbff364cb3601dbd65cd4e4195197b4
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 24 07:26:00 2022 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 24 07:26:00 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f142764d
7
8 dev-ruby/rspec-json_expectations: drop 2.2.0
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11
12 .../rspec-json_expectations-2.2.0.ebuild | 27 ----------------------
13 1 file changed, 27 deletions(-)
14
15 diff --git a/dev-ruby/rspec-json_expectations/rspec-json_expectations-2.2.0.ebuild b/dev-ruby/rspec-json_expectations/rspec-json_expectations-2.2.0.ebuild
16 deleted file mode 100644
17 index 85d7523db3fd..000000000000
18 --- a/dev-ruby/rspec-json_expectations/rspec-json_expectations-2.2.0.ebuild
19 +++ /dev/null
20 @@ -1,27 +0,0 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -USE_RUBY="ruby24 ruby25 ruby26 ruby27"
26 -
27 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
28 -
29 -RUBY_FAKEGEM_EXTRADOC="README.md"
30 -
31 -RUBY_BINWRAP=""
32 -
33 -inherit ruby-fakegem
34 -
35 -DESCRIPTION="Set of matchers and helpers to allow you test your APIs responses"
36 -HOMEPAGE="https://github.com/waterlink/rspec-json_expectations"
37 -
38 -LICENSE="MIT"
39 -SLOT="1"
40 -KEYWORDS="amd64 ~x86"
41 -IUSE=""
42 -
43 -ruby_add_bdepend "test? ( dev-ruby/rspec dev-util/cucumber )"
44 -
45 -each_ruby_test() {
46 - ${RUBY} -S cucumber --format progress features || die
47 -}