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 @@ <!-- The content of this document is licensed under the CC-BY-SA license --> <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-use.xml,v 1.44 2006/10/28 09:17:55 neysx Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-use.xml,v 1.45 2007/02/20 22:07:04 nightmorph Exp $ --> <sections> @@ -13,8 +13,8 @@ work with USE-flags and understand how USE-flags interact with your system. </abstract> -<version>1.35</version> -<date>2006-10-08</date> +<version>1.36</version> +<date>2007-02-20</date> <section> <title>What are USE-flags?</title> @@ -218,11 +218,11 @@ <p> As an example we will temporarily remove java from the USE-setting -during the installation of mozilla. +during the installation of seamonkey. </p> <pre caption="Using USE as environment variable"> -# <i>USE="-java" emerge mozilla</i> +# <i>USE="-java" emerge seamonkey</i> </pre> </body> @@ -322,19 +322,19 @@ <body> <p> -Let us take the example of <c>mozilla</c>: what USE-flags does it listen to? To +Let us take the example of <c>seamonkey</c>: what USE-flags does it listen to? To find out, we use <c>emerge</c> with the <c>--pretend</c> and <c>--verbose</c> options: </p> <pre caption="Viewing the used USE-flags"> -# <i>emerge --pretend --verbose mozilla</i> +# <i>emerge --pretend --verbose seamonkey</i> 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 </pre> <p> -- [email protected] mailing list
