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.43) id 1E6QI6-0004u0-Nz for garchives@archives.gentoo.org; Sat, 20 Aug 2005 10:09:31 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.4/8.13.4) with SMTP id j7KA8xXP017356; Sat, 20 Aug 2005 10:08:59 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [134.68.220.30]) by robin.gentoo.org (8.13.4/8.13.4) with ESMTP id j7KA8wss003560 for ; Sat, 20 Aug 2005 10:08:58 GMT Message-Id: <200508201008.j7KA8wss003560@robin.gentoo.org> Received: from lark.gentoo.osuosl.org ([140.211.166.177] helo=lark.gentoo.org) by smtp.gentoo.org with smtp (Exim 4.43) id 1E6QHs-0001Pz-IN for gentoo-doc-cvs@lists.gentoo.org; Sat, 20 Aug 2005 10:09:16 +0000 Received: by lark.gentoo.org (sSMTP sendmail emulation); Sat, 20 Aug 2005 10:09:07 +0000 From: "Jan Kundrat" Date: Sat, 20 Aug 2005 10:09:07 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: ipv6.xml Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@gentoo.org Reply-to: docs-team@lists.gentoo.org X-Archives-Salt: c391ca9c-2a43-476f-9a65-b4d48efa1b7d X-Archives-Hash: a1c47f541418cdcbfb64865fc2d0bf92 jkt 05/08/20 10:09:07 Modified: xml/htdocs/doc/en ipv6.xml Log: #101743, use --newuse instead of sed & cut magic Revision Changes Path 1.19 +9 -21 xml/htdocs/doc/en/ipv6.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/ipv6.xml?rev=1.19&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/ipv6.xml?rev=1.19&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/ipv6.xml.diff?r1=1.18&r2=1.19&cvsroot=gentoo Index: ipv6.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- ipv6.xml 2 Jul 2005 09:58:37 -0000 1.18 +++ ipv6.xml 20 Aug 2005 10:09:07 -0000 1.19 @@ -1,5 +1,5 @@ - + @@ -29,8 +29,8 @@ -1.1.4 -2005-07-02 +1.1.5 +2005-08-20 Preliminaries @@ -323,32 +323,20 @@

Unless you had USE="ipv6" in your /etc/make.conf previously, you probably need to re-emerge a bunch of packages to compile in -IPv6 support for them. To get a list of all the installed packages which -leverage the ipv6 USE variable, you can run the below line. +IPv6 support for them. To get a list of all the installed packages which are +affected by USE flag changes, use Portage's --newuse (-N) option:

-# emerge -epv world | grep ipv6 | sed "s:^.*\] ::; s:-[0-9]\+.*::" | cut -d' ' -f1
+# emerge -uDNav world
 

-To easily re-emerge some selected packages, do: +If you have changed a lot of USE flags, the list could be quite long. It's +suggested to keep your system up-to-date, so it won't hurt if you recompile +all affected packages.

-
-# emerge -epv world | grep ipv6 | sed "s:^.*\] ::; s:-[0-9]\+.*::" | \
-> cut -d' ' -f1 > packages
-
- -

-Next, edit the packages file to remove any packages you -don't want to recompile at this time. Then simply run: -

- -
-# emerge `cat packages`
-
- Some packages detect IPv6 support automagically and hence have no ipv6 USE flag. Thus not all packages, which should support IPv6, will support it if -- gentoo-doc-cvs@gentoo.org mailing list