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 475391584AD for ; Thu, 24 Apr 2025 18:13:16 +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 308F7343065 for ; Thu, 24 Apr 2025 18:13:16 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 8AEF91104B1; Thu, 24 Apr 2025 18:13:10 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 824061104B1 for ; Thu, 24 Apr 2025 18:13:10 +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 2891C342FA2 for ; Thu, 24 Apr 2025 18:13:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7C53123FF for ; Thu, 24 Apr 2025 18:13:08 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1745518308.4933e9021c004d613c7591651bf1235ecb75c400.sam@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: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4933e9021c004d613c7591651bf1235ecb75c400 X-VCS-Branch: master Date: Thu, 24 Apr 2025 18:13:08 +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: bff0d842-ab56-4774-994c-4271eee0f052 X-Archives-Hash: dbcfb7e7b645e0bc5e8463188fe32da4 commit: 4933e9021c004d613c7591651bf1235ecb75c400 Author: Alexey Sokolov asokolov org> AuthorDate: Sat Apr 12 19:41:56 2025 +0000 Commit: Sam James gentoo org> CommitDate: Thu Apr 24 18:11:48 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4933e902 profiles: update package.mask's header for GLEP 84 Signed-off-by: Alexey Sokolov asokolov.org> Part-of: https://github.com/gentoo/gentoo/pull/41563 Closes: https://github.com/gentoo/gentoo/pull/41563 Signed-off-by: Sam James gentoo.org> profiles/package.mask | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index 9083fbd49701..c0fba840fd44 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -1,6 +1,8 @@ # Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Uses GLEP 84 format + #################################################################### # # When you add an entry to the top of this file, add your name, the date @@ -20,15 +22,16 @@ # - Best last rites (removal) practices - # Include the following info: # a) reason for masking -# b) bug # for the removal (and yes you should have one) -# c) date of removal (either the date or "in x days") +# b) date of removal +# c) bug # for the removal (and yes you should have one) +# +# See GLEP 84 for the full description of the format. # ## Example: ## ## # Dev E. Loper (2019-07-01) -## # Masked for removal in 30 days. Doesn't work -## # with new libfoo. Upstream dead, gtk-1, smells -## # funny. (bug #987654) +## # Doesn't work with new libfoo. Upstream dead, gtk-1, smells funny. +## # Removal on 2019-08-01. Bug #987654. ## app-misc/some-package #--- END OF EXAMPLES ---