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 1Sceku-0000JS-Q2 for garchives@archives.gentoo.org; Thu, 07 Jun 2012 15:36:13 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 011A7E060D; Thu, 7 Jun 2012 15:36:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id BEFB6E060D for ; Thu, 7 Jun 2012 15:36:03 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E9B531B4012 for ; Thu, 7 Jun 2012 15:36:02 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2264) id 3D3E32004B; Thu, 7 Jun 2012 15:36:01 +0000 (UTC) From: "Justin Lecher (jlec)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, jlec@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/spice: spice-0.10.1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: spice-0.10.1.ebuild ChangeLog X-VCS-Directories: app-emulation/spice X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher Content-Type: text/plain; charset=utf8 Message-Id: <20120607153601.3D3E32004B@flycatcher.gentoo.org> Date: Thu, 7 Jun 2012 15:36:01 +0000 (UTC) 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: d0a2fdd1-356e-4c09-9feb-f3a1d296788c X-Archives-Hash: 355a35786f1c0391669d0ebcb4ace11e jlec 12/06/07 15:36:01 Modified: spice-0.10.1.ebuild ChangeLog Log: Add fix for underlinking detected by gold =20 (Portage version: 2.2.0_alpha110/cvs/Linux x86_64) Revision Changes Path 1.5 app-emulation/spice/spice-0.10.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spic= e/spice-0.10.1.ebuild?rev=3D1.5&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spic= e/spice-0.10.1.ebuild?rev=3D1.5&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spic= e/spice-0.10.1.ebuild?r1=3D1.4&r2=3D1.5 Index: spice-0.10.1.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/app-emulation/spice/spice-0.10.1.ebuild= ,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- spice-0.10.1.ebuild 3 May 2012 18:49:07 -0000 1.4 +++ spice-0.10.1.ebuild 7 Jun 2012 15:36:01 -0000 1.5 @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/spice-0.10.1.ebui= ld,v 1.4 2012/05/03 18:49:07 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/spice-0.10.1.ebui= ld,v 1.5 2012/06/07 15:36:01 jlec Exp $ =20 EAPI=3D4 =20 @@ -39,7 +39,9 @@ # * TODO: add slirp for tunnel-support =20 src_prepare() { - epatch "${FILESDIR}/0.10.1-disable-werror.patch" + epatch \ + "${FILESDIR}/0.10.1-disable-werror.patch" \ + "${FILESDIR}/${PV}-gold.patch" eautoreconf } =20 1.25 app-emulation/spice/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spic= e/ChangeLog?rev=3D1.25&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spic= e/ChangeLog?rev=3D1.25&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spic= e/ChangeLog?r1=3D1.24&r2=3D1.25 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/app-emulation/spice/ChangeLog,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- ChangeLog 3 May 2012 18:49:07 -0000 1.24 +++ ChangeLog 7 Jun 2012 15:36:01 -0000 1.25 @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/spice # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/ChangeLog,v 1.24 = 2012/05/03 18:49:07 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/ChangeLog,v 1.25 = 2012/06/07 15:36:01 jlec Exp $ + + 07 Jun 2012; Justin Lecher +files/0.10.1-gold.patch, + spice-0.10.1.ebuild: + Add fix for underlinking detected by gold =20 03 May 2012; Jeff Horelick spice-0.8.1.ebuild, spice-0.8.2-r1.ebuild, spice-0.10.0.ebuild, spice-0.10.1.ebuild: