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, 31 Jul 2022 06:53:13
Message-Id: 1659250385.86dc2a6ca0e706b851004deb6dae3a773152dfd8.graaff@gentoo
1 commit: 86dc2a6ca0e706b851004deb6dae3a773152dfd8
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 31 06:42:42 2022 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 31 06:53:05 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86dc2a6c
7
8 dev-ruby/faraday: add 2.4.0
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.4.0.ebuild | 66 +++++++++++++++++++++++++++++++++++
14 2 files changed, 67 insertions(+)
15
16 diff --git a/dev-ruby/faraday/Manifest b/dev-ruby/faraday/Manifest
17 index cc365aed070b..c18d064b43b9 100644
18 --- a/dev-ruby/faraday/Manifest
19 +++ b/dev-ruby/faraday/Manifest
20 @@ -2,3 +2,4 @@ DIST faraday-0.17.3.tar.gz 76786 BLAKE2B 0706f4386233861564aa1ba5fb8da9ad374a0b5
21 DIST faraday-1.2.0.tar.gz 840216 BLAKE2B a52d2ddc2a57ba87b28e9143123985df12e118d6a8062b5272e77aa7807d7b2fd770408090c7e406631173eb276efcb973f96efdb17ab0f3ea684acda41b8d34 SHA512 7198e8954ec71bdbdfb58df52c6962ebe05599bf871fcb669f32ee2a5fb094b6934492396a92033e0fa858390f454f0d2daa41616f9e212f260080be016e1ea9
22 DIST faraday-1.3.1.tar.gz 840638 BLAKE2B 284f7f612d3ab791a00ceab823be0246685fa38356bfeb6e01c12e81c7369c500719a6023dd929160ca598b41401b82cda0d8e9e363d0e7bdd91791742f8e68f SHA512 b89839e5d602911904ce009f52d011c124f84811e0676a3a524d22ea7084d99a971b6573dcde6d512bf933909cc461ef01cd82a8eeb9df581c56f17f31966b1b
23 DIST faraday-2.3.0.tar.gz 828503 BLAKE2B 51ab43910d05a5ab44f6a6acc792858c1c3c2d0d74e226d63dd1f623eba6a8f02558c09b99c53e6f6df3b313fa822035d2d12e6f00bb81e31f9f8c6237498e41 SHA512 5236e96cb203c2ef9ce882d081e5916f7f59e28e4b593dcb5bb70dd2581fad50ed6d6f2364b64966184155575df1732d136e81146e0ab5e4647f0cc40d76d018
24 +DIST faraday-2.4.0.tar.gz 829464 BLAKE2B f06322150a53c2de153d4373d51f440179fed9eeb95e290af371b09474ac663cfb561bb11f8557946259c02aaaa192ae7a2a01066b037da7e2a1b798c14cbe58 SHA512 1b51c6d24ed74ab5b1b6ed54f5e51d969fd53968adff798db0d31e0def4736e7bfd37b3313b1006989482659a04e71f0c5eefaaf9dc54221809cf25201a1d2b5
25
26 diff --git a/dev-ruby/faraday/faraday-2.4.0.ebuild b/dev-ruby/faraday/faraday-2.4.0.ebuild
27 new file mode 100644
28 index 000000000000..5494bc269e40
29 --- /dev/null
30 +++ b/dev-ruby/faraday/faraday-2.4.0.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: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 +}