commit: b6046bd7f9447639fb15fc6129c7b5581a863050 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Apr 18 09:38:24 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Apr 18 09:39:13 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6046bd7
package.mask: Last rite dev-python/pycrypto Bug: https://bugs.gentoo.org/703682 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/package.deprecated | 6 ------ profiles/package.mask | 6 ++++++ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/profiles/package.deprecated b/profiles/package.deprecated index 5d08feab7d3..499da317742 100644 --- a/profiles/package.deprecated +++ b/profiles/package.deprecated @@ -109,12 +109,6 @@ dev-java/oracle-jre-bin # but not later than 2020-06-18. Bug #291296. virtual/emacs -# Michał Górny <[email protected]> (2019-12-09) -# The pycrypto project is long dead, and has been forked into -# dev-python/pycryptodome that's not entirely API compatible. Many -# upstreams prefer switching to dev-python/cryptography instead. -dev-python/pycrypto - # Michał Górny <[email protected]> (2019-12-09) # Test coverage reporting is not useful for Gentoo ebuilds. The deps # against coverage plugins are either entirely spurious, or the build diff --git a/profiles/package.mask b/profiles/package.mask index 8fa05094183..36451fc15ee 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -32,6 +32,12 @@ #--- END OF EXAMPLES --- +# Michał Górny <[email protected]> (2020-04-18) +# Long dead, vulnerable. All revdeps have either been ported away, +# removed or had their optional deps removed. +# Removal in 30 days. Bug #703682. +dev-python/pycrypto + # Michał Górny <[email protected]> (2020-04-18) # Practically dead. Last blocker for dev-python/pycrypto removal. # Upstream is struggling to port away from it for 3 years now.
