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.62) (envelope-from ) id 1HJd91-0006Os-7c for garchives@archives.gentoo.org; Tue, 20 Feb 2007 22:07:31 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l1KM77At027903; Tue, 20 Feb 2007 22:07:07 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l1KM76RT027892 for ; Tue, 20 Feb 2007 22:07:07 GMT Received: from lark.gentoo.org (lark.gentoo.osuosl.org [140.211.166.177]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 278926488D for ; Tue, 20 Feb 2007 22:07:06 +0000 (UTC) Received: from nightmorph by lark.gentoo.org with local (Exim 4.62) (envelope-from ) id 1HJd8b-0006a2-CG for gentoo-doc-cvs@lists.gentoo.org; Tue, 20 Feb 2007 22:07:05 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: hb-working-use.xml Message-Id: From: Josh Saddler Date: Tue, 20 Feb 2007 22:07:05 +0000 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: cceddce3-ed1c-4edd-974a-6a35a6a7a2ec X-Archives-Hash: a56544e98311cf2bd0414549cd5ba48b nightmorph 07/02/20 22:07:04 Modified: hb-working-use.xml Log: removed references to mozilla in current docs due to its masking for removal Revision Changes Path 1.45 xml/htdocs/doc/en/handbook/hb-working-use.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-use.xml?rev=1.45&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-use.xml?rev=1.45&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-use.xml?r1=1.44&r2=1.45 Index: hb-working-use.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-use.xml,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- hb-working-use.xml 28 Oct 2006 09:17:55 -0000 1.44 +++ hb-working-use.xml 20 Feb 2007 22:07:04 -0000 1.45 @@ -4,7 +4,7 @@ - + @@ -13,8 +13,8 @@ work with USE-flags and understand how USE-flags interact with your system. -1.35 -2006-10-08 +1.36 +2007-02-20
What are USE-flags? @@ -218,11 +218,11 @@

As an example we will temporarily remove java from the USE-setting -during the installation of mozilla. +during the installation of seamonkey.

-# USE="-java" emerge mozilla
+# USE="-java" emerge seamonkey
 
@@ -322,19 +322,19 @@

-Let us take the example of mozilla: what USE-flags does it listen to? To +Let us take the example of seamonkey: what USE-flags does it listen to? To find out, we use emerge with the --pretend and --verbose options:

-# emerge --pretend --verbose mozilla
+# emerge --pretend --verbose seamonkey
 These are the packages that I would merge, in order:
 
 Calculating dependencies ...done!
-[ebuild   R   ] www-client/mozilla-1.7.12-r2  USE="crypt gnome java mozsvg ssl
-truetype xprint -debug -ipv6 -ldap -mozcalendar -mozdevelop -moznocompose
--moznoirc -moznomail -moznoxft -postgres -xinerama" 0 kB
+[ebuild   R   ] www-client/seamonkey-1.0.7  USE="crypt gnome java -debug -ipv6
+-ldap -mozcalendar -mozdevelop -moznocompose -moznoirc -moznomail -moznopango
+-moznoroaming -postgres -xinerama -xprint" 0 kB
 

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