Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: gentoolkit.xml
Date: Tue, 26 Jun 2007 04:14:52
Message-Id: E1I32Rr-0002DF-2W@stork.gentoo.org
1 nightmorph 07/06/26 04:14:39
2
3 Modified: gentoolkit.xml
4 Log:
5 updated gentoolkit guide for bug 171446
6
7 Revision Changes Path
8 1.30 xml/htdocs/doc/en/gentoolkit.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoolkit.xml?rev=1.30&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoolkit.xml?rev=1.30&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoolkit.xml?r1=1.29&r2=1.30
13
14 Index: gentoolkit.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoolkit.xml,v
17 retrieving revision 1.29
18 retrieving revision 1.30
19 diff -u -r1.29 -r1.30
20 --- gentoolkit.xml 26 Jun 2007 04:02:53 -0000 1.29
21 +++ gentoolkit.xml 26 Jun 2007 04:14:39 -0000 1.30
22 @@ -1,5 +1,5 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoolkit.xml,v 1.29 2007/06/26 04:02:53 nightmorph Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoolkit.xml,v 1.30 2007/06/26 04:14:39 nightmorph Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/en/gentoolkit.xml">
29 @@ -37,8 +37,8 @@
30
31 <!-- Licensed under GFDL -->
32
33 -<version>1.11</version>
34 -<date>2007-02-20</date>
35 +<version>1.12</version>
36 +<date>2007-06-25</date>
37
38 <chapter>
39 <title>Introduction</title>
40 @@ -731,6 +731,58 @@
41
42 </body>
43 </section>
44 +<section>
45 +<title>eread</title>
46 +<body>
47 +
48 +<p>
49 +<c>eread</c> is a simple utility to display elog files produced by
50 +>=<c>portage-2.1</c>. You can set the saving of elog files by setting a couple
51 +of variables in <path>/etc/make.conf</path>:
52 +</p>
53 +
54 +<pre caption="Enabling elog in /etc/make.conf">
55 +PORTAGE_ELOG_CLASSES="log"
56 +PORTAGE_ELOG_SYSTEM="save"
57 +</pre>
58 +
59 +<note>
60 +This is just one way of saving elog messages. For more information on how
61 +Portage's elog system works, please refer to the appropriate page in the <uri
62 +link="/doc/en/handbook/handbook-x86.xml?part=3&amp;chap=1#doc_chap4">Portage
63 +Handbook</uri>.
64 +</note>
65 +
66 +<p>
67 +Once you've set up elog to your satisfaction, just run <c>eread</c> to view your
68 +log files.
69 +</p>
70 +
71 +<pre caption="Using eread">
72 +$ <i>eread</i>
73 +
74 +This is a list of portage log items. Choose a number to view that file or type q to quit.
75 +
76 +1) app-portage:gentoolkit-0.2.4_pre2:20070320-000256.log
77 +2) app-portage:gentoolkit-0.2.4_pre2:20070320-000258.log
78 +3) app-portage:gentoolkit-0.2.4_pre2:20070320-000319.log
79 +4) app-portage:gentoolkit-0.2.3:20070320-000408.log
80 +Choice?
81 +</pre>
82 +
83 +<p>
84 +Select a number and the file will be displayed using the paging program
85 +specified in the PAGER environment variable. If PAGER is not set, it will use
86 +<c>less</c>.
87 +</p>
88 +
89 +<p>
90 +After displaying the elog item, you will be prompted if you want to delete the
91 +file.
92 +</p>
93 +
94 +</body>
95 +</section>
96 </chapter>
97
98 </guide>
99
100
101
102 --
103 gentoo-doc-cvs@g.o mailing list