Gentoo Archives: gentoo-commits

From: "Tobias Heinlein (keytoaster)" <keytoaster@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/de: xml-guide.xml
Date: Sun, 22 Mar 2009 14:56:24
Message-Id: E1LlP65-000192-Ta@stork.gentoo.org
1 keytoaster 09/03/22 14:56:21
2
3 Modified: xml-guide.xml
4 Log:
5 Sync to 1.69
6
7 Revision Changes Path
8 1.38 xml/htdocs/doc/de/xml-guide.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/de/xml-guide.xml?rev=1.38&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/de/xml-guide.xml?rev=1.38&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/de/xml-guide.xml?r1=1.37&r2=1.38
13
14 Index: xml-guide.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/de/xml-guide.xml,v
17 retrieving revision 1.37
18 retrieving revision 1.38
19 diff -u -r1.37 -r1.38
20 --- xml-guide.xml 12 Sep 2008 19:54:10 -0000 1.37
21 +++ xml-guide.xml 22 Mar 2009 14:56:21 -0000 1.38
22 @@ -22,6 +22,9 @@
23 <author title="Bearbeiter">
24 <mail link="swift@g.o">Sven Vermeulen</mail>
25 </author>
26 +<author title="Bearbeiter">
27 + <mail link="nightmorph"/>
28 +</author>
29 <author title="Übersetzer">
30 <mail link="kontakt@××××××××××××××.de">Hendrik Brandt</mail>
31 </author>
32 @@ -47,8 +50,8 @@
33 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
34 <license/>
35
36 -<version>9</version>
37 -<date>2008-03-09</date>
38 +<version>10</version>
39 +<date>2009-02-27</date>
40
41 <chapter>
42 <title>GuideXML Grundlagen</title>
43 @@ -476,7 +479,7 @@
44 </p>
45
46 <pre caption="Mein erstes Ebuild">
47 -<comment># Copyright 1999-2006 <b>Gentoo Foundation</b>
48 +<comment># Copyright 1999-2009 <b>Gentoo Foundation</b>
49 # Distributed under the terms of the GNU General Public License v2
50 # &#36;Header: $</comment>
51
52 @@ -492,18 +495,17 @@
53 <ident>IUSE</ident>=<const>""</const>
54
55 <stmt>src_compile()</stmt> {
56 - <keyword>econf</keyword> --with-posix-regex || <keyword>die</keyword>
57 -<const>"econf failed"</const>
58 + <keyword>econf</keyword> --with-posix-regex
59 <keyword>emake</keyword> || <keyword>die</keyword> <const>"emake
60 failed"</const>
61 }
62
63 <stmt>src_install()</stmt> {
64 - <keyword>make</keyword> <ident>DESTDIR</ident>="<var>${D}</var>" install ||
65 + <keyword>make</keyword> <ident>DESTDIR</ident>="<var>${D}</var>" install ||
66 <keyword>die</keyword> <const>"install failed"</const>
67
68 - <keyword>dodoc</keyword> FAQ NEWS README
69 - <keyword>dohtml</keyword> EXTENDING.html ctags.html
70 + <keyword>dodoc</keyword> FAQ NEWS README
71 + <keyword>dohtml</keyword> EXTENDING.html ctags.html
72 }
73 </pre>