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 78D771584AD for ; Sat, 19 Apr 2025 08:37:40 +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 5F97D343086 for ; Sat, 19 Apr 2025 08:37:40 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 768131104B1; Sat, 19 Apr 2025 08:37:36 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 5DE17110494 for ; Sat, 19 Apr 2025 08:37:36 +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 09B3D342F9F for ; Sat, 19 Apr 2025 08:37:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0929F19F6 for ; Sat, 19 Apr 2025 08:37:34 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1745051806.6a41e62c0f0b8a0ba844c0591238ea02de22a9cf.graaff@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: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 6a41e62c0f0b8a0ba844c0591238ea02de22a9cf X-VCS-Branch: master Date: Sat, 19 Apr 2025 08:37:34 +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: d7fa674d-10fe-4bdb-b55a-310faaa841db X-Archives-Hash: d53004c345f25b4cf692ef41bf399bd6 commit: 6a41e62c0f0b8a0ba844c0591238ea02de22a9cf Author: Hans de Graaff gentoo org> AuthorDate: Tue Mar 25 12:04:54 2025 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Apr 19 08:36:46 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a41e62c profiles/package.mask: mask ruby31 for removal Signed-off-by: Hans de Graaff gentoo.org> profiles/package.mask | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 2ea9a9f4fbe8..da138b157ccd 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,15 @@ #--- END OF EXAMPLES --- +# Hans de Graaff (2025-04-19) +# Ruby 3.1 is no longer supported upstream and will no longer +# receive security updates. This mask also includes any +# remaining ruby31-only packages. +dev-lang/ruby:3.1 +dev-ruby/async:1 +dev-ruby/pathutil +=app-admin/puppet-7* + # Conrad Kostecki (2025-04-18) # Package not needed anymore by the only consumer net-dns/hash-slinger. # Masked for removal on 2025-05-18. Bug #952341