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 5D04F13835A for ; Mon, 20 Jul 2020 06:49:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C947E08F3; Mon, 20 Jul 2020 06:49:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 4ECF5E08F3 for ; Mon, 20 Jul 2020 06:49:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 1BE2A34F43C for ; Mon, 20 Jul 2020 06:49:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC8612E3 for ; Mon, 20 Jul 2020 06:49:43 +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: <1595227772.eb7bccad9d8ebf3e7de023c512905111fdac8109.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/faraday/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/faraday/faraday-1.0.1.ebuild X-VCS-Directories: dev-ruby/faraday/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: eb7bccad9d8ebf3e7de023c512905111fdac8109 X-VCS-Branch: master Date: Mon, 20 Jul 2020 06:49:43 +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: a8d6b29c-244e-445b-ae3e-7cad67235929 X-Archives-Hash: 8df474e10bddb38a48fa02f9adc8ecc7 commit: eb7bccad9d8ebf3e7de023c512905111fdac8109 Author: Hans de Graaff gentoo org> AuthorDate: Mon Jul 20 06:49:21 2020 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Mon Jul 20 06:49:32 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb7bccad dev-ruby/faraday: fix tests Avoid dependency on some development tools. Closes: https://bugs.gentoo.org/732956 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/faraday/faraday-1.0.1.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-ruby/faraday/faraday-1.0.1.ebuild b/dev-ruby/faraday/faraday-1.0.1.ebuild index 3c85417b7a8..4148d3eb78e 100644 --- a/dev-ruby/faraday/faraday-1.0.1.ebuild +++ b/dev-ruby/faraday/faraday-1.0.1.ebuild @@ -41,6 +41,9 @@ all_ruby_prepare() { sed -e '/[Cc]overall/ s:^:#:' \ -e '/lib\/\*\*/ s:^:#:' \ -e '3igem "rack", "<2.1"' \ + -e '/simplecov/ s:^:#:' \ + -e '/SimpleCov/,/end/ s:^:#:' \ + -e '/pry/ s:^:#:' \ -i spec/spec_helper.rb || die # The proxy server is already killed, may be OS X vs Linux issue.