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/connection_pool/
Date: Sun, 27 Mar 2022 09:54:25
Message-Id: 1648374856.d7fb7b63c0e4a8478243a430861bfc1cb024162e.graaff@gentoo
1 commit: d7fb7b63c0e4a8478243a430861bfc1cb024162e
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 27 09:51:01 2022 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 27 09:54:16 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7fb7b63
7
8 dev-ruby/connection_pool: drop 2.2.3, 2.2.4
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11
12 dev-ruby/connection_pool/Manifest | 2 --
13 .../connection_pool/connection_pool-2.2.3.ebuild | 27 ----------------------
14 .../connection_pool/connection_pool-2.2.4.ebuild | 27 ----------------------
15 3 files changed, 56 deletions(-)
16
17 diff --git a/dev-ruby/connection_pool/Manifest b/dev-ruby/connection_pool/Manifest
18 index 6e7e3f3be4b9..8391acceedac 100644
19 --- a/dev-ruby/connection_pool/Manifest
20 +++ b/dev-ruby/connection_pool/Manifest
21 @@ -1,4 +1,2 @@
22 DIST connection_pool-2.2.2.gem 13824 BLAKE2B 2f52bb3451dec5916d5797596f7bc3dbf39845321ee83736d679c433e96f154db852469b1f6d0d3b7c7f48262f7840087d89cdd40ece22b67a29c20ff77274dd SHA512 74cb64aa3f183ee4e41f438133f60581e9f99a1d5b5daf61607cff2329bfb1fbd8810d87c35d709418a22ad925049e3e9403a602107452414a67aee1c6eecfe9
23 -DIST connection_pool-2.2.3.gem 13824 BLAKE2B b74666181790e678793023413eedbd5b68836e6d480d79f6c12d512277a1917db0d400e08be98c098305ca065a12988bcac9d46f89b4c1380d758991490a540b SHA512 a5e54b11073723d5cf5150a47c38b37ef8e58e9adb056eeedc4427207ed1ae5d1844cab925bbbcc8a2a9dd3fe9373593ab735ce4de588b89db97800fb74757ac
24 -DIST connection_pool-2.2.4.gem 14848 BLAKE2B 897db26b57b91183e2a05376a86dc3fa40b2bae136a304ced6433ef4812aa81bb5ade3c744cfd57a4af58f180393c5571f1a2d97ade0bda00091d8ce0358f3dc SHA512 e8b65f270909d4d80161b5b26f013baf4761e8f143852cda848419d6d032b00eacb2f00594850899a5b4cc9a627f361917a61c3e57e4b5b3ff7894b79a4d8cdd
25 DIST connection_pool-2.2.5.gem 14848 BLAKE2B d3e21e5d3c330fb501e9890260c0fed003f3c8afc6a9106c139f77e879c45232de1cbc16be6088c757a1204f3c64b0797010fddc0d1c9cf555389348b6f61152 SHA512 3bc4e4d241cd4b1adb00d341aafe7795bbf0eff459ace962670d83c20c0eaa0d42f49a1f5e61c2327ff4fcbf3abfbc6f6c910f7a31d4a0f62bc55c782ab20e45
26
27 diff --git a/dev-ruby/connection_pool/connection_pool-2.2.3.ebuild b/dev-ruby/connection_pool/connection_pool-2.2.3.ebuild
28 deleted file mode 100644
29 index ec3d219df836..000000000000
30 --- a/dev-ruby/connection_pool/connection_pool-2.2.3.ebuild
31 +++ /dev/null
32 @@ -1,27 +0,0 @@
33 -# Copyright 1999-2021 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -USE_RUBY="ruby25 ruby26 ruby27 ruby30"
38 -
39 -RUBY_FAKEGEM_RECIPE_TEST="rake"
40 -RUBY_FAKEGEM_RECIPE_DOC="none"
41 -RUBY_FAKEGEM_EXTRADOC="Changes.md README.md"
42 -
43 -inherit ruby-fakegem
44 -
45 -DESCRIPTION="Generic connection pooling for Ruby"
46 -HOMEPAGE="https://github.com/mperham/connection_pool"
47 -
48 -LICENSE="MIT"
49 -SLOT="0"
50 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
51 -IUSE=""
52 -
53 -ruby_add_bdepend "test? ( >=dev-ruby/minitest-5 )"
54 -
55 -all_ruby_prepare() {
56 - sed -i -e '/git ls-files/d' connection_pool.gemspec || die
57 - sed -i -e '/\(bundler\|standard\)/ s:^:#:' Rakefile || die
58 - sed -i -e "s/gem 'minitest'/gem 'minitest', '~> 5.0'/" test/helper.rb || die
59 -}
60
61 diff --git a/dev-ruby/connection_pool/connection_pool-2.2.4.ebuild b/dev-ruby/connection_pool/connection_pool-2.2.4.ebuild
62 deleted file mode 100644
63 index ec3d219df836..000000000000
64 --- a/dev-ruby/connection_pool/connection_pool-2.2.4.ebuild
65 +++ /dev/null
66 @@ -1,27 +0,0 @@
67 -# Copyright 1999-2021 Gentoo Authors
68 -# Distributed under the terms of the GNU General Public License v2
69 -
70 -EAPI=7
71 -USE_RUBY="ruby25 ruby26 ruby27 ruby30"
72 -
73 -RUBY_FAKEGEM_RECIPE_TEST="rake"
74 -RUBY_FAKEGEM_RECIPE_DOC="none"
75 -RUBY_FAKEGEM_EXTRADOC="Changes.md README.md"
76 -
77 -inherit ruby-fakegem
78 -
79 -DESCRIPTION="Generic connection pooling for Ruby"
80 -HOMEPAGE="https://github.com/mperham/connection_pool"
81 -
82 -LICENSE="MIT"
83 -SLOT="0"
84 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
85 -IUSE=""
86 -
87 -ruby_add_bdepend "test? ( >=dev-ruby/minitest-5 )"
88 -
89 -all_ruby_prepare() {
90 - sed -i -e '/git ls-files/d' connection_pool.gemspec || die
91 - sed -i -e '/\(bundler\|standard\)/ s:^:#:' Rakefile || die
92 - sed -i -e "s/gem 'minitest'/gem 'minitest', '~> 5.0'/" test/helper.rb || die
93 -}