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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AD03115808A for ; Thu, 07 Aug 2025 16:20:31 +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) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 31702335D92 for ; Thu, 07 Aug 2025 16:20:23 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 2EF551104A0; Thu, 07 Aug 2025 16:20:22 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 23C911104A0 for ; Thu, 07 Aug 2025 16:20:22 +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 BD55F335D92 for ; Thu, 07 Aug 2025 16:20:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3074429B0 for ; Thu, 07 Aug 2025 16:20:20 +0000 (UTC) From: "Kerin Millar" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kerin Millar" Message-ID: <1754501405.6c372156b85d0ccb452c68fc24602d7c7978bb38.kfm@gentoo> Subject: [gentoo-commits] proj/locale-gen:master commit in: / X-VCS-Repository: proj/locale-gen X-VCS-Files: locale.gen.5 X-VCS-Directories: / X-VCS-Committer: kfm X-VCS-Committer-Name: Kerin Millar X-VCS-Revision: 6c372156b85d0ccb452c68fc24602d7c7978bb38 X-VCS-Branch: master Date: Thu, 07 Aug 2025 16:20:20 +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: b5142f8f-24f4-400c-9a49-496e76a5f483 X-Archives-Hash: e01107ab32deea3ec7b7de6198b66567 commit: 6c372156b85d0ccb452c68fc24602d7c7978bb38 Author: Kerin Millar plushkava net> AuthorDate: Wed Aug 6 17:30:05 2025 +0000 Commit: Kerin Millar plushkava net> CommitDate: Wed Aug 6 17:30:05 2025 +0000 URL: https://gitweb.gentoo.org/proj/locale-gen.git/commit/?id=6c372156 locale.gen.5: remove the OPTIONS section The OPTIONS section claims that the locale.gen(5) configuration file may contain a line with a value of "no-locale-archive", whereupon it shall be treated as an option by locale-gen(8). This is no longer the case. Remove this section. See-also: 1baa3626b0bfa269b8c195caddb4629195c89371 Signed-off-by: Kerin Millar plushkava.net> locale.gen.5 | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/locale.gen.5 b/locale.gen.5 index dbcc8c6..4c7c59c 100644 --- a/locale.gen.5 +++ b/locale.gen.5 @@ -14,7 +14,7 @@ .\" You should have received a copy of the GNU General Public License .\" along with this program; if not, write to the Free Software Foundation, .\" Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -.TH locale.gen 5 "July 2005" "Debian GNU/Linux" +.TH locale.gen 5 "August 2025" "Gentoo" .SH "NAME" locale.gen \- Configuration file for locale-gen .SH "DESCRIPTION" @@ -42,20 +42,6 @@ command will generate all the locales, placing them in \fB/usr/lib/locale\fP. Comments start with the hash mark # and may only be on new lines. -.SH "OPTIONS" -Options start with #% (to preserve backwards compatibility). - -# This enables the "foo" option. -.br -#%foo -.TP -.B no-locale-archive -Disable generation of the locale archive file and instead generate multiple -files/directories for each locale. This slows down runtime greatly (by having -multiple files spread out in the filesystem instead of a single binary file), -but it does mean build time is much faster (as you can generate in parallel). - -You should not use this option. .SH "EXAMPLES" .nf # Create a "en_US" locale using ISO-8859-1 encoding.