commit: 87d3cac2a14e00300805f3272688fe72c097b83b Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sun Nov 10 10:08:33 2024 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Tue Mar 25 10:25:12 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87d3cac2
profiles/package.mask: mask Rails 6.1 for removal Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> profiles/package.mask | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index d43242907835..d405da47149b 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,28 @@ #--- END OF EXAMPLES --- +# Hans de Graaff <[email protected]> (2026-03-20) +# Rails 6.1 is no longer supported upstream. Use a newer Rails version +# instead. Packages depending exclusively on Rails 6.1 will also be +# removed. Removal on 2025-04-20. +dev-ruby/rails:6.1 +dev-ruby/actiontext:6.1 +dev-ruby/actionmailbox:6.1 +dev-ruby/activestorage:6.1 +dev-ruby/actionmailer:6.1 +dev-ruby/actioncable:6.1 +dev-ruby/railties:6.1 +dev-ruby/activejob:6.1 +dev-ruby/actionpack:6.1 +dev-ruby/actionview:6.1 +dev-ruby/activerecord:6.1 +dev-ruby/activemodel:6.1 +dev-ruby/activesupport:6.1 +dev-ruby/actionpack-action_caching +dev-ruby/coffee-rails +dev-ruby/will_paginate:3 +=www-apps/redmine-5* + # Andreas Sturmlechner <[email protected]> (2025-03-23) # No revdeps after net-im/psi treecleaning. Depends on Qt5. # Removal on 2025-04-22. Bug #951936
