Gentoo Archives: gentoo-doc-cvs

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-working-portage.xml
Date: Sat, 13 Feb 2010 20:54:13
Message-Id: E1NgP0C-0004ZS-5U@stork.gentoo.org
1 nightmorph 10/02/13 20:54:08
2
3 Modified: hb-working-portage.xml
4 Log:
5 Some updates for the Portage handbook: one from IRC (thanks integer) on the kde-meta package, and the rest from me for outdated packages and new output.
6
7 Revision Changes Path
8 1.73 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.73&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml?rev=1.73&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml?r1=1.72&r2=1.73
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.72
18 retrieving revision 1.73
19 diff -u -r1.72 -r1.73
20 --- hb-working-portage.xml 24 Dec 2008 07:07:48 -0000 1.72
21 +++ hb-working-portage.xml 13 Feb 2010 20:54:07 -0000 1.73
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.72 2008/12/24 07:07:48 nightmorph Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml,v 1.73 2010/02/13 20:54:07 nightmorph Exp $ -->
28
29 <sections>
30
31 @@ -13,8 +13,8 @@
32 maintain the software on his system.
33 </abstract>
34
35 -<version>1.65</version>
36 -<date>2008-12-23</date>
37 +<version>1.66</version>
38 +<date>2010-02-13</date>
39
40 <section>
41 <title>Welcome to Portage</title>
42 @@ -327,7 +327,7 @@
43
44 <p>
45 Some packages in the Portage tree don't have any real content but are used to
46 -install a collection of packages. For instance, the <c>kde</c> package will
47 +install a collection of packages. For instance, the <c>kde-meta</c> package will
48 install a complete KDE environment on your system by pulling in various
49 KDE-related packages as dependencies.
50 </p>
51 @@ -448,6 +448,12 @@
52 </p>
53
54 <p>
55 +While recent versions of Portage are smart enough to work around minor blockages
56 +without user intervention, occasionally you will need to fix it yourself, as
57 +explained below.
58 +</p>
59 +
60 +<p>
61 To fix a blockage, you can choose to not install the package or unmerge the
62 conflicting package first. In the given example, you can opt not to install
63 <c>postfix</c> or to remove <c>ssmtp</c> first.
64 @@ -455,7 +461,7 @@
65
66 <p>
67 You may also see blocking packages with specific atoms, such as
68 -<b>&lt;</b>media-video/mplayer-bin-1.0_rc1-r2. In this case, updating to a more
69 +<b>&lt;</b>media-video/mplayer-1.0_rc1-r2. In this case, updating to a more
70 recent version of the blocking package would remove the block.
71 </p>
72
73 @@ -549,11 +555,27 @@
74 <body>
75
76 <pre caption="Portage warning about ambiguous ebuild names">
77 -!!! The short ebuild name "aterm" is ambiguous. Please specify
78 -!!! one of the following fully-qualified ebuild names instead:
79 +[ Results for search key : listen ]
80 +[ Applications found : 2 ]
81 +
82 +* dev-tinyos/listen [ Masked ]
83 + Latest version available: 1.1.15
84 + Latest version installed: [ Not Installed ]
85 + Size of files: 10,032 kB
86 + Homepage: http://www.tinyos.net/
87 + Description: Raw listen for TinyOS
88 + License: BSD
89 +
90 +* media-sound/listen [ Masked ]
91 + Latest version available: 0.6.3
92 + Latest version installed: [ Not Installed ]
93 + Size of files: 859 kB
94 + Homepage: http://www.listen-project.org
95 + Description: A Music player and management for GNOME
96 + License: GPL-2
97
98 - dev-libs/aterm
99 - x11-terms/aterm
100 +!!! The short ebuild name "listen" is ambiguous. Please specify
101 +!!! one of the above fully-qualified ebuild names instead.
102 </pre>
103
104 <p>