Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-irc/quassel: metadata.xml ChangeLog
Date: Sun, 02 Mar 2008 21:26:47
Message-Id: E1JVvhk-0006L1-KK@stork.gentoo.org
1 flameeyes 08/03/02 21:26:44
2
3 Modified: metadata.xml ChangeLog
4 Log:
5 Update documentation for X USE flag as the server is no more always built, and add documentation for server USE flag.
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.2 net-irc/quassel/metadata.xml
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/quassel/metadata.xml?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/quassel/metadata.xml?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/quassel/metadata.xml?r1=1.1&r2=1.2
14
15 Index: metadata.xml
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-irc/quassel/metadata.xml,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- metadata.xml 26 Feb 2008 01:24:16 -0000 1.1
22 +++ metadata.xml 2 Mar 2008 21:26:44 -0000 1.2
23 @@ -7,10 +7,16 @@
24 </maintainer>
25 <use>
26 <flag name="X">
27 - Also build the Qt 4 GUI client for quassel. If this USE flag is
28 - disabled, only the core (server) binary is built. You might want
29 - to disable this on the server, but you need it enabled on the
30 - client.
31 + Build the Qt 4 GUI client for quassel. If this USE flag is
32 + disabled, the GUI is not built, and cannot be used. You might
33 + want to disable this on the server, but you need it enabled on
34 + the client.
35 + </flag>
36 + <flag name="server">
37 + Build the server binary. If this USE flag is disabled, the
38 + 'core' server binary for quassel is not built, and cannot be
39 + used. You need this enabled on the server, but you might want to
40 + disable it on the client.
41 </flag>
42 </use>
43 </pkgmetadata>
44
45
46
47 1.5 net-irc/quassel/ChangeLog
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/quassel/ChangeLog?rev=1.5&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/quassel/ChangeLog?rev=1.5&content-type=text/plain
51 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/quassel/ChangeLog?r1=1.4&r2=1.5
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/net-irc/quassel/ChangeLog,v
56 retrieving revision 1.4
57 retrieving revision 1.5
58 diff -u -r1.4 -r1.5
59 --- ChangeLog 2 Mar 2008 21:18:15 -0000 1.4
60 +++ ChangeLog 2 Mar 2008 21:26:44 -0000 1.5
61 @@ -1,6 +1,10 @@
62 # ChangeLog for net-irc/quassel
63 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/ChangeLog,v 1.4 2008/03/02 21:18:15 flameeyes Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/ChangeLog,v 1.5 2008/03/02 21:26:44 flameeyes Exp $
66 +
67 + 02 Mar 2008; Diego Pettenò <flameeyes@g.o> metadata.xml:
68 + Update documentation for X USE flag as the server is no more always built,
69 + and add documentation for server USE flag.
70
71 *quassel-0.2.0_alpha2 (02 Mar 2008)
72
73
74
75
76 --
77 gentoo-commits@l.g.o mailing list