From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1KHMqI-0006pG-7z for garchives@archives.gentoo.org; Fri, 11 Jul 2008 17:55:38 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47CC3E05D9; Fri, 11 Jul 2008 17:55:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 007C9E05D9 for ; Fri, 11 Jul 2008 17:55:37 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 887F56702F for ; Fri, 11 Jul 2008 17:55:36 +0000 (UTC) Received: from armin76 by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1KHMqF-0006x8-7S for gentoo-commits@lists.gentoo.org; Fri, 11 Jul 2008 17:55:35 +0000 From: "Raul Porcel (armin76)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, armin76@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-irc/xchat: xchat-2.8.6-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: xchat-2.8.6-r1.ebuild ChangeLog X-VCS-Directories: net-irc/xchat X-VCS-Committer: armin76 X-VCS-Committer-Name: Raul Porcel Content-Type: text/plain; charset=utf8 Message-Id: Sender: Raul Porcel Date: Fri, 11 Jul 2008 17:55:35 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 2b06cf1d-50c3-4502-b58c-9a22c230d1fb X-Archives-Hash: f2e611d12c8e3bc9402a7e1ccb8e167c armin76 08/07/11 17:55:35 Modified: xchat-2.8.6-r1.ebuild ChangeLog Log: Add xft USE-flag, bug #231433 (Portage version: 2.2_rc1/cvs/Linux 2.6.24-gentoo-r8 i686) Revision Changes Path 1.2 net-irc/xchat/xchat-2.8.6-r1.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/xchat/xcha= t-2.8.6-r1.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/xchat/xcha= t-2.8.6-r1.ebuild?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/xchat/xcha= t-2.8.6-r1.ebuild?r1=3D1.1&r2=3D1.2 Index: xchat-2.8.6-r1.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.8.6-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- xchat-2.8.6-r1.ebuild 6 Jul 2008 17:50:05 -0000 1.1 +++ xchat-2.8.6-r1.ebuild 11 Jul 2008 17:55:34 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.8.6-r1.ebuild,v= 1.1 2008/07/06 17:50:05 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.8.6-r1.ebuild,v= 1.2 2008/07/11 17:55:34 armin76 Exp $ =20 inherit eutils versionator gnome2 =20 @@ -13,7 +13,7 @@ LICENSE=3D"GPL-2" SLOT=3D"2" KEYWORDS=3D"~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86= -fbsd" -IUSE=3D"perl dbus tcl python ssl mmx ipv6 libnotify nls spell xchatnogtk= xchatdccserver" +IUSE=3D"perl dbus tcl python ssl mmx ipv6 libnotify nls spell xchatnogtk= xchatdccserver xft" =20 RDEPEND=3D">=3Ddev-libs/glib-2.6.0 !xchatnogtk? ( >=3Dx11-libs/gtk+-2.10.0 ) @@ -65,6 +65,7 @@ $(use_enable ipv6) \ $(use_enable nls) \ $(use_enable dbus) \ + $(use_enable xft) \ $(use_enable spell spell static) \ $(use_enable !xchatnogtk gtkfe) \ || die "econf failed" 1.267 net-irc/xchat/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/xchat/Chan= geLog?rev=3D1.267&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/xchat/Chan= geLog?rev=3D1.267&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/xchat/Chan= geLog?r1=3D1.266&r2=3D1.267 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/net-irc/xchat/ChangeLog,v retrieving revision 1.266 retrieving revision 1.267 diff -u -r1.266 -r1.267 --- ChangeLog 6 Jul 2008 17:50:05 -0000 1.266 +++ ChangeLog 11 Jul 2008 17:55:34 -0000 1.267 @@ -1,6 +1,9 @@ # ChangeLog for net-irc/xchat # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/ChangeLog,v 1.266 2008/= 07/06 17:50:05 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/ChangeLog,v 1.267 2008/= 07/11 17:55:34 armin76 Exp $ + + 11 Jul 2008; Ra=C3=BAl Porcel xchat-2.8.6-r1.ebui= ld: + Add xft USE-flag, bug #231433 =20 *xchat-2.8.6-r1 (06 Jul 2008) =20 --=20 gentoo-commits@lists.gentoo.org mailing list