Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/actionmailbox/
Date: Sat, 09 Apr 2022 10:35:30
Message-Id: 1649500520.53ae7238f443edcde4ee82799de2d98ce44f7abf.graaff@gentoo
1 commit: 53ae7238f443edcde4ee82799de2d98ce44f7abf
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 9 10:34:57 2022 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 9 10:35:20 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53ae7238
7
8 dev-ruby/actionmailbox: enable ruby30
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11
12 dev-ruby/actionmailbox/actionmailbox-7.0.2.3.ebuild | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-ruby/actionmailbox/actionmailbox-7.0.2.3.ebuild b/dev-ruby/actionmailbox/actionmailbox-7.0.2.3.ebuild
16 index 1f39947c5636..f3818bd389e1 100644
17 --- a/dev-ruby/actionmailbox/actionmailbox-7.0.2.3.ebuild
18 +++ b/dev-ruby/actionmailbox/actionmailbox-7.0.2.3.ebuild
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=8
23 -USE_RUBY="ruby27"
24 +USE_RUBY="ruby27 ruby30"
25
26 RUBY_FAKEGEM_RECIPE_DOC="none"
27 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
28 @@ -41,6 +41,7 @@ ruby_add_bdepend "test? (
29 dev-ruby/bundler
30 dev-ruby/mocha
31 dev-ruby/propshaft
32 + dev-ruby/rexml
33 dev-ruby/sqlite3
34 dev-ruby/webmock
35 )"
36 @@ -48,7 +49,7 @@ ruby_add_bdepend "test? (
37 all_ruby_prepare() {
38 # Remove items from the common Gemfile that we don't need for this
39 # test run. This also requires handling some gemspecs.
40 - sed -e "/\(system_timer\|sdoc\|w3c_validators\|pg\|execjs\|jquery-rails\|mysql2\|journey\|ruby-prof\|stackprof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|sass-rails\|debugger\|sprockets-rails\|redcarpet\|bcrypt\|uglifier\|sprockets\|stackprof\|websocket-client-simple\|libxml-ruby\|redis\|blade\|aws-sdk\|google-cloud\|azure-storage\|selenium\|webdrivers\|webrick\|minitest-bisect\|minitest-retry\|minitest-reporters\|listen\|rack-cache\|capybara\|webpacker\|bootsnap\|dalli\|connection_pool\|rexml\)/ s:^:#:" \
41 + sed -e "/\(system_timer\|sdoc\|w3c_validators\|pg\|execjs\|jquery-rails\|mysql2\|journey\|ruby-prof\|stackprof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|sass-rails\|debugger\|sprockets-rails\|redcarpet\|bcrypt\|uglifier\|sprockets\|stackprof\|websocket-client-simple\|libxml-ruby\|redis\|blade\|aws-sdk\|google-cloud\|azure-storage\|selenium\|webdrivers\|webrick\|minitest-bisect\|minitest-retry\|minitest-reporters\|listen\|rack-cache\|capybara\|webpacker\|bootsnap\|dalli\|connection_pool\)/ s:^:#:" \
42 -e '/stimulus-rails/,/tailwindcss-rails/ s:^:#:' \
43 -e '/group :\(cable\|doc\|job\|rubocop\|storage\|test\)/,/^end/ s:^:#:' \
44 -i ../Gemfile || die