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: Sat, 02 Dec 2017 05:07:37
Message-Id: 1512190840.8b7451f71e0f7b41c66d7080972a86269f6d24bc.graaff@gentoo
1 commit: 8b7451f71e0f7b41c66d7080972a86269f6d24bc
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 2 05:00:40 2017 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 2 05:00:40 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b7451f7
7
8 dev-ruby/selenium-webdriver: add 3.8.0
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.3
11
12 dev-ruby/selenium-webdriver/Manifest | 1 +
13 .../selenium-webdriver-3.8.0.ebuild | 33 ++++++++++++++++++++++
14 2 files changed, 34 insertions(+)
15
16 diff --git a/dev-ruby/selenium-webdriver/Manifest b/dev-ruby/selenium-webdriver/Manifest
17 index 47902390621..8bc7ee217fd 100644
18 --- a/dev-ruby/selenium-webdriver/Manifest
19 +++ b/dev-ruby/selenium-webdriver/Manifest
20 @@ -3,3 +3,4 @@ DIST selenium-webdriver-3.5.1.gem 830464 BLAKE2B 3f84f324e204beef201656e18b34db6
21 DIST selenium-webdriver-3.5.2.gem 830976 BLAKE2B 04474aaa7a17c40208d4d5c411cb1c94b31a1f12a1ad9dbaee4dcd40944a2a94340641c2a6a12b605ff3a8979ed0e1336a05284d11dc8ce8125831857edeca5d SHA512 c0a8c0e23e4323762d5cad329774337688cc831658de4bb4712f69c2b4c3f0e189fcd0e3576d8132ec9a3fd5c0365ad128bf65061045514b2871a43b30eaeb3a
22 DIST selenium-webdriver-3.6.0.gem 841216 BLAKE2B 8cfe144b0f3e827c9344977ea44aeb4638cd4a197c0d06bf11aef92545b66af5504ac58e353841bcce3855870b6b042b09c4793d33b9a1d372ccd0a382d30ae3 SHA512 c0cea582314167de0390007fe26d94e7470020bbb999787fa0883eb65a491a6ecfcbfad9938a50cbc415023edf2ee7ee44ba88ea35d22cbe87d0ed435f38fc99
23 DIST selenium-webdriver-3.7.0.gem 839168 BLAKE2B 0c6940ff2a8197a3166e8f3f7e7b43bc4551b5bb1f8a40a5887ddcfa7efab93faefa9ead632d3973cbd57a65553a9027f83145bbac753b4ef122f792bae569fd SHA512 f15819d7e3a683d101073710876792ec0cca7c28d387bb9d1b19964083a99e276340fbcfedd9b0ca2234c54f7db56d12dc3af2e4eadf8995e1e05f7282169726
24 +DIST selenium-webdriver-3.8.0.gem 840192 BLAKE2B 3f3871afed9734627757e58a211ad894fd45a49b73208b533fd39e0d99172536e7f2abdfbed1e0589c45aac6a26dd0c1ae0cf8f25053d44082957f7d07591d37 SHA512 c00c44786ecee4c02723b88c9ae5921d6a3f2d4c6c3bd043da1f524692c75a69357b752fc183c7881de0d0a6e6d6ddb03ca31e6a983afacdd06978bdd0797957
25
26 diff --git a/dev-ruby/selenium-webdriver/selenium-webdriver-3.8.0.ebuild b/dev-ruby/selenium-webdriver/selenium-webdriver-3.8.0.ebuild
27 new file mode 100644
28 index 00000000000..c4c4d1b87cc
29 --- /dev/null
30 +++ b/dev-ruby/selenium-webdriver/selenium-webdriver-3.8.0.ebuild
31 @@ -0,0 +1,33 @@
32 +# Copyright 1999-2017 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=6
36 +
37 +USE_RUBY="ruby22 ruby23 ruby24"
38 +
39 +# NOTE: this package contains precompiled code. It appears that all
40 +# source code can be found at https://code.google.com/p/selenium/ but the
41 +# repository is not organized in a way so that we can easily rebuild the
42 +# suited shared object. We'll just try our luck with the precompiled
43 +# objects for now.
44 +
45 +RUBY_FAKEGEM_TASK_DOC=""
46 +RUBY_FAKEGEM_EXTRADOC="CHANGES README.md"
47 +
48 +RUBY_FAKEGEM_TASK_TEST=""
49 +
50 +RUBY_QA_ALLOWED_LIBS="x_ignore_nofocus.so"
51 +QA_PREBUILT="*/x_ignore_nofocus.so"
52 +
53 +inherit ruby-fakegem
54 +
55 +DESCRIPTION="This gem provides Ruby bindings for WebDriver"
56 +HOMEPAGE="https://github.com/seleniumhq/selenium"
57 +
58 +LICENSE="Apache-2.0"
59 +SLOT="3"
60 +KEYWORDS="~amd64 ~arm ~arm64 ~x86"
61 +IUSE=""
62 +
63 +ruby_add_rdepend ">=dev-ruby/childprocess-0.5.0
64 + dev-ruby/rubyzip:1"