From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CD8A915827B for ; Thu, 21 Aug 2025 15:36:47 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id B908B340D48 for ; Thu, 21 Aug 2025 15:36:47 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 71DD6110563; Thu, 21 Aug 2025 15:36:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 6689A110563 for ; Thu, 21 Aug 2025 15:36:39 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 18495340B4D for ; Thu, 21 Aug 2025 15:36:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0505434CA for ; Thu, 21 Aug 2025 15:36:36 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1755790442.d36bbe3329a2b7f936829c2cb6971f53713cb05a.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/package.deprecated X-VCS-Directories: profiles/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d36bbe3329a2b7f936829c2cb6971f53713cb05a X-VCS-Branch: master Date: Thu, 21 Aug 2025 15:36:36 +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: 25c0abef-4f7f-4fd9-9870-a2b906ef9cb1 X-Archives-Hash: cd71cae30a8e5c85c5ce5e584207fc74 commit: d36bbe3329a2b7f936829c2cb6971f53713cb05a Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Aug 19 16:51:02 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Aug 21 15:34:02 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d36bbe33 profiles: Add Qt5 to package.deprecated Bug: https://bugs.gentoo.org/948836 Signed-off-by: Andreas Sturmlechner gentoo.org> profiles/package.deprecated | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/profiles/package.deprecated b/profiles/package.deprecated index 7bfd5108127b..14eb78a226e2 100644 --- a/profiles/package.deprecated +++ b/profiles/package.deprecated @@ -17,6 +17,46 @@ #--- END OF EXAMPLES --- +# Andreas Sturmlechner (2025-08-20) +# Qt5 upstream OSS support ended on 2020-12-08. Public availability of +# commercial 5.15 LTS releases is delayed by 1 year since then. The final +# release happened on 2025-05-19, which means a) we will not get it until +# 2026-06-19, b) any bugs discovered since last May will not be fixed and +# c) no bugs since 2020-12-08 that haven't also been affecting Qt6 were +# fixed at all. Bug 948836 +dev-qt/designer:5 +dev-qt/linguist-tools:5 +dev-qt/qtcharts:5 +dev-qt/qtconcurrent:5 +dev-qt/qtdbus:5 +dev-qt/qtdeclarative:5 +dev-qt/qtgraphicaleffects:5 +dev-qt/qtgui:5 +dev-qt/qthelp:5 +dev-qt/qtimageformats:5 +dev-qt/qtmultimedia:5 +dev-qt/qtnetwork:5 +dev-qt/qtopengl:5 +dev-qt/qtpositioning:5 +dev-qt/qtprintsupport:5 +dev-qt/qtquickcontrols:5 +dev-qt/qtquickcontrols2:5 +dev-qt/qtscxml:5 +dev-qt/qtserialport:5 +dev-qt/qtspeech:5 +dev-qt/qtsql:5 +dev-qt/qtsvg:5 +dev-qt/qttest:5 +dev-qt/qttranslations:5 +dev-qt/qtwayland:5 +dev-qt/qtwaylandscanner:5 +dev-qt/qtwebsockets:5 +dev-qt/qtwidgets:5 +dev-qt/qtx11extras:5 +dev-qt/qtxml:5 +dev-qt/qtxmlpatterns:5 +dev-python/pyqt5 + # Michał Górny (2025-07-29) # dev-python/flaky and dev-python/pytest-rerunfailurse have conflicting # pytest fixtures, with the latter providing a more powerful fixture