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/faraday/
Date: Sun, 28 Aug 2022 05:59:34
Message-Id: 1661666367.772c5f08db16f5398b0c47111580f2176ba83807.graaff@gentoo
1 commit: 772c5f08db16f5398b0c47111580f2176ba83807
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 28 05:56:27 2022 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 28 05:59:27 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=772c5f08
7
8 dev-ruby/faraday: add 2.5.2
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11
12 dev-ruby/faraday/Manifest | 1 +
13 dev-ruby/faraday/faraday-2.5.2.ebuild | 66 +++++++++++++++++++++++++++++++++++
14 2 files changed, 67 insertions(+)
15
16 diff --git a/dev-ruby/faraday/Manifest b/dev-ruby/faraday/Manifest
17 index c18d064b43b9..2c4730e48c00 100644
18 --- a/dev-ruby/faraday/Manifest
19 +++ b/dev-ruby/faraday/Manifest
20 @@ -3,3 +3,4 @@ DIST faraday-1.2.0.tar.gz 840216 BLAKE2B a52d2ddc2a57ba87b28e9143123985df12e118d
21 DIST faraday-1.3.1.tar.gz 840638 BLAKE2B 284f7f612d3ab791a00ceab823be0246685fa38356bfeb6e01c12e81c7369c500719a6023dd929160ca598b41401b82cda0d8e9e363d0e7bdd91791742f8e68f SHA512 b89839e5d602911904ce009f52d011c124f84811e0676a3a524d22ea7084d99a971b6573dcde6d512bf933909cc461ef01cd82a8eeb9df581c56f17f31966b1b
22 DIST faraday-2.3.0.tar.gz 828503 BLAKE2B 51ab43910d05a5ab44f6a6acc792858c1c3c2d0d74e226d63dd1f623eba6a8f02558c09b99c53e6f6df3b313fa822035d2d12e6f00bb81e31f9f8c6237498e41 SHA512 5236e96cb203c2ef9ce882d081e5916f7f59e28e4b593dcb5bb70dd2581fad50ed6d6f2364b64966184155575df1732d136e81146e0ab5e4647f0cc40d76d018
23 DIST faraday-2.4.0.tar.gz 829464 BLAKE2B f06322150a53c2de153d4373d51f440179fed9eeb95e290af371b09474ac663cfb561bb11f8557946259c02aaaa192ae7a2a01066b037da7e2a1b798c14cbe58 SHA512 1b51c6d24ed74ab5b1b6ed54f5e51d969fd53968adff798db0d31e0def4736e7bfd37b3313b1006989482659a04e71f0c5eefaaf9dc54221809cf25201a1d2b5
24 +DIST faraday-2.5.2.tar.gz 830523 BLAKE2B 2d420b7799e92a1e918d01df20b28633947b3039d30b099d641707d655bb76dc723776f2948dc22768087e693d6715f76907eb3162ea2c7194f00629f17b2774 SHA512 40dd9be959511a3e90ebdc514c924ec4c1243750fbcd6d94e4833f80dfe469aa7a1d1104aedc5292b52325b44f8a8fbeabac14f086b9766c9e8ba38fefac9473
25
26 diff --git a/dev-ruby/faraday/faraday-2.5.2.ebuild b/dev-ruby/faraday/faraday-2.5.2.ebuild
27 new file mode 100644
28 index 000000000000..b9d7b4f7a34e
29 --- /dev/null
30 +++ b/dev-ruby/faraday/faraday-2.5.2.ebuild
31 @@ -0,0 +1,66 @@
32 +# Copyright 1999-2022 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=8
36 +
37 +USE_RUBY="ruby27 ruby30 ruby31"
38 +
39 +RUBY_FAKEGEM_BINWRAP=""
40 +RUBY_FAKEGEM_RECIPE_TEST="rspec3"
41 +RUBY_FAKEGEM_RECIPE_DOC="none"
42 +
43 +RUBY_FAKEGEM_EXTRADOC="README.md"
44 +RUBY_FAKEGEM_EXTRAINSTALL="spec"
45 +
46 +RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
47 +
48 +inherit ruby-fakegem
49 +
50 +DESCRIPTION="HTTP/REST API client library with pluggable components"
51 +HOMEPAGE="https://github.com/lostisland/faraday"
52 +SRC_URI="https://github.com/lostisland/faraday/archive/v${PV}.tar.gz -> ${P}.tar.gz"
53 +
54 +LICENSE="MIT"
55 +SLOT="$(ver_cut 1)"
56 +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
57 +IUSE=""
58 +
59 +DEPEND+=" test? ( sys-process/lsof )"
60 +
61 +ruby_add_rdepend "
62 + || ( =dev-ruby/faraday-net_http-3.0* dev-ruby/faraday-net_http:2 )
63 + >=dev-ruby/ruby2_keywords-0.0.4
64 +"
65 +ruby_add_bdepend "test? (
66 + >=dev-ruby/test-unit-2.4
67 + >=dev-ruby/connection_pool-2.2.2
68 + dev-ruby/rack
69 + dev-ruby/webmock
70 + )"
71 +
72 +all_ruby_prepare() {
73 + # Remove bundler support.
74 + rm Gemfile || die
75 + sed -i -e '/[Bb]undler/d ; 1irequire "yaml"' Rakefile || die
76 + # Avoid loading all lib files since some of them require unpackaged dependencies.
77 + sed -e '/[Cc]overall/ s:^:#:' \
78 + -e '/lib\/\*\*/ s:^:#:' \
79 + -e '/simplecov/ s:^:#:' \
80 + -e '/SimpleCov/,/end/ s:^:#:' \
81 + -e '/pry/ s:^:#:' \
82 + -i spec/spec_helper.rb || die
83 +
84 + sed -e '/git ls-files/ s:^:#:' \
85 + -e "s:_relative ': './:" \
86 + -i ${RUBY_FAKEGEM_GEMSPEC} || die
87 +
88 + # Avoid multipart tests that require an unpackaged dependency
89 + # that appears to be no longer maintained.
90 + #rm -f spec/faraday/request/multipart_spec.rb || die
91 + #sed -e '/multipart_parser/ s:^:#:' \
92 + # -i spec/support/helper_methods.rb || die
93 +}
94 +
95 +each_ruby_test() {
96 + MT_NO_PLUGINS=true each_fakegem_test
97 +}