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: Sun, 14 Oct 2018 06:01:36
Message-Id: 1539496080.ee1c4eaa180b027a478df6ab421e887d2e5f4ff7.graaff@gentoo
1 commit: ee1c4eaa180b027a478df6ab421e887d2e5f4ff7
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 14 05:48:00 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 14 05:48:00 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee1c4eaa
7
8 dev-ruby/selenium-webdriver: add 3.14.1
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11 Package-Manager: Portage-2.3.49, Repoman-2.3.11
12
13 dev-ruby/selenium-webdriver/Manifest | 1 +
14 .../selenium-webdriver-3.14.1.ebuild | 33 ++++++++++++++++++++++
15 2 files changed, 34 insertions(+)
16
17 diff --git a/dev-ruby/selenium-webdriver/Manifest b/dev-ruby/selenium-webdriver/Manifest
18 index 2214a5e87cb..9d924f9b9cc 100644
19 --- a/dev-ruby/selenium-webdriver/Manifest
20 +++ b/dev-ruby/selenium-webdriver/Manifest
21 @@ -4,3 +4,4 @@ DIST selenium-webdriver-3.12.0.gem 843264 BLAKE2B f9a2e233658e071144f153f7710ec1
22 DIST selenium-webdriver-3.13.0.gem 843264 BLAKE2B cce9be238d5b6480635ed286893f4b72e26166c21fd07ba99e2c008fd7360f0f3744dba24d015aa92612775a8c726616f391b1681d4a37689933a6b9b08d41f3 SHA512 e0b7d521ba748bbb224d659b56b9b4ff9970aab84b827eac1b755d950ad840b70a09567190e5ebafd1a513bb0c4cbfcc25e6a6e4a83051df951237533453ec44
23 DIST selenium-webdriver-3.13.1.gem 843776 BLAKE2B 633a6582f9294f008a77d74454a208bb67425f5a790e97a59323b51bbd3d6b9f28c611cbfb72bb922898c353fb35812b99529a75230ebfb1da18683378d36740 SHA512 b372a5af0380adb607e3f9ba24713cc8ef288e1432c2c6ea71426b8f5f96b315aace36283d585cc75546b467572822f0eab3d8217702d1b6d2ec303c59c0b98f
24 DIST selenium-webdriver-3.14.0.gem 844288 BLAKE2B 52c4a4cd4f4b939d685efd764a0ede064dd31713804ccbbfbb0b92b51c39c4f3eda7529c46ab795cf1e02b27d8e32309fc89801765d9542cb0df2145fd1a0b86 SHA512 81600fbc8c033e649127c21721431d7c60f17a729f21012355d4e6b866eaa22324514e813b94e9677c49f313f00afaced205fddee14756eb2fa3f1ee68cd992c
25 +DIST selenium-webdriver-3.14.1.gem 860672 BLAKE2B 83026babf1596fc5c0621da19eb1ae48c3534448a5f4c3b6dbcb6141f2968eb527cbb667b45859a998b4950d8498dbd4a68ddcbbcadbe83fd02dcac46d2f2e4e SHA512 3671bc6446f49945b4484bce90e91178f932d799ac79b93974268eb2b9bc060c62f41c2f25436b7ea49612e1d9b014f1ca4f63dfc74b9781ddcb9c849f3be82d
26
27 diff --git a/dev-ruby/selenium-webdriver/selenium-webdriver-3.14.1.ebuild b/dev-ruby/selenium-webdriver/selenium-webdriver-3.14.1.ebuild
28 new file mode 100644
29 index 00000000000..36a05a64d4a
30 --- /dev/null
31 +++ b/dev-ruby/selenium-webdriver/selenium-webdriver-3.14.1.ebuild
32 @@ -0,0 +1,33 @@
33 +# Copyright 1999-2018 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=6
37 +
38 +USE_RUBY="ruby23 ruby24 ruby25"
39 +
40 +# NOTE: this package contains precompiled code. It appears that all
41 +# source code can be found at https://code.google.com/p/selenium/ but the
42 +# repository is not organized in a way so that we can easily rebuild the
43 +# suited shared object. We'll just try our luck with the precompiled
44 +# objects for now.
45 +
46 +RUBY_FAKEGEM_TASK_DOC=""
47 +RUBY_FAKEGEM_EXTRADOC="CHANGES README.md"
48 +
49 +RUBY_FAKEGEM_TASK_TEST=""
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="3"
61 +KEYWORDS="~amd64 ~arm ~arm64 ~x86"
62 +IUSE=""
63 +
64 +ruby_add_rdepend ">=dev-ruby/childprocess-0.5.0
65 + >=dev-ruby/rubyzip-1.2:1"