From 213544466963f476b521add268cf03b9ac0246ae Mon Sep 17 00:00:00 2001 From: Lars Wendler Date: Wed, 19 Jan 2011 17:41:59 +0000 Subject: Partially reverted my previous commit (see ChangeLog) (Portage version: 2.2.0_alpha17/cvs/Linux x86_64) --- net-irc/xchat/ChangeLog | 7 ++++++- net-irc/xchat/metadata.xml | 2 ++ net-irc/xchat/xchat-2.8.8-r1.ebuild | 7 ++++--- 3 files changed, 12 insertions(+), 4 deletions(-) (limited to 'net-irc/xchat') diff --git a/net-irc/xchat/ChangeLog b/net-irc/xchat/ChangeLog index f71143bba8b5..2ce04a3fc082 100644 --- a/net-irc/xchat/ChangeLog +++ b/net-irc/xchat/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-irc/xchat # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/ChangeLog,v 1.290 2011/01/19 17:27:12 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/ChangeLog,v 1.291 2011/01/19 17:41:59 polynomial-c Exp $ + + 19 Jan 2011; Lars Wendler xchat-2.8.8-r1.ebuild, + metadata.xml: + Partially reverted my previous commit and simply renamed the xft USE flag to + fastscroll to better reflect its meaning. *xchat-2.8.8-r1 (19 Jan 2011) diff --git a/net-irc/xchat/metadata.xml b/net-irc/xchat/metadata.xml index 3a41f370ce9b..545154386d71 100644 --- a/net-irc/xchat/metadata.xml +++ b/net-irc/xchat/metadata.xml @@ -7,6 +7,8 @@ Lars Wendler +Make scrolling of large text buffers faster by + circumventing some of pango's overhead Enable NTLM authentication Enables support for the /dccserver command via a patch Disables building the GTK front end to XChat diff --git a/net-irc/xchat/xchat-2.8.8-r1.ebuild b/net-irc/xchat/xchat-2.8.8-r1.ebuild index 92a60bb18aa6..3af6a5345c2b 100644 --- a/net-irc/xchat/xchat-2.8.8-r1.ebuild +++ b/net-irc/xchat/xchat-2.8.8-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.8.8-r1.ebuild,v 1.1 2011/01/19 17:27:12 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.8.8-r1.ebuild,v 1.2 2011/01/19 17:41:59 polynomial-c Exp $ EAPI=2 @@ -15,7 +15,7 @@ HOMEPAGE="http://www.xchat.org/" LICENSE="GPL-2" SLOT="2" KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86" -IUSE="dbus ipv6 libnotify mmx nls ntlm perl python spell ssl tcl xchatnogtk xchatdccserver" +IUSE="dbus fastscroll ipv6 libnotify mmx nls ntlm perl python spell ssl tcl xchatnogtk xchatdccserver" RDEPEND=">=dev-libs/glib-2.6.0 !xchatnogtk? ( >=x11-libs/gtk+-2.10.0 ) @@ -27,6 +27,7 @@ RDEPEND=">=dev-libs/glib-2.6.0 spell? ( app-text/gtkspell ) libnotify? ( x11-libs/libnotify ) ntlm? ( net-libs/libntlm ) + x11-libs/pango !