Diff selenium-webdriver-4.11.0-r1 with a selenium-webdriver-4.12.0
/usr/portage/dev-ruby/selenium-webdriver/selenium-webdriver-4.12.0.ebuild 2023-10-09 14:52:30.464368375 +0300 | ||
---|---|---|
5 | 5 | |
6 | 6 |
USE_RUBY="ruby31 ruby32" |
7 | 7 | |
8 |
# NOTE: this package contains precompiled code. It appears that all |
|
9 |
# source code can be found at https://code.google.com/p/selenium/ but the |
|
10 |
# repository is not organized in a way so that we can easily rebuild the |
|
11 |
# suited shared object. We'll just try our luck with the precompiled |
|
12 |
# objects for now. |
|
13 | ||
14 | 8 |
RUBY_FAKEGEM_RECIPE_DOC="none" |
15 | 9 |
RUBY_FAKEGEM_EXTRADOC="CHANGES README.md" |
16 | 10 | |
... | ... | |
18 | 12 | |
19 | 13 |
RUBY_FAKEGEM_GEMSPEC="selenium-webdriver.gemspec" |
20 | 14 | |
21 |
RUBY_QA_ALLOWED_LIBS="x_ignore_nofocus.so" |
|
22 |
QA_PREBUILT="*/x_ignore_nofocus.so" |
|
23 | ||
24 | 15 |
inherit ruby-fakegem |
25 | 16 | |
26 | 17 |
DESCRIPTION="This gem provides Ruby bindings for WebDriver" |
... | ... | |
39 | 30 |
dev-ruby/websocket:0 |
40 | 31 |
" |
41 | 32 | |
42 |
PATCHES=( "${FILESDIR}/${P}-selenium-manager.patch" ) |
|
33 |
PATCHES=( "${FILESDIR}/${PN}-4.11.0-selenium-manager.patch" ) |
|
43 | 34 | |
44 | 35 |
all_ruby_prepare() { |
45 | 36 |
# Remove the pre-compiled selenium-manager executables |