commit: 501538ae5b4afb174d23a8f8d9c1f2ec07b548cf Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Tue Jul 6 07:53:00 2021 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Tue Jul 6 08:37:35 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=501538ae
profiles/package.mask: mask obsolete ruby packages for removal Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> profiles/package.mask | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index efb960431d0..341f4bd8409 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -32,6 +32,26 @@ #--- END OF EXAMPLES --- +# Hans de Graaff <[email protected]> (2021-07-06) +# Obsolete slot, no dependencies. Use dev-ruby/http:4 instead. +# Masked for removal in 30 days. +dev-ruby/http:3 + +# Hans de Graaff <[email protected]> (2021-07-06) +# Last release in 2013, no tests, no dependencies. +# Masked for removal in 30 days. +dev-ruby/nagios + +# Hans de Graaff <[email protected]> (2021-07-06) +# Last release in 2013, no tests, no dependencies. +# Masked for removal in 30 days. +dev-ruby/notify + +# Hans de Graaff <[email protected]> (2021-07-06) +# Last release in 2013, all dependencies have switched to rash_alt. +# Masked for removal in 30 days. +dev-ruby/rash + # Michał Górny <[email protected]> (2021-07-06) # Upstream changed license to GPL-3+ in order to deliberately cause # incompatiblity with revdep licenses. Mask until the situation
