Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-irc/xchat-gnome: ChangeLog xchat-gnome-0.24.1.ebuild
Date: Mon, 01 Dec 2008 14:14:03
Message-Id: E1L79XF-0003dH-FJ@stork.gentoo.org
1 eva 08/12/01 14:14:01
2
3 Modified: ChangeLog xchat-gnome-0.24.1.ebuild
4 Log:
5 Add forgotten use_enable for sound, fix bug #249477.
6 (Portage version: 2.2_rc16/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
7
8 Revision Changes Path
9 1.42 net-irc/xchat-gnome/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/xchat-gnome/ChangeLog?rev=1.42&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/xchat-gnome/ChangeLog?rev=1.42&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/xchat-gnome/ChangeLog?r1=1.41&r2=1.42
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/ChangeLog,v
18 retrieving revision 1.41
19 retrieving revision 1.42
20 diff -u -r1.41 -r1.42
21 --- ChangeLog 29 Nov 2008 22:49:52 -0000 1.41
22 +++ ChangeLog 1 Dec 2008 14:14:01 -0000 1.42
23 @@ -1,6 +1,10 @@
24 # ChangeLog for net-irc/xchat-gnome
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/ChangeLog,v 1.41 2008/11/29 22:49:52 eva Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/ChangeLog,v 1.42 2008/12/01 14:14:01 eva Exp $
28 +
29 + 01 Dec 2008; Gilles Dartiguelongue <eva@g.o>
30 + xchat-gnome-0.24.1.ebuild:
31 + Add forgotten use_enable for sound, fix bug #249477.
32
33 29 Nov 2008; Gilles Dartiguelongue <eva@g.o>
34 xchat-gnome-0.24.1.ebuild:
35
36
37
38 1.4 net-irc/xchat-gnome/xchat-gnome-0.24.1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.24.1.ebuild?rev=1.4&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.24.1.ebuild?rev=1.4&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.24.1.ebuild?r1=1.3&r2=1.4
43
44 Index: xchat-gnome-0.24.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.24.1.ebuild,v
47 retrieving revision 1.3
48 retrieving revision 1.4
49 diff -u -r1.3 -r1.4
50 --- xchat-gnome-0.24.1.ebuild 29 Nov 2008 22:49:52 -0000 1.3
51 +++ xchat-gnome-0.24.1.ebuild 1 Dec 2008 14:14:01 -0000 1.4
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2008 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.24.1.ebuild,v 1.3 2008/11/29 22:49:52 eva Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.24.1.ebuild,v 1.4 2008/12/01 14:14:01 eva Exp $
57
58 inherit gnome2 eutils toolchain-funcs
59
60 @@ -63,6 +63,7 @@
61 $(use_enable ipv6)
62 $(use_enable dbus)
63 $(use_enable nls)
64 + $(use_enable sound canberra)
65 $(use_enable libnotify notification)"
66 }