summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2021-10-17 08:07:20 +0200
committerHans de Graaff <graaff@gentoo.org>2021-10-17 10:33:48 +0200
commita9e11bf37cacb0c24ca0e10df409e6242a492da9 (patch)
tree98eb4a7c4c1c0de308e5aec60274d221b329f5e6 /dev-ruby/net-http-persistent/net-http-persistent-3.0.0.ebuild
parentdev-python/gsd: Remove old (diff)
downloadgentoo-a9e11bf37cacb0c24ca0e10df409e6242a492da9.tar.gz
gentoo-a9e11bf37cacb0c24ca0e10df409e6242a492da9.tar.bz2
gentoo-a9e11bf37cacb0c24ca0e10df409e6242a492da9.zip
dev-ruby/net-http-persistent: cleanup
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/net-http-persistent/net-http-persistent-3.0.0.ebuild')
-rw-r--r--dev-ruby/net-http-persistent/net-http-persistent-3.0.0.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-ruby/net-http-persistent/net-http-persistent-3.0.0.ebuild b/dev-ruby/net-http-persistent/net-http-persistent-3.0.0.ebuild
deleted file mode 100644
index 1a3b0067b692..000000000000
--- a/dev-ruby/net-http-persistent/net-http-persistent-3.0.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-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="3"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
-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
-}