public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/selenium-webdriver/
Date: Mon,  9 Apr 2018 05:10:36 +0000 (UTC)	[thread overview]
Message-ID: <1523250504.3e120eef7620f8b7b1b2e79dd8c8af7f0d33d7f0.graaff@gentoo> (raw)

commit:     3e120eef7620f8b7b1b2e79dd8c8af7f0d33d7f0
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  9 05:08:24 2018 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Apr  9 05:08:24 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e120eef

dev-ruby/selenium-webdriver: cleanup

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/selenium-webdriver/Manifest               |  1 -
 .../selenium-webdriver-3.7.0.ebuild                | 33 ----------------------
 2 files changed, 34 deletions(-)

diff --git a/dev-ruby/selenium-webdriver/Manifest b/dev-ruby/selenium-webdriver/Manifest
index 9e8c54e7f16..0ee355c5f3d 100644
--- a/dev-ruby/selenium-webdriver/Manifest
+++ b/dev-ruby/selenium-webdriver/Manifest
@@ -1,6 +1,5 @@
 DIST selenium-webdriver-2.53.4.gem 897536 BLAKE2B 630b5e8cd5ce53de7a689135ce80e364e33b783bd8493f79af01d79717d3d65541fe04c6c0e5016a85af8a559864ddcb641d06c99430599b21095b54ff40845a SHA512 ad7934a67c4415a81c2d0efae5f510d41784411076ea903724e1fa2be1b209382131aa1b05f3636deb1deca38db6e76805262f5037ab2e621e785e4eb3c2b90e
 DIST selenium-webdriver-3.10.0.gem 841728 BLAKE2B fb36121b835c7750595cd57c3217c234e12d9f78a29131a12148f464955b1bc3f5a9ef96b6bd8f8aaedd0fa9943bcc42c1f83a0d31ec6663664f6c4f0102b5a3 SHA512 ee1ccad5661f06b16c106b2515285f763baf2b66aefe4c20aed0521e602997af8b1b12640b1099ad0a64f18b01bcec7824dcdd20fe36d9176337f177b8417b2b
 DIST selenium-webdriver-3.11.0.gem 841728 BLAKE2B b3f069645fb166258aebb0f04c8d3f828413b2a1e2f818b7501118760ba79e812ce7d314b21076076f1e6c30590e0d38f026b32ede63ff08197c8f8fbaaefded SHA512 85488c257772a4628d19bd71e7993a82c2c5a9f6332d591b19507ca5e2a96c03fa5c351714a492915888510728f2e5eca28862c69e1ced43d8b56db128d7705e
-DIST selenium-webdriver-3.7.0.gem 839168 BLAKE2B 0c6940ff2a8197a3166e8f3f7e7b43bc4551b5bb1f8a40a5887ddcfa7efab93faefa9ead632d3973cbd57a65553a9027f83145bbac753b4ef122f792bae569fd SHA512 f15819d7e3a683d101073710876792ec0cca7c28d387bb9d1b19964083a99e276340fbcfedd9b0ca2234c54f7db56d12dc3af2e4eadf8995e1e05f7282169726
 DIST selenium-webdriver-3.8.0.gem 840192 BLAKE2B 3f3871afed9734627757e58a211ad894fd45a49b73208b533fd39e0d99172536e7f2abdfbed1e0589c45aac6a26dd0c1ae0cf8f25053d44082957f7d07591d37 SHA512 c00c44786ecee4c02723b88c9ae5921d6a3f2d4c6c3bd043da1f524692c75a69357b752fc183c7881de0d0a6e6d6ddb03ca31e6a983afacdd06978bdd0797957
 DIST selenium-webdriver-3.9.0.gem 841216 BLAKE2B 611a8be3e8759609a792e4f92c73d3e7db6a209a9566fd4f6a7663b4111e5f856e138be83cdce07ceb28dcb23a49ed6d7f403927e96f53751302e73238b701d6 SHA512 5bf2a71322bedfe0e51cae1077886cf520e8cd9213d28dd3643ba78ff457e56649e95df6b09926c82bef98dae7d8c5b6eb676d60939108dd9ead79609cfd2acd

diff --git a/dev-ruby/selenium-webdriver/selenium-webdriver-3.7.0.ebuild b/dev-ruby/selenium-webdriver/selenium-webdriver-3.7.0.ebuild
deleted file mode 100644
index c4c4d1b87cc..00000000000
--- a/dev-ruby/selenium-webdriver/selenium-webdriver-3.7.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby22 ruby23 ruby24"
-
-# 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="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.0
-	dev-ruby/rubyzip:1"


             reply	other threads:[~2018-04-09  5:10 UTC|newest]

Thread overview: 131+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-09  5:10 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-17  7:44 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/selenium-webdriver/ Hans de Graaff
2024-11-17  7:44 Hans de Graaff
2024-11-17  7:44 Hans de Graaff
2024-11-14  4:59 Jakov Smolić
2024-10-07  2:44 Sam James
2024-09-23  5:37 Hans de Graaff
2024-09-18  8:56 Hans de Graaff
2024-09-02  5:22 Hans de Graaff
2024-09-02  5:22 Hans de Graaff
2024-07-25  4:38 Hans de Graaff
2024-03-17  9:51 Hans de Graaff
2024-02-29  7:14 Hans de Graaff
2024-01-02  7:05 Hans de Graaff
2023-12-02 14:56 Arthur Zamarin
2023-12-02 10:43 Hans de Graaff
2023-11-30 18:33 Jakov Smolić
2023-11-04  7:06 Hans de Graaff
2023-10-20  5:35 Hans de Graaff
2023-10-06  6:46 Hans de Graaff
2023-09-18 20:04 Arthur Zamarin
2023-09-03  6:28 Hans de Graaff
2023-08-03 17:00 Hans de Graaff
2023-07-24 12:15 Jakov Smolić
2023-06-16 13:56 Sam James
2023-06-16  6:33 Hans de Graaff
2023-06-16  4:26 Hans de Graaff
2023-04-07 11:25 Sam James
2022-04-18 17:15 Hans de Graaff
2022-04-18 17:15 Hans de Graaff
2021-12-19 12:36 Yixun Lan
2021-11-23  7:05 Hans de Graaff
2021-11-23  7:05 Hans de Graaff
2021-10-30  5:16 Hans de Graaff
2021-10-21  5:42 Hans de Graaff
2021-10-14  5:32 Hans de Graaff
2021-07-06 19:41 Hans de Graaff
2020-12-20 19:14 Sam James
2020-12-20 19:03 Sam James
2020-09-08  5:48 Hans de Graaff
2020-09-05  8:01 Hans de Graaff
2020-07-22  4:43 Hans de Graaff
2020-06-20  6:29 Hans de Graaff
2020-03-12 13:47 Hans de Graaff
2019-12-29  6:51 Hans de Graaff
2019-11-27 13:51 Hans de Graaff
2019-11-27 13:51 Hans de Graaff
2019-10-04  6:02 Hans de Graaff
2019-10-01 18:06 Hans de Graaff
2019-10-01 18:06 Hans de Graaff
2019-09-03  4:21 Hans de Graaff
2019-09-03  4:21 Hans de Graaff
2019-09-03  4:21 Hans de Graaff
2019-05-21  5:39 Hans de Graaff
2019-05-11  5:31 Hans de Graaff
2019-05-08  6:14 Hans de Graaff
2019-04-29 18:34 Hans de Graaff
2019-04-25  4:36 Hans de Graaff
2019-04-25  4:25 Hans de Graaff
2019-04-20  6:37 Hans de Graaff
2019-04-20  6:37 Hans de Graaff
2019-04-20  6:37 Hans de Graaff
2019-02-12 18:17 Hans de Graaff
2019-01-20 18:43 Hans de Graaff
2018-10-19 10:16 Hans de Graaff
2018-10-14  6:01 Hans de Graaff
2018-08-03  7:17 Hans de Graaff
2018-07-21  4:05 Hans de Graaff
2018-07-21  4:05 Hans de Graaff
2018-07-21  4:05 Hans de Graaff
2018-06-26  4:38 Hans de Graaff
2018-05-13  4:46 Hans de Graaff
2018-04-27  9:03 Hans de Graaff
2018-04-27  9:03 Hans de Graaff
2018-04-27  9:03 Hans de Graaff
2018-04-27  9:03 Hans de Graaff
2018-03-19  6:21 Hans de Graaff
2018-03-03  6:41 Hans de Graaff
2018-02-07  6:30 Hans de Graaff
2018-01-19  7:13 Hans de Graaff
2018-01-19  7:13 Hans de Graaff
2017-12-02  5:07 Hans de Graaff
2017-12-02  5:07 Hans de Graaff
2017-11-04  5:51 Hans de Graaff
2017-09-26  5:56 Hans de Graaff
2017-09-08  6:01 Hans de Graaff
2017-09-08  6:01 Hans de Graaff
2017-09-08  6:01 Hans de Graaff
2017-08-16  6:12 Hans de Graaff
2017-08-11  5:16 Hans de Graaff
2017-08-11  5:16 Hans de Graaff
2017-07-29 14:32 Alexis Ballier
2017-07-24 17:51 Markus Meier
2017-07-14  6:30 Hans de Graaff
2017-07-05  4:28 Hans de Graaff
2017-06-17  5:22 Hans de Graaff
2017-06-15  5:58 Hans de Graaff
2017-06-14  4:38 Hans de Graaff
2017-06-14  4:38 Hans de Graaff
2017-04-22  5:37 Hans de Graaff
2017-04-22  5:37 Hans de Graaff
2017-03-09  6:00 Hans de Graaff
2017-03-06  6:12 Hans de Graaff
2017-02-25  7:19 Hans de Graaff
2017-02-15  5:58 Hans de Graaff
2017-02-15  5:58 Hans de Graaff
2017-02-09  6:03 Hans de Graaff
2017-02-07  5:26 Hans de Graaff
2017-01-29  8:49 Hans de Graaff
2017-01-04  7:02 Hans de Graaff
2017-01-04  7:02 Hans de Graaff
2016-12-22  7:20 Hans de Graaff
2016-11-27  8:01 Hans de Graaff
2016-11-26  7:07 Hans de Graaff
2016-11-08  5:32 Hans de Graaff
2016-10-14 14:33 Hans de Graaff
2016-10-14 14:33 Hans de Graaff
2016-09-04  6:47 Hans de Graaff
2016-06-29  4:54 Hans de Graaff
2016-06-15  5:07 Hans de Graaff
2016-06-10  5:37 Hans de Graaff
2016-06-10  5:37 Hans de Graaff
2016-03-16  5:58 Hans de Graaff
2016-02-15  6:17 Hans de Graaff
2016-02-06  6:52 Hans de Graaff
2016-02-06  6:52 Hans de Graaff
2016-01-29  6:28 Hans de Graaff
2016-01-15  6:41 Hans de Graaff
2016-01-15  6:41 Hans de Graaff
2015-10-18  5:59 Hans de Graaff
2015-10-12  6:06 Hans de Graaff

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1523250504.3e120eef7620f8b7b1b2e79dd8c8af7f0d33d7f0.graaff@gentoo \
    --to=graaff@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox