Gentoo Archives: gentoo-commits

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/en/handbook: hb-working-portage.xml
Date: Wed, 24 Dec 2008 07:07:51
Message-Id: E1LFNqO-0000md-UE@stork.gentoo.org
1 nightmorph 08/12/24 07:07:48
2
3 Modified: hb-working-portage.xml
4 Log:
5 users shouldn't try running ebuild foo digest anyway. digests haven't been used in a year, ever since the tree was converted to manifest2. the correct command is ebuild foo manifest, so fixed in the example of what not to do.
6
7 Revision Changes Path
8 1.72 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.72&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml?rev=1.72&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml?r1=1.71&r2=1.72
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.71
18 retrieving revision 1.72
19 diff -u -r1.71 -r1.72
20 --- hb-working-portage.xml 1 Mar 2008 07:16:57 -0000 1.71
21 +++ hb-working-portage.xml 24 Dec 2008 07:07:48 -0000 1.72
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.71 2008/03/01 07:16:57 nightmorph Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml,v 1.72 2008/12/24 07:07:48 nightmorph Exp $ -->
28
29 <sections>
30
31 @@ -13,8 +13,8 @@
32 maintain the software on his system.
33 </abstract>
34
35 -<version>1.64</version>
36 -<date>2008-02-29</date>
37 +<version>1.65</version>
38 +<date>2008-12-23</date>
39
40 <section>
41 <title>Welcome to Portage</title>
42 @@ -647,7 +647,7 @@
43
44 <p>
45 When the digest verification fails, do <e>not</e> try to re-digest the package
46 -yourself. Running <c>ebuild foo digest</c> will not fix the problem; it will
47 +yourself. Running <c>ebuild foo manifest</c> will not fix the problem; it will
48 almost certainly make it worse!
49 </p>