Gentoo Archives: gentoo-doc-cvs

From: Shyam Mani <fox2mike@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: vdr-guide.xml
Date: Thu, 20 Mar 2008 17:31:30
Message-Id: E1JcObv-0007j4-B2@stork.gentoo.org
1 fox2mike 08/03/20 17:31:27
2
3 Modified: vdr-guide.xml
4 Log:
5 Replacing emerge --config with equivalent eselect commands, thanks to Matthias Schwarzott <zzam@g.o> for patch
6
7 Revision Changes Path
8 1.9 xml/htdocs/doc/en/vdr-guide.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/vdr-guide.xml?rev=1.9&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/vdr-guide.xml?rev=1.9&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/vdr-guide.xml?r1=1.8&r2=1.9
13
14 Index: vdr-guide.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/vdr-guide.xml,v
17 retrieving revision 1.8
18 retrieving revision 1.9
19 diff -u -r1.8 -r1.9
20 --- vdr-guide.xml 13 Nov 2007 13:10:45 -0000 1.8
21 +++ vdr-guide.xml 20 Mar 2008 17:31:27 -0000 1.9
22 @@ -1,5 +1,5 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/vdr-guide.xml,v 1.8 2007/11/13 13:10:45 neysx Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/vdr-guide.xml,v 1.9 2008/03/20 17:31:27 fox2mike Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/en/vdr-guide.xml">
29 @@ -26,8 +26,8 @@
30 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
31 <license/>
32
33 -<version>1.5</version>
34 -<date>2007-11-13</date>
35 +<version>1.6</version>
36 +<date>2008-03-21</date>
37
38 <chapter>
39 <title>General information to DVB</title>
40 @@ -215,7 +215,7 @@
41
42 <pre caption="Installing vdr-remote">
43 # <i>emerge vdr-remote</i>
44 -# <i>emerge --config vdr-remote</i>
45 +# <i>eselect vdr-plugin enable remote</i>
46 </pre>
47
48 <p>
49 @@ -425,7 +425,7 @@
50
51 <pre caption="Installing the softdevice plugin">
52 # <i>emerge vdr-softdevice</i>
53 -# <i>emerge --config vdr-softdevice</i>
54 +# <i>eselect vdr-plugin enable softdevice</i>
55 </pre>
56
57 <p>
58 @@ -466,7 +466,7 @@
59
60 <pre caption="Installing vdr-xineliboutput">
61 # <i>emerge vdr-xineliboutput</i>
62 -# <i>emerge --config vdr-xineliboutput</i>
63 +# <i>eselect vdr-plugin enable xineliboutput</i>
64 </pre>
65
66 <p>
67 @@ -575,7 +575,7 @@
68
69 <pre caption="Installing and activating vdr-reelchannelscan">
70 # <i>emerge vdr-reelchannelscan</i>
71 -# <i>emerge --config vdr-reelchannelscan</i>
72 +# <i>eselect vdr-plugin enable reelchannelscan</i>
73 </pre>
74
75 </body>
76
77
78
79 --
80 gentoo-doc-cvs@l.g.o mailing list