swift 05/06/04 12:48:22 Modified: xml/htdocs/doc/en/handbook hb-install-x86-kernel.xml Log: #94954 - Removal of emu10k1 reference (might be removed from Portage). At the same time, remove illegal use of USE environment variable.
Revision Changes Path 1.46 +5 -40 xml/htdocs/doc/en/handbook/hb-install-x86-kernel.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-x86-kernel.xml?rev=1.46&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-x86-kernel.xml?rev=1.46&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-x86-kernel.xml.diff?r1=1.45&r2=1.46&cvsroot=gentoo Index: hb-install-x86-kernel.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86-kernel.xml,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- hb-install-x86-kernel.xml 2 Jun 2005 17:08:42 -0000 1.45 +++ hb-install-x86-kernel.xml 4 Jun 2005 12:48:22 -0000 1.46 @@ -4,12 +4,12 @@ <!-- The content of this document is licensed under the CC-BY-SA license --> <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86-kernel.xml,v 1.45 2005/06/02 17:08:42 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86-kernel.xml,v 1.46 2005/06/04 12:48:22 swift Exp $ --> <sections> -<version>2.7</version> -<date>2005-06-02</date> +<version>2.8</version> +<date>2005-06-04</date> <section> <title>Timezone</title> @@ -504,11 +504,6 @@ <ti><c>emerge e1000</c></ti> </tr> <tr> - <ti>emu10k1</ti> - <ti>Creative Sound Blaster Live!/Audigy support (for 2.4 kernels only)</ti> - <ti><c>emerge emu10k1</c></ti> -</tr> -<tr> <ti>ati-drivers</ti> <ti>Accelerated ATI Radeon 8500+/FireGL graphics for xorg-x11</ti> <ti><c>emerge ati-drivers</c></ti> @@ -518,43 +513,13 @@ <p> Beware though, some of these ebuilds might deal with big dependencies. To verify what packages will be installed by emerging an ebuild, use <c>emerge ---pretend</c>. For instance, for the <c>emu10k1</c> package: +--pretend</c>. For instance, for the <c>ati-drivers</c> package: </p> <pre caption="View full installation package listing"> -# <i>emerge --pretend emu10k1</i> -</pre> - -<p> -If you don't like the packages it wants to install, use <c>emerge --pretend ---verbose</c> to see what USE-flags are checked when deciding the dependencies: -</p> - -<pre caption="View USE-flag usage"> -# <i>emerge --pretend --verbose emu10k1</i> -<comment>...</comment> -[ebuild N ] media-sound/aumix-2.8 +gpm +nls +gtk +gnome +alsa -gtk2 -</pre> - -<p> -In the previous example you can see that one of <c>emu10k1</c>'s dependencies -(<c>aumix</c>) uses the <c>gtk</c> and <c>gnome</c> USE-flags, making gtk (which -depends on xorg-x11) be compiled with it. -</p> - -<p> -If you don't want all this to be compiled, deselect all USE-flags, for instance: -</p> - -<pre caption="Emerging emu10k1 with all USE-flags deselected"> -# <i>USE="-gpm -nls -gtk -gnome -alsa" emerge --pretend emu10k1</i> +# <i>emerge --pretend ati-drivers</i> </pre> -<p> -When you're happy with the results, remove the <c>--pretend</c> to start -installing <c>emu10k1</c>. -</p> - </body> </subsection> <subsection> -- [email protected] mailing list
