nightmorph 07/03/10 01:54:44 Modified: hb-working-portage.xml Log: updated package.use and newer alsa example, bug 170176
Revision Changes Path 1.62 xml/htdocs/doc/en/handbook/hb-working-portage.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml?rev=1.62&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml?rev=1.62&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml?r1=1.61&r2=1.62 Index: hb-working-portage.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml,v retrieving revision 1.61 retrieving revision 1.62 diff -u -r1.61 -r1.62 --- hb-working-portage.xml 12 Nov 2006 21:28:30 -0000 1.61 +++ hb-working-portage.xml 10 Mar 2007 01:54:44 -0000 1.62 @@ -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-portage.xml,v 1.61 2006/11/12 21:28:30 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml,v 1.62 2007/03/10 01:54:44 nightmorph Exp $ --> <sections> @@ -13,8 +13,8 @@ maintain the software on his system. </abstract> -<version>1.55</version> -<date>2006-11-12</date> +<version>1.56</version> +<date>2007-03-09</date> <section> <title>Welcome to Portage</title> @@ -198,15 +198,13 @@ <pre caption="Checking the existence of a doc USE flag"> <comment>(alsa-lib is just an example, of course.)</comment> # <i>emerge -vp alsa-lib</i> -[ebuild N ] media-libs/alsa-lib-1.0.9_rc3 +doc -jack 674 kB +[ebuild N ] media-libs/alsa-lib-1.0.14_rc1 -debug +doc 698 kB </pre> <p> You can enable or disable the <c>doc</c> USE flag either globally in the <path>/etc/make.conf</path> file or per package in the -<path>/etc/portage/package.use</path> file. You can also create a directory -called <path>/etc/portage/package.use</path> and list it in a file inside this -directory. The <uri +<path>/etc/portage/package.use</path> file. The <uri link="?part=2&chap=2">USE Flags</uri> chapter covers this aspect in detail. </p> @@ -219,7 +217,7 @@ </p> <pre caption="Locating package documentation"> -# <i>ls -l /usr/share/doc/alsa-lib-1.0.9_rc3</i> +# <i>ls -l /usr/share/doc/alsa-lib-1.0.14_rc1</i> total 28 -rw-r--r-- 1 root root 669 May 17 21:54 ChangeLog.gz -rw-r--r-- 1 root root 9373 May 17 21:54 COPYING.gz @@ -228,8 +226,8 @@ <comment>(Alternatively, use equery to locate interesting files:)</comment> # <i>equery files alsa-lib | less</i> -media-libs/alsa-lib-1.0.9_rc3 -* Contents of media-libs/alsa-lib-1.0.9_rc3: +media-libs/alsa-lib-1.0.14_rc1 +* Contents of media-libs/alsa-lib-1.0.14_rc1: /usr /usr/bin /usr/bin/alsalisp -- [email protected] mailing list
