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 1KmadJ-0008M5-OH for garchives@archives.gentoo.org; Sun, 05 Oct 2008 20:55:17 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 865FAE047E; Sun, 5 Oct 2008 20:55:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 3E3A5E047E for ; Sun, 5 Oct 2008 20:55:17 +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 13A366474F for ; Sun, 5 Oct 2008 20:55:16 +0000 (UTC) Received: from armin76 by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1KmadG-00062O-PY for gentoo-commits@lists.gentoo.org; Sun, 05 Oct 2008 20:55:14 +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-misc/vnc: vnc-4.1.2-r4.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: vnc-4.1.2-r4.ebuild ChangeLog X-VCS-Directories: net-misc/vnc X-VCS-Committer: armin76 X-VCS-Committer-Name: Raul Porcel Content-Type: text/plain; charset=utf8 Message-Id: Sender: Raul Porcel Date: Sun, 05 Oct 2008 20:55: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: 846dca32-9e94-462c-90a5-93fa1235d676 X-Archives-Hash: ceb34645910316bf4729431e556a6fc7 armin76 08/10/05 20:55:14 Modified: vnc-4.1.2-r4.ebuild ChangeLog Log: Add patch to fix libtool-2.2 failure, bug #237611 (Portage version: 2.1.4.4) Revision Changes Path 1.15 net-misc/vnc/vnc-4.1.2-r4.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vnc/vnc-4= .1.2-r4.ebuild?rev=3D1.15&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vnc/vnc-4= .1.2-r4.ebuild?rev=3D1.15&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vnc/vnc-4= .1.2-r4.ebuild?r1=3D1.14&r2=3D1.15 Index: vnc-4.1.2-r4.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-misc/vnc/vnc-4.1.2-r4.ebuild,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- vnc-4.1.2-r4.ebuild 27 Aug 2008 20:36:37 -0000 1.14 +++ vnc-4.1.2-r4.ebuild 5 Oct 2008 20:55:14 -0000 1.15 @@ -1,11 +1,11 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/vnc/vnc-4.1.2-r4.ebuild,v 1.= 14 2008/08/27 20:36:37 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/vnc/vnc-4.1.2-r4.ebuild,v 1.= 15 2008/10/05 20:55:14 armin76 Exp $ =20 inherit eutils toolchain-funcs multilib autotools =20 XSERVER_VERSION=3D"1.3.0.0" -PATCH=3D"${P}-r4-patches-0.4" +PATCH=3D"${P}-r4-patches-0.5" =20 MY_P=3D"vnc-4_1_2-unixsrc" DESCRIPTION=3D"Remote desktop viewer display system" @@ -51,6 +51,7 @@ x11-proto/fixesproto x11-proto/fontsproto x11-proto/randrproto + ~x11-proto/renderproto-0.9.2 x11-proto/resourceproto x11-proto/scrnsaverproto x11-proto/trapproto 1.109 net-misc/vnc/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vnc/Chang= eLog?rev=3D1.109&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vnc/Chang= eLog?rev=3D1.109&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vnc/Chang= eLog?r1=3D1.108&r2=3D1.109 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-misc/vnc/ChangeLog,v retrieving revision 1.108 retrieving revision 1.109 diff -u -r1.108 -r1.109 --- ChangeLog 27 Aug 2008 20:36:37 -0000 1.108 +++ ChangeLog 5 Oct 2008 20:55:14 -0000 1.109 @@ -1,6 +1,9 @@ # ChangeLog for net-misc/vnc # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/vnc/ChangeLog,v 1.108 2008/0= 8/27 20:36:37 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/vnc/ChangeLog,v 1.109 2008/1= 0/05 20:55:14 armin76 Exp $ + + 05 Oct 2008; Ra=C3=BAl Porcel vnc-4.1.2-r4.ebuild= : + Add patch to fix libtool-2.2 failure, bug #237611 =20 27 Aug 2008; Ra=C3=BAl Porcel vnc-4.1.2-r4.ebuild= : Mark -arm