From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BD125138334 for ; Tue, 3 Dec 2019 15:36:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E829CE0826; Tue, 3 Dec 2019 15:36:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D1184E0826 for ; Tue, 3 Dec 2019 15:36:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 88B0834D740 for ; Tue, 3 Dec 2019 15:36:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 728BB8CB for ; Tue, 3 Dec 2019 15:36:55 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1575387362.84daf89982888435863c5a71eb45abdde330408c.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/actionmailbox/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/actionmailbox/actionmailbox-6.0.1.ebuild X-VCS-Directories: dev-ruby/actionmailbox/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 84daf89982888435863c5a71eb45abdde330408c X-VCS-Branch: master Date: Tue, 3 Dec 2019 15:36:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 808fcf7f-6b33-4d2c-b3bd-4a1bf9c732e5 X-Archives-Hash: 496aeca711f7da0e95bc74cf5f288161 commit: 84daf89982888435863c5a71eb45abdde330408c Author: Hans de Graaff gentoo org> AuthorDate: Tue Dec 3 15:32:17 2019 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Tue Dec 3 15:36:02 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84daf899 dev-ruby/actionmailbox: avoid dep on capybara Closes: https://bugs.gentoo.org/693722 Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/actionmailbox/actionmailbox-6.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/actionmailbox/actionmailbox-6.0.1.ebuild b/dev-ruby/actionmailbox/actionmailbox-6.0.1.ebuild index 5570f0be5ac..fc75637107a 100644 --- a/dev-ruby/actionmailbox/actionmailbox-6.0.1.ebuild +++ b/dev-ruby/actionmailbox/actionmailbox-6.0.1.ebuild @@ -41,7 +41,7 @@ ruby_add_bdepend "test? ( all_ruby_prepare() { # Remove items from the common Gemfile that we don't need for this # test run. This also requires handling some gemspecs. - sed -i -e "/\(system_timer\|sdoc\|w3c_validators\|pg\|execjs\|jquery-rails\|'mysql'\|journey\|ruby-prof\|stackprof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|sprockets-rails\|redcarpet\|bcrypt\|uglifier\|sprockets\|stackprof\|websocket-client-simple\|libxml-ruby\|redis\|blade\|aws-sdk\|google-cloud\|azure-storage\|selenium\|webdrivers\|minitest-bisect\|minitest-retry\|minitest-reporters\|listen\)/ s:^:#:" \ + sed -i -e "/\(system_timer\|sdoc\|w3c_validators\|pg\|execjs\|jquery-rails\|'mysql'\|journey\|ruby-prof\|stackprof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|sprockets-rails\|redcarpet\|bcrypt\|uglifier\|sprockets\|stackprof\|websocket-client-simple\|libxml-ruby\|redis\|blade\|aws-sdk\|google-cloud\|azure-storage\|selenium\|webdrivers\|minitest-bisect\|minitest-retry\|minitest-reporters\|listen\|rack-cache\|capybara\)/ s:^:#:" \ -e '/:job/,/end/ s:^:#:' \ -e '/group :doc/,/^end/ s:^:#:' ../Gemfile || die rm ../Gemfile.lock || die