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 DEA3215800A for ; Fri, 18 Aug 2023 19:41:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07CA92BC020; Fri, 18 Aug 2023 19:41:02 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 E74832BC020 for ; Fri, 18 Aug 2023 19:41:01 +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 D58B8335DC3 for ; Fri, 18 Aug 2023 19:41:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 158BFFCB for ; Fri, 18 Aug 2023 19:40:59 +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: <1692386694.8e2afc92fd4c6ea5779beb07d5769b27d02e91f8.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/liquid-c/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/liquid-c/liquid-c-4.1.0.ebuild X-VCS-Directories: dev-ruby/liquid-c/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 8e2afc92fd4c6ea5779beb07d5769b27d02e91f8 X-VCS-Branch: master Date: Fri, 18 Aug 2023 19:40:59 +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: f0da48b0-eeba-4661-8236-44faa42fac61 X-Archives-Hash: 243473e90d0416d141c7a58bb53cab94 commit: 8e2afc92fd4c6ea5779beb07d5769b27d02e91f8 Author: Hans de Graaff gentoo org> AuthorDate: Fri Aug 18 19:24:54 2023 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Fri Aug 18 19:24:54 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e2afc92 dev-ruby/liquid-c: fix tests Fix minitest deprecation. Avoid dependency on rake-compiler. Closes: https://bugs.gentoo.org/911955 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/liquid-c/liquid-c-4.1.0.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-ruby/liquid-c/liquid-c-4.1.0.ebuild b/dev-ruby/liquid-c/liquid-c-4.1.0.ebuild index ba74574a276c..7740808c9ef9 100644 --- a/dev-ruby/liquid-c/liquid-c-4.1.0.ebuild +++ b/dev-ruby/liquid-c/liquid-c-4.1.0.ebuild @@ -28,7 +28,12 @@ all_ruby_prepare() { sed -i \ -e "/[Bb]undler/d" \ -e "/memcheck/Id" \ + -e '/extensiontask/ s:^:#:' \ Rakefile || die + sed -i -e 's/unit: :compile/:unit/' rakelib/unit_test.rake || die + rm -r rakelib/compile.rake || die + + sed -i -e 's/MiniTest/Minitest/' test/unit/*_test.rb || die # ruby_memcheck is a gem just for running w/ valgrind. # We don't run tests in ebuilds with Valgrind because it's