public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/http/
Date: Mon, 23 Apr 2018 05:56:28 +0000 (UTC)	[thread overview]
Message-ID: <1524462956.380ee9b66d365ffe831a2dbe99ba8cb343868127.graaff@gentoo> (raw)

commit:     380ee9b66d365ffe831a2dbe99ba8cb343868127
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 23 05:23:52 2018 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Apr 23 05:55:56 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=380ee9b6

dev-ruby/http: add 3.2.0

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/http/Manifest          |  1 +
 dev-ruby/http/http-3.2.0.ebuild | 43 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/dev-ruby/http/Manifest b/dev-ruby/http/Manifest
index bbaff0e3c12..fec8c68d89c 100644
--- a/dev-ruby/http/Manifest
+++ b/dev-ruby/http/Manifest
@@ -4,3 +4,4 @@ DIST http-1.0.2.gem 62464 BLAKE2B a7801cb8389473f5dee9761fffe510ed2228ecf01d75e6
 DIST http-2.2.1.gem 66560 BLAKE2B f198fe9aa28e8302503de16422d0b129a89efdcd4f36ac1d4e5ea2f067cd682fdbaa45237e7d00f9993ae1348455401c494d7ad2425f6ca1ec2464e92b1a9db6 SHA512 e8edf381548c04d0fb2ea0f28104d85eda92d6de6686013190e84127c4ce118fe8b8a562267aed41ad23481ca54e21a215613d7e3d920d6c5ea9f9a3c4a2032c
 DIST http-2.2.2.gem 67072 BLAKE2B d2aa0f155085b60c3a65af6e5cda58632708f1aae000d9d52dcfa5fe3f6880000a4dff749810c7816bd1920597f456f7c9e7c080a4e524d578983944f0d49194 SHA512 9c22f7f4473e5cb0b605b9c8d25c1a93c34e7e440fb7cf4f3690cb9dd9e65ce3619d0575da3d97da6dfcf8e1560113b638bb447340605bebc160f589fb007bed
 DIST http-3.0.0.gem 69632 BLAKE2B e02ddc7e7f2747c2b20fc90b38c1c16c315eda8b800d93148aa0cb1ac0194c2fd5742fa346b18a8f60d4814db7d9e0200ad55c94fd2f8f2cb2bf29d50a22da8e SHA512 ef8c4148b68838e0669d5012c3548d373ef99d9273eb2ea25e7e0237027c766ffdbcdede766eb890f042b7211c2ed953688a372c46b120bf0bbd045c06b8aec3
+DIST http-3.2.0.gem 70656 BLAKE2B 9be294d425169318635db9236b3460e1a863e9e0ade07f1bfd97f6c12e75ea40c4c39ea5eda7c82017b78eb91c1c5703229022a9db20fed709149476a53e5936 SHA512 2766cb33d753ba641d9fc5de5c7e15790c6ce3d00f2065631b4e5006ca90f12b38257d8842c99f46f4dee527434c7b7cab2d99476b757937bd4fcd6d81b6cfb4

diff --git a/dev-ruby/http/http-3.2.0.ebuild b/dev-ruby/http/http-3.2.0.ebuild
new file mode 100644
index 00000000000..adc8cb7d319
--- /dev/null
+++ b/dev-ruby/http/http-3.2.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="An easy-to-use client library for making requests from Ruby"
+HOMEPAGE="https://github.com/tarcieri/http"
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+IUSE=""
+
+ruby_add_rdepend "
+	>=dev-ruby/addressable-2.3:0
+	>=dev-ruby/http-cookie-1.0:0
+	>=dev-ruby/http-form_data-1.0.1:1.0
+	>=dev-ruby/http_parser_rb-0.6.0 =dev-ruby/http_parser_rb-0.6*"
+
+ruby_add_bdepend "
+	test? ( dev-ruby/certificate_authority dev-ruby/rspec-its )"
+
+all_ruby_prepare() {
+	sed -i -e '/simplecov/,/end/ s:^:#:' \
+		-e '1irequire "cgi"' spec/spec_helper.rb || die
+
+	# Avoid specs that require network access
+	sed -i -e '/.persistent/,/^  end/ s:^:#:' \
+		spec/lib/http_spec.rb || die
+	sed -i -e '/with non-ASCII URLs/,/^    end/ s:^:#:' \
+		spec/lib/http/client_spec.rb || die
+
+	# Avoid spec that may fail with a running web server
+	sed -i -e '/unifies socket errors into HTTP::ConnectionError/,/^  end/ s:^:#:' spec/lib/http_spec.rb || die
+}


             reply	other threads:[~2018-04-23  5:56 UTC|newest]

Thread overview: 82+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-23  5:56 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-08  8:59 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/http/ Hans de Graaff
2024-03-15 13:16 Hans de Graaff
2024-03-14  5:48 Hans de Graaff
2024-03-14  5:48 Hans de Graaff
2023-09-16  5:30 Hans de Graaff
2023-07-04  9:41 Hans de Graaff
2023-04-09  3:13 Sam James
2023-04-09  3:00 Sam James
2023-04-09  2:34 Sam James
2023-04-08 21:30 Sam James
2022-12-05 20:03 Arthur Zamarin
2022-12-05 18:35 Hans de Graaff
2022-12-01  4:03 Sam James
2022-12-01  4:03 Sam James
2022-12-01  2:04 Sam James
2022-10-22 21:33 Matt Turner
2022-08-27  7:57 Sam James
2022-07-28  8:28 Hans de Graaff
2021-02-14  5:41 Sam James
2021-02-09 21:29 Sam James
2021-01-20  0:38 Sam James
2021-01-19 14:25 Sam James
2020-12-25  7:13 Hans de Graaff
2020-10-01  0:26 Sam James
2020-10-01  0:26 Sam James
2020-05-13  5:05 Hans de Graaff
2020-04-19 23:55 Sergei Trofimovich
2020-04-19 23:55 Sergei Trofimovich
2019-11-16  9:13 Hans de Graaff
2019-11-16  9:13 Hans de Graaff
2019-05-01 19:36 Hans de Graaff
2019-05-01 19:36 Hans de Graaff
2019-04-10  6:09 Hans de Graaff
2019-03-11  6:25 Hans de Graaff
2019-03-11  6:25 Hans de Graaff
2019-02-18  8:28 Hans de Graaff
2019-01-25  6:10 Hans de Graaff
2019-01-15  6:02 Hans de Graaff
2018-12-12  9:30 Hans de Graaff
2018-12-10  7:33 Hans de Graaff
2018-11-23 10:46 Hans de Graaff
2018-10-19  5:35 Hans de Graaff
2018-06-16  6:12 Hans de Graaff
2018-05-23  4:47 Hans de Graaff
2018-04-28  6:33 Hans de Graaff
2018-04-28  6:33 Hans de Graaff
2018-03-25 12:41 Sergei Trofimovich
2018-03-25 12:41 Sergei Trofimovich
2018-03-22 20:23 Jeroen Roovers
2018-02-07  5:52 Thomas Deutschmann
2018-01-19  9:02 Hans de Graaff
2017-10-14  8:08 Hans de Graaff
2017-08-26  8:27 Hans de Graaff
2017-08-26  8:27 Hans de Graaff
2017-08-17  5:45 Hans de Graaff
2017-07-19  6:55 Hans de Graaff
2017-05-23 19:55 Michael Weber
2017-05-06  7:52 Hans de Graaff
2017-04-30  5:12 Hans de Graaff
2017-04-30  5:12 Hans de Graaff
2017-02-10 18:04 Hans de Graaff
2017-02-05  9:18 Hans de Graaff
2017-02-05  9:18 Hans de Graaff
2016-11-09  6:34 Hans de Graaff
2016-10-13  5:52 Hans de Graaff
2016-08-07  6:20 Hans de Graaff
2016-06-27  4:41 Hans de Graaff
2016-06-13  4:37 Richard Farina
2016-06-05  7:59 Hans de Graaff
2016-06-05  7:59 Hans de Graaff
2016-05-20  5:18 Hans de Graaff
2016-05-20  5:18 Hans de Graaff
2016-04-26  5:29 Hans de Graaff
2016-02-18  6:34 Hans de Graaff
2016-02-13  6:46 Hans de Graaff
2016-02-13  6:46 Hans de Graaff
2015-10-04  6:54 Hans de Graaff
2015-10-03  5:35 Hans de Graaff
2015-10-03  5:35 Hans de Graaff
2015-08-19 18:27 Hans de Graaff
2015-08-16  6:38 Hans de Graaff

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1524462956.380ee9b66d365ffe831a2dbe99ba8cb343868127.graaff@gentoo \
    --to=graaff@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox