Gentoo Archives: gentoo-doc-cvs

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: gnome-config.xml
Date: Mon, 07 Jun 2010 09:02:54
Message-Id: 20100607090251.2CE222CE3C@corvid.gentoo.org
1 nightmorph 10/06/07 09:02:51
2
3 Modified: gnome-config.xml
4 Log:
5 remove qt3 and arts USE flags now that nothing uses them
6
7 Revision Changes Path
8 1.32 xml/htdocs/doc/en/gnome-config.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gnome-config.xml?rev=1.32&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gnome-config.xml?rev=1.32&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gnome-config.xml?r1=1.31&r2=1.32
13
14 Index: gnome-config.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnome-config.xml,v
17 retrieving revision 1.31
18 retrieving revision 1.32
19 diff -u -r1.31 -r1.32
20 --- gnome-config.xml 11 Feb 2010 22:54:31 -0000 1.31
21 +++ gnome-config.xml 7 Jun 2010 09:02:51 -0000 1.32
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/doc/en/gnome-config.xml,v 1.31 2010/02/11 22:54:31 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnome-config.xml,v 1.32 2010/06/07 09:02:51 nightmorph Exp $ -->
27
28 <guide>
29 <title>The GNOME Configuration HOWTO</title>
30 @@ -24,8 +24,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>1.23</version>
35 -<date>2010-02-11</date>
36 +<version>1.24</version>
37 +<date>2010-06-07</date>
38
39 <chapter>
40 <title>What is GNOME?</title>
41 @@ -89,12 +89,12 @@
42 listed in <path>/etc/make.conf</path>. If you want support for <c>hald</c>, the
43 hardware abstraction layer daemon add <c>hal</c> to your USE flags. The same
44 goes for <c>dbus</c>, a system message bus Gnome uses extensively. If you don't
45 -want KDE support (the other big desktop environment), remove <c>qt3</c>,
46 -<c>qt4</c>, <c>arts</c>, and <c>kde</c>.
47 +want KDE support (the other big desktop environment), remove <c>qt4</c> and
48 +<c>kde</c>.
49 </p>
50
51 <pre caption="Example USE in /etc/make.conf">
52 -USE="-qt3 -qt4 -arts -kde X dbus gtk gnome hal"
53 +USE="-qt4 -kde X dbus gtk gnome hal"
54 </pre>
55
56 <p>