Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 284218
Collapse All | Expand All

(-)xchat-2.8.6-r2.ebuild (-2 / +4 lines)
Lines 2-7 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.8.6-r2.ebuild,v 1.3 2009/09/07 13:36:02 armin76 Exp $
3
# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.8.6-r2.ebuild,v 1.3 2009/09/07 13:36:02 armin76 Exp $
4
4
5
EAPI="1"
6
5
inherit eutils versionator gnome2
7
inherit eutils versionator gnome2
6
8
7
DESCRIPTION="Graphical IRC client"
9
DESCRIPTION="Graphical IRC client"
Lines 13-19 Link Here
13
LICENSE="GPL-2"
15
LICENSE="GPL-2"
14
SLOT="2"
16
SLOT="2"
15
KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
17
KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
16
IUSE="perl dbus tcl python ssl mmx ipv6 libnotify nls spell xchatnogtk xchatdccserver xft"
18
IUSE="perl dbus tcl python ssl mmx ipv6 libnotify nls spell xchatnogtk xchatdccserver +pango"
17
19
18
RDEPEND=">=dev-libs/glib-2.6.0
20
RDEPEND=">=dev-libs/glib-2.6.0
19
	!xchatnogtk? ( >=x11-libs/gtk+-2.10.0 )
21
	!xchatnogtk? ( >=x11-libs/gtk+-2.10.0 )
Lines 69-75 Link Here
69
		$(use_enable ipv6) \
71
		$(use_enable ipv6) \
70
		$(use_enable nls) \
72
		$(use_enable nls) \
71
		$(use_enable dbus) \
73
		$(use_enable dbus) \
72
		$(use_enable xft) \
74
		$(use_enable !pango xft) \
73
		$(use_enable spell spell gtkspell) \
75
		$(use_enable spell spell gtkspell) \
74
		$(use_enable !xchatnogtk gtkfe) \
76
		$(use_enable !xchatnogtk gtkfe) \
75
		|| die "econf failed"
77
		|| die "econf failed"

Return to bug 284218