From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6B62515800A for ; Sun, 16 Jul 2023 18:46:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F78BE0921; Sun, 16 Jul 2023 18:46:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 741F7E0917 for ; Sun, 16 Jul 2023 18:46:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9C6D833BE4D for ; Sun, 16 Jul 2023 18:46:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 05760B5F for ; Sun, 16 Jul 2023 18:46:39 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1689532781.8e7ae13c4119cceda0de6a883da5d81e07dcff5a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/blender/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/blender/blender-3.3.6-r1.ebuild media-gfx/blender/blender-3.4.1-r3.ebuild media-gfx/blender/blender-3.5.1-r1.ebuild media-gfx/blender/blender-9999.ebuild X-VCS-Directories: media-gfx/blender/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8e7ae13c4119cceda0de6a883da5d81e07dcff5a X-VCS-Branch: master Date: Sun, 16 Jul 2023 18:46:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 260dacc5-361e-4dc6-89c7-2180907b5c6a X-Archives-Hash: 23dad2e70b5721b8c6643426aec801e4 commit: 8e7ae13c4119cceda0de6a883da5d81e07dcff5a Author: Sebastian Parborg gmail com> AuthorDate: Sun Jul 2 18:56:20 2023 +0000 Commit: Sam James gentoo 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_" 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 gmail.com> Signed-off-by: Sam James 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"