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/httpclient/
Date: Fri,  6 Nov 2015 07:31:18 +0000 (UTC)	[thread overview]
Message-ID: <1446795074.aec3f06891b259c5da67485c6ad9e433a38a82e2.graaff@gentoo> (raw)

commit:     aec3f06891b259c5da67485c6ad9e433a38a82e2
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Nov  6 06:27:06 2015 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Nov  6 07:31:14 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aec3f068

dev-ruby/httpclient: add 2.7.0

Package-Manager: portage-2.2.20.1

 dev-ruby/httpclient/Manifest                |  1 +
 dev-ruby/httpclient/httpclient-2.7.0.ebuild | 62 +++++++++++++++++++++++++++++
 2 files changed, 63 insertions(+)

diff --git a/dev-ruby/httpclient/Manifest b/dev-ruby/httpclient/Manifest
index 6ab8430..a434fef 100644
--- a/dev-ruby/httpclient/Manifest
+++ b/dev-ruby/httpclient/Manifest
@@ -1,3 +1,4 @@
 DIST httpclient-2.5.3.2.tgz 303735 SHA256 3605a897d393e90071dab35b153dbedd844fa92c4ef8d13e43115866b2bf3867 SHA512 17db0302b958f10b4a75167d8c03b77f195786b5b429b76fc883af992cc71703500b9a42e39b832ac3421b3b742160496bdeeccd160e48ad2c377d9d8666ba89 WHIRLPOOL 162badfe5619a9ed9d42f9d29c7d34f45eeb205bbc76715d66547b5bf8e5962ba41c535ed2b53075ce6c6abef76a58062a91e172195ec1ab56282c0a2cabbfb3
 DIST httpclient-2.5.3.3.tgz 300578 SHA256 852b50cd771c659e38e4c4a31ace0ac3a2ab1da732b11b01e899827b1f2b424e SHA512 929dd4dfa5719367c61845f522aeb94059dff678716a22fc78b59f7cdce3c2a5fc88a01b6e0efd0ada06f3224cf52e7475b3a4c06f25383ad3702e1514c09292 WHIRLPOOL d6091a0d910474657d5fea0f91703f575fa7ff43e10240afc9312ea0d663c288b0a7dc7518c59e9a095a0c9d81eb18c6bf586db305543ee9217f09addec9a99d
 DIST httpclient-2.6.0.1.tgz 305847 SHA256 213f55639b85edf47fb32f865b59085a76d77c87355e9e13e747250f8da0f6e9 SHA512 bcb71a7b6be7d132df63c5434cb2d4be46fa9b5c585b68a8a8269e46acecde6403098555e219354c60fc193016651c1bda53bffd9d509a517a3104c9a4e04efe WHIRLPOOL 4ded5d0b5f93c3b58df1e1c2233ae3a6219d797c0fb193d4995a2863fda76bad10ef0429f79a01c9b3c7c9ae27e20879b81db34239ff901a502baea9d6436785
+DIST httpclient-2.7.0.tgz 455995 SHA256 95f839dc5c54853d84dd1658846d29b3d57d08326c58b8b1afdbc09c89d60a7e SHA512 b330cec27804832140e69d335baf204e11491ee764c2abd6010d41d67717849fba4dc6f4bbf955a380ec76286f1eb73a3346403723e74e9a70fd4451b3df1f08 WHIRLPOOL c48f3129e670e31673e19dbfa432d5b80afc5508a3db3e6cc1436d260ee975e4c2a48260a368552fe1db39a5c35cc5b45729f7685bad50705f350f14f775d6d0

diff --git a/dev-ruby/httpclient/httpclient-2.7.0.ebuild b/dev-ruby/httpclient/httpclient-2.7.0.ebuild
new file mode 100644
index 0000000..169f40f
--- /dev/null
+++ b/dev-ruby/httpclient/httpclient-2.7.0.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21 ruby22"
+
+RUBY_FAKEGEM_TASK_TEST="-Ilib test"
+RUBY_FAKEGEM_TASK_DOC="doc"
+
+RUBY_FAKEGEM_DOCDIR="doc"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="httpclient.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="'httpclient' gives something like the functionality of libwww-perl (LWP) in Ruby"
+HOMEPAGE="https://github.com/nahi/httpclient"
+SRC_URI="https://github.com/nahi/httpclient/archive/v${PV}.tar.gz -> ${P}.tgz"
+
+LICENSE="Ruby"
+SLOT="0"
+
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND="${RDEPEND}
+	!dev-ruby/http-access2"
+
+ruby_add_rdepend "virtual/ruby-ssl"
+
+ruby_add_bdepend "doc? ( dev-ruby/rdoc )"
+ruby_add_bdepend "test? ( dev-ruby/http-cookie )"
+
+all_ruby_prepare() {
+	rm Gemfile || die
+	sed -i -e '/[bB]undler/s:^:#:' Rakefile || die
+
+	# Fix documentation task
+	sed -i -e 's/README.txt/README.md/' Rakefile || die
+
+	# Remove mandatory CI reports since we don't need this for testing.
+	sed -i -e '/reporter/s:^:#:' Rakefile || die
+
+	# Remove mandatory simplecov dependency
+	sed -i -e '/[Ss]imple[Cc]ov/ s:^:#:' test/helper.rb || die
+
+	# Comment out test requiring network access that makes assumptions
+	# about the environment, bug 395155
+	sed -i -e '/test_async_error/,/^  end/ s:^:#:' test/test_httpclient.rb || die
+
+	# Skip tests using rack-ntlm which is not packaged. Weirdly these
+	# only fail on jruby.
+	rm test/test_auth.rb || die
+}
+
+each_ruby_test() {
+	${RUBY} -Ilib -S testrb test/test_*.rb || die
+}


             reply	other threads:[~2015-11-06  7:31 UTC|newest]

Thread overview: 54+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-06  7:31 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-11-09 11:24 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/httpclient/ Agostino Sarubbo
2015-11-10  6:37 Hans de Graaff
2015-11-11  6:05 Jeroen Roovers
2015-11-11  9:54 Agostino Sarubbo
2015-11-12 10:15 Agostino Sarubbo
2015-12-12  7:35 Hans de Graaff
2016-01-02  6:50 Hans de Graaff
2016-04-23  5:24 Hans de Graaff
2016-04-23  5:24 Hans de Graaff
2016-05-16  5:29 Hans de Graaff
2016-05-29  5:26 Hans de Graaff
2016-08-09  5:02 Hans de Graaff
2016-08-19  6:00 Hans de Graaff
2016-09-13  4:36 Hans de Graaff
2016-09-13  4:36 Hans de Graaff
2016-09-28  8:17 Tobias Klausmann
2016-12-09  8:35 Hans de Graaff
2016-12-13  6:53 Hans de Graaff
2016-12-13  6:53 Hans de Graaff
2016-12-21  6:37 Hans de Graaff
2017-07-15  5:22 Hans de Graaff
2017-10-01  6:44 Hans de Graaff
2017-12-29 17:41 Sergei Trofimovich
2018-03-22 20:23 Jeroen Roovers
2018-05-22  6:12 Hans de Graaff
2018-06-05  4:06 Hans de Graaff
2018-06-25 18:24 Hans de Graaff
2018-06-27 21:54 Sergei Trofimovich
2018-07-02  0:49 Thomas Deutschmann
2018-07-02  5:29 Hans de Graaff
2018-07-07  9:02 Sergei Trofimovich
2018-07-08  4:06 Hans de Graaff
2019-05-01 19:36 Hans de Graaff
2020-12-22  5:30 Hans de Graaff
2021-10-09 15:24 Naohiro Aota
2021-10-14 20:07 Robin H. Johnson
2022-04-01  5:15 Arthur Zamarin
2022-04-08  9:15 Hans de Graaff
2022-04-09 12:42 Hans de Graaff
2022-04-09 12:42 Hans de Graaff
2022-04-26 14:38 Sam James
2022-05-08 15:00 WANG Xuerui
2022-06-28 16:47 Arthur Zamarin
2022-06-28 16:59 Arthur Zamarin
2022-07-30  7:46 Hans de Graaff
2022-12-24  6:35 Sam James
2023-04-13  3:03 Sam James
2023-07-15 11:52 Arthur Zamarin
2024-02-17  7:34 Hans de Graaff
2024-02-18  7:29 Hans de Graaff
2024-02-20 20:59 Ionen Wolkens
2024-02-20 20:59 Ionen Wolkens
2024-02-23  7:39 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=1446795074.aec3f06891b259c5da67485c6ad9e433a38a82e2.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