Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/selenium-webdriver/
Date: Tue, 23 Nov 2021 07:05:21
Message-Id: 1637649021.5850464ec825c817bb29dae568cfa2630fc9d758.graaff@gentoo
1 commit: 5850464ec825c817bb29dae568cfa2630fc9d758
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 23 06:30:21 2021 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 23 06:30:21 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5850464e
7
8 dev-ruby/selenium-webdriver: cleanup
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/selenium-webdriver/Manifest | 2 --
14 .../selenium-webdriver-4.0.0.ebuild | 36 ----------------------
15 .../selenium-webdriver-4.0.2.ebuild | 36 ----------------------
16 3 files changed, 74 deletions(-)
17
18 diff --git a/dev-ruby/selenium-webdriver/Manifest b/dev-ruby/selenium-webdriver/Manifest
19 index 1889e0f969d3..f3e39888e196 100644
20 --- a/dev-ruby/selenium-webdriver/Manifest
21 +++ b/dev-ruby/selenium-webdriver/Manifest
22 @@ -1,5 +1,3 @@
23 DIST selenium-webdriver-3.142.7.gem 865280 BLAKE2B 650011848afaa3ea4fab7c8172828c7562df212383a8fbea9615a5136e3382aba0fcf17952d941c7b514e5229c0aafe3dbc320386698eb8756f567eff67722bd SHA512 0e7891c19b8a0b20441d85bc17032ecf03cba7ca435846e03abc50b62b0c53c075dc70456796c9bfcd1ecd28ecc517f907a3d6868346a07617fd1d0c1b9437c0
24 -DIST selenium-webdriver-4.0.0.gem 152576 BLAKE2B 8a1394fb1c9cc3603081454c4946f0ad5207d113bb37c488207baaaaaff69f2848b2b5bc9b9221177d01c86b635dd222933be3561eacfa164539c99c8cf149a6 SHA512 db8fd0a05fc38e7f55c2b9a779462416b937d3b8e732dee6b7bcf2b3f8914417a79e8649e320e348359ab133cef20a75e2033385e8b125e5dfc52645b086045b
25 -DIST selenium-webdriver-4.0.2.gem 152576 BLAKE2B ed4f33235f5ddbba6093d6c4c98ed2c5f95766b772fb302339101466a7d1b6af5dd322579c20b3b5c61c3fbb4b2d1d572612909e1b342a588fe8abbeaab2dcfb SHA512 e0efd6a051bef551943e3b43810930362013c3fc973415929a28152311a8b92dd241e49e0d3b3a839ed2b3197481f6d70b118bf2e4345f02853d8a6bb1214cea
26 DIST selenium-webdriver-4.0.3.gem 152576 BLAKE2B 671909863bbbe328bbaf30a9e3c9e459e9eb6b892f554729892327230c03dd03f7819d9e8beb901cea986cb0d97877ce49853de856e1f802369686a03e5e9086 SHA512 260ad111ef9c512835f410fc7283df90b245d42db12274028148575e0a89a8c71639f0132a621f326921317b3181564521d9e801f2a7f14e5f196cde2550773c
27 DIST selenium-webdriver-4.1.0.gem 153088 BLAKE2B f437b5e6c19b9a2b7d0393646b11bcaa0808fb9981c847ca0d86bd55ef04fc109d439eb0f41fce543ea121fde096fe3e72c56d1db861b6554f673a3de07bdff8 SHA512 9760c6a96dbef25f558216986a9cedcb00fe19313273ea5c3a4866d5afae327fbe3895e3e2ee405714f8a9410c290b0e51352b68465cb0df9ff31b6d2749b174
28
29 diff --git a/dev-ruby/selenium-webdriver/selenium-webdriver-4.0.0.ebuild b/dev-ruby/selenium-webdriver/selenium-webdriver-4.0.0.ebuild
30 deleted file mode 100644
31 index 48a9afa6621d..000000000000
32 --- a/dev-ruby/selenium-webdriver/selenium-webdriver-4.0.0.ebuild
33 +++ /dev/null
34 @@ -1,36 +0,0 @@
35 -# Copyright 1999-2021 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=8
39 -
40 -USE_RUBY="ruby26 ruby27 ruby30"
41 -
42 -# NOTE: this package contains precompiled code. It appears that all
43 -# source code can be found at https://code.google.com/p/selenium/ but the
44 -# repository is not organized in a way so that we can easily rebuild the
45 -# suited shared object. We'll just try our luck with the precompiled
46 -# objects for now.
47 -
48 -RUBY_FAKEGEM_RECIPE_DOC="none"
49 -RUBY_FAKEGEM_EXTRADOC="CHANGES README.md"
50 -
51 -RUBY_FAKEGEM_TASK_TEST=""
52 -
53 -RUBY_FAKEGEM_GEMSPEC="selenium-webdriver.gemspec"
54 -
55 -RUBY_QA_ALLOWED_LIBS="x_ignore_nofocus.so"
56 -QA_PREBUILT="*/x_ignore_nofocus.so"
57 -
58 -inherit ruby-fakegem
59 -
60 -DESCRIPTION="This gem provides Ruby bindings for WebDriver"
61 -HOMEPAGE="https://github.com/seleniumhq/selenium"
62 -
63 -LICENSE="Apache-2.0"
64 -SLOT="$(ver_cut 1)"
65 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
66 -IUSE=""
67 -
68 -ruby_add_rdepend ">=dev-ruby/childprocess-0.5:2
69 - >=dev-ruby/rexml-3.2.5:3
70 - >=dev-ruby/rubyzip-1.2.2:*"
71
72 diff --git a/dev-ruby/selenium-webdriver/selenium-webdriver-4.0.2.ebuild b/dev-ruby/selenium-webdriver/selenium-webdriver-4.0.2.ebuild
73 deleted file mode 100644
74 index 48a9afa6621d..000000000000
75 --- a/dev-ruby/selenium-webdriver/selenium-webdriver-4.0.2.ebuild
76 +++ /dev/null
77 @@ -1,36 +0,0 @@
78 -# Copyright 1999-2021 Gentoo Authors
79 -# Distributed under the terms of the GNU General Public License v2
80 -
81 -EAPI=8
82 -
83 -USE_RUBY="ruby26 ruby27 ruby30"
84 -
85 -# NOTE: this package contains precompiled code. It appears that all
86 -# source code can be found at https://code.google.com/p/selenium/ but the
87 -# repository is not organized in a way so that we can easily rebuild the
88 -# suited shared object. We'll just try our luck with the precompiled
89 -# objects for now.
90 -
91 -RUBY_FAKEGEM_RECIPE_DOC="none"
92 -RUBY_FAKEGEM_EXTRADOC="CHANGES README.md"
93 -
94 -RUBY_FAKEGEM_TASK_TEST=""
95 -
96 -RUBY_FAKEGEM_GEMSPEC="selenium-webdriver.gemspec"
97 -
98 -RUBY_QA_ALLOWED_LIBS="x_ignore_nofocus.so"
99 -QA_PREBUILT="*/x_ignore_nofocus.so"
100 -
101 -inherit ruby-fakegem
102 -
103 -DESCRIPTION="This gem provides Ruby bindings for WebDriver"
104 -HOMEPAGE="https://github.com/seleniumhq/selenium"
105 -
106 -LICENSE="Apache-2.0"
107 -SLOT="$(ver_cut 1)"
108 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
109 -IUSE=""
110 -
111 -ruby_add_rdepend ">=dev-ruby/childprocess-0.5:2
112 - >=dev-ruby/rexml-3.2.5:3
113 - >=dev-ruby/rubyzip-1.2.2:*"