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/kde: qt4-based-ebuild-howto.xml
Date: Mon, 04 May 2009 13:22:50
Message-Id: E1M0y87-0003fb-Re@stork.gentoo.org
1 hwoarang 09/05/04 13:22:47
2
3 Modified: qt4-based-ebuild-howto.xml
4 Log:
5 Dont use metapackage as dependency
6
7 Revision Changes Path
8 1.2 xml/htdocs/proj/en/desktop/kde/qt4-based-ebuild-howto.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/qt4-based-ebuild-howto.xml?rev=1.2&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/qt4-based-ebuild-howto.xml?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/qt4-based-ebuild-howto.xml?r1=1.1&r2=1.2
13
14 Index: qt4-based-ebuild-howto.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/qt4-based-ebuild-howto.xml,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- qt4-based-ebuild-howto.xml 18 Apr 2009 22:50:21 -0000 1.1
21 +++ qt4-based-ebuild-howto.xml 4 May 2009 13:22:47 -0000 1.2
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/kde/qt4-based-ebuild-howto.xml,v 1.1 2009/04/18 22:50:21 hwoarang Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/qt4-based-ebuild-howto.xml,v 1.2 2009/05/04 13:22:47 hwoarang Exp $ -->
27
28 <guide link="/proj/en/desktop/kde/qt4-ebuild-howto.xml" lang="en">
29 <title>Qt4-based Ebuild HowTo</title>
30 @@ -72,7 +72,7 @@
31 x11-libs/qt-sql:4"
32 </pre>
33 <warn>
34 - Even though there is a qt4 metapackage, I would strongly suggest NOT to use that one as a dependency.
35 + Even though there is a qt4 metapackage, you must NOT use it as a dependency.
36 </warn>
37 </body>
38 </section>