Gentoo Archives: gentoo-doc-cvs

From: "Sven Vermeulen (swift)" <swift@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: Tue, 22 May 2012 21:04:09
Message-Id: 20120522184006.5F4DB2004B@flycatcher.gentoo.org
1 swift 12/05/22 18:40:06
2
3 Modified: hb-working-portage.xml
4 Log:
5 Fix bug #414723 - Use new style virtual explanation. Thanks to Chema Alonso for the patch.
6
7 Revision Changes Path
8 1.79 xml/htdocs/doc/en/handbook/hb-working-portage.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml?rev=1.79&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml?rev=1.79&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml?r1=1.78&r2=1.79
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.78
18 retrieving revision 1.79
19 diff -u -r1.78 -r1.79
20 --- hb-working-portage.xml 26 Oct 2011 19:46:19 -0000 1.78
21 +++ hb-working-portage.xml 22 May 2012 18:40:06 -0000 1.79
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.78 2011/10/26 19:46:19 swift Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml,v 1.79 2012/05/22 18:40:06 swift Exp $ -->
28
29 <sections>
30
31 @@ -13,8 +13,8 @@
32 maintain the software on his system.
33 </abstract>
34
35 -<version>4</version>
36 -<date>2011-10-26</date>
37 +<version>5</version>
38 +<date>2012-05-22</date>
39
40 <section>
41 <title>Welcome to Portage</title>
42 @@ -508,8 +508,9 @@
43 are all system loggers. Applications that rely on the availability of "a system
44 logger" cannot depend on, for instance, <c>metalogd</c>, as the other system
45 loggers are as good a choice as any. Portage allows for <e>virtuals</e>: each
46 -system logger provides <c>virtual/syslog</c> so that applications can depend on
47 -<c>virtual/syslog</c>.
48 +system logger is listed as a provider of the logging service in the
49 +<c>logger</c> virtual package of the <c>virtual</c> category, so that
50 +applications can depend on the <c>virtual/logger</c> package.
51 </p>
52
53 <p>