public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/excon/
Date: Thu, 18 Jan 2024 06:58:12 +0000 (UTC)	[thread overview]
Message-ID: <1705560985.cbd72c2637aabce3186586224ba7313a09b58e5a.graaff@gentoo> (raw)

commit:     cbd72c2637aabce3186586224ba7313a09b58e5a
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 18 06:56:25 2024 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Jan 18 06:56:25 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbd72c26

dev-ruby/excon: add 0.109.0

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/excon/Manifest             |  1 +
 dev-ruby/excon/excon-0.109.0.ebuild | 54 +++++++++++++++++++++++++++++++++++++
 2 files changed, 55 insertions(+)

diff --git a/dev-ruby/excon/Manifest b/dev-ruby/excon/Manifest
index 842ac2ead2c8..025adab79433 100644
--- a/dev-ruby/excon/Manifest
+++ b/dev-ruby/excon/Manifest
@@ -1,4 +1,5 @@
 DIST excon-0.104.0.tar.gz 229173 BLAKE2B b719d9391f8afc3553c45b88436725e2d7ed6495a888af95c7783d4e6bf44eecd861975119180f37bfb4617c7639c52cd0ac52ebbfce4bd6108de69df4d90cce SHA512 e06bccc0ed8fcab25b76c8500d77678c3356ff7488737bc041e9291fb7bbea5e7cb11cab85a4da81bce6c1a4422a7588f5e6e82ac14bb2b0974a7656586e1db4
 DIST excon-0.106.0.tar.gz 232834 BLAKE2B e9e7ebfb4b9a6625e1bf3ca63a02744edb5ecb9f9e4f34ac3d190deddb6ca555671e4febc7ba750a5e19dbde4bf96b01903f59576eb7ae6d6befc7b4e15efd90 SHA512 4d4ea0a7cab2038aaa358ee2fba5e781fb8ae381758d89f56c73675c03b9dddaf8ff052f8f2e75802222ef314ee421e59800e4d0c748da3530d933e0c7479806
 DIST excon-0.108.0.tar.gz 235598 BLAKE2B 66c16146da991d45cc5c297f5c053a1fc2bb25f0e86f3bb2d7a55635ebb2897729361ca6fa16083846c637f4ebb3e9e3755add1531065e6b3e20cb5a1c21add6 SHA512 f552da790de0b88ae9186bd49207e0f4680d2fa482439f8d701332ad8a4d656fc9163251ea589529815b06a12d10ad9768ab4abf84af2f550141886d5c0a5f54
+DIST excon-0.109.0.tar.gz 235632 BLAKE2B 8404cb5687cd106390dcb5e44513b4accf145d118b38bda79fdfa97ed34a33d84bf5831d3bd6b52dce2ac17267f5e6bd0d060545a98f1741d6f0a394ab0dfb08 SHA512 6374eeeff9b8501a078ea4db7d777e781a3981d1062af013e46976506b84a1afd1e2f52f97e3b7c6d57f8230534598992b8f4e978a3f077e11180cd3586e4a0e
 DIST excon-0.93.1.tar.gz 222206 BLAKE2B d32302aa69a54ffb332cbcf2fed8cda2e7e01461deb1f7477554c1fab1bd56b865b15aa6a44002772486c0c3a88729f2414a9cd6be057f07a6bd38e2fe7965d9 SHA512 bf7eb0532b44722c84f08c994a9cd9f473a3df23dcd9df87ecf34dc5ea10329391658fcb772103dde61e1f46ad33cfe98c773a5d2ee767c21f6bc11bc0d4bc46

diff --git a/dev-ruby/excon/excon-0.109.0.ebuild b/dev-ruby/excon/excon-0.109.0.ebuild
new file mode 100644
index 000000000000..195f333fc4ab
--- /dev/null
+++ b/dev-ruby/excon/excon-0.109.0.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby31 ruby32"
+
+RUBY_FAKEGEM_EXTRADOC="changelog.txt README.md"
+RUBY_FAKEGEM_GEMSPEC="excon.gemspec"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="EXtended http(s) CONnections"
+HOMEPAGE="https://github.com/excon/excon"
+SRC_URI="https://github.com/excon/excon/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+ruby_add_bdepend "
+	dev-ruby/rake
+	test? (
+		dev-ruby/activesupport
+		>=dev-ruby/json-1.8.5
+		dev-ruby/open4
+		>=dev-ruby/rack-2.2.7-r1:2.2
+		dev-ruby/rdoc
+		dev-ruby/sinatra
+		dev-ruby/webrick
+	)
+"
+all_ruby_prepare() {
+	sed -i -e 's/git ls-files --/find */' ${RUBY_FAKEGEM_GEMSPEC} || die
+
+	# test that need network
+	rm -f spec/excon/test/server_spec.rb || die
+
+	# test that wrongly assumes 127.0.0.1 won't run a DNS server
+	rm -f spec/requests/{dns_timeout,resolv_resolver}_spec.rb || die
+
+	# tests that depend on eventmachine which is broken and no longer maintained
+	rm -f tests/{bad,error,pipeline,response,request}_tests.rb \
+		tests/{batch-requests,complete_responses}.rb \
+		tests/middlewares/{decompress,mock}_tests.rb  || die
+	rm -f spec/requests/eof_requests_spec.rb spec/excon/error_spec.rb || die
+
+	# Use a rackup version compatible with sinatra
+	sed -i -e '/launch_process/ s/"rackup"/"rackup-2"/' tests/test_helper.rb || die
+	sed -i -e '/open_process/ s/rackup/rackup-2/' lib/excon/test/plugin/server/webrick.rb || die
+}


             reply	other threads:[~2024-01-18  6:58 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-18  6:58 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-28 13:20 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/excon/ Hans de Graaff
2025-02-28 13:20 Hans de Graaff
2025-02-28 13:20 Hans de Graaff
2025-01-04  7:27 Hans de Graaff
2025-01-04  7:27 Hans de Graaff
2024-11-29  7:23 Hans de Graaff
2024-11-24 11:06 Hans de Graaff
2024-11-12 19:27 Hans de Graaff
2024-10-18  6:22 Hans de Graaff
2024-10-18  6:22 Hans de Graaff
2024-07-09  6:02 Hans de Graaff
2024-03-14  6:05 Hans de Graaff
2024-03-14  6:05 Hans de Graaff
2024-02-15  7:14 Hans de Graaff
2023-12-29  9:19 Hans de Graaff
2023-12-29  9:18 Hans de Graaff
2023-12-29  9:17 Hans de Graaff
2023-12-15 14:47 Hans de Graaff
2023-10-05  6:07 Hans de Graaff
2023-10-05  6:07 Hans de Graaff
2023-09-15  5:52 Hans de Graaff
2023-08-26  6:53 Hans de Graaff
2023-08-17 20:03 Hans de Graaff
2023-08-15 17:30 Hans de Graaff
2022-12-23  8:05 Hans de Graaff
2022-12-23  8:05 Hans de Graaff
2022-12-23  8:05 Hans de Graaff
2022-10-22  4:36 Hans de Graaff
2022-10-22  4:36 Hans de Graaff
2022-10-01 10:26 Hans de Graaff
2022-10-01  7:06 Hans de Graaff
2022-08-17 15:39 Sam James
2022-07-22  7:43 Agostino Sarubbo
2022-07-21  6:37 Hans de Graaff
2022-06-26  6:44 Hans de Graaff
2022-05-06  8:38 Hans de Graaff
2022-04-23  5:14 Hans de Graaff
2022-04-17  5:31 Hans de Graaff
2022-04-17  5:31 Hans de Graaff
2022-04-17  5:31 Hans de Graaff
2022-03-24  6:09 Hans de Graaff
2022-03-20 10:04 Hans de Graaff
2022-03-20  5:49 Hans de Graaff
2022-02-08  6:19 Hans de Graaff
2022-01-14  7:29 Hans de Graaff
2022-01-14  7:29 Hans de Graaff
2021-12-10  6:56 Hans de Graaff
2021-10-28  5:20 Hans de Graaff
2021-10-09  7:27 Hans de Graaff
2021-09-28  1:01 Sam James

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1705560985.cbd72c2637aabce3186586224ba7313a09b58e5a.graaff@gentoo \
    --to=graaff@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox