From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/connection_pool/
Date: Thu, 24 Apr 2025 04:44:16 +0000 (UTC) [thread overview]
Message-ID: <1745469723.5eda9db3ef7df05eaa35f50aae240d1fbe6fefde.graaff@gentoo> (raw)
commit: 5eda9db3ef7df05eaa35f50aae240d1fbe6fefde
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 24 04:42:03 2025 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Apr 24 04:42:03 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5eda9db3
dev-ruby/connection_pool: drop 2.5.1
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/connection_pool/Manifest | 1 -
.../connection_pool/connection_pool-2.5.1.ebuild | 29 ----------------------
2 files changed, 30 deletions(-)
diff --git a/dev-ruby/connection_pool/Manifest b/dev-ruby/connection_pool/Manifest
index a7b83ee2d08d..d0cea319662b 100644
--- a/dev-ruby/connection_pool/Manifest
+++ b/dev-ruby/connection_pool/Manifest
@@ -1,4 +1,3 @@
DIST connection_pool-2.4.1.tar.gz 11425 BLAKE2B 17aae4f8ce0461554eaddb4ee3535062608d75a29219ca44b1535f087db39429ddbc591d996c020b1fa557337e75bb15b0ac218e8b9f393f94e32e70ffe76800 SHA512 4529446de89d01adee28127807fe104ada683866bc61b60ee77acb718881aced982aa1a1e6e2330077d79ed3d77af199e8612a6dc08de4c40468ac4e3623b799
DIST connection_pool-2.5.0.tar.gz 13120 BLAKE2B e914c07de63367d61e0f136ac95cb15cfb0595a232f2c72095b0ae97959f7d49a7dd1295e1509a3a21a43429e2f44a454e3e2146076cce683fdf6a0229e274d4 SHA512 ce43edb4dd25c050ad93d13ad0a4243bd8ed3234f3af3593b5301696fe31574b4ec20ffb6410caa459876ab4ed4d39d4767ebf57dd2970c25ad18672b42342ed
-DIST connection_pool-2.5.1.tar.gz 13622 BLAKE2B bf044d0c50646349a45bc5ef0214bb5cd321700db31037b0dcb0973c5df697a6d0d146aa02f23dbce6ce641a8da75a7a1f6e28d59b78c4805b932bbd033184c5 SHA512 e2c1453c64de12606aedb2c20adf05dbff1892598dfeaac5865602788e3bba75c2252d27e72e16d1a9244bd4bf5fe3e4481e569d1e85d23ded74980a39a1cbcf
DIST connection_pool-2.5.2.tar.gz 13916 BLAKE2B 736b4902c0c220e158c24034b5c3d8b0c692f294abd7d804a148e69cfeea0cfd716325c367b42098fa1fffa9360b1743c45b4c85d6d87685263d2802cea774bd SHA512 029502957c2f4f166a5d07c27c6d0d8303ea587fb36a066749abb4c1d11da3fd20336d4cebc2e05f20ccd3083b649707c420f956abe121f706245587f388415c
diff --git a/dev-ruby/connection_pool/connection_pool-2.5.1.ebuild b/dev-ruby/connection_pool/connection_pool-2.5.1.ebuild
deleted file mode 100644
index 91a152103373..000000000000
--- a/dev-ruby/connection_pool/connection_pool-2.5.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby31 ruby32 ruby33 ruby34"
-
-RUBY_FAKEGEM_GEMSPEC="connection_pool.gemspec"
-RUBY_FAKEGEM_RECIPE_TEST="rake"
-RUBY_FAKEGEM_RECIPE_DOC="none"
-RUBY_FAKEGEM_EXTRADOC="Changes.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Generic connection pooling for Ruby"
-HOMEPAGE="https://github.com/mperham/connection_pool"
-SRC_URI="https://github.com/mperham/connection_pool/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-IUSE="test"
-
-ruby_add_bdepend "test? ( >=dev-ruby/minitest-5 )"
-
-all_ruby_prepare() {
- sed -i -e '/git ls-files/d' connection_pool.gemspec || die
- sed -i -e '/\(bundler\|standard\)/ s:^:#:' Rakefile || die
- sed -i -e "s/gem 'minitest'/gem 'minitest', '~> 5.0'/" test/helper.rb || die
-}
next reply other threads:[~2025-04-24 4:44 UTC|newest]
Thread overview: 60+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-24 4:44 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-09-02 6:55 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/connection_pool/ Hans de Graaff
2025-07-13 9:45 Sam James
2025-04-28 17:44 Hans de Graaff
2025-04-25 10:11 Arthur Zamarin
2025-04-24 15:30 Sam James
2025-04-24 14:31 Sam James
2025-04-24 7:08 Sam James
2025-04-24 7:08 Sam James
2025-04-24 7:00 Sam James
2025-04-24 4:44 Hans de Graaff
2025-04-17 5:34 Hans de Graaff
2025-01-08 7:09 Hans de Graaff
2024-12-30 10:18 Hans de Graaff
2023-12-27 20:33 Hans de Graaff
2023-12-27 20:33 Hans de Graaff
2023-12-05 18:25 Ionen Wolkens
2023-08-04 9:22 Sam James
2023-06-13 12:08 Hans de Graaff
2023-06-13 12:08 Hans de Graaff
2023-06-01 5:26 Sam James
2023-06-01 5:01 Sam James
2023-06-01 5:01 Sam James
2023-06-01 5:01 Sam James
2023-06-01 5:01 Sam James
2023-04-23 21:40 Sam James
2023-04-22 16:43 Arthur Zamarin
2023-04-12 18:31 Arthur Zamarin
2023-04-12 3:28 Sam James
2023-04-12 2:36 Sam James
2023-04-12 2:36 Sam James
2023-03-26 6:35 Hans de Graaff
2023-03-12 7:40 Hans de Graaff
2022-05-08 15:00 WANG Xuerui
2022-03-31 6:15 Hans de Graaff
2022-03-30 11:48 Agostino Sarubbo
2022-03-28 6:51 Agostino Sarubbo
2022-03-27 9:54 Hans de Graaff
2022-03-27 9:54 Hans de Graaff
2021-11-08 2:51 Yixun Lan
2021-04-18 5:34 Hans de Graaff
2021-04-13 5:23 Hans de Graaff
2021-01-14 6:41 Hans de Graaff
2020-06-03 6:08 Hans de Graaff
2020-04-19 23:55 Sergei Trofimovich
2020-01-29 7:16 Hans de Graaff
2019-04-29 5:32 Hans de Graaff
2019-04-28 20:34 Thomas Deutschmann
2019-04-13 14:10 Mikle Kolyada
2019-01-09 8:07 Hans de Graaff
2018-05-25 5:03 Hans de Graaff
2017-12-27 7:02 Hans de Graaff
2017-12-27 7:02 Hans de Graaff
2017-12-27 7:02 Hans de Graaff
2017-06-30 12:47 Alexis Ballier
2017-05-06 6:41 Hans de Graaff
2016-11-13 7:17 Hans de Graaff
2016-03-28 10:21 Hans de Graaff
2016-02-14 6:53 Hans de Graaff
2015-09-19 17:25 Tobias Klausmann
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=1745469723.5eda9db3ef7df05eaa35f50aae240d1fbe6fefde.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