Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-working-portage.xml
Date: Sat, 10 Mar 2007 01:55:00
Message-Id: E1HPqnE-0006QY-LK@stork.gentoo.org
1 nightmorph 07/03/10 01:54:44
2
3 Modified: hb-working-portage.xml
4 Log:
5 updated package.use and newer alsa example, bug 170176
6
7 Revision Changes Path
8 1.62 xml/htdocs/doc/en/handbook/hb-working-portage.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml?rev=1.62&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml?rev=1.62&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml?r1=1.61&r2=1.62
13
14 Index: hb-working-portage.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml,v
17 retrieving revision 1.61
18 retrieving revision 1.62
19 diff -u -r1.61 -r1.62
20 --- hb-working-portage.xml 12 Nov 2006 21:28:30 -0000 1.61
21 +++ hb-working-portage.xml 10 Mar 2007 01:54:44 -0000 1.62
22 @@ -4,7 +4,7 @@
23 <!-- The content of this document is licensed under the CC-BY-SA license -->
24 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml,v 1.61 2006/11/12 21:28:30 nightmorph Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml,v 1.62 2007/03/10 01:54:44 nightmorph Exp $ -->
28
29 <sections>
30
31 @@ -13,8 +13,8 @@
32 maintain the software on his system.
33 </abstract>
34
35 -<version>1.55</version>
36 -<date>2006-11-12</date>
37 +<version>1.56</version>
38 +<date>2007-03-09</date>
39
40 <section>
41 <title>Welcome to Portage</title>
42 @@ -198,15 +198,13 @@
43 <pre caption="Checking the existence of a doc USE flag">
44 <comment>(alsa-lib is just an example, of course.)</comment>
45 # <i>emerge -vp alsa-lib</i>
46 -[ebuild N ] media-libs/alsa-lib-1.0.9_rc3 +doc -jack 674 kB
47 +[ebuild N ] media-libs/alsa-lib-1.0.14_rc1 -debug +doc 698 kB
48 </pre>
49
50 <p>
51 You can enable or disable the <c>doc</c> USE flag either globally in the
52 <path>/etc/make.conf</path> file or per package in the
53 -<path>/etc/portage/package.use</path> file. You can also create a directory
54 -called <path>/etc/portage/package.use</path> and list it in a file inside this
55 -directory. The <uri
56 +<path>/etc/portage/package.use</path> file. The <uri
57 link="?part=2&amp;chap=2">USE Flags</uri> chapter covers this aspect in detail.
58 </p>
59
60 @@ -219,7 +217,7 @@
61 </p>
62
63 <pre caption="Locating package documentation">
64 -# <i>ls -l /usr/share/doc/alsa-lib-1.0.9_rc3</i>
65 +# <i>ls -l /usr/share/doc/alsa-lib-1.0.14_rc1</i>
66 total 28
67 -rw-r--r-- 1 root root 669 May 17 21:54 ChangeLog.gz
68 -rw-r--r-- 1 root root 9373 May 17 21:54 COPYING.gz
69 @@ -228,8 +226,8 @@
70
71 <comment>(Alternatively, use equery to locate interesting files:)</comment>
72 # <i>equery files alsa-lib | less</i>
73 -media-libs/alsa-lib-1.0.9_rc3
74 -* Contents of media-libs/alsa-lib-1.0.9_rc3:
75 +media-libs/alsa-lib-1.0.14_rc1
76 +* Contents of media-libs/alsa-lib-1.0.14_rc1:
77 /usr
78 /usr/bin
79 /usr/bin/alsalisp
80
81
82
83 --
84 gentoo-doc-cvs@g.o mailing list