Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/selenium-webdriver/
Date: Thu, 14 Oct 2021 05:32:25
Message-Id: 1634189536.055a3ed0da95eb577b0b01bc988c9d4affe5c9b8.graaff@gentoo
1 commit: 055a3ed0da95eb577b0b01bc988c9d4affe5c9b8
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 14 05:09:36 2021 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 14 05:32:16 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=055a3ed0
7
8 dev-ruby/selenium-webdriver: add 4.0.0
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/selenium-webdriver/Manifest | 1 +
14 .../selenium-webdriver-4.0.0.ebuild | 36 ++++++++++++++++++++++
15 2 files changed, 37 insertions(+)
16
17 diff --git a/dev-ruby/selenium-webdriver/Manifest b/dev-ruby/selenium-webdriver/Manifest
18 index c5ae7412c95..dfd0962f0e1 100644
19 --- a/dev-ruby/selenium-webdriver/Manifest
20 +++ b/dev-ruby/selenium-webdriver/Manifest
21 @@ -1 +1,2 @@
22 DIST selenium-webdriver-3.142.7.gem 865280 BLAKE2B 650011848afaa3ea4fab7c8172828c7562df212383a8fbea9615a5136e3382aba0fcf17952d941c7b514e5229c0aafe3dbc320386698eb8756f567eff67722bd SHA512 0e7891c19b8a0b20441d85bc17032ecf03cba7ca435846e03abc50b62b0c53c075dc70456796c9bfcd1ecd28ecc517f907a3d6868346a07617fd1d0c1b9437c0
23 +DIST selenium-webdriver-4.0.0.gem 152576 BLAKE2B 8a1394fb1c9cc3603081454c4946f0ad5207d113bb37c488207baaaaaff69f2848b2b5bc9b9221177d01c86b635dd222933be3561eacfa164539c99c8cf149a6 SHA512 db8fd0a05fc38e7f55c2b9a779462416b937d3b8e732dee6b7bcf2b3f8914417a79e8649e320e348359ab133cef20a75e2033385e8b125e5dfc52645b086045b
24
25 diff --git a/dev-ruby/selenium-webdriver/selenium-webdriver-4.0.0.ebuild b/dev-ruby/selenium-webdriver/selenium-webdriver-4.0.0.ebuild
26 new file mode 100644
27 index 00000000000..48a9afa6621
28 --- /dev/null
29 +++ b/dev-ruby/selenium-webdriver/selenium-webdriver-4.0.0.ebuild
30 @@ -0,0 +1,36 @@
31 +# Copyright 1999-2021 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +
36 +USE_RUBY="ruby26 ruby27 ruby30"
37 +
38 +# NOTE: this package contains precompiled code. It appears that all
39 +# source code can be found at https://code.google.com/p/selenium/ but the
40 +# repository is not organized in a way so that we can easily rebuild the
41 +# suited shared object. We'll just try our luck with the precompiled
42 +# objects for now.
43 +
44 +RUBY_FAKEGEM_RECIPE_DOC="none"
45 +RUBY_FAKEGEM_EXTRADOC="CHANGES README.md"
46 +
47 +RUBY_FAKEGEM_TASK_TEST=""
48 +
49 +RUBY_FAKEGEM_GEMSPEC="selenium-webdriver.gemspec"
50 +
51 +RUBY_QA_ALLOWED_LIBS="x_ignore_nofocus.so"
52 +QA_PREBUILT="*/x_ignore_nofocus.so"
53 +
54 +inherit ruby-fakegem
55 +
56 +DESCRIPTION="This gem provides Ruby bindings for WebDriver"
57 +HOMEPAGE="https://github.com/seleniumhq/selenium"
58 +
59 +LICENSE="Apache-2.0"
60 +SLOT="$(ver_cut 1)"
61 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
62 +IUSE=""
63 +
64 +ruby_add_rdepend ">=dev-ruby/childprocess-0.5:2
65 + >=dev-ruby/rexml-3.2.5:3
66 + >=dev-ruby/rubyzip-1.2.2:*"