From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/webmock/
Date: Fri, 25 Nov 2016 14:49:33 +0000 (UTC) [thread overview]
Message-ID: <1480085368.ba883dbd8f3bb584da8841ca35b467e67b1d7d02.graaff@gentoo> (raw)
commit: ba883dbd8f3bb584da8841ca35b467e67b1d7d02
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 25 14:48:55 2016 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Nov 25 14:49:28 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba883dbd
dev-ruby/webmock: cleanup; drop x86 stable keyword, bug 589428
Package-Manager: portage-2.3.0
dev-ruby/webmock/Manifest | 1 -
dev-ruby/webmock/webmock-1.19.0.ebuild | 57 ----------------------------------
2 files changed, 58 deletions(-)
diff --git a/dev-ruby/webmock/Manifest b/dev-ruby/webmock/Manifest
index 18d7a1f..8242f4d 100644
--- a/dev-ruby/webmock/Manifest
+++ b/dev-ruby/webmock/Manifest
@@ -1,4 +1,3 @@
-DIST webmock-1.19.0.gem 97792 SHA256 af78155d46cfe293b052d08403932d994d366857a794908e462683e387830988 SHA512 a647045ecc5ec2fd0d8ca9872b260cde745e351e96be347b54cd1554fef20c773a579284c14dcb8c6332de4901ea77f37042b0a2af2ae0314142f293d52d4e2e WHIRLPOOL e5715841d5d8b1403e347f711e42023d7e8717151fb351094656cca915a662fd5233da91a3b1b7f924a4222a306789586eb1c2f329f8370804e47fd37cdb3859
DIST webmock-1.20.3.gem 99840 SHA256 c01692190af4a5f26f376bf5678af1ebaeb5ac6d6f43d7a388c84f13d1f01025 SHA512 db9d770636dabf95b3a03a6589a259c1d66d875dba0cbcd493acf6bb35649c885139528aa5a8976d7ef438bca761e1063ae0fcf1da5b799e8d45abf1986c000c WHIRLPOOL bb0c4007bdd8f32e7cc6e8311d349b54be4f9dff81a88e6ab3f2df949008fce7dbd0de4127a202ca2677e1e6875759b5b683136d15d24dbfcc26f8e8e2e9f8cd
DIST webmock-1.24.6.gem 111104 SHA256 c516e1b309697af303e647dc2f3c7222b13ef70c1c4c5afb61e64bd595c9740f SHA512 9319dcb3c29189403c79870dc8f91f27e099627a9fe5136a98193ee387a6dbcdf72eecb57ec4080faca9575461dfbf4ddecaaf5e1c75cfa60b08732a1d7248cc WHIRLPOOL b5962ed03bed0fce4f59c9275d58ca31a58ab3c14ac85532d78a88bfb0f2c3a06054d926ab2a72b48522cee19464672306c3f5e7c09d363e1e913dabb4b94c0a
DIST webmock-2.1.0.gem 111616 SHA256 e4ccb85d1483409533daf01f08b6af198cf8603fb2a71106207acb084f96cb58 SHA512 604318766d1a23e76c03e0f39bcdc28aa0a23cba14bd8b5a3b33894aa30ece1d5ac56456500143745a2751ddc7bd0424ef195c82b78d66b5e28e10d5059facfa WHIRLPOOL fd749dca7533e893c59f550e4bc7b96c7fada8674ff00d69b4f08946827ea95599209709bef40210a69e71612df52b11a265d4cf9eba0301343287cd27269164
diff --git a/dev-ruby/webmock/webmock-1.19.0.ebuild b/dev-ruby/webmock/webmock-1.19.0.ebuild
deleted file mode 100644
index 6566a3f..00000000
--- a/dev-ruby/webmock/webmock-1.19.0.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-USE_RUBY="ruby20"
-
-RUBY_FAKEGEM_TASK_TEST="test NO_CONNECTION=true"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Allows stubbing HTTP requests and setting expectations on HTTP requests"
-HOMEPAGE="https://github.com/bblimke/webmock"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/addressable-2.3.6 >=dev-ruby/crack-0.3.2"
-
-ruby_add_bdepend "test? (
- dev-ruby/rspec:2
- >=dev-ruby/httpclient-2.2.4
- )"
-
-ruby_add_bdepend "test? ( >=dev-ruby/patron-0.4.18 >=dev-ruby/http-0.5.0:0.6 )"
-
-all_ruby_prepare() {
- # Remove bundler support
- rm Gemfile || die
- sed -i -e '/[Bb]undler/d' Rakefile || die
-
- # There is now optional support for curb and typhoeus which we don't
- # have in Gentoo yet. em_http_request is available in Gentoo but its
- # version is too old.
- sed -i -e '/\(curb\|typhoeus\|em-http\)/d' spec/spec_helper.rb || die
- rm spec/acceptance/{typhoeus,curb,excon,em_http_request}/* || die
- sed -i -e '2i gem "http", "~>0.6.0"' spec/acceptance/http_gem/http_gem_spec.rb || die
-
- # Avoid test failing with newer httpclient versions
- sed -i -e '/when a client instance is re-used for another identical request/,/^ end/ s:^:#:' \
- spec/acceptance/httpclient/httpclient_spec.rb
-}
-
-each_ruby_test() {
- each_fakegem_test
-
- NO_CONNECTION=true ruby-ng_rspec
-
- einfo "Delay to allow the test server to stop"
- sleep 10
-}
next reply other threads:[~2016-11-25 14:49 UTC|newest]
Thread overview: 150+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-25 14:49 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-09 8:44 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/webmock/ Hans de Graaff
2025-02-08 6:49 Hans de Graaff
2025-02-08 6:49 Hans de Graaff
2024-11-14 0:36 Sam James
2024-11-13 11:10 Arthur Zamarin
2024-11-12 21:29 Sam James
2024-11-12 21:29 Sam James
2024-11-12 20:56 Sam James
2024-11-12 20:49 Sam James
2024-11-12 20:46 Sam James
2024-11-03 7:27 Hans de Graaff
2024-10-06 10:49 Sam James
2024-10-06 10:49 Sam James
2024-10-06 10:49 Sam James
2024-10-06 10:49 Sam James
2024-10-06 10:49 Sam James
2024-10-06 10:49 Sam James
2024-10-01 5:33 Hans de Graaff
2024-09-11 18:12 Arthur Zamarin
2024-07-14 7:48 Hans de Graaff
2024-07-02 3:56 Ionen Wolkens
2024-04-14 6:07 Hans de Graaff
2024-01-15 7:40 Hans de Graaff
2023-12-08 14:24 Arthur Zamarin
2023-12-05 18:25 Ionen Wolkens
2023-12-01 20:26 Arthur Zamarin
2023-09-18 18:25 WANG Xuerui
2023-09-18 10:56 Sam James
2023-09-11 11:41 Arthur Zamarin
2023-09-11 6:48 Jakov Smolić
2023-09-10 12:25 Sam James
2023-09-10 12:25 Sam James
2023-09-10 12:25 Sam James
2023-09-10 5:57 Hans de Graaff
2023-08-13 5:22 Hans de Graaff
2023-03-28 19:24 Sam James
2023-03-28 19:24 Sam James
2023-03-28 19:24 Sam James
2023-03-28 19:15 Sam James
2023-03-28 19:05 Arthur Zamarin
2023-03-28 19:05 Sam James
2023-03-18 0:02 Sam James
2022-08-20 7:03 Hans de Graaff
2022-08-11 4:17 Hans de Graaff
2022-08-02 4:41 Hans de Graaff
2022-07-29 4:48 Hans de Graaff
2022-07-28 8:28 Hans de Graaff
2022-06-28 16:59 Arthur Zamarin
2022-06-28 16:47 Arthur Zamarin
2022-05-23 5:05 Hans de Graaff
2022-05-08 15:00 WANG Xuerui
2022-04-27 4:34 Arthur Zamarin
2022-04-26 13:45 Sam James
2022-04-01 5:15 Arthur Zamarin
2021-10-09 15:24 Naohiro Aota
2021-10-03 6:30 Hans de Graaff
2021-10-02 20:40 Sam James
2021-10-02 19:06 Sam James
2021-08-13 6:56 Hans de Graaff
2021-07-18 4:48 Hans de Graaff
2021-07-06 10:26 Hans de Graaff
2021-06-22 5:21 Hans de Graaff
2021-06-22 5:21 Hans de Graaff
2021-04-30 5:52 Hans de Graaff
2021-02-26 6:00 Hans de Graaff
2021-02-16 5:54 Hans de Graaff
2021-01-19 17:24 Hans de Graaff
2021-01-06 18:32 Fabian Groffen
2020-12-25 7:56 Hans de Graaff
2020-12-24 8:35 Hans de Graaff
2020-10-01 0:26 Sam James
2020-05-13 5:05 Hans de Graaff
2020-04-19 23:55 Sergei Trofimovich
2020-04-19 23:55 Sergei Trofimovich
2020-04-19 23:55 Sergei Trofimovich
2020-04-19 23:55 Sergei Trofimovich
2020-03-11 9:05 Hans de Graaff
2020-03-11 9:05 Hans de Graaff
2020-02-19 19:20 Hans de Graaff
2020-02-15 6:44 Hans de Graaff
2020-02-08 7:52 Hans de Graaff
2020-01-20 6:30 Hans de Graaff
2020-01-20 6:30 Hans de Graaff
2019-10-01 18:06 Hans de Graaff
2019-09-29 9:07 Hans de Graaff
2019-09-15 5:50 Hans de Graaff
2019-09-15 5:50 Hans de Graaff
2019-09-07 6:10 Hans de Graaff
2019-09-07 6:10 Hans de Graaff
2019-09-07 6:10 Hans de Graaff
2019-09-04 5:34 Hans de Graaff
2019-08-28 5:15 Hans de Graaff
2019-08-02 5:16 Hans de Graaff
2019-08-02 5:16 Hans de Graaff
2019-07-17 8:00 Hans de Graaff
2019-06-05 6:06 Hans de Graaff
2019-05-18 6:04 Hans de Graaff
2019-05-04 19:14 Hans de Graaff
2019-05-03 4:54 Hans de Graaff
2019-05-01 19:36 Hans de Graaff
2018-11-23 10:46 Hans de Graaff
2018-08-26 5:38 Hans de Graaff
2018-08-25 7:33 Hans de Graaff
2018-06-01 17:11 Hans de Graaff
2018-05-21 14:15 Hans de Graaff
2018-05-21 14:15 Hans de Graaff
2018-05-03 4:42 Hans de Graaff
2018-04-30 5:15 Hans de Graaff
2018-04-17 4:46 Hans de Graaff
2018-04-13 8:04 Hans de Graaff
2018-03-25 19:45 Sergei Trofimovich
2018-03-25 19:45 Sergei Trofimovich
2018-03-25 12:41 Sergei Trofimovich
2018-03-25 12:41 Sergei Trofimovich
2018-03-22 20:23 Jeroen Roovers
2018-02-07 5:52 Thomas Deutschmann
2018-01-24 7:02 Hans de Graaff
2018-01-23 6:53 Hans de Graaff
2018-01-19 9:02 Hans de Graaff
2017-10-12 5:29 Hans de Graaff
2017-08-18 6:11 Hans de Graaff
2017-07-22 6:00 Hans de Graaff
2017-05-23 5:30 Hans de Graaff
2017-04-28 7:11 Hans de Graaff
2017-01-05 6:40 Hans de Graaff
2016-12-15 5:37 Hans de Graaff
2016-10-14 14:33 Hans de Graaff
2016-08-05 12:14 Hans de Graaff
2016-07-28 6:06 Hans de Graaff
2016-07-28 6:06 Hans de Graaff
2016-07-23 8:15 Hans de Graaff
2016-07-23 8:15 Hans de Graaff
2016-06-13 4:37 Richard Farina
2016-04-25 22:14 Manuel Rüger
2016-04-23 23:59 Manuel Rüger
2016-04-23 23:59 Manuel Rüger
2016-04-16 14:27 Manuel Rüger
2016-04-10 13:57 Manuel Rüger
2016-03-04 7:25 Hans de Graaff
2016-03-04 7:25 Hans de Graaff
2016-02-26 6:54 Hans de Graaff
2016-02-18 6:34 Hans de Graaff
2016-01-21 7:14 Fabian Groffen
2016-01-10 7:28 Hans de Graaff
2016-01-05 6:07 Hans de Graaff
2016-01-04 6:21 Hans de Graaff
2015-11-05 6:26 Hans de Graaff
2015-10-26 5:55 Jeroen Roovers
2015-10-23 9:26 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=1480085368.ba883dbd8f3bb584da8841ca35b467e67b1d7d02.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