public inbox for gentoo-doc-cvs@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-doc-cvs] cvs commit: hb-working-portage.xml
@ 2005-12-26 16:47 swift
  0 siblings, 0 replies; 11+ messages in thread
From: swift @ 2005-12-26 16:47 UTC (permalink / raw
  To: gentoo-doc-cvs

swift       05/12/26 16:47:16

  Modified:    xml/htdocs/doc/en/handbook hb-working-portage.xml
  Log:
  #116101 - Adding --ask example for world updates

Revision  Changes    Path
1.57      +7 -5      xml/htdocs/doc/en/handbook/hb-working-portage.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-working-portage.xml?rev=1.57&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-working-portage.xml?rev=1.57&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-working-portage.xml.diff?r1=1.56&r2=1.57&cvsroot=gentoo

Index: hb-working-portage.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- hb-working-portage.xml	30 Jun 2005 07:44:34 -0000	1.56
+++ hb-working-portage.xml	26 Dec 2005 16:47:16 -0000	1.57
@@ -4,12 +4,12 @@
 <!-- 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.56 2005/06/30 07:44:34 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml,v 1.57 2005/12/26 16:47:16 swift Exp $ -->
 
 <sections>
 
-<version>1.51</version>
-<date>2005-06-30</date>
+<version>1.52</version>
+<date>2005-12-26</date>
 
 <section>
 <title>Welcome to Portage</title>
@@ -274,11 +274,13 @@
 security updates) you need to update your system regularly. Since Portage only
 checks the ebuilds in your Portage tree you first have to update your Portage
 tree. When your Portage tree is updated, you can update your system with
-<c>emerge --update world</c>:
+<c>emerge --update world</c>. In the next example, we'll also use the
+<c>--ask</c> switch which will tell Portage to display the list of packages it
+wants to upgrade and ask you if you want to continue:
 </p>
 
 <pre caption="Updating your system">
-# <i>emerge --update world</i>
+# <i>emerge --update --ask world</i>
 </pre>
 
 <p>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 11+ messages in thread

* [gentoo-doc-cvs] cvs commit: hb-working-portage.xml
@ 2006-09-04 11:21 Josh Saddler
  0 siblings, 0 replies; 11+ messages in thread
From: Josh Saddler @ 2006-09-04 11:21 UTC (permalink / raw
  To: gentoo-doc-cvs

nightmorph    06/09/04 11:21:06

  Modified:             hb-working-portage.xml
  Log:
  Added a section on digest verification errors, bug 134574

Revision  Changes    Path
1.59                 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.59&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml?rev=1.59&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml?r1=1.58&r2=1.59

Index: hb-working-portage.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- hb-working-portage.xml	1 Aug 2006 17:35:05 -0000	1.58
+++ hb-working-portage.xml	4 Sep 2006 11:21:06 -0000	1.59
@@ -4,12 +4,12 @@
 <!-- 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.58 2006/08/01 17:35:05 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml,v 1.59 2006/09/04 11:21:06 nightmorph Exp $ -->
 
 <sections>
 
-<version>1.53</version>
-<date>2006-08-01</date>
+<version>1.54</version>
+<date>2006-09-04</date>
 
 <section>
 <title>Welcome to Portage</title>
@@ -614,5 +614,52 @@
 
 </body>
 </subsection>
+<subsection id="digesterror">
+<title>Digest Verification Failures</title>
+<body>
+
+<p>
+Sometimes, when you attempt to emerge a package, it will fail with the message:
+</p>
+
+<pre caption="Digest verification failure">
+&gt;&gt;&gt; checking ebuild checksums
+!!! Digest verification failed:
+</pre>
+
+<p>
+This is a sign that something is wrong with the Portage tree -- often, it is
+because a developer may have made a mistake when committing a package to the
+tree.
+</p>
+
+<p>
+When the digest verification fails, do <e>not</e> try to re-digest the package
+yourself. Running <c>ebuild foo digest</c> will not fix the problem; it will
+almost certainly make it worse!
+</p>
+
+<p>
+Instead, wait an hour or two for the tree to settle down. It's likely that the
+error was noticed right away, but it can take a little time for the fix to
+trickle down the Portage tree. While you're waiting, check <uri
+link="http://bugs.gentoo.org">Bugzilla</uri> and see if anyone has reported
+the problem yet. If not, go ahead and file a bug for the broken package.
+</p>
+
+<p>
+Once you see that the bug has been fixed, you may want to re-sync to pick up
+the fixed digest.
+</p>
+
+<impo>
+This does <e>not</e> mean that you can re-sync your tree multiple times! As
+stated in the rsync policy (when you run <c>emerge --sync</c>), users who sync
+too often will be banned! In fact, it's better to just wait until your next
+scheduled sync, so that you don't overload the rsync servers.
+</impo>
+
+</body>
+</subsection>
 </section>
 </sections>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 11+ messages in thread

* [gentoo-doc-cvs] cvs commit: hb-working-portage.xml
@ 2006-11-12 21:28 Josh Saddler
  0 siblings, 0 replies; 11+ messages in thread
From: Josh Saddler @ 2006-11-12 21:28 UTC (permalink / raw
  To: gentoo-doc-cvs

nightmorph    06/11/12 21:28:30

  Modified:             hb-working-portage.xml
  Log:
  reworded hb-working-portage's --update/--deep paragraph to be even more clear than crystal clear, bug 154899. thanks to jkt for discussing on irc

Revision  Changes    Path
1.61                 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.61&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml?rev=1.61&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml?r1=1.60&r2=1.61

Index: hb-working-portage.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- hb-working-portage.xml	28 Oct 2006 09:17:55 -0000	1.60
+++ hb-working-portage.xml	12 Nov 2006 21:28:30 -0000	1.61
@@ -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.60 2006/10/28 09:17:55 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml,v 1.61 2006/11/12 21:28:30 nightmorph Exp $ -->
 
 <sections>
 
@@ -13,8 +13,8 @@
 maintain the software on his system.
 </abstract>
 
-<version>1.54</version>
-<date>2006-09-04</date>
+<version>1.55</version>
+<date>2006-11-12</date>
 
 <section>
 <title>Welcome to Portage</title>
@@ -293,8 +293,10 @@
 <p>
 Portage will then search for newer version of the applications you have
 installed. However, it will only verify the versions for the applications you
-have explicitly installed - not the dependencies. If you want to update every
-single package on your system, add the <c>--deep</c> argument:
+have <e>explicitly</e> installed (the applications listed in
+<path>/var/lib/portage/world</path>) - it does not thoroughly check their
+dependencies. If you want to update <e>every single package</e> on your system,
+add the <c>--deep</c> argument:
 </p>
 
 <pre caption="Updating your entire system">



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 11+ messages in thread

* [gentoo-doc-cvs] cvs commit: hb-working-portage.xml
@ 2007-03-10  1:54 Josh Saddler
  0 siblings, 0 replies; 11+ messages in thread
From: Josh Saddler @ 2007-03-10  1:54 UTC (permalink / raw
  To: gentoo-doc-cvs

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&amp;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



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 11+ messages in thread

* [gentoo-doc-cvs] cvs commit: hb-working-portage.xml
@ 2007-03-25 23:58 Josh Saddler
  0 siblings, 0 replies; 11+ messages in thread
From: Josh Saddler @ 2007-03-25 23:58 UTC (permalink / raw
  To: gentoo-doc-cvs

nightmorph    07/03/25 23:58:47

  Modified:             hb-working-portage.xml
  Log:
  added paragraph on blocking atoms, bug 172222

Revision  Changes    Path
1.63                 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.63&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml?rev=1.63&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml?r1=1.62&r2=1.63

Index: hb-working-portage.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- hb-working-portage.xml	10 Mar 2007 01:54:44 -0000	1.62
+++ hb-working-portage.xml	25 Mar 2007 23:58:47 -0000	1.63
@@ -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.62 2007/03/10 01:54:44 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml,v 1.63 2007/03/25 23:58:47 nightmorph Exp $ -->
 
 <sections>
 
@@ -13,8 +13,8 @@
 maintain the software on his system.
 </abstract>
 
-<version>1.56</version>
-<date>2007-03-09</date>
+<version>1.57</version>
+<date>2007-03-25</date>
 
 <section>
 <title>Welcome to Portage</title>
@@ -453,6 +453,12 @@
 </p>
 
 <p>
+You may also see blocking packages with specific atoms, such as
+<b>&lt;</b>media-video/mplayer-bin-1.0_rc1-r2. In this case, updating to a more
+recent version of the blocking package would remove the block.
+</p>
+
+<p>
 It is also possible that two packages that are yet to be installed are blocking
 each other. In this rare case, you should find out why you need to install both.
 In most cases you can do with one of the packages alone. If not, please file a



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 11+ messages in thread

* [gentoo-doc-cvs] cvs commit: hb-working-portage.xml
@ 2007-11-01  1:02 Jose Luis Rivero
  0 siblings, 0 replies; 11+ messages in thread
From: Jose Luis Rivero @ 2007-11-01  1:02 UTC (permalink / raw
  To: gentoo-doc-cvs

yoswink     07/11/01 01:02:41

  Modified:             hb-working-portage.xml
  Log:
  Warn about setting doc USE flag globally (it's known to bring circular dependencies) and recommend doing it per package. Thanks to a random discussion on #-dev

Revision  Changes    Path
1.66                 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.66&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml?rev=1.66&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml?r1=1.65&r2=1.66

Index: hb-working-portage.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- hb-working-portage.xml	21 Oct 2007 19:16:11 -0000	1.65
+++ hb-working-portage.xml	1 Nov 2007 01:02:41 -0000	1.66
@@ -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.65 2007/10/21 19:16:11 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml,v 1.66 2007/11/01 01:02:41 yoswink Exp $ -->
 
 <sections>
 
@@ -13,8 +13,8 @@
 maintain the software on his system.
 </abstract>
 
-<version>1.59</version>
-<date>2007-10-21</date>
+<version>1.60</version>
+<date>2007-11-01</date>
 
 <section>
 <title>Welcome to Portage</title>
@@ -202,10 +202,11 @@
 </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
-<path>/etc/portage/package.use</path>. The <uri link="?part=2&amp;chap=2">USE
-Flags</uri> chapter covers this aspect in detail.
+The best way of enable the <c>doc</c> USE flag is doing it per package, in
+<path>/etc/portage/package.use</path>, so you get documentation for the packages
+you are interested in. Enable the flag globally is known to give problems with
+circular dependencies. You can read the chapter about <uri
+link="?part=2&amp;chap=2">USE Flags</uri> for more information about them.
 </p>
 
 <p>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 11+ messages in thread

* [gentoo-doc-cvs] cvs commit: hb-working-portage.xml
@ 2007-11-01  1:28 Jan Kundrat
  0 siblings, 0 replies; 11+ messages in thread
From: Jan Kundrat @ 2007-11-01  1:28 UTC (permalink / raw
  To: gentoo-doc-cvs

jkt         07/11/01 01:28:56

  Modified:             hb-working-portage.xml
  Log:
  English, no content change

Revision  Changes    Path
1.67                 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.67&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml?rev=1.67&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml?r1=1.66&r2=1.67

Index: hb-working-portage.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- hb-working-portage.xml	1 Nov 2007 01:02:41 -0000	1.66
+++ hb-working-portage.xml	1 Nov 2007 01:28:56 -0000	1.67
@@ -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.66 2007/11/01 01:02:41 yoswink Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml,v 1.67 2007/11/01 01:28:56 jkt Exp $ -->
 
 <sections>
 
@@ -202,11 +202,12 @@
 </pre>
 
 <p>
-The best way of enable the <c>doc</c> USE flag is doing it per package, in
-<path>/etc/portage/package.use</path>, so you get documentation for the packages
-you are interested in. Enable the flag globally is known to give problems with
-circular dependencies. You can read the chapter about <uri
-link="?part=2&amp;chap=2">USE Flags</uri> for more information about them.
+The best way of enabling the <c>doc</c> USE flag is doing it on a per-package
+basis via the <path>/etc/portage/package.use</path> file, so that you get 
+documentation only for packages that you are interested in. Enabling this flag
+globally is known to cause problems with circular dependencies. For more
+information, please read the <uri link="?part=2&amp;chap=2">USE Flags</uri>
+chapter.
 </p>
 
 <p>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 11+ messages in thread

* [gentoo-doc-cvs] cvs commit: hb-working-portage.xml
@ 2007-11-01  6:14 Josh Saddler
  0 siblings, 0 replies; 11+ messages in thread
From: Josh Saddler @ 2007-11-01  6:14 UTC (permalink / raw
  To: gentoo-doc-cvs

nightmorph    07/11/01 06:14:30

  Modified:             hb-working-portage.xml
  Log:
  package.use is not always just a file; it can also be a directory. see my recent commits and bug fixes on this for similar changes.

Revision  Changes    Path
1.68                 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.68&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml?rev=1.68&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml?r1=1.67&r2=1.68

Index: hb-working-portage.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- hb-working-portage.xml	1 Nov 2007 01:28:56 -0000	1.67
+++ hb-working-portage.xml	1 Nov 2007 06:14:30 -0000	1.68
@@ -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.67 2007/11/01 01:28:56 jkt Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml,v 1.68 2007/11/01 06:14:30 nightmorph Exp $ -->
 
 <sections>
 
@@ -13,7 +13,7 @@
 maintain the software on his system.
 </abstract>
 
-<version>1.60</version>
+<version>1.61</version>
 <date>2007-11-01</date>
 
 <section>
@@ -203,11 +203,10 @@
 
 <p>
 The best way of enabling the <c>doc</c> USE flag is doing it on a per-package
-basis via the <path>/etc/portage/package.use</path> file, so that you get 
-documentation only for packages that you are interested in. Enabling this flag
-globally is known to cause problems with circular dependencies. For more
-information, please read the <uri link="?part=2&amp;chap=2">USE Flags</uri>
-chapter.
+basis via <path>/etc/portage/package.use</path>, so that you get documentation
+only for packages that you are interested in. Enabling this flag globally is
+known to cause problems with circular dependencies. For more information, please
+read the <uri link="?part=2&amp;chap=2">USE Flags</uri> chapter.
 </p>
 
 <p>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 11+ messages in thread

* [gentoo-doc-cvs] cvs commit: hb-working-portage.xml
@ 2008-01-31 14:37 Jan Kundrat
  0 siblings, 0 replies; 11+ messages in thread
From: Jan Kundrat @ 2008-01-31 14:37 UTC (permalink / raw
  To: gentoo-doc-cvs

jkt         08/01/31 14:37:51

  Modified:             hb-working-portage.xml
  Log:
  digests are superseded by manifests

Revision  Changes    Path
1.69                 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.69&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml?rev=1.69&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml?r1=1.68&r2=1.69

Index: hb-working-portage.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- hb-working-portage.xml	1 Nov 2007 06:14:30 -0000	1.68
+++ hb-working-portage.xml	31 Jan 2008 14:37:51 -0000	1.69
@@ -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.68 2007/11/01 06:14:30 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml,v 1.69 2008/01/31 14:37:51 jkt Exp $ -->
 
 <sections>
 
@@ -13,8 +13,8 @@
 maintain the software on his system.
 </abstract>
 
-<version>1.61</version>
-<date>2007-11-01</date>
+<version>1.62</version>
+<date>2008-01-31</date>
 
 <section>
 <title>Welcome to Portage</title>
@@ -627,7 +627,7 @@
 </body>
 </subsection>
 <subsection id="digesterror">
-<title>Digest Verification Failures</title>
+<title>Checksum Verification Failures</title>
 <body>
 
 <p>
@@ -647,7 +647,7 @@
 
 <p>
 When the digest verification fails, do <e>not</e> try to re-digest the package
-yourself. Running <c>ebuild foo digest</c> will not fix the problem; it will
+yourself. Running <c>ebuild foo manifest</c> will not fix the problem; it will
 almost certainly make it worse!
 </p>
 



-- 
gentoo-doc-cvs@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 11+ messages in thread

* [gentoo-doc-cvs] cvs commit: hb-working-portage.xml
@ 2008-01-31 21:30 Jan Kundrat
  0 siblings, 0 replies; 11+ messages in thread
From: Jan Kundrat @ 2008-01-31 21:30 UTC (permalink / raw
  To: gentoo-doc-cvs

jkt         08/01/31 21:30:23

  Modified:             hb-working-portage.xml
  Log:
  Change digest verification error message to match the real one as reported by
  current Portage

Revision  Changes    Path
1.70                 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.70&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml?rev=1.70&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml?r1=1.69&r2=1.70

Index: hb-working-portage.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- hb-working-portage.xml	31 Jan 2008 14:37:51 -0000	1.69
+++ hb-working-portage.xml	31 Jan 2008 21:30:23 -0000	1.70
@@ -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.69 2008/01/31 14:37:51 jkt Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml,v 1.70 2008/01/31 21:30:23 jkt Exp $ -->
 
 <sections>
 
@@ -13,7 +13,7 @@
 maintain the software on his system.
 </abstract>
 
-<version>1.62</version>
+<version>1.63</version>
 <date>2008-01-31</date>
 
 <section>
@@ -635,8 +635,13 @@
 </p>
 
 <pre caption="Digest verification failure">
-&gt;&gt;&gt; checking ebuild checksums
+&gt;&gt;&gt; Verifying ebuild Manifests...
+
 !!! Digest verification failed:
+!!! /usr/portage/virtual/c++-tr1-memory/c++-tr1-memory-0.ebuild
+!!! Reason: Failed on MD5 verification
+!!! Got: cccc4738cc08ac3c67b14932c85d7cb2
+!!! Expected: cccc4738cc08ac3c67b14932c85d7cb3
 </pre>
 
 <p>



-- 
gentoo-doc-cvs@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 11+ messages in thread

* [gentoo-doc-cvs] cvs commit: hb-working-portage.xml
@ 2008-03-01  7:16 Joshua Saddler
  0 siblings, 0 replies; 11+ messages in thread
From: Joshua Saddler @ 2008-03-01  7:16 UTC (permalink / raw
  To: gentoo-doc-cvs

nightmorph    08/03/01 07:16:57

  Modified:             hb-working-portage.xml
  Log:
  updated portage stuff

Revision  Changes    Path
1.71                 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.71&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml?rev=1.71&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml?r1=1.70&r2=1.71

Index: hb-working-portage.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- hb-working-portage.xml	31 Jan 2008 21:30:23 -0000	1.70
+++ hb-working-portage.xml	1 Mar 2008 07:16:57 -0000	1.71
@@ -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.70 2008/01/31 21:30:23 jkt Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml,v 1.71 2008/03/01 07:16:57 nightmorph Exp $ -->
 
 <sections>
 
@@ -13,8 +13,8 @@
 maintain the software on his system.
 </abstract>
 
-<version>1.63</version>
-<date>2008-01-31</date>
+<version>1.64</version>
+<date>2008-02-29</date>
 
 <section>
 <title>Welcome to Portage</title>
@@ -627,7 +627,7 @@
 </body>
 </subsection>
 <subsection id="digesterror">
-<title>Checksum Verification Failures</title>
+<title>Digest Verification Failures</title>
 <body>
 
 <p>
@@ -635,13 +635,8 @@
 </p>
 
 <pre caption="Digest verification failure">
-&gt;&gt;&gt; Verifying ebuild Manifests...
-
+&gt;&gt;&gt; checking ebuild checksums
 !!! Digest verification failed:
-!!! /usr/portage/virtual/c++-tr1-memory/c++-tr1-memory-0.ebuild
-!!! Reason: Failed on MD5 verification
-!!! Got: cccc4738cc08ac3c67b14932c85d7cb2
-!!! Expected: cccc4738cc08ac3c67b14932c85d7cb3
 </pre>
 
 <p>
@@ -652,7 +647,7 @@
 
 <p>
 When the digest verification fails, do <e>not</e> try to re-digest the package
-yourself. Running <c>ebuild foo manifest</c> will not fix the problem; it will
+yourself. Running <c>ebuild foo digest</c> will not fix the problem; it will
 almost certainly make it worse!
 </p>
 



-- 
gentoo-doc-cvs@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2008-03-01  7:17 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-12 21:28 [gentoo-doc-cvs] cvs commit: hb-working-portage.xml Josh Saddler
  -- strict thread matches above, loose matches on Subject: below --
2008-03-01  7:16 Joshua Saddler
2008-01-31 21:30 Jan Kundrat
2008-01-31 14:37 Jan Kundrat
2007-11-01  6:14 Josh Saddler
2007-11-01  1:28 Jan Kundrat
2007-11-01  1:02 Jose Luis Rivero
2007-03-25 23:58 Josh Saddler
2007-03-10  1:54 Josh Saddler
2006-09-04 11:21 Josh Saddler
2005-12-26 16:47 swift

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox