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: Wed, 28 May 2025 05:56:39 +0000 (UTC)	[thread overview]
Message-ID: <1748411784.47c02515b80e94346c59a631644c058c1ef7358d.graaff@gentoo> (raw)

commit:     47c02515b80e94346c59a631644c058c1ef7358d
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed May 28 05:45:56 2025 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed May 28 05:56:24 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47c02515

dev-ruby/excon: add 1.2.7

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

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

diff --git a/dev-ruby/excon/Manifest b/dev-ruby/excon/Manifest
index 49d242656a22..cc033a6f37db 100644
--- a/dev-ruby/excon/Manifest
+++ b/dev-ruby/excon/Manifest
@@ -1,2 +1,3 @@
 DIST excon-0.112.0.tar.gz 239915 BLAKE2B 5873c43ae0739d46c01c18caf2aeb22244372377b565cb00ee56a74995a9672165cba28f9da7cf53e9878e6f99cc69b50937b6bef6ebf7f7edd3ca8e81d41c00 SHA512 1b27cfbb8483c4f0ace6cead44f375e3fb13e7e551220f02f9ba6b3a868a2f9f5c28da535b82becc81f1350088b8246fce34c5b1a978c2da1ffeb3979771784f
 DIST excon-1.2.5.tar.gz 240394 BLAKE2B f151b6850bd68c77d281b2fd5a3cd5e1406a064137177314606e0e726100a71fc97c7fcb1f9d0868958dcdd6274b60e71c2281c4e50b030e92bd7b30b87ef3dd SHA512 639a7c6729215eef55839c459c5d5e54d903f1fc0cc088e23388d4a29cc67ecc1881946f72431db5891b40d666d6ff5a8517a5398acd6d9ba3cce33cd99e0876
+DIST excon-1.2.7.tar.gz 235326 BLAKE2B 895b458e812fcf64369438b9f56d2e2d86756ab9da2b4bd5dc1e9ed79c192b0c7317266b172904186bc828b2065b2307caea65770a61fe345b8710fee93f37fe SHA512 1ab6ef4608c3d936dae09ccc0a62667d97c112f58c5cfa803c414fc7218262ff484b26c14e95585f08920ab1b21f9f127a2cf11e7cc442ea61626347963d7a60

diff --git a/dev-ruby/excon/excon-1.2.7.ebuild b/dev-ruby/excon/excon-1.2.7.ebuild
new file mode 100644
index 000000000000..400fe0b0847e
--- /dev/null
+++ b/dev-ruby/excon/excon-1.2.7.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby32 ruby33 ruby34"
+
+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="$(ver_cut 1)"
+KEYWORDS="~amd64 ~arm64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+ruby_add_rdepend "dev-ruby/logger"
+
+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
+		dev-ruby/rackup
+		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
+}


             reply	other threads:[~2025-05-28  5:56 UTC|newest]

Thread overview: 61+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-28  5:56 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-09-23 12:08 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/excon/ Arthur Zamarin
2025-08-21 12:34 Hans de Graaff
2025-08-16  6:04 Hans de Graaff
2025-07-17  8:01 Hans de Graaff
2025-07-17  5:51 Hans de Graaff
2025-07-17  5:51 Hans de Graaff
2025-05-21 17:52 Hans de Graaff
2025-05-21 17:52 Hans de Graaff
2025-04-28 16:48 Sam James
2025-02-28 13:20 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
2024-01-18  6:58 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=1748411784.47c02515b80e94346c59a631644c058c1ef7358d.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