commit:     9e288f508f5112d3684d7e57a06e2523021b48de
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun May 24 07:09:00 2020 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun May 24 07:09:00 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e288f50

dev-ruby/octokit: add missing test dependency

This drop the ~arm keyword, bug 724894

Closes: https://bugs.gentoo.org/723884
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/octokit/octokit-4.18.0-r1.ebuild | 41 +++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)

diff --git a/dev-ruby/octokit/octokit-4.18.0-r1.ebuild 
b/dev-ruby/octokit/octokit-4.18.0-r1.ebuild
new file mode 100644
index 00000000000..0b3ff206b16
--- /dev/null
+++ b/dev-ruby/octokit/octokit-4.18.0-r1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_RECIPE_DOC="yard"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_EXTRADOC="README.md CONTRIBUTING.md"
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit multilib ruby-fakegem
+
+DESCRIPTION="Ruby toolkit for the Github API"
+HOMEPAGE="https://github.com/octokit/octokit.rb";
+SRC_URI="https://github.com/octokit/octokit.rb/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RUBY_S=octokit.rb-${PV}
+
+ruby_add_rdepend "
+       >=dev-ruby/faraday-0.9
+       =dev-ruby/sawyer-0.8*
+"
+
+ruby_add_bdepend "test? (
+       dev-ruby/jwt
+       dev-ruby/mime-types
+       >=dev-ruby/netrc-0.7.7
+       dev-ruby/vcr:3
+       dev-ruby/webmock:3 )"
+
+all_ruby_prepare() {
+       sed -e '/if RUBY_ENGINE/,/^end/ s:^:#: ; 1igem "webmock", "~>3.0"' \
+               -e '/pry/ s:^:#:' \
+               -i spec/helper.rb || die
+}

Reply via email to