From 800aa75231a1c7ae6f32685cb0702166d3ab3b5c Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Fri, 14 Jul 2017 08:29:53 +0200 Subject: dev-ruby/selenium-webdriver: add 3.4.4 Package-Manager: Portage-2.3.6, Repoman-2.3.1 --- dev-ruby/selenium-webdriver/Manifest | 1 + .../selenium-webdriver-3.4.4.ebuild | 33 ++++++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 dev-ruby/selenium-webdriver/selenium-webdriver-3.4.4.ebuild (limited to 'dev-ruby') diff --git a/dev-ruby/selenium-webdriver/Manifest b/dev-ruby/selenium-webdriver/Manifest index cb0d87d42ccb..44dd18bd29a4 100644 --- a/dev-ruby/selenium-webdriver/Manifest +++ b/dev-ruby/selenium-webdriver/Manifest @@ -4,3 +4,4 @@ DIST selenium-webdriver-3.4.0.gem 834560 SHA256 80cb651a6e403f976c1d5d01539f6e70 DIST selenium-webdriver-3.4.1.gem 837632 SHA256 7b38d3b6cf2f379e2b9c50c9db38f5437f7a667a040c95c9ec91133b965934da SHA512 c461411d6f44a37c3eb9bd080326e7046df70de5743ee1dd7bc27d9afa795e8c9dddaf3aebf1cc909cba1fa5262fdb706539972785495e1e80b3a6eebaa49557 WHIRLPOOL 4f9f80751b7a25ff9e44648aa74b9736a0716dd65f19f22ad7a57f433fd8cac710e0c5bcf1469c15b8f18f16b27fb7d8e10252100fb69a93278d1035694b853d DIST selenium-webdriver-3.4.2.gem 837632 SHA256 78b2f9a4e79bb503528f297ea59f39d5d8f859e28ca175b1fb5d26e815ee6e22 SHA512 e46d50b11326e17e8e81569e25f33074fcc4677aad8d891864ff922b84c68897adecee13194cb589901e66c72a24076744111e210d07584a33cb8b1a6107032f WHIRLPOOL 28cfe54cb1209c24406048b56d2788c9fab2b8534f60c16ef68aaabd06975b812b64839aca5c9cae5d6b3f6a0560147ef86f2d9a87948c0d1b9c80db3522fa0f DIST selenium-webdriver-3.4.3.gem 837632 SHA256 61b29ae4970250f811f559bdf67dc704a9fccb49eb0a53052b6b56c98d552aa0 SHA512 29df75d4a89a710fbd48e67b6c6c72e85a2a266e678de7ce45965da9d108ea01f997cf881996930e41804c1d793e6f4b93e5bef18ecccf19be16ca2538d90c5f WHIRLPOOL edb2ba1dd3abebec61b4ab9282054a2887742cfcfded9e7e9f0b41b696ca0a4be8198128ee84fe84b07f565bda555e083918f381a3cf0e5b3a9f8bad892bbd5a +DIST selenium-webdriver-3.4.4.gem 838144 SHA256 4188bcf6db106b97e5961295a736492e72d02fae16942c6d70015410f1df0a57 SHA512 57382abfb5e01781c38688c2d70bfbddd31708b84851b099ce06959f33c12aa3e93ec6455c8c310484ab556fff0fe1d27c02990a9cf0a563cf1259abad38d57d WHIRLPOOL 11fe418dc5dbc73a0c2c9c327f80e7b19042000dcfd5a20108859a738445d6bcbcc0a439505c2962bb39a4a65a0b9bb31f7c1b95cda6c7fd9d1702853f41b203 diff --git a/dev-ruby/selenium-webdriver/selenium-webdriver-3.4.4.ebuild b/dev-ruby/selenium-webdriver/selenium-webdriver-3.4.4.ebuild new file mode 100644 index 000000000000..946f0d04c4ea --- /dev/null +++ b/dev-ruby/selenium-webdriver/selenium-webdriver-3.4.4.ebuild @@ -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 ruby24" + +# 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" -- cgit v1.2.3-65-gdbad