commit:     94a9559c942d47dffc48276756c304b1e6cd9295
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 25 07:47:09 2021 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Nov 25 09:09:51 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94a9559c

dev-ruby/net-http-pipeline: cleanup

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 .../net-http-pipeline-1.0.1.ebuild                 | 26 ----------------------
 1 file changed, 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
-}

Reply via email to