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 97C9215827B for ; Thu, 28 Aug 2025 15:50:28 +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 5E489340C7B for ; Thu, 28 Aug 2025 15:50:28 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id F40B0110563; Thu, 28 Aug 2025 15:50:19 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id E4CBA110563 for ; Thu, 28 Aug 2025 15:50:19 +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 98B07340B4D for ; Thu, 28 Aug 2025 15:50:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E0813503 for ; Thu, 28 Aug 2025 15:50:18 +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: <1756396202.e1da5de82b77d453d5c292aa446c5d41bb246a10.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: e1da5de82b77d453d5c292aa446c5d41bb246a10 X-VCS-Branch: master Date: Thu, 28 Aug 2025 15:50:18 +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: 2fe5dbd2-2810-4848-980b-a9e963d046fd X-Archives-Hash: 11fe8f96ae804d750acf62228531dc61 commit: e1da5de82b77d453d5c292aa446c5d41bb246a10 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Aug 27 21:42:58 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Aug 28 15:50:02 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1da5de8 profiles: Mask EAPI-7 cmake stragglers without any revdeps for removal Bug: https://bugs.gentoo.org/957225 Bug: https://bugs.gentoo.org/957234 Bug: https://bugs.gentoo.org/957238 Bug: https://bugs.gentoo.org/957252 Signed-off-by: Andreas Sturmlechner gentoo.org> profiles/package.mask | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 8834fd440915..d367840377c7 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -36,6 +36,41 @@ #--- END OF EXAMPLES --- +# Andreas Sturmlechner (2025-08-27) +# EAPI-7 cmake.eclass straggler sci-libs/ libraries without revdeps. +# If you need them, raise your hand by doing the necessary EAPI-8 porting. +# Removal on 2025-09-26. +sci-libs/clapack +sci-libs/cminpack +sci-libs/coinor-cppad +sci-libs/exodusii +sci-libs/fcl +sci-libs/kim-api +sci-libs/libccd +sci-libs/neartree +sci-libs/nemesis +sci-libs/orocos_kdl + +# Andreas Sturmlechner (2025-08-27) +# EAPI-7 cmake.eclass straggler dev-libs/ libraries without revdeps. +# If you need them, raise your hand by doing the necessary EAPI-8 porting. +# Bugs #957252, #957234. Removal on 2025-09-26. +dev-libs/libdynd +dev-libs/libflatarray +dev-libs/redis-ipc + +# Andreas Sturmlechner (2025-08-27) +# EAPI-7 cmake.eclass straggler libraries without revdeps. +# If you need them, raise your hand by doing the necessary EAPI-8 porting. +# Bugs #957225, #957238. Removal on 2025-09-26. +dev-cpp/cpp-hocon +dev-libs/leatherman + +# Andreas Sturmlechner (2025-08-27) +# EAPI-7 cmake.eclass library without any revdeps. +# Removal on 2025-09-26. +dev-cpp/robin-hood-hashing + # Andreas Sturmlechner (2025-08-27) # Only translation commits since 2020, still Qt5-based. Worse, packaged # version in Gentoo is from 2016, no one bothered to bump it since then.