diff options
author | Hans de Graaff <graaff@gentoo.org> | 2016-10-14 07:50:09 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2016-10-14 16:32:57 +0200 |
commit | 1809f8e6e600203c7b2b74a6263ccdcc257024d8 (patch) | |
tree | 07d78a5ae6aa21ac06ef09978a78b0fa0f1d9fac /dev-ruby/selenium-webdriver | |
parent | package.mask: mask mkgmap and osmosis for later removal (diff) | |
download | gentoo-1809f8e6e600203c7b2b74a6263ccdcc257024d8.tar.gz gentoo-1809f8e6e600203c7b2b74a6263ccdcc257024d8.tar.bz2 gentoo-1809f8e6e600203c7b2b74a6263ccdcc257024d8.zip |
dev-ruby/selenium-webdriver: cleanup
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-ruby/selenium-webdriver')
5 files changed, 0 insertions, 161 deletions
diff --git a/dev-ruby/selenium-webdriver/Manifest b/dev-ruby/selenium-webdriver/Manifest index 1933142a1b80..897916cb40e2 100644 --- a/dev-ruby/selenium-webdriver/Manifest +++ b/dev-ruby/selenium-webdriver/Manifest @@ -1,5 +1 @@ -DIST selenium-webdriver-2.52.0.gem 890880 SHA256 1faa96cbf02cc4f0f57e0f40db26e4f4a26d1a2f6a7eecd852f2e9df11ea0820 SHA512 0cf7029ac0d0bfc7b0e26dda494d2fa5e6ba49b591206b7fc3b8ffe42dbe836126d9d2958d690a0b4e79c6e0918dd2de87e07b21645d101caeeb645779f07b84 WHIRLPOOL 8fad185e712eccf1de073fdd9fed8e804892684507d9d065fa846e7c8adbc9a439548c44000c172204fad0d847be55cad9fd36c07d02585d74524837f70dc909 -DIST selenium-webdriver-2.53.0.gem 897536 SHA256 6e79499ef8a5fd14c545a437dcb91795c83132fad9ddf65b7610889ae0fa3a87 SHA512 0f40520d88d00ed6c4e48aab41e8c02386a82aae16053bb8d763cef5361447ff4afb74cfa756bcaf1801f53c68aaf557eaf9859751c2e66c27c70aaf406d85dc WHIRLPOOL 27057f40f3a82e49f7db43a985af33cbe8e06ed2baf38d3fdea6330426607f674803fae46542e65e62e89c7e2194e9b8389e9f020dda7352d6de0e0ff4b54fb1 -DIST selenium-webdriver-2.53.1.gem 897536 SHA256 be70ead03df1ec6f579cc64a782b0c1f0657f4fddfbf54cd499577bc0ccba32a SHA512 5087a926d67f0359e253c0a31c0de92fb03d2fbcb5e21df7cc8ab9150eec0aedc9d6aceee151e8ab70751cba55c3c341ceafd960a9e7fe3c8dbc281493263dbc WHIRLPOOL 8cd436130010c0c8ce4391042363b8233abb503fe130ac1a1f2eca8702e2ac1efa4459463ce123bdc1796fcf0a60421bd6c6c250057907d7012d41a1c4b1ac3d -DIST selenium-webdriver-2.53.3.gem 897536 SHA256 5e656fb06c0204e056e94b1698cb88b800598e04ebe38b514ea45f0014f2ce15 SHA512 d856f5a6832ca9df191c58a67b2cebb5afcc70a229ab3f8c76a61d59de5a1b9737b866e44722051ef3c3c0aee87ac3a8648e5e59dbd91f000ecab52dce165636 WHIRLPOOL 181c5dcb637d892a04683696ca7e2f51f47c3e90e33304d3e9cc833c934bbf56636d207183616b45912a93c9f4849b75c2e8ac9938d0740fa09df0e9033140ad DIST selenium-webdriver-2.53.4.gem 897536 SHA256 44b38d9b6a97b39c7d2aa5185ff9585320295d5aa194cb21ec562897d6711e97 SHA512 ad7934a67c4415a81c2d0efae5f510d41784411076ea903724e1fa2be1b209382131aa1b05f3636deb1deca38db6e76805262f5037ab2e621e785e4eb3c2b90e WHIRLPOOL c75f4b89fbfc31987ff92c013c1274a07d73f4d7fcbcdbade267180849e45279ebd5099fa63f7a5138ca75100fc1d39e15e0df4f15f35552cd2e679ea5c2bff0 diff --git a/dev-ruby/selenium-webdriver/selenium-webdriver-2.52.0.ebuild b/dev-ruby/selenium-webdriver/selenium-webdriver-2.52.0.ebuild deleted file mode 100644 index dffb511bdbba..000000000000 --- a/dev-ruby/selenium-webdriver/selenium-webdriver-2.52.0.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -USE_RUBY="ruby20 ruby21 ruby22" - -# 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="http://gemcutter.org/gems/selenium-webdriver" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -ruby_add_rdepend ">=dev-ruby/childprocess-0.5.0 - >=dev-ruby/multi_json-1.0.4 - dev-ruby/rubyzip:1" - -all_ruby_prepare() { - # Make websocket a development dependency since it is only needed - # for the safari driver which we don't support on Gentoo. - sed -i -e '/websocket/,/version_requirements/ s/runtime/development/' ../metadata || die -} diff --git a/dev-ruby/selenium-webdriver/selenium-webdriver-2.53.0.ebuild b/dev-ruby/selenium-webdriver/selenium-webdriver-2.53.0.ebuild deleted file mode 100644 index 6e679c494d55..000000000000 --- a/dev-ruby/selenium-webdriver/selenium-webdriver-2.53.0.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -USE_RUBY="ruby20 ruby21 ruby22" - -# 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="http://gemcutter.org/gems/selenium-webdriver" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -ruby_add_rdepend ">=dev-ruby/childprocess-0.5.0 - dev-ruby/rubyzip:1" - -all_ruby_prepare() { - # Make websocket a development dependency since it is only needed - # for the safari driver which we don't support on Gentoo. - sed -i -e '/websocket/,/version_requirements/ s/runtime/development/' ../metadata || die -} diff --git a/dev-ruby/selenium-webdriver/selenium-webdriver-2.53.1.ebuild b/dev-ruby/selenium-webdriver/selenium-webdriver-2.53.1.ebuild deleted file mode 100644 index 6e679c494d55..000000000000 --- a/dev-ruby/selenium-webdriver/selenium-webdriver-2.53.1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -USE_RUBY="ruby20 ruby21 ruby22" - -# 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="http://gemcutter.org/gems/selenium-webdriver" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -ruby_add_rdepend ">=dev-ruby/childprocess-0.5.0 - dev-ruby/rubyzip:1" - -all_ruby_prepare() { - # Make websocket a development dependency since it is only needed - # for the safari driver which we don't support on Gentoo. - sed -i -e '/websocket/,/version_requirements/ s/runtime/development/' ../metadata || die -} diff --git a/dev-ruby/selenium-webdriver/selenium-webdriver-2.53.3.ebuild b/dev-ruby/selenium-webdriver/selenium-webdriver-2.53.3.ebuild deleted file mode 100644 index 6e679c494d55..000000000000 --- a/dev-ruby/selenium-webdriver/selenium-webdriver-2.53.3.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -USE_RUBY="ruby20 ruby21 ruby22" - -# 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="http://gemcutter.org/gems/selenium-webdriver" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -ruby_add_rdepend ">=dev-ruby/childprocess-0.5.0 - dev-ruby/rubyzip:1" - -all_ruby_prepare() { - # Make websocket a development dependency since it is only needed - # for the safari driver which we don't support on Gentoo. - sed -i -e '/websocket/,/version_requirements/ s/runtime/development/' ../metadata || die -} |