commit:     e6c99c61d30dc04290d5ebf3652fa378c84c3d78
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 31 01:18:20 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Mon Oct 31 01:18:20 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6c99c61

dev-ruby/sawyer: Add ruby23, drop x86

Package-Manager: portage-2.3.2

 dev-ruby/sawyer/sawyer-0.7.0-r1.ebuild | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/dev-ruby/sawyer/sawyer-0.7.0-r1.ebuild 
b/dev-ruby/sawyer/sawyer-0.7.0-r1.ebuild
new file mode 100644
index 00000000..6b1d81e
--- /dev/null
+++ b/dev-ruby/sawyer/sawyer-0.7.0-r1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit multilib ruby-fakegem
+
+DESCRIPTION="Secret User Agent of HTTP"
+HOMEPAGE="https://github.com/lostisland/sawyer";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm"
+IUSE=""
+
+ruby_add_rdepend "<dev-ruby/faraday-0.10
+       <dev-ruby/addressable-2.5"
+
+all_ruby_prepare() {
+       # Avoid tests that require network acces
+       sed -i -e '/test_blank_response_doesnt_raise/,/^    end/ s:^:#:' 
test/agent_test.rb || die
+}

Reply via email to