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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D485415ACFB for ; Sun, 9 Apr 2023 03:13:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1ADD0E0857; Sun, 9 Apr 2023 03:13:15 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F1610E0857 for ; Sun, 9 Apr 2023 03:13:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2CDF0335D1C for ; Sun, 9 Apr 2023 03:13:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B7638D1 for ; Sun, 9 Apr 2023 03:13:12 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1681009958.870ac53fd238d77c5ec47125dd63f536f7f24581.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/http/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/http/http-5.1.1.ebuild X-VCS-Directories: dev-ruby/http/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 870ac53fd238d77c5ec47125dd63f536f7f24581 X-VCS-Branch: master Date: Sun, 9 Apr 2023 03:13:12 +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: a6bf763a-4e6a-4133-b88d-420e66c2639b X-Archives-Hash: ba07539c44982d9595551e6fe9f50811 commit: 870ac53fd238d77c5ec47125dd63f536f7f24581 Author: Sam James gentoo org> AuthorDate: Sun Apr 9 03:12:28 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun Apr 9 03:12:38 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=870ac53f dev-ruby/http: drop obsolete sed Fixes: a01d23b808edb51caeafc1518cabb694b312824b Signed-off-by: Sam James gentoo.org> dev-ruby/http/http-5.1.1.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/dev-ruby/http/http-5.1.1.ebuild b/dev-ruby/http/http-5.1.1.ebuild index 50d8efa66942..a5ebf52589dd 100644 --- a/dev-ruby/http/http-5.1.1.ebuild +++ b/dev-ruby/http/http-5.1.1.ebuild @@ -50,9 +50,6 @@ all_ruby_prepare() { # Disable coverage sed -i -e 's/require_relative ".\/support\/simplecov"//g' "spec/spec_helper.rb" || die - - # Submitted upstream as https://github.com/httprb/http/pull/719 - sed -i -e '4i require "cgi"' "spec/lib/http/client_spec.rb" || die } each_ruby_test() {