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: Mon, 04 Nov 2019 19:02:15
Message-Id: 1572894121.72276876bcdb1fe06d260ee9f9b1afb63e7e0859.graaff@gentoo
1 commit: 72276876bcdb1fe06d260ee9f9b1afb63e7e0859
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 4 18:45:26 2019 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 4 19:02:01 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72276876
7
8 dev-ruby/rspec-json_expectations: cleanup
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.16
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/rspec-json_expectations/Manifest | 1 -
14 .../rspec-json_expectations-2.1.0.ebuild | 31 ----------------------
15 2 files changed, 32 deletions(-)
16
17 diff --git a/dev-ruby/rspec-json_expectations/Manifest b/dev-ruby/rspec-json_expectations/Manifest
18 index faa62da97cf..5baf536e7e0 100644
19 --- a/dev-ruby/rspec-json_expectations/Manifest
20 +++ b/dev-ruby/rspec-json_expectations/Manifest
21 @@ -1,2 +1 @@
22 -DIST rspec-json_expectations-2.1.0.gem 14848 BLAKE2B 2c359351ba457297f7d561059183a8e32fa5762dbdc97c8ddb2432acb00c092fcc14a45e8f7625812420b926c4f177afdf4ff124f9b35d15b60fb58861c1f46a SHA512 1b09b959d6ecbc76c13b37fbf89cba381feb00505ce3a5701ad87ef1ed2ee178ea760508af809ac7dc8285c24d86dd7e33a7fb903a7f74472ca59d59f8df0daf
23 DIST rspec-json_expectations-2.2.0.gem 14848 BLAKE2B c2f77e908eb0f473a5bae0ed49e133ebe71d4c471e2b32a9620f84e3881ca6aa92d188b8aafae8d92ee9111edcf2cc3636598c59e9f92747422f3c43c7e14563 SHA512 90da15c4c02404ac518955d65612fc7db28e8f91a756e5a25d0e5667026113f7a1be69cdc9bc656eeb89ccc7cb41069dd241401a2680f69528fb77d5491f2a83
24
25 diff --git a/dev-ruby/rspec-json_expectations/rspec-json_expectations-2.1.0.ebuild b/dev-ruby/rspec-json_expectations/rspec-json_expectations-2.1.0.ebuild
26 deleted file mode 100644
27 index e7d2d403f5b..00000000000
28 --- a/dev-ruby/rspec-json_expectations/rspec-json_expectations-2.1.0.ebuild
29 +++ /dev/null
30 @@ -1,31 +0,0 @@
31 -# Copyright 1999-2018 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -USE_RUBY="ruby23 ruby24 ruby25"
36 -
37 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
38 -
39 -RUBY_FAKEGEM_EXTRADOC="README.md"
40 -
41 -RUBY_BINWRAP=""
42 -
43 -inherit ruby-fakegem
44 -
45 -DESCRIPTION="Set of matchers and helpers to allow you test your APIs responses."
46 -HOMEPAGE="https://github.com/waterlink/rspec-json_expectations"
47 -
48 -LICENSE="MIT"
49 -SLOT="1"
50 -KEYWORDS="~amd64 ~x86"
51 -IUSE=""
52 -
53 -ruby_add_bdepend "test? ( dev-util/cucumber )"
54 -
55 -all_ruby_prepare() {
56 - sed -i -e '1irequire "forwardable"' lib/rspec/json_expectations/matchers.rb || die
57 -}
58 -
59 -each_ruby_test() {
60 - ${RUBY} -S cucumber --format progress features || die
61 -}