From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7FADF15838C for ; Tue, 30 Jan 2024 10:48:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8413E2ACB; Tue, 30 Jan 2024 10:48:48 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 833A8E2ACB for ; Tue, 30 Jan 2024 10:48:48 +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 824A33430BE for ; Tue, 30 Jan 2024 10:48:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C3D7BAE3 for ; Tue, 30 Jan 2024 10:48:45 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1706611690.6d41686a242247b35735bd1749aff653105da2d9.ulm@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: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 6d41686a242247b35735bd1749aff653105da2d9 X-VCS-Branch: master Date: Tue, 30 Jan 2024 10:48:45 +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: 6536eeff-42a7-4fa2-819a-9739df85115d X-Archives-Hash: cc7f1800a5d401d25e0660df45629378 commit: 6d41686a242247b35735bd1749aff653105da2d9 Author: Ulrich Müller gentoo org> AuthorDate: Tue Jan 30 10:48:10 2024 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Jan 30 10:48:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d41686a profiles: Mask app-editors/emacs:25 for removal Bug: https://bugs.gentoo.org/923329 Signed-off-by: Ulrich Müller gentoo.org> profiles/package.mask | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 396069539a02..8e0d4f605389 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,13 @@ #--- END OF EXAMPLES --- +# Ulrich Müller (2024-01-30) +# SLOT 25 of app-editors/emacs, corresponding to GNU Emacs version 25.3. +# This version was released in May 2018. Please upgrade to >=emacs-26 +# and update your Emacs Lisp packages with emacs-updater. +# Removal on 2024-02-29. Bug #923329. +app-editors/emacs:25 + # Fabian Groffen (2024-01-26) # compilation issues, no reverse dependencies in the tree # bugs #885057, #875410, #847211