diff options
author | Hans de Graaff <graaff@gentoo.org> | 2019-11-27 14:20:18 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2019-11-27 14:49:14 +0100 |
commit | 6e316b633549998bb074c476204cdd0146be72f1 (patch) | |
tree | 662d8a1d86d3ed621e9147d25af6e2a74062f647 /dev-ruby/selenium-webdriver | |
parent | media-libs/harfbuzz: arm stable wrt bug #699666 (diff) | |
download | gentoo-6e316b633549998bb074c476204cdd0146be72f1.tar.gz gentoo-6e316b633549998bb074c476204cdd0146be72f1.tar.bz2 gentoo-6e316b633549998bb074c476204cdd0146be72f1.zip |
dev-ruby/selenium-webdriver: cleanup
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/selenium-webdriver')
-rw-r--r-- | dev-ruby/selenium-webdriver/Manifest | 2 | ||||
-rw-r--r-- | dev-ruby/selenium-webdriver/selenium-webdriver-3.142.4.ebuild | 33 | ||||
-rw-r--r-- | dev-ruby/selenium-webdriver/selenium-webdriver-3.142.5.ebuild | 33 |
3 files changed, 0 insertions, 68 deletions
diff --git a/dev-ruby/selenium-webdriver/Manifest b/dev-ruby/selenium-webdriver/Manifest index 0dc115261f2b..f36464f3bb61 100644 --- a/dev-ruby/selenium-webdriver/Manifest +++ b/dev-ruby/selenium-webdriver/Manifest @@ -1,5 +1,3 @@ DIST selenium-webdriver-2.53.4.gem 897536 BLAKE2B 630b5e8cd5ce53de7a689135ce80e364e33b783bd8493f79af01d79717d3d65541fe04c6c0e5016a85af8a559864ddcb641d06c99430599b21095b54ff40845a SHA512 ad7934a67c4415a81c2d0efae5f510d41784411076ea903724e1fa2be1b209382131aa1b05f3636deb1deca38db6e76805262f5037ab2e621e785e4eb3c2b90e DIST selenium-webdriver-3.142.3.gem 865280 BLAKE2B 9ff97810a1d377293b3d5f7dde91561856a4b44295b9d7ec04a8af257ebebe7765ed1ba32e7f072fceb0760b85358ce0fd10b43092a54bdbc8f42e2a9d54402d SHA512 048c1f82f1a53d4de610c5ff32acaa05907ef2d772c68d2d5ddb1fd232cf03eeef9c15ff1096a97acce026d0f4dd730ae35d7ae5d1b06ff3b49968f987704696 -DIST selenium-webdriver-3.142.4.gem 864768 BLAKE2B 9e4bf0a2c7886633b8fd3903aec89d927164d8a866f2fcf376732cf63a86e23671b58bf9d31a8156916ca7056b0330e7876028c58f89d9024e583a0dd9545852 SHA512 63c8c5f98904b2fc98c8b3ee1aec744294fcd094b651814067383872978da7917e9e529ec57fde65864f2f9962679653a2e44b21d4053481fc4d9dde5beb0aeb -DIST selenium-webdriver-3.142.5.gem 864768 BLAKE2B a7b9380515a70f7061dd97e099a347d376f2124e36128a65e61159506490ea9c8b0e83e46d15f883e442a67ee5c4ede80950c3a784488d1ee50ba290bc30932b SHA512 6c76653ae1bc1d396ae636733f11b3755a6778565f79cedf6d066fb866301e766838611eeff34e3a519c0d730f85b27f258e685d57cfa97960ae4b44a6689f9a DIST selenium-webdriver-3.142.6.gem 864768 BLAKE2B 6d48561c4d50c64936cc0ec55a3f777723062f8ea1fb08f345e2c84d0080dd6a04b09e13caa23b77041c91dd2de9ae80980562f5f3a286992f0296a8e19adc75 SHA512 1a34c504214ac662195a6d0addcda8fc2de6d863aa367fd9d9b973bf7dd44699e4776fb52cf7c3dbaa16ebd87c427bac6c3747ad469a5b07e4cace7e02416e33 diff --git a/dev-ruby/selenium-webdriver/selenium-webdriver-3.142.4.ebuild b/dev-ruby/selenium-webdriver/selenium-webdriver-3.142.4.ebuild deleted file mode 100644 index 2b8d9a5d8d04..000000000000 --- a/dev-ruby/selenium-webdriver/selenium-webdriver-3.142.4.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -USE_RUBY="ruby24 ruby25 ruby26" - -# 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_RECIPE_DOC="none" -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 ~arm ~arm64 ~x86" -IUSE="" - -ruby_add_rdepend ">=dev-ruby/childprocess-0.5:2 - >=dev-ruby/rubyzip-1.2.2:1" diff --git a/dev-ruby/selenium-webdriver/selenium-webdriver-3.142.5.ebuild b/dev-ruby/selenium-webdriver/selenium-webdriver-3.142.5.ebuild deleted file mode 100644 index da443bc4017a..000000000000 --- a/dev-ruby/selenium-webdriver/selenium-webdriver-3.142.5.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -USE_RUBY="ruby24 ruby25 ruby26" - -# 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_RECIPE_DOC="none" -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 ~arm ~arm64 ~x86" -IUSE="" - -ruby_add_rdepend ">=dev-ruby/childprocess-0.5:2 - >=dev-ruby/rubyzip-1.2.2:*" |