commit: 4933e9021c004d613c7591651bf1235ecb75c400 Author: Alexey Sokolov <alexey+gentoo <AT> asokolov <DOT> org> AuthorDate: Sat Apr 12 19:41:56 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> 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 <alexey+gentoo <AT> asokolov.org> Part-of: https://github.com/gentoo/gentoo/pull/41563 Closes: https://github.com/gentoo/gentoo/pull/41563 Signed-off-by: Sam James <sam <AT> 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 <[email protected]> (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 ---
