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: Sat, 20 Apr 2019 23:23:42
Message-Id: 1555742193.52954bec14ab38943fcbb257d00eb5e05a98c7df.graaff@gentoo
1 commit: 52954bec14ab38943fcbb257d00eb5e05a98c7df
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 20 06:21:01 2019 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 20 06:36:33 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52954bec
7
8 dev-ruby/selenium-webdriver: cleanup
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 dev-ruby/selenium-webdriver/Manifest | 1 -
14 .../selenium-webdriver-3.13.1.ebuild | 33 ----------------------
15 2 files changed, 34 deletions(-)
16
17 diff --git a/dev-ruby/selenium-webdriver/Manifest b/dev-ruby/selenium-webdriver/Manifest
18 index 83acda00149..a10eb46dd75 100644
19 --- a/dev-ruby/selenium-webdriver/Manifest
20 +++ b/dev-ruby/selenium-webdriver/Manifest
21 @@ -1,4 +1,3 @@
22 DIST selenium-webdriver-2.53.4.gem 897536 BLAKE2B 630b5e8cd5ce53de7a689135ce80e364e33b783bd8493f79af01d79717d3d65541fe04c6c0e5016a85af8a559864ddcb641d06c99430599b21095b54ff40845a SHA512 ad7934a67c4415a81c2d0efae5f510d41784411076ea903724e1fa2be1b209382131aa1b05f3636deb1deca38db6e76805262f5037ab2e621e785e4eb3c2b90e
23 DIST selenium-webdriver-3.12.0.gem 843264 BLAKE2B f9a2e233658e071144f153f7710ec15cd58d8831793f7212d1d49a76d08d80c7110bcf1afc86e98210c6753d19ab2c63f169754f148db8a994fb777048c10b6d SHA512 1d5a510e3e7775c6b8c960de8a5f0ae2084f490c17084e8ba0894dc32021c9295c9301c6bf0ba07e0e9827a8d99ac9f9c5d29fbf57425a076825fe18e4a8f88f
24 -DIST selenium-webdriver-3.13.1.gem 843776 BLAKE2B 633a6582f9294f008a77d74454a208bb67425f5a790e97a59323b51bbd3d6b9f28c611cbfb72bb922898c353fb35812b99529a75230ebfb1da18683378d36740 SHA512 b372a5af0380adb607e3f9ba24713cc8ef288e1432c2c6ea71426b8f5f96b315aace36283d585cc75546b467572822f0eab3d8217702d1b6d2ec303c59c0b98f
25 DIST selenium-webdriver-3.14.1.gem 860672 BLAKE2B 83026babf1596fc5c0621da19eb1ae48c3534448a5f4c3b6dbcb6141f2968eb527cbb667b45859a998b4950d8498dbd4a68ddcbbcadbe83fd02dcac46d2f2e4e SHA512 3671bc6446f49945b4484bce90e91178f932d799ac79b93974268eb2b9bc060c62f41c2f25436b7ea49612e1d9b014f1ca4f63dfc74b9781ddcb9c849f3be82d
26
27 diff --git a/dev-ruby/selenium-webdriver/selenium-webdriver-3.13.1.ebuild b/dev-ruby/selenium-webdriver/selenium-webdriver-3.13.1.ebuild
28 deleted file mode 100644
29 index eb794075ddf..00000000000
30 --- a/dev-ruby/selenium-webdriver/selenium-webdriver-3.13.1.ebuild
31 +++ /dev/null
32 @@ -1,33 +0,0 @@
33 -# Copyright 1999-2018 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -
38 -USE_RUBY="ruby23 ruby24 ruby25"
39 -
40 -# NOTE: this package contains precompiled code. It appears that all
41 -# source code can be found at https://code.google.com/p/selenium/ but the
42 -# repository is not organized in a way so that we can easily rebuild the
43 -# suited shared object. We'll just try our luck with the precompiled
44 -# objects for now.
45 -
46 -RUBY_FAKEGEM_TASK_DOC=""
47 -RUBY_FAKEGEM_EXTRADOC="CHANGES README.md"
48 -
49 -RUBY_FAKEGEM_TASK_TEST=""
50 -
51 -RUBY_QA_ALLOWED_LIBS="x_ignore_nofocus.so"
52 -QA_PREBUILT="*/x_ignore_nofocus.so"
53 -
54 -inherit ruby-fakegem
55 -
56 -DESCRIPTION="This gem provides Ruby bindings for WebDriver"
57 -HOMEPAGE="https://github.com/seleniumhq/selenium"
58 -
59 -LICENSE="Apache-2.0"
60 -SLOT="3"
61 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
62 -IUSE=""
63 -
64 -ruby_add_rdepend ">=dev-ruby/childprocess-0.5.0
65 - >=dev-ruby/rubyzip-1.2:1"