commit: 92276847eec6a106da32d11a96a9555a99bd5ae8 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sat Jul 17 05:30:00 2021 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sat Jul 17 05:30:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92276847
profiles/package.mask: mask bourne and factory_girl for removal Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> profiles/package.mask | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index c0506040b52..5275b0a5512 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -32,6 +32,18 @@ #--- END OF EXAMPLES --- +# Hans de Graaff <[email protected]> (2021-07-17) +# Deprecated upstream, replaced with factory_bot. +# Last release in 2017, no dependencies. +# Masked for removal in 30 days. +dev-ruby/factory_girl + +# Hans de Graaff <[email protected]> (2021-07-17) +# Deprecated upstream, no longer needed with rspec 2+ +# Last release in 2016, factory_girl was last dependency. +# Masked for removal in 30 days. +dev-ruby/bourne + # Volkmar W. Pogatzki <[email protected]> (2021-07-16) # library with no consumer, multiple vulnerabilities # removal in 30 days (bug #713098)
