Gentoo Archives: gentoo-commits

From: "Daniel Drake (dsd)" <dsd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-irc/xchat-gnome: ChangeLog xchat-gnome-0.18.ebuild
Date: Wed, 05 Dec 2007 22:06:37
Message-Id: E1J01zE-0002hv-Cp@stork.gentoo.org
1 dsd 07/12/05 21:40:56
2
3 Modified: ChangeLog xchat-gnome-0.18.ebuild
4 Log:
5 Fix compilation error thanks to Ed Catmur and Cosimo Cecchi in bug #198090
6 (Portage version: 2.1.4_rc6)
7
8 Revision Changes Path
9 1.32 net-irc/xchat-gnome/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/xchat-gnome/ChangeLog?rev=1.32&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/xchat-gnome/ChangeLog?rev=1.32&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/xchat-gnome/ChangeLog?r1=1.31&r2=1.32
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/ChangeLog,v
18 retrieving revision 1.31
19 retrieving revision 1.32
20 diff -u -r1.31 -r1.32
21 --- ChangeLog 3 Nov 2007 21:36:10 -0000 1.31
22 +++ ChangeLog 5 Dec 2007 21:40:55 -0000 1.32
23 @@ -1,6 +1,9 @@
24 # ChangeLog for net-irc/xchat-gnome
25 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/ChangeLog,v 1.31 2007/11/03 21:36:10 jokey Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/ChangeLog,v 1.32 2007/12/05 21:40:55 dsd Exp $
28 +
29 + 05 Dec 2007; Daniel Drake <dsd@g.o> xchat-gnome-0.18.ebuild:
30 + Fix compilation error thanks to Ed Catmur and Cosimo Cecchi in bug #198090
31
32 *xchat-gnome-0.18 (03 Nov 2007)
33
34
35
36
37 1.2 net-irc/xchat-gnome/xchat-gnome-0.18.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.18.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.18.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.18.ebuild?r1=1.1&r2=1.2
42
43 Index: xchat-gnome-0.18.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.18.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- xchat-gnome-0.18.ebuild 3 Nov 2007 21:36:10 -0000 1.1
50 +++ xchat-gnome-0.18.ebuild 5 Dec 2007 21:40:55 -0000 1.2
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2007 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.18.ebuild,v 1.1 2007/11/03 21:36:10 jokey Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.18.ebuild,v 1.2 2007/12/05 21:40:55 dsd Exp $
56
57 inherit gnome2 eutils autotools
58
59 @@ -42,7 +42,6 @@
60 cd "${S}"
61
62 epatch "${FILESDIR}"/0.17-libnotify-configure.patch
63 - epatch "${FILESDIR}"/0.17-segfault-fix.patch
64
65 AT_M4DIR="m4" eautoreconf
66 }
67
68
69
70 --
71 gentoo-commits@g.o mailing list