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 B3CB815808A for ; Mon, 28 Jul 2025 22:47:32 +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 87CA3341FCE for ; Mon, 28 Jul 2025 22:47:32 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 0F6EB110560; Mon, 28 Jul 2025 22:47:26 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 05A3D110560 for ; Mon, 28 Jul 2025 22:47:26 +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 B74BF341436 for ; Mon, 28 Jul 2025 22:47:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 59F9232B8 for ; Mon, 28 Jul 2025 22:47:24 +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: <1753742832.ca54d90d5d5ffbb35a769f3b3b44b422fa124499.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/package.mask X-VCS-Directories: profiles/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ca54d90d5d5ffbb35a769f3b3b44b422fa124499 X-VCS-Branch: master Date: Mon, 28 Jul 2025 22:47:24 +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: f0161385-043c-4ac3-b95e-6dfe6b9299cf X-Archives-Hash: e92328c3514de362f51dd5a7ae83b8ac commit: ca54d90d5d5ffbb35a769f3b3b44b422fa124499 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jul 28 20:53:17 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jul 28 22:47:12 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca54d90d profiles: Mask app-office/texmacs for removal Bug: https://bugs.gentoo.org/953380 Signed-off-by: Andreas Sturmlechner gentoo.org> profiles/package.mask | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index c5002858bb9e..df4f142f114b 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -36,6 +36,13 @@ #--- END OF EXAMPLES --- +# Andreas Sturmlechner (2025-07-28) +# Current package is 4 years old and outdated compared to upstream. +# Still Qt5-based with unclear upstream status. Needs real care. +# Many bugs: #953380, #701988, #683464, #590002, #565034, #579396 +# Removal on 2025-08-27. +app-office/texmacs + # Andreas Sturmlechner (2025-07-28) # Last release in 2015, last commit more than 2 years ago, still Qt5-based, # EAPI-7, no signs of work towards Qt6 upstream. Bug #960817