From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1MUvmS-0000zu-To for garchives@archives.gentoo.org; Sun, 26 Jul 2009 04:56:17 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3715E0253; Sun, 26 Jul 2009 04:56:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 9A01FE0253 for ; Sun, 26 Jul 2009 04:56:15 +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 3701666A4F for ; Sun, 26 Jul 2009 04:56:15 +0000 (UTC) Received: from dirtyepic by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1MUvmQ-0003Wd-Ot for gentoo-commits@lists.gentoo.org; Sun, 26 Jul 2009 04:56:14 +0000 From: "Ryan Hill (dirtyepic)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, dirtyepic@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-libs/libsoup: libsoup-2.2.105-r2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: libsoup-2.2.105-r2.ebuild ChangeLog X-VCS-Directories: net-libs/libsoup X-VCS-Committer: dirtyepic X-VCS-Committer-Name: Ryan Hill Content-Type: text/plain; charset=utf8 Message-Id: Sender: Ryan Hill Date: Sun, 26 Jul 2009 04:56:14 +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: b98c4a5a-ea49-48df-909f-50d97eb88bcd X-Archives-Hash: 73eb07a590da7ee94b95000838785a0d dirtyepic 09/07/26 04:56:14 Modified: libsoup-2.2.105-r2.ebuild ChangeLog Log: Add patch from Fedora to fix building with glibc-2.10. (Portage version: 2.2_rc33/cvs/Linux x86_64) Revision Changes Path 1.10 net-libs/libsoup/libsoup-2.2.105-r2.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libsoup/l= ibsoup-2.2.105-r2.ebuild?rev=3D1.10&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libsoup/l= ibsoup-2.2.105-r2.ebuild?rev=3D1.10&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libsoup/l= ibsoup-2.2.105-r2.ebuild?r1=3D1.9&r2=3D1.10 Index: libsoup-2.2.105-r2.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-libs/libsoup/libsoup-2.2.105-r2.ebu= ild,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- libsoup-2.2.105-r2.ebuild 4 Nov 2008 03:39:04 -0000 1.9 +++ libsoup-2.2.105-r2.ebuild 26 Jul 2009 04:56:14 -0000 1.10 @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/libsoup-2.2.105-r2.e= build,v 1.9 2008/11/04 03:39:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/libsoup-2.2.105-r2.e= build,v 1.10 2009/07/26 04:56:14 dirtyepic Exp $ =20 inherit gnome2 eutils =20 @@ -30,6 +30,8 @@ =20 # Fix GNOME bug #518384 - API docs not found by devhelp epatch "${FILESDIR}/${P}-fix-devhelp-docs.patch" + # Fix building with glibc-2.10 + epatch "${FILESDIR}/${P}-dprintf.patch" mv "${S}"/docs/reference/html/libsoup{,-2.2}.devhelp mv "${S}"/docs/reference/html/libsoup{,-2.2}.devhelp2 mv "${S}"/docs/reference/libsoup{,-2.2}-docs.sgml 1.191 net-libs/libsoup/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libsoup/C= hangeLog?rev=3D1.191&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libsoup/C= hangeLog?rev=3D1.191&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libsoup/C= hangeLog?r1=3D1.190&r2=3D1.191 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-libs/libsoup/ChangeLog,v retrieving revision 1.190 retrieving revision 1.191 diff -u -r1.190 -r1.191 --- ChangeLog 21 May 2009 18:14:56 -0000 1.190 +++ ChangeLog 26 Jul 2009 04:56:14 -0000 1.191 @@ -1,6 +1,10 @@ # ChangeLog for net-libs/libsoup # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/ChangeLog,v 1.190 20= 09/05/21 18:14:56 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/ChangeLog,v 1.191 20= 09/07/26 04:56:14 dirtyepic Exp $ + + 26 Jul 2009; Ryan Hill libsoup-2.2.105-r2.ebuil= d, + +files/libsoup-2.2.105-dprintf.patch: + Add patch from Fedora to fix building with glibc-2.10. =20 21 May 2009; Nirbheek Chauhan libsoup-2.26.2.ebu= ild: ~ppc and ~ppc64 were somehow dropped for 2.26.2, readding