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/net-http-pipeline/
Date: Thu, 25 Nov 2021 09:10:04
Message-Id: 1637831391.94a9559c942d47dffc48276756c304b1e6cd9295.graaff@gentoo
1 commit: 94a9559c942d47dffc48276756c304b1e6cd9295
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 25 07:47:09 2021 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 25 09:09:51 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94a9559c
7
8 dev-ruby/net-http-pipeline: cleanup
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 .../net-http-pipeline-1.0.1.ebuild | 26 ----------------------
14 1 file changed, 26 deletions(-)
15
16 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
17 deleted file mode 100644
18 index 62b07e328b02..000000000000
19 --- a/dev-ruby/net-http-pipeline/net-http-pipeline-1.0.1.ebuild
20 +++ /dev/null
21 @@ -1,26 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -USE_RUBY="ruby24 ruby25 ruby26 ruby27"
27 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
28 -
29 -inherit ruby-fakegem
30 -
31 -DESCRIPTION="An HTTP/1.1 pipelining implementation atop Net::HTTP"
32 -HOMEPAGE="http://docs.seattlerb.org/net-http-pipeline/"
33 -
34 -LICENSE="MIT"
35 -SLOT="1"
36 -KEYWORDS="~amd64"
37 -IUSE=""
38 -
39 -RUBY_PATCHES=( ${PN}-accept-encoding.patch )
40 -
41 -ruby_add_bdepend "
42 - test? ( dev-ruby/minitest )
43 -"
44 -
45 -each_ruby_test() {
46 - ${RUBY} -Ilib:. -e 'Dir["test/test_*.rb"].each{|f| require f}' || die
47 -}