From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org)
	by nuthatch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-doc-cvs+bounces-1853-garchives=archives.gentoo.org@gentoo.org>)
	id 1G3AVk-00014g-9x
	for garchives@archives.gentoo.org; Wed, 19 Jul 2006 11:46:40 +0000
Received: from robin.gentoo.org (localhost [127.0.0.1])
	by robin.gentoo.org (8.13.7/8.13.6) with SMTP id k6JBkVoT027137;
	Wed, 19 Jul 2006 11:46:31 GMT
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	by robin.gentoo.org (8.13.7/8.13.6) with ESMTP id k6JBkUCJ023385
	for <gentoo-doc-cvs@lists.gentoo.org>; Wed, 19 Jul 2006 11:46:30 GMT
Received: from lark (lark.gentoo.osuosl.org [140.211.166.177])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with SMTP id EF2D764528
	for <gentoo-doc-cvs@lists.gentoo.org>; Wed, 19 Jul 2006 11:46:29 +0000 (UTC)
Received: by lark (sSMTP sendmail emulation); Wed, 19 Jul 2006 11:46:29 +0000
From: "Lukasz Damentko" <rane@lark.gentoo.org>
Date: Wed, 19 Jul 2006 11:46:29 +0000
To: gentoo-doc-cvs@lists.gentoo.org
Subject: [gentoo-doc-cvs] cvs commit: guide-localization.xml
Message-Id: <20060719114629.EF2D764528@smtp.gentoo.org>
Precedence: bulk
List-Post: <mailto:gentoo-doc-cvs@lists.gentoo.org>
List-Help: <mailto:gentoo-doc-cvs+help@gentoo.org>
List-Unsubscribe: <mailto:gentoo-doc-cvs+unsubscribe@gentoo.org>
List-Subscribe: <mailto:gentoo-doc-cvs+subscribe@gentoo.org>
List-Id: Gentoo Linux mail <gentoo-doc-cvs.gentoo.org>
X-BeenThere: gentoo-doc-cvs@gentoo.org
Reply-to: docs-team@lists.gentoo.org
X-Archives-Salt: e1b73b93-bb8a-42d9-b634-0acfd927af97
X-Archives-Hash: 99a1b8a982894e9c56f7326bd09f5a09

rane        06/07/19 11:46:29

  Modified:             guide-localization.xml
  Log:
  #140098, use locale-gen instead of userlocales

Revision  Changes    Path
1.43                 xml/htdocs/doc/en/guide-localization.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/guide-localization.xml?rev=1.43&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/guide-localization.xml?rev=1.43&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/guide-localization.xml.diff?r1=1.42&r2=1.43&cvsroot=gentoo

Index: guide-localization.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- guide-localization.xml	19 Jun 2006 12:08:14 -0000	1.42
+++ guide-localization.xml	19 Jul 2006 11:46:29 -0000	1.43
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='UTF-8'?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.42 2006/06/19 12:08:14 flammie Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.43 2006/07/19 11:46:29 rane Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/guide-localization.xml">
@@ -29,8 +29,8 @@
 the German doc. Includes configuration for use of the euro currency symbol.
 </abstract>
 
-<version>1.30</version>
-<date>2006-06-19</date>
+<version>1.31</version>
+<date>2006-07-18</date>
 
 <chapter>
 <title>Time zone</title>
@@ -314,35 +314,30 @@
 </body>
 </section>
 <section>
-<title>The userlocales USE flag</title>
+<title>Generating locales for glibc</title>
 <body>
 
 <p>
-You will probably only use one or maybe two locales on your system. Up until now
-after compiling <c>glibc</c> a full set of all available locales has been
-created. As of now you can activate the <c>userlocales</c> USE flag and specify
-only the locales you will need in <path>/etc/locales.build</path>.
+You will probably only use one or maybe two locales on your system. You can
+specify locales you will need in <path>/etc/locale.gen</path>.
 </p>
 
-<pre caption="Activate the userlocales USE flag especially for glibc">
-echo "sys-libs/glibc userlocales" >> /etc/portage/package.use
+<pre caption="Adding locales to /etc/locale.gen">
+en_GB ISO-8859-1
+en_GB.UTF-8 UTF-8
+de_DE ISO-8859-1
+de_DE@euro ISO-8859-15
 </pre>
 
 <p>
-Now specify the locales you want to be able to use:
+The next step is to run <c>locale-gen</c>. It will generate all the locales you
+have specified in the <path>/etc/locale.gen</path> file.
 </p>
 
-<pre caption="Adding locales to /etc/locales.build">
-en_US/ISO-8859-1
-en_US.UTF-8/UTF-8
-de_DE/ISO-8859-1
-de_DE@euro/ISO-8859-15
-</pre>
-
-<p>
-The next step is to re-compile <c>glibc</c>. Of course you can defer this until
-the next <c>glibc</c> upgrade is available.
-</p>
+<note>
+<c>locale-gen</c> is available in <c>glibc-2.3.6-r4</c> and newer. If you have
+an older version of glibc, you should update it now.
+</note>
 
 </body>
 </section>



-- 
gentoo-doc-cvs@gentoo.org mailing list