From d76b6613e545057331e9273ddd21e68d28d9e402 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 26 Aug 2023 21:58:12 +0100 Subject: gentoo auto-resync : 26:08:2023 - 21:58:11 --- .../net-http-persistent-4.0.1.ebuild | 29 ---------------------- 1 file changed, 29 deletions(-) delete mode 100644 dev-ruby/net-http-persistent/net-http-persistent-4.0.1.ebuild (limited to 'dev-ruby/net-http-persistent/net-http-persistent-4.0.1.ebuild') diff --git a/dev-ruby/net-http-persistent/net-http-persistent-4.0.1.ebuild b/dev-ruby/net-http-persistent/net-http-persistent-4.0.1.ebuild deleted file mode 100644 index 8172ed90718c..000000000000 --- a/dev-ruby/net-http-persistent/net-http-persistent-4.0.1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -USE_RUBY="ruby26 ruby27 ruby30 ruby31" - -RUBY_FAKEGEM_EXTRADOC="History.txt README.rdoc" - -inherit ruby-fakegem - -DESCRIPTION="Manages persistent connections using Net::HTTP plus a speed fix for Ruby 1.8" -HOMEPAGE="https://github.com/drbrain/net-http-persistent" - -LICENSE="MIT" -SLOT="$(ver_cut 1)" -KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="doc test" - -ruby_add_rdepend ">=dev-ruby/connection_pool-2.2:0" - -ruby_add_bdepend " - test? ( dev-ruby/hoe dev-ruby/minitest )" - -all_ruby_prepare() { - # avoid test with implicit dependency on net-http-pipeline which - # fails and is not tested upstream - sed -i -e '/net-http-pipeline not installed/ s/unless.*$//' test/test_net_http_persistent.rb || die -} -- cgit v1.2.3