commit: d5201fc9456da0e36aeaf4cce46c64b9fc083c67 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Fri Jun 23 07:43:42 2017 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Fri Jun 23 07:44:40 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5201fc9
package.mask: Mask ruby21-only packages for removal profiles/package.mask | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 4970cea7436..535859c32c9 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -29,6 +29,19 @@ #--- END OF EXAMPLES --- +# Hans de Graaff <[email protected]> (23 Jun 2017) +# Mask ruby21-only packages for removal in 30 days +# Old slots that are ruby21-only +dev-ruby/prawn:1 +dev-ruby/rspec:0 +# ruby21-only package that does not work with current +# dev-ruby/parslet versions. +dev-ruby/toml +# ruby21-only, no maintainer, fails tests +www-apps/jekyll-paginate +# ruby21-only, no maintainer +www-apps/redmine + # Patrice Clement <[email protected]> (20 Jun 2017) # Fails to build with Java 8. Project is active on Github yet ebuild has never # been marked stable.
