Gentoo Archives: gentoo-commits

From: "Lukasz Damentko (rane)" <rane@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/pl: xml-guide.xml
Date: Wed, 25 Mar 2009 08:51:50
Message-Id: E1LmOpw-00035j-5j@stork.gentoo.org
1 rane 09/03/25 08:51:48
2
3 Modified: xml-guide.xml
4 Log:
5 -> 1.69
6
7 Revision Changes Path
8 1.20 xml/htdocs/doc/pl/xml-guide.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/pl/xml-guide.xml?rev=1.20&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/pl/xml-guide.xml?rev=1.20&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/pl/xml-guide.xml?r1=1.19&r2=1.20
13
14 Index: xml-guide.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/pl/xml-guide.xml,v
17 retrieving revision 1.19
18 retrieving revision 1.20
19 diff -u -r1.19 -r1.20
20 --- xml-guide.xml 11 Mar 2008 18:17:05 -0000 1.19
21 +++ xml-guide.xml 25 Mar 2009 08:51:48 -0000 1.20
22 @@ -1,5 +1,5 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/pl/xml-guide.xml,v 1.19 2008/03/11 18:17:05 rane Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/pl/xml-guide.xml,v 1.20 2009/03/25 08:51:48 rane Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/pl/xml-guide.xml" lang="pl">
29 @@ -35,8 +35,8 @@
30 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
31 <license/>
32
33 -<version>9</version>
34 -<date>2008-03-09</date>
35 +<version>10</version>
36 +<date>2009-02-27</date>
37
38 <chapter>
39 <title>Podstawowe założenia</title>
40 @@ -443,7 +443,7 @@
41 </p>
42
43 <pre caption="Mój pierwszy ebuild">
44 -<comment># Copyright 1999-2006 <b>Gentoo Foundation</b>
45 +<comment># Copyright 1999-2009 <b>Gentoo Foundation</b>
46 # Distributed under the terms of the GNU General Public License v2
47 # &#36;Header: $</comment>
48
49 @@ -457,7 +457,7 @@
50 <ident>IUSE</ident>=<const>""</const>
51
52 <stmt>src_compile()</stmt> {
53 - <keyword>econf</keyword> --with-posix-regex || <keyword>die</keyword> <const>"econf failed"</const>
54 + <keyword>econf</keyword> --with-posix-regex
55 <keyword>emake</keyword> || <keyword>die</keyword> <const>"emake failed"</const>
56 }