summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2021-11-25 08:47:09 +0100
committerHans de Graaff <graaff@gentoo.org>2021-11-25 10:09:51 +0100
commit94a9559c942d47dffc48276756c304b1e6cd9295 (patch)
tree898377b4186a03046e4683ce30ab1ab712182b05 /dev-ruby/net-http-pipeline
parentdev-ruby/net-http-pipeline: add ruby30 (diff)
downloadgentoo-94a9559c942d47dffc48276756c304b1e6cd9295.tar.gz
gentoo-94a9559c942d47dffc48276756c304b1e6cd9295.tar.bz2
gentoo-94a9559c942d47dffc48276756c304b1e6cd9295.zip
dev-ruby/net-http-pipeline: cleanup
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/net-http-pipeline')
-rw-r--r--dev-ruby/net-http-pipeline/net-http-pipeline-1.0.1.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-ruby/net-http-pipeline/net-http-pipeline-1.0.1.ebuild b/dev-ruby/net-http-pipeline/net-http-pipeline-1.0.1.ebuild
deleted file mode 100644
index 62b07e328b02..000000000000
--- a/dev-ruby/net-http-pipeline/net-http-pipeline-1.0.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="An HTTP/1.1 pipelining implementation atop Net::HTTP"
-HOMEPAGE="http://docs.seattlerb.org/net-http-pipeline/"
-
-LICENSE="MIT"
-SLOT="1"
-KEYWORDS="~amd64"
-IUSE=""
-
-RUBY_PATCHES=( ${PN}-accept-encoding.patch )
-
-ruby_add_bdepend "
- test? ( dev-ruby/minitest )
-"
-
-each_ruby_test() {
- ${RUBY} -Ilib:. -e 'Dir["test/test_*.rb"].each{|f| require f}' || die
-}