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: Sun, 27 Mar 2022 09:54:21 +0000 (UTC) [thread overview]
Message-ID: <1648374856.d7fb7b63c0e4a8478243a430861bfc1cb024162e.graaff@gentoo> (raw)
commit: d7fb7b63c0e4a8478243a430861bfc1cb024162e
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 27 09:51:01 2022 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Mar 27 09:54:16 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7fb7b63
dev-ruby/connection_pool: drop 2.2.3, 2.2.4
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/connection_pool/Manifest | 2 --
.../connection_pool/connection_pool-2.2.3.ebuild | 27 ----------------------
.../connection_pool/connection_pool-2.2.4.ebuild | 27 ----------------------
3 files changed, 56 deletions(-)
diff --git a/dev-ruby/connection_pool/Manifest b/dev-ruby/connection_pool/Manifest
index 6e7e3f3be4b9..8391acceedac 100644
--- a/dev-ruby/connection_pool/Manifest
+++ b/dev-ruby/connection_pool/Manifest
@@ -1,4 +1,2 @@
DIST connection_pool-2.2.2.gem 13824 BLAKE2B 2f52bb3451dec5916d5797596f7bc3dbf39845321ee83736d679c433e96f154db852469b1f6d0d3b7c7f48262f7840087d89cdd40ece22b67a29c20ff77274dd SHA512 74cb64aa3f183ee4e41f438133f60581e9f99a1d5b5daf61607cff2329bfb1fbd8810d87c35d709418a22ad925049e3e9403a602107452414a67aee1c6eecfe9
-DIST connection_pool-2.2.3.gem 13824 BLAKE2B b74666181790e678793023413eedbd5b68836e6d480d79f6c12d512277a1917db0d400e08be98c098305ca065a12988bcac9d46f89b4c1380d758991490a540b SHA512 a5e54b11073723d5cf5150a47c38b37ef8e58e9adb056eeedc4427207ed1ae5d1844cab925bbbcc8a2a9dd3fe9373593ab735ce4de588b89db97800fb74757ac
-DIST connection_pool-2.2.4.gem 14848 BLAKE2B 897db26b57b91183e2a05376a86dc3fa40b2bae136a304ced6433ef4812aa81bb5ade3c744cfd57a4af58f180393c5571f1a2d97ade0bda00091d8ce0358f3dc SHA512 e8b65f270909d4d80161b5b26f013baf4761e8f143852cda848419d6d032b00eacb2f00594850899a5b4cc9a627f361917a61c3e57e4b5b3ff7894b79a4d8cdd
DIST connection_pool-2.2.5.gem 14848 BLAKE2B d3e21e5d3c330fb501e9890260c0fed003f3c8afc6a9106c139f77e879c45232de1cbc16be6088c757a1204f3c64b0797010fddc0d1c9cf555389348b6f61152 SHA512 3bc4e4d241cd4b1adb00d341aafe7795bbf0eff459ace962670d83c20c0eaa0d42f49a1f5e61c2327ff4fcbf3abfbc6f6c910f7a31d4a0f62bc55c782ab20e45
diff --git a/dev-ruby/connection_pool/connection_pool-2.2.3.ebuild b/dev-ruby/connection_pool/connection_pool-2.2.3.ebuild
deleted file mode 100644
index ec3d219df836..000000000000
--- a/dev-ruby/connection_pool/connection_pool-2.2.3.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27 ruby30"
-
-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"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-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
-}
diff --git a/dev-ruby/connection_pool/connection_pool-2.2.4.ebuild b/dev-ruby/connection_pool/connection_pool-2.2.4.ebuild
deleted file mode 100644
index ec3d219df836..000000000000
--- a/dev-ruby/connection_pool/connection_pool-2.2.4.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27 ruby30"
-
-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"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-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:[~2022-03-27 9:54 UTC|newest]
Thread overview: 60+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-27 9:54 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-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
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=1648374856.d7fb7b63c0e4a8478243a430861bfc1cb024162e.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