mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
dev-ruby/selenium-webdriver: add 3.4.1
Package-Manager: Portage-2.3.5, Repoman-2.3.1
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
DIST selenium-webdriver-2.53.4.gem 897536 SHA256 44b38d9b6a97b39c7d2aa5185ff9585320295d5aa194cb21ec562897d6711e97 SHA512 ad7934a67c4415a81c2d0efae5f510d41784411076ea903724e1fa2be1b209382131aa1b05f3636deb1deca38db6e76805262f5037ab2e621e785e4eb3c2b90e WHIRLPOOL c75f4b89fbfc31987ff92c013c1274a07d73f4d7fcbcdbade267180849e45279ebd5099fa63f7a5138ca75100fc1d39e15e0df4f15f35552cd2e679ea5c2bff0
|
||||
DIST selenium-webdriver-3.3.0.gem 823808 SHA256 3605ceed7093ac503a0dbf0d64820b9111424dccb9937dcc8faacc5d5880202b SHA512 de4ac22fd360f550b60be0f44ac03ac209d1333c340211d82f3c3a1e6ea056c2ecdb01dbc9ce39b1f5e523caecb7d42472cdf5e5a1848bc209f24a5291668996 WHIRLPOOL bd6f3a69d6bb7562131d79df5805858bc7ad61eb70cdd62077208db4b69bf2368a71722dae04b5d948cd4d878210960e473a96c2ac32a0d46da4b4c77896fc38
|
||||
DIST selenium-webdriver-3.4.0.gem 834560 SHA256 80cb651a6e403f976c1d5d01539f6e70dc6e1ba0645bcc1d47e170327f704a17 SHA512 fef7552929ee4c703c14244957274d0d9b58e326789ffb641bab009315150b93fc5b7ea76f9dff80d8d98d6385375edbddf861440b889f8a33827db29fd8afda WHIRLPOOL 8f2ee764ffba9168e0b836fdcbd0cd1ee16ff023670813066d3c5238742844204f1ad1056e8858bd49da53e6e46f4af1209f2c133f092db25a05294bdc66a013
|
||||
DIST selenium-webdriver-3.4.1.gem 837632 SHA256 7b38d3b6cf2f379e2b9c50c9db38f5437f7a667a040c95c9ec91133b965934da SHA512 c461411d6f44a37c3eb9bd080326e7046df70de5743ee1dd7bc27d9afa795e8c9dddaf3aebf1cc909cba1fa5262fdb706539972785495e1e80b3a6eebaa49557 WHIRLPOOL 4f9f80751b7a25ff9e44648aa74b9736a0716dd65f19f22ad7a57f433fd8cac710e0c5bcf1469c15b8f18f16b27fb7d8e10252100fb69a93278d1035694b853d
|
||||
|
||||
33
dev-ruby/selenium-webdriver/selenium-webdriver-3.4.1.ebuild
Normal file
33
dev-ruby/selenium-webdriver/selenium-webdriver-3.4.1.ebuild
Normal file
@@ -0,0 +1,33 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
USE_RUBY="ruby21 ruby22 ruby23"
|
||||
|
||||
# NOTE: this package contains precompiled code. It appears that all
|
||||
# source code can be found at https://code.google.com/p/selenium/ but the
|
||||
# repository is not organized in a way so that we can easily rebuild the
|
||||
# suited shared object. We'll just try our luck with the precompiled
|
||||
# objects for now.
|
||||
|
||||
RUBY_FAKEGEM_TASK_DOC=""
|
||||
RUBY_FAKEGEM_EXTRADOC="CHANGES README.md"
|
||||
|
||||
RUBY_FAKEGEM_TASK_TEST=""
|
||||
|
||||
RUBY_QA_ALLOWED_LIBS="x_ignore_nofocus.so"
|
||||
QA_PREBUILT="*/x_ignore_nofocus.so"
|
||||
|
||||
inherit ruby-fakegem
|
||||
|
||||
DESCRIPTION="This gem provides Ruby bindings for WebDriver"
|
||||
HOMEPAGE="https://github.com/seleniumhq/selenium"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="3"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
ruby_add_rdepend ">=dev-ruby/childprocess-0.5.0
|
||||
dev-ruby/rubyzip:1"
|
||||
Reference in New Issue
Block a user