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.3.1.ebuild
Date: Wed, 21 Jan 2009 23:10:56
Message-Id: E1LPmDm-0002Df-PE@stork.gentoo.org
1 eva 09/01/21 23:10:54
2
3 Modified: ChangeLog
4 Added: xchat-gnome-0.24.3.1.ebuild
5 Log:
6 Bump to 0.24.3.1. Bug fixes and translation updates.
7 (Portage version: 2.2_rc22/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
8
9 Revision Changes Path
10 1.43 net-irc/xchat-gnome/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/xchat-gnome/ChangeLog?rev=1.43&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/xchat-gnome/ChangeLog?rev=1.43&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/xchat-gnome/ChangeLog?r1=1.42&r2=1.43
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/ChangeLog,v
19 retrieving revision 1.42
20 retrieving revision 1.43
21 diff -u -r1.42 -r1.43
22 --- ChangeLog 1 Dec 2008 14:14:01 -0000 1.42
23 +++ ChangeLog 21 Jan 2009 23:10:54 -0000 1.43
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.42 2008/12/01 14:14:01 eva Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/ChangeLog,v 1.43 2009/01/21 23:10:54 eva Exp $
30 +
31 +*xchat-gnome-0.24.3.1 (21 Jan 2009)
32 +
33 + 21 Jan 2009; Gilles Dartiguelongue <eva@g.o>
34 + +xchat-gnome-0.24.3.1.ebuild:
35 + Bump to 0.24.3.1. Bug fixes and translation updates.
36
37 01 Dec 2008; Gilles Dartiguelongue <eva@g.o>
38 xchat-gnome-0.24.1.ebuild:
39
40
41
42 1.1 net-irc/xchat-gnome/xchat-gnome-0.24.3.1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.24.3.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.24.3.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: xchat-gnome-0.24.3.1.ebuild
48 ===================================================================
49 # Copyright 1999-2009 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.24.3.1.ebuild,v 1.1 2009/01/21 23:10:54 eva Exp $
52
53 inherit gnome2 eutils toolchain-funcs
54
55 DESCRIPTION="GNOME frontend for the popular X-Chat IRC client"
56 HOMEPAGE="http://xchat-gnome.navi.cx/"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~amd64 ~x86"
61 IUSE="dbus ipv6 libnotify mmx nls perl python sound spell ssl tcl"
62
63 RDEPEND=">=dev-libs/glib-2.18.0
64 >=gnome-base/libgnome-2.16.0
65 >=gnome-base/gconf-2.8.0
66 >=gnome-base/libgnomeui-2.16.0
67 >=gnome-base/libglade-2.3.2
68 >=x11-libs/gtk+-2.14.0
69 spell? ( app-text/enchant )
70 ssl? ( >=dev-libs/openssl-0.9.6d )
71 perl? ( >=dev-lang/perl-5.6.1 )
72 python? ( dev-lang/python )
73 tcl? ( dev-lang/tcl )
74 dbus? ( >=sys-apps/dbus-0.60 )
75 >=x11-libs/libsexy-0.1.11
76 libnotify? ( >=x11-libs/libnotify-0.3.2 )
77 sound? ( >=media-libs/libcanberra-0.3 )
78 x11-libs/libX11"
79
80 DEPEND="${RDEPEND}
81 >=dev-util/pkgconfig-0.7
82 >=app-text/gnome-doc-utils-0.3.2
83 nls? ( sys-devel/gettext )"
84
85 # gnome-base/gnome-common needed when doing eautoreconf
86
87 pkg_setup() {
88 if [[ $(gcc-major-version) -lt 4 || (
89 $(gcc-major-version) -eq 4 && $(gcc-minor-version) -lt 1 || (
90 $(gcc-major-version) -eq 4 && $(gcc-minor-version) -eq 1 && $(gcc-micro-version) -lt 3 ) ) ]]; then
91 ewarn "${P} requires >=sys-devel/gcc-4.1.3 to compile"
92 die "Please select >=sys-devel/gcc-4.1.3"
93 fi
94
95 if use sound && ! built_with_use media-libs/libcanberra gtk; then
96 eerror "You need to rebuild media-libs/libcanberra with gtk support."
97 die "Rebuild media-libs/libcanberra with USE='gtk'"
98 fi
99
100 # Per configure.ac, shm is disable because of upstream bug #565958
101 # --enable-shm
102 G2CONF="${G2CONF}
103 --enable-gnomefe
104 --disable-schemas-install
105 --disable-scrollkeeper
106 --disable-static
107 $(use_enable ssl openssl)
108 $(use_enable perl)
109 $(use_enable python)
110 $(use_enable tcl)
111 $(use_enable mmx)
112 $(use_enable ipv6)
113 $(use_enable dbus)
114 $(use_enable nls)
115 $(use_enable sound canberra)
116 $(use_enable libnotify notification)"
117 }
118
119 src_install() {
120 gnome2_src_install
121
122 # install plugin development header
123 insinto /usr/include/xchat-gnome
124 doins src/common/xchat-plugin.h || die "doins failed"
125
126 dodoc AUTHORS ChangeLog NEWS || die "dodoc failed"
127 }