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 158551582EF for ; Wed, 12 Feb 2025 18:33:57 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id EDC0C3434CB for ; Wed, 12 Feb 2025 18:33:56 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id E323D11042D; Wed, 12 Feb 2025 18:33:55 +0000 (UTC) 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 bobolink.gentoo.org (Postfix) with ESMTPS id D675C11042D for ; Wed, 12 Feb 2025 18:33:55 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8821D3431A1 for ; Wed, 12 Feb 2025 18:33:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2201AAF2 for ; Wed, 12 Feb 2025 18:33:54 +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: <1739385200.27cbe2b5dee01a3d19560164cecdce1cd029854b.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: 27cbe2b5dee01a3d19560164cecdce1cd029854b X-VCS-Branch: master Date: Wed, 12 Feb 2025 18:33:54 +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: eb9194ba-3ae6-4083-9687-a8ab0bd5848b X-Archives-Hash: 3471773ffc18b086fa6080e150930fb1 commit: 27cbe2b5dee01a3d19560164cecdce1cd029854b Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Feb 12 18:31:12 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Feb 12 18:33:20 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27cbe2b5 profiles: Mask net-p2p/eiskaltdcpp for removal Bug: https://bugs.gentoo.org/832614 Bug: https://bugs.gentoo.org/866935 Bug: https://bugs.gentoo.org/895806 Bug: https://bugs.gentoo.org/915790 Bug: https://bugs.gentoo.org/944379 Bug: https://bugs.gentoo.org/945060 Signed-off-by: Andreas Sturmlechner gentoo.org> profiles/package.mask | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index c5ae741fdaa9..45487f0883ca 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,16 @@ #--- END OF EXAMPLES --- +# Andreas Sturmlechner (2025-02-12) +# Last release from 2021 even if not yet dead upstream; however completely +# unmaintained in Gentoo, with the ensuing multiple longstanding bugs +# #832614, #866935, #895806, #915790, #944379, #945060; ebuild still based +# on EAPI-7, USE=javascript depending on deprecated Qt5Script, USE=qt5 +# blocking qt5-removal, etc. This package was already problematic during +# transition from Qt4 to Qt5, I will not deal with it this time. +# Removal on 2025-03-14. +net-p2p/eiskaltdcpp + # Maciej Barć (2025-02-12) # Masked for testing. Fails to update from previous version. See bug #949626. >=x11-themes/fluent-icon-theme-2025.02.10