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/sawyer/
Date: Fri, 27 May 2022 05:40:03
Message-Id: 1653629989.da0e16bbc886f4be0c46a7692ff33ec555c87791.graaff@gentoo
1 commit: da0e16bbc886f4be0c46a7692ff33ec555c87791
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 27 05:25:13 2022 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Fri May 27 05:39:49 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da0e16bb
7
8 dev-ruby/sawyer: drop 0.8.2
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11
12 dev-ruby/sawyer/sawyer-0.8.2.ebuild | 29 -----------------------------
13 1 file changed, 29 deletions(-)
14
15 diff --git a/dev-ruby/sawyer/sawyer-0.8.2.ebuild b/dev-ruby/sawyer/sawyer-0.8.2.ebuild
16 deleted file mode 100644
17 index d2533faadf12..000000000000
18 --- a/dev-ruby/sawyer/sawyer-0.8.2.ebuild
19 +++ /dev/null
20 @@ -1,29 +0,0 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -
26 -USE_RUBY="ruby25 ruby26 ruby27"
27 -
28 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
29 -RUBY_FAKEGEM_EXTRADOC="README.md"
30 -
31 -inherit multilib ruby-fakegem
32 -
33 -DESCRIPTION="Secret User Agent of HTTP"
34 -HOMEPAGE="https://github.com/lostisland/sawyer"
35 -SRC_URI="https://github.com/lostisland/sawyer/archive/v${PV}.tar.gz -> ${P}.tar.gz"
36 -
37 -LICENSE="MIT"
38 -SLOT="0"
39 -KEYWORDS="~amd64 ~arm ~x86"
40 -IUSE=""
41 -
42 -ruby_add_rdepend "
43 - <dev-ruby/faraday-2.0:*
44 - >=dev-ruby/addressable-2.3.5"
45 -
46 -all_ruby_prepare() {
47 - # Avoid tests that require network acces
48 - sed -i -e '/test_blank_response_doesnt_raise/,/^ end/ s:^:#:' test/agent_test.rb || die
49 -}