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 1494915808B for ; Fri, 8 Apr 2022 05:32:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E46C8E0930; Fri, 8 Apr 2022 05:32:22 +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 001B5E0936 for ; Fri, 8 Apr 2022 05:32:19 +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 189C8341433 for ; Fri, 8 Apr 2022 05:32:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 877A8395 for ; Fri, 8 Apr 2022 05:32:13 +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: <1649395928.833dc19f285e76d63ccaf42c6bc456d90c419e8a.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/haml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/haml/haml-5.2.2.ebuild X-VCS-Directories: dev-ruby/haml/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 833dc19f285e76d63ccaf42c6bc456d90c419e8a X-VCS-Branch: master Date: Fri, 8 Apr 2022 05:32:13 +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: b3541b1e-a918-4bc6-bda9-d13377541cbe X-Archives-Hash: fd1ff5f35af404bbbac7a4c856df1c4d commit: 833dc19f285e76d63ccaf42c6bc456d90c419e8a Author: Hans de Graaff gentoo org> AuthorDate: Fri Apr 8 05:18:15 2022 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Fri Apr 8 05:32:08 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=833dc19f dev-ruby/haml: enable ruby30 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/haml/haml-5.2.2.ebuild | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/dev-ruby/haml/haml-5.2.2.ebuild b/dev-ruby/haml/haml-5.2.2.ebuild index 0161e3c229be..7f57326a3f66 100644 --- a/dev-ruby/haml/haml-5.2.2.ebuild +++ b/dev-ruby/haml/haml-5.2.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby26 ruby27" +USE_RUBY="ruby26 ruby27 ruby30" RUBY_FAKEGEM_TASK_TEST="MT_NO_PLUGINS=true RUBYLIB=lib test" RUBY_FAKEGEM_TASK_DOC="-Ilib doc" @@ -25,17 +25,15 @@ KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux ~pp IUSE="doc test" -RDEPEND="${RDEPEND} !!=dev-ruby/temple-0.8.0 dev-ruby/tilt:*" ruby_add_bdepend " test? ( dev-ruby/minitest:5 dev-ruby/nokogiri - dev-ruby/railties:6.0 - dev-ruby/activemodel:6.0 - dev-ruby/actionpack:6.0 + >=dev-ruby/railties-6.0 + >=dev-ruby/activemodel-6.0 + >=dev-ruby/actionpack-6.0 ) doc? ( dev-ruby/yard @@ -48,9 +46,6 @@ all_ruby_prepare() { sed -i -e '/bundler/ s:^:#: ; /Bundler/,/end/ s:^:#:' Rakefile || die sed -i -e '/bundler/I s:^:#:' \ -e '/simplecov/I s:^:#:' \ - -e '1igem "actionpack", "~>6.0.0"'\ - -e '1igem "activesupport", "~>6.0.0"; gem "activemodel", "~>6.0.0"'\ - -e '1igem "railties", "~>6.0.0"'\ test/test_helper.rb || die # Remove test that fails when RedCloth is available sed -i -e "/should raise error when a Tilt filters dependencies are unavailable for extension/,/^ end/ s/^/#/"\