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 1Kjpmv-0005gB-EF for garchives@archives.gentoo.org; Sun, 28 Sep 2008 06:29:49 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4748AE03C1; Sun, 28 Sep 2008 06:29:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 1E425E03C1 for ; Sun, 28 Sep 2008 06:29:49 +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 0D3CF642F6 for ; Sun, 28 Sep 2008 06:29:48 +0000 (UTC) Received: from leio by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1Kjpms-0002ZJ-RP for gentoo-commits@lists.gentoo.org; Sun, 28 Sep 2008 06:29:46 +0000 From: "Mart Raudsepp (leio)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, leio@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: leio X-VCS-Committer-Name: Mart Raudsepp Content-Type: text/plain; charset=utf8 Message-Id: Sender: Mart Raudsepp Date: Sun, 28 Sep 2008 06:29:46 +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: 48061154-d27c-45dc-a152-ffecc7325bf2 X-Archives-Hash: 089bca313d34e7e4145f5da85a8756b7 leio 08/09/28 06:29:46 Modified: xchat-2.8.6-r1.ebuild ChangeLog Log: Fix compile against gtk+-2.14 by being forwards compatible, bug 234458 (Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 x86_64) Revision Changes Path 1.8 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.8&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/xchat/xcha= t-2.8.6-r1.ebuild?rev=3D1.8&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.7&r2=3D1.8 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.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- xchat-2.8.6-r1.ebuild 19 Aug 2008 00:24:53 -0000 1.7 +++ xchat-2.8.6-r1.ebuild 28 Sep 2008 06:29:46 -0000 1.8 @@ -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.7 2008/08/19 00:24:53 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.8.6-r1.ebuild,v= 1.8 2008/09/28 06:29:46 leio Exp $ =20 inherit eutils versionator gnome2 =20 @@ -43,6 +43,9 @@ fi =20 epatch "${FILESDIR}"/xc286-smallfixes.diff + + # don't disable deprecated gtk+ symbols, it's not forwards compatible, = bug 234458 + sed -i -e '/define GTK_DISABLE_DEPRECATED/d' src/fe-gtk/*.c } =20 src_compile() { 1.273 net-irc/xchat/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/xchat/Chan= geLog?rev=3D1.273&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/xchat/Chan= geLog?rev=3D1.273&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/xchat/Chan= geLog?r1=3D1.272&r2=3D1.273 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.272 retrieving revision 1.273 diff -u -r1.272 -r1.273 --- ChangeLog 19 Aug 2008 00:24:53 -0000 1.272 +++ ChangeLog 28 Sep 2008 06:29:46 -0000 1.273 @@ -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.272 2008/= 08/19 00:24:53 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/ChangeLog,v 1.273 2008/= 09/28 06:29:46 leio Exp $ + + 28 Sep 2008; Mart Raudsepp xchat-2.8.6-r1.ebuild: + Fix compile against gtk+-2.14 by being forwards compatible, bug 234458 =20 19 Aug 2008; Jeroen Roovers metadata.xml, xchat-2.8.6-r1.ebuild: