From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rest-client/
Date: Sun, 13 Oct 2019 08:17:22 +0000 (UTC) [thread overview]
Message-ID: <1570954632.ed0c37e3b0716789372b0f2c49682a7002b0cf7e.graaff@gentoo> (raw)
commit: ed0c37e3b0716789372b0f2c49682a7002b0cf7e
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 13 08:17:12 2019 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Oct 13 08:17:12 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed0c37e3
dev-ruby/rest-client: add 2.1.0
Fixes: https://bugs.gentoo.org/692724
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/rest-client/Manifest | 1 +
dev-ruby/rest-client/rest-client-2.1.0.ebuild | 37 +++++++++++++++++++++++++++
2 files changed, 38 insertions(+)
diff --git a/dev-ruby/rest-client/Manifest b/dev-ruby/rest-client/Manifest
index 78b11caa859..94e23e2b8eb 100644
--- a/dev-ruby/rest-client/Manifest
+++ b/dev-ruby/rest-client/Manifest
@@ -1 +1,2 @@
DIST rest-client-2.0.2.gem 149504 BLAKE2B 839003255545ad8d67b0fd896f56b628d647a90fdf9eaf4e27f6c5d0179f15a1c17683e81ff7f288ffac55dcd523f5b01b4217a277b6c260bf45df8cef3998e2 SHA512 c132518a9ff0029e79826cf90de442b01f6f422b464e04914947c2f757cb7046b96c915f0248a82172f7980519fa9fe5f7bcb9dcfe28889abc62dbb48cee1030
+DIST rest-client-2.1.0.gem 147456 BLAKE2B 602e3cea1bdb117ad8b783d30741f699b18085fd6dd4f0d26a8a8f3b658bc6f807357a7412eaae312566f1b4d5ee7e311f51d5fd4a8eb9063e8552335b019a2e SHA512 fe5d44409dfe607566b4c0324441d9a3981776699027bfbc92283b1cd425f204211fc872593cb0784e0ca7a5e061e98793540eedfeb1891d9a8afd53a5ce01de
diff --git a/dev-ruby/rest-client/rest-client-2.1.0.ebuild b/dev-ruby/rest-client/rest-client-2.1.0.ebuild
new file mode 100644
index 00000000000..8f973b66fd9
--- /dev/null
+++ b/dev-ruby/rest-client/rest-client-2.1.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="history.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Simple Simple HTTP and REST client for Ruby"
+HOMEPAGE="https://github.com/rest-client/rest-client"
+
+LICENSE="MIT"
+SLOT="2"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/webmock:3 )"
+
+ruby_add_rdepend "
+ >=dev-ruby/http-accept-1.7.0:1
+ >=dev-ruby/http-cookie-1.0.2:0
+ >=dev-ruby/mime-types-1.16:* <dev-ruby/mime-types-4:*
+ >=dev-ruby/netrc-0.8:0
+"
+
+all_ruby_prepare() {
+ sed -e '/bundler/I s:^:#:' \
+ -e '/namespace :windows/,/^end/ s:^:#:' -i Rakefile || die
+
+ # Remove specs that requires network access.
+ rm spec/integration/{httpbin,request}_spec.rb || die
+}
next reply other threads:[~2019-10-13 8:17 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-13 8:17 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-06-02 9:43 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rest-client/ Hans de Graaff
2024-07-17 5:57 Hans de Graaff
2023-08-27 10:16 Jakov Smolić
2023-08-26 13:47 Arthur Zamarin
2023-08-26 13:30 Sam James
2023-08-13 8:40 Hans de Graaff
2023-01-25 7:30 Hans de Graaff
2022-12-04 10:14 Hans de Graaff
2022-08-17 15:39 Sam James
2022-07-29 4:48 Hans de Graaff
2022-07-26 9:49 Hans de Graaff
2021-02-22 6:49 Hans de Graaff
2020-04-18 5:44 Hans de Graaff
2020-01-12 8:35 Hans de Graaff
2019-10-13 7:59 Hans de Graaff
2019-05-05 7:28 Hans de Graaff
2019-01-16 19:01 Hans de Graaff
2018-11-23 10:46 Hans de Graaff
2018-06-25 18:44 Hans de Graaff
2018-05-09 4:26 Hans de Graaff
2018-05-07 5:02 Hans de Graaff
2018-04-29 9:42 Hans de Graaff
2018-03-02 10:43 Hans de Graaff
2017-06-28 6:09 Hans de Graaff
2017-04-26 4:59 Hans de Graaff
2017-04-26 4:59 Hans de Graaff
2017-04-21 5:07 Hans de Graaff
2017-02-21 7:29 Hans de Graaff
2016-12-25 20:44 Manuel Rüger
2016-11-27 8:29 Hans de Graaff
2016-11-27 8:29 Hans de Graaff
2016-11-25 14:49 Hans de Graaff
2016-10-15 9:18 Hans de Graaff
2016-08-05 12:14 Hans de Graaff
2016-08-05 12:14 Hans de Graaff
2016-07-28 6:06 Hans de Graaff
2016-04-17 11:24 Manuel Rüger
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=1570954632.ed0c37e3b0716789372b0f2c49682a7002b0cf7e.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