public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/net-http-pipeline/, dev-ruby/net-http-pipeline/files/
@ 2016-11-17  7:05 Hans de Graaff
  0 siblings, 0 replies; only message in thread
From: Hans de Graaff @ 2016-11-17  7:05 UTC (permalink / raw
  To: gentoo-commits

commit:     bbb4cf4fedaf0d8a98be12c30df4f13a1ab32dc7
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 17 07:01:33 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Nov 17 07:01:58 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbb4cf4f

dev-ruby/net-http-pipeline: fix tests; add ruby22, ruby23

Package-Manager: portage-2.3.0

 .../files/net-http-pipeline-accept-encoding.patch      | 18 ++++++++++++++++++
 .../net-http-pipeline/net-http-pipeline-1.0.1.ebuild   |  4 +++-
 2 files changed, 21 insertions(+), 1 deletion(-)

diff --git a/dev-ruby/net-http-pipeline/files/net-http-pipeline-accept-encoding.patch b/dev-ruby/net-http-pipeline/files/net-http-pipeline-accept-encoding.patch
new file mode 100644
index 00000000..3adfdf2
--- /dev/null
+++ b/dev-ruby/net-http-pipeline/files/net-http-pipeline-accept-encoding.patch
@@ -0,0 +1,18 @@
+--- test/test_net_http_pipeline.rb.old	2016-11-17 07:58:57.284997283 +0100
++++ test/test_net_http_pipeline.rb	2016-11-17 07:58:50.345168508 +0100
+@@ -96,6 +96,7 @@
+   def http_get
+     get = []
+     get << 'GET / HTTP/1.1'
++    get << 'Accept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3'
+     get << 'Accept: */*'
+     get << 'User-Agent: Ruby' if RUBY_VERSION > '1.9'
+     get.push nil, nil
+@@ -106,6 +107,7 @@
+   def http_post
+     get = []
+     get << 'POST / HTTP/1.1'
++    get << 'Accept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3'
+     get << 'Accept: */*'
+     get << 'User-Agent: Ruby' if RUBY_VERSION > '1.9'
+     get.push nil, nil

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
index f9cfa20..fe348b5 100644
--- 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
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby20 ruby21"
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 
 inherit ruby-fakegem
@@ -16,6 +16,8 @@ SLOT="1"
 KEYWORDS="~amd64"
 IUSE=""
 
+RUBY_PATCHES=( ${PN}-accept-encoding.patch )
+
 ruby_add_bdepend "
 	dev-ruby/hoe
 	test? ( dev-ruby/minitest )


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-11-17  7:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-17  7:05 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/net-http-pipeline/, dev-ruby/net-http-pipeline/files/ Hans de Graaff

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox