commit:     e1fb94b2b291ccf47ab5d3fe3310df19412fb80f
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 25 07:46:55 2021 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Nov 25 09:09:50 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1fb94b2

dev-ruby/net-http-pipeline: add ruby30

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-r1.ebuild              | 27 ++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/dev-ruby/net-http-pipeline/net-http-pipeline-1.0.1-r1.ebuild 
b/dev-ruby/net-http-pipeline/net-http-pipeline-1.0.1-r1.ebuild
new file mode 100644
index 000000000000..a4b32a23797d
--- /dev/null
+++ b/dev-ruby/net-http-pipeline/net-http-pipeline-1.0.1-r1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27 ruby30"
+
+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_add_bdepend "
+       test? ( dev-ruby/minitest )
+"
+
+all_ruby_prepare() {
+       eapply -p0 "${FILESDIR}/${PN}-accept-encoding.patch"
+}
+
+each_ruby_test() {
+       ${RUBY} -Ilib:. -e 'Dir["test/test_*.rb"].each{|f| require f}' || die
+}

Reply via email to