commit: 8e7ae13c4119cceda0de6a883da5d81e07dcff5a Author: Sebastian Parborg <darkdefende <AT> gmail <DOT> com> AuthorDate: Sun Jul 2 18:56:20 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Jul 16 18:39:41 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e7ae13c
media-gfx/blender: Remove bundled libs warning Blender will not unbundle the libs in question, however they do provide "WITH_SYSTEM_<LIB>" where it makes sense. The vast majority of the bundled libs that do not have settings like these will not be unbundled and upstream is quite firm with this stance. Therefore, having a call to action about nagging upstream about it does not make too much sense. Closes: https://bugs.gentoo.org/505386 Signed-off-by: Sebastian Parborg <darkdefende <AT> gmail.com> Signed-off-by: Sam James <sam <AT> gentoo.org> media-gfx/blender/blender-3.3.6-r1.ebuild | 7 ------- media-gfx/blender/blender-3.4.1-r3.ebuild | 7 ------- media-gfx/blender/blender-3.5.1-r1.ebuild | 7 ------- media-gfx/blender/blender-9999.ebuild | 7 ------- 4 files changed, 28 deletions(-) diff --git a/media-gfx/blender/blender-3.3.6-r1.ebuild b/media-gfx/blender/blender-3.3.6-r1.ebuild index e2e9970bdc09..0ba992b8d937 100644 --- a/media-gfx/blender/blender-3.3.6-r1.ebuild +++ b/media-gfx/blender/blender-3.3.6-r1.ebuild @@ -382,13 +382,6 @@ pkg_postinst() { elog "home directory. This can be done by starting blender, then" elog "changing the 'Temporary Files' directory in Blender preferences." elog - ewarn - ewarn "This ebuild does not unbundle the massive amount of 3rd party" - ewarn "libraries which are shipped with blender. Note that" - ewarn "these have caused security issues in the past." - ewarn "If you are concerned about security, file a bug upstream:" - ewarn " https://developer.blender.org/" - ewarn if ! use python_single_target_python3_10; then elog "You are building Blender with a newer python version than" diff --git a/media-gfx/blender/blender-3.4.1-r3.ebuild b/media-gfx/blender/blender-3.4.1-r3.ebuild index 4f4de607bab6..78ad154c35e2 100644 --- a/media-gfx/blender/blender-3.4.1-r3.ebuild +++ b/media-gfx/blender/blender-3.4.1-r3.ebuild @@ -396,13 +396,6 @@ pkg_postinst() { elog "home directory. This can be done by starting blender, then" elog "changing the 'Temporary Files' directory in Blender preferences." elog - ewarn - ewarn "This ebuild does not unbundle the massive amount of 3rd party" - ewarn "libraries which are shipped with blender. Note that" - ewarn "these have caused security issues in the past." - ewarn "If you are concerned about security, file a bug upstream:" - ewarn " https://developer.blender.org/" - ewarn if ! use python_single_target_python3_10; then elog "You are building Blender with a newer python version than" diff --git a/media-gfx/blender/blender-3.5.1-r1.ebuild b/media-gfx/blender/blender-3.5.1-r1.ebuild index a41f59bcce82..28e3907b79b1 100644 --- a/media-gfx/blender/blender-3.5.1-r1.ebuild +++ b/media-gfx/blender/blender-3.5.1-r1.ebuild @@ -400,13 +400,6 @@ pkg_postinst() { elog "home directory. This can be done by starting blender, then" elog "changing the 'Temporary Files' directory in Blender preferences." elog - ewarn - ewarn "This ebuild does not unbundle the massive amount of 3rd party" - ewarn "libraries which are shipped with blender. Note that" - ewarn "these have caused security issues in the past." - ewarn "If you are concerned about security, file a bug upstream:" - ewarn " https://developer.blender.org/" - ewarn if ! use python_single_target_python3_10; then elog "You are building Blender with a newer python version than" diff --git a/media-gfx/blender/blender-9999.ebuild b/media-gfx/blender/blender-9999.ebuild index 5448ff64cb97..e5b31060c53c 100644 --- a/media-gfx/blender/blender-9999.ebuild +++ b/media-gfx/blender/blender-9999.ebuild @@ -400,13 +400,6 @@ pkg_postinst() { elog "home directory. This can be done by starting blender, then" elog "changing the 'Temporary Files' directory in Blender preferences." elog - ewarn - ewarn "This ebuild does not unbundle the massive amount of 3rd party" - ewarn "libraries which are shipped with blender. Note that" - ewarn "these have caused security issues in the past." - ewarn "If you are concerned about security, file a bug upstream:" - ewarn " https://developer.blender.org/" - ewarn if ! use python_single_target_python3_10; then elog "You are building Blender with a newer python version than"
