public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sass/
Date: Fri, 29 Mar 2024 07:41:47 +0000 (UTC)	[thread overview]
Message-ID: <1711698095.bb57517d671408ac36a68df34f1c921a7297e08f.graaff@gentoo> (raw)

commit:     bb57517d671408ac36a68df34f1c921a7297e08f
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 29 07:41:04 2024 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Mar 29 07:41:35 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb57517d

dev-ruby/sass: enable ruby33

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/sass/sass-3.7.4-r2.ebuild | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/dev-ruby/sass/sass-3.7.4-r2.ebuild b/dev-ruby/sass/sass-3.7.4-r2.ebuild
index 81f99a545068..06df40183f11 100644
--- a/dev-ruby/sass/sass-3.7.4-r2.ebuild
+++ b/dev-ruby/sass/sass-3.7.4-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-USE_RUBY="ruby27 ruby30 ruby31 ruby32"
+USE_RUBY="ruby31 ruby32 ruby33"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_DOCDIR="doc"
@@ -21,10 +21,11 @@ RUBY_S="ruby-sass-${PV}"
 LICENSE="MIT"
 SLOT="$(ver_cut 1-2)"
 KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~sparc x86 ~amd64-linux"
+IUSE="doc test"
 
 ruby_add_bdepend "
 	doc? ( >=dev-ruby/yard-0.5.3 )
-	test? ( dev-ruby/minitest:5.15 )
+	test? ( dev-ruby/minitest )
 "
 
 ruby_add_rdepend "
@@ -40,11 +41,6 @@ PATCHES=(
 # tests could use `less` if we had it
 
 all_ruby_prepare() {
-	# Match activesupport which gets dragged in
-	sed -i -e '/minitest.*>= 5/s:.*:&, "< 5.16":' ${PN}.gemspec || die
-	sed -i -e '/minitest/s:6.0:5.16:' Gemfile || die
-	sed -i -e "/require 'minitest\/autorun'/igem 'minitest', '< 5.16'" test/test_helper.rb || die
-
 	# We use dev-ruby/listen now instead of dev-ruby/sass-listen
 	sed -i \
 		-e "/sass-listen/s:, '~> 4.0.0'::" \
@@ -56,6 +52,10 @@ all_ruby_prepare() {
 
 	# Keep VERSION_DATE around since we don't create a new package
 	sed -i -e '/at_exit/,/end/ s:^:#:' Rakefile || die
+
+	# Fix minitest deprecations
+	sed -e 's/MiniTest/Minitest/' \
+		-i test/test_helper.rb test/sass/test_helper.rb test/sass/*_test.rb test/sass/{scss,util}/*_test.rb || die
 }
 
 each_ruby_test() {


             reply	other threads:[~2024-03-29  7:41 UTC|newest]

Thread overview: 83+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-29  7:41 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-12-06  9:57 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sass/ Hans de Graaff
2023-08-13  5:22 Hans de Graaff
2023-07-15  8:49 Arthur Zamarin
2023-06-01  7:50 Arthur Zamarin
2023-04-07 18:25 Sam James
2023-04-02  2:56 Sam James
2023-01-21  8:44 Hans de Graaff
2022-12-03  7:13 Hans de Graaff
2022-07-17  6:50 Hans de Graaff
2022-06-28 17:06 Arthur Zamarin
2022-06-28 16:59 Arthur Zamarin
2022-06-28 16:59 Arthur Zamarin
2022-06-28 16:47 Arthur Zamarin
2022-06-28 16:47 Arthur Zamarin
2022-06-12  8:33 Hans de Graaff
2022-05-05 11:34 Jakov Smolić
2022-05-05 11:34 Jakov Smolić
2022-05-05 11:34 Jakov Smolić
2022-05-05 11:34 Jakov Smolić
2022-04-27  4:34 Arthur Zamarin
2022-04-27  4:34 Arthur Zamarin
2022-04-01  5:15 Arthur Zamarin
2022-03-26 14:30 Hans de Graaff
2021-09-08 16:11 Marek Szuba
2020-11-06  3:21 Sam James
2020-06-15 10:56 Hans de Graaff
2020-03-25  6:30 Hans de Graaff
2020-03-14  7:48 Hans de Graaff
2020-01-13  6:09 Hans de Graaff
2019-11-04 19:02 Hans de Graaff
2019-05-13  5:31 Hans de Graaff
2019-05-13  1:41 Thomas Deutschmann
2019-04-28 20:18 Mikle Kolyada
2019-04-27 16:25 Sergei Trofimovich
2019-04-27 16:03 Sergei Trofimovich
2019-04-23 19:30 Mikle Kolyada
2019-04-06  6:16 Hans de Graaff
2019-02-08  8:04 Hans de Graaff
2019-02-08  8:04 Hans de Graaff
2019-01-20 10:40 Hans de Graaff
2019-01-20  6:54 Hans de Graaff
2018-07-19  6:30 Hans de Graaff
2018-07-19  6:30 Hans de Graaff
2018-07-10 17:25 Hans de Graaff
2018-05-14 19:51 Hans de Graaff
2018-05-06  5:56 Hans de Graaff
2018-05-06  5:56 Hans de Graaff
2018-03-22 20:23 Jeroen Roovers
2018-02-24  8:49 Hans de Graaff
2018-01-21  6:38 Hans de Graaff
2018-01-21  6:38 Hans de Graaff
2017-12-24 19:06 Hans de Graaff
2017-11-07  6:21 Hans de Graaff
2017-08-24  5:49 Hans de Graaff
2017-07-18  4:28 Markus Meier
2017-07-09  6:30 Hans de Graaff
2017-07-07 14:50 Agostino Sarubbo
2017-07-02  5:43 Hans de Graaff
2017-07-01 13:45 Alexis Ballier
2017-06-30 11:10 Agostino Sarubbo
2017-06-24  8:06 Hans de Graaff
2017-06-23  8:33 Agostino Sarubbo
2017-05-19  4:56 Hans de Graaff
2017-05-14  6:20 Hans de Graaff
2017-02-27 17:01 Michael Weber
2017-02-25  8:19 Hans de Graaff
2016-12-20  6:00 Hans de Graaff
2016-12-20  6:00 Hans de Graaff
2016-07-22 19:04 Hans de Graaff
2016-07-22 19:04 Hans de Graaff
2016-07-22 19:04 Hans de Graaff
2016-07-18  6:49 Hans de Graaff
2016-05-18  8:56 Fabian Groffen
2016-05-04 13:59 Manuel Rüger
2016-03-29  6:08 Hans de Graaff
2016-03-06 22:23 Manuel Rüger
2016-01-12  6:16 Hans de Graaff
2015-12-11  6:21 Hans de Graaff
2015-12-11  6:21 Hans de Graaff
2015-10-12  6:06 Hans de Graaff
2015-08-26  2:02 Manuel Rüger
2015-08-22  5:44 Hans de Graaff

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1711698095.bb57517d671408ac36a68df34f1c921a7297e08f.graaff@gentoo \
    --to=graaff@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox