Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/qt: qt4-based-ebuild-howto.xml
Date: Thu, 02 Feb 2012 19:15:35
Message-Id: 20120202191525.3B69F2004B@flycatcher.gentoo.org
1 hwoarang 12/02/02 19:15:25
2
3 Modified: qt4-based-ebuild-howto.xml
4 Log:
5 Update guide to EAPI4
6
7 Revision Changes Path
8 1.6 xml/htdocs/proj/en/desktop/qt/qt4-based-ebuild-howto.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/qt/qt4-based-ebuild-howto.xml?rev=1.6&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/qt/qt4-based-ebuild-howto.xml?rev=1.6&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/qt/qt4-based-ebuild-howto.xml?r1=1.5&r2=1.6
13
14 Index: qt4-based-ebuild-howto.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/qt/qt4-based-ebuild-howto.xml,v
17 retrieving revision 1.5
18 retrieving revision 1.6
19 diff -u -r1.5 -r1.6
20 --- qt4-based-ebuild-howto.xml 15 Aug 2010 22:28:22 -0000 1.5
21 +++ qt4-based-ebuild-howto.xml 2 Feb 2012 19:15:25 -0000 1.6
22 @@ -1,6 +1,6 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/qt/qt4-based-ebuild-howto.xml,v 1.5 2010/08/15 22:28:22 hwoarang Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/qt/qt4-based-ebuild-howto.xml,v 1.6 2012/02/02 19:15:25 hwoarang Exp $ -->
27
28 <guide link="/proj/en/desktop/qt/qt4-ebuild-howto.xml" lang="en">
29 <title>Qt4-based ebuild howto</title>
30 @@ -25,8 +25,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>0.6.1</version>
35 -<date>2010-07-14</date>
36 +<version>0.6.2</version>
37 +<date>2012-02-02</date>
38
39 <chapter>
40 <title>Introduction</title>
41 @@ -47,11 +47,9 @@
42 <title>Valid EAPI version</title>
43 <body>
44 <p>The first step for your shiny Qt4-based ebuild is to specify the
45 - right EAPI. The current eclass is compatible with EAPI 2 and 3
46 - <b>only</b>, so you have to use one of these when inheriting qt4-r2
47 - eclass.</p>
48 - <pre caption="Specify correct EAPI version">
49 -EAPI="3"</pre>
50 + right EAPI. The current eclass is compatible with EAPI 2, 3 or 4,
51 + so you have to use one of these when inheriting qt4-r2 eclass.</p>
52 + <pre caption="Specify correct EAPI version">EAPI="4"</pre>
53 </body>
54 </section>
55 <section>