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 7BBCA1580EB for ; Tue, 27 May 2025 19:52:49 +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 6077B343178 for ; Tue, 27 May 2025 19:52:49 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id BEE3F11047E; Tue, 27 May 2025 19:52:44 +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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id B1F1A11047E for ; Tue, 27 May 2025 19:52:44 +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 7335B34314D for ; Tue, 27 May 2025 19:52:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B6EF728EA for ; Tue, 27 May 2025 19:52:42 +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: <1748375541.86eaf025756528acd06e92f6911614501c6fd9a3.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: 86eaf025756528acd06e92f6911614501c6fd9a3 X-VCS-Branch: master Date: Tue, 27 May 2025 19:52:42 +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: 15e2a4a6-44e2-49ff-a73c-391bee318d09 X-Archives-Hash: 679cbbacaed5a4d0e9eae0011d3a3808 commit: 86eaf025756528acd06e92f6911614501c6fd9a3 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun May 11 20:44:21 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue May 27 19:52:21 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86eaf025 profiles: Mask sci-electronics/gazebo and ignition deps for removal Maintainer unresponsive on bugzilla. Bug: https://bugs.gentoo.org/937608 Bug: https://bugs.gentoo.org/947390 Signed-off-by: Andreas Sturmlechner gentoo.org> profiles/package.mask | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 284c7de0a992..22b86dbfb559 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -36,6 +36,22 @@ #--- END OF EXAMPLES --- +# Andreas Sturmlechner (2025-05-27) +# sci-electronics/gazebo depends on x11-libs/qwt:6[qt5] and Qt5, lots of +# open bugs. Most packages perpetually stuck at EAPI-7 and several major +# version bumps out of date. Bugs #937608, #947390; removal on 2025-06-26. +sci-electronics/gazebo +dev-libs/sdformat +net-libs/ignition-msgs +net-libs/ignition-transport +sci-libs/ignition-common +sci-libs/ignition-fuel-tools +sci-libs/ignition-math +dev-build/ignition-cmake +dev-libs/console_bridge +dev-libs/urdfdom +dev-libs/urdfdom_headers + # Sam James (2025-05-26) # Breaks some reverse dependencies and is abandoned upstream (bug #956630). =dev-cpp/glog-0.7.1