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 xchat-gnome-0.24.0.ebuild xchat-gnome-0.13.ebuild
Date: Fri, 21 Nov 2008 22:00:33
Message-Id: E1L3e3C-0005Hh-Sp@stork.gentoo.org
1 eva 08/11/21 22:00:30
2
3 Modified: ChangeLog xchat-gnome-0.24.1.ebuild
4 Removed: xchat-gnome-0.24.0.ebuild xchat-gnome-0.13.ebuild
5 Log:
6 Clean up old revisions. Add libcanberra gtk support check, bug #247457.
7 (Portage version: 2.2_rc14/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
8
9 Revision Changes Path
10 1.40 net-irc/xchat-gnome/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/xchat-gnome/ChangeLog?rev=1.40&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/xchat-gnome/ChangeLog?rev=1.40&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/xchat-gnome/ChangeLog?r1=1.39&r2=1.40
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/ChangeLog,v
19 retrieving revision 1.39
20 retrieving revision 1.40
21 diff -u -r1.39 -r1.40
22 --- ChangeLog 22 Oct 2008 21:10:42 -0000 1.39
23 +++ ChangeLog 21 Nov 2008 22:00:30 -0000 1.40
24 @@ -1,6 +1,12 @@
25 # ChangeLog for net-irc/xchat-gnome
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/ChangeLog,v 1.39 2008/10/22 21:10:42 eva Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/ChangeLog,v 1.40 2008/11/21 22:00:30 eva Exp $
29 +
30 + 21 Nov 2008; Gilles Dartiguelongue <eva@g.o>
31 + -files/0.17-segfault-fix.patch,
32 + -files/0.11-libnotify-libsexy-configure.patch, -xchat-gnome-0.13.ebuild,
33 + -xchat-gnome-0.24.0.ebuild, xchat-gnome-0.24.1.ebuild:
34 + Clean up old revisions. Add libcanberra gtk support check, bug #247457.
35
36 *xchat-gnome-0.24.1 (22 Oct 2008)
37
38
39
40
41 1.2 net-irc/xchat-gnome/xchat-gnome-0.24.1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.24.1.ebuild?rev=1.2&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.24.1.ebuild?rev=1.2&content-type=text/plain
45 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.24.1.ebuild?r1=1.1&r2=1.2
46
47 Index: xchat-gnome-0.24.1.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.24.1.ebuild,v
50 retrieving revision 1.1
51 retrieving revision 1.2
52 diff -u -r1.1 -r1.2
53 --- xchat-gnome-0.24.1.ebuild 22 Oct 2008 21:10:42 -0000 1.1
54 +++ xchat-gnome-0.24.1.ebuild 21 Nov 2008 22:00:30 -0000 1.2
55 @@ -1,6 +1,6 @@
56 # Copyright 1999-2008 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.24.1.ebuild,v 1.1 2008/10/22 21:10:42 eva Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.24.1.ebuild,v 1.2 2008/11/21 22:00:30 eva Exp $
60
61 inherit gnome2 eutils
62
63 @@ -9,7 +9,7 @@
64
65 LICENSE="GPL-2"
66 SLOT="0"
67 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
68 +KEYWORDS="~amd64 ~x86"
69 IUSE="dbus ipv6 libnotify mmx nls perl python sound spell ssl tcl"
70
71 RDEPEND=">=dev-libs/glib-2.18.0
72 @@ -38,6 +38,11 @@
73 # gnome-base/gnome-common is temporarily needed for re-creating configure
74
75 pkg_setup() {
76 + if use sound && ! built_with_use media-libs/libcanberra gtk; then
77 + eerror "You need to rebuild media-libs/libcanberra with gtk support."
78 + die "Rebuild media-libs/libcanberra with USE='gtk'"
79 + fi
80 +
81 G2CONF="${G2CONF}
82 --enable-gnomefe
83 --enable-shm