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 1L2AyL-0007y8-Ry for garchives@archives.gentoo.org; Mon, 17 Nov 2008 20:45:26 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F9D2E04CE; Mon, 17 Nov 2008 20:45:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id DBEE7E04CE for ; Mon, 17 Nov 2008 20:45:25 +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 D214864D03 for ; Mon, 17 Nov 2008 20:45:23 +0000 (UTC) Received: from flameeyes by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1L2AyJ-0004p1-He for gentoo-commits@lists.gentoo.org; Mon, 17 Nov 2008 20:45:23 +0000 From: "Diego Petteno (flameeyes)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, flameeyes@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/vdr-freecell/files: gcc-3.4.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: gcc-3.4.patch X-VCS-Directories: media-plugins/vdr-freecell/files X-VCS-Committer: flameeyes X-VCS-Committer-Name: Diego Petteno Content-Type: text/plain; charset=utf8 Message-Id: Sender: Diego Petteno Date: Mon, 17 Nov 2008 20:45:23 +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: 8edd4064-f2b2-4c1b-8f38-d56b6268ab8c X-Archives-Hash: 788940a5844c7e27ea717af3ca588697 flameeyes 08/11/17 20:45:23 Modified: gcc-3.4.patch Log: Fix patch with absolute paths. (Portage version: 2.2_rc14/cvs/Linux 2.6.27-gentoo-r2 x86_64) Revision Changes Path 1.2 media-plugins/vdr-freecell/files/gcc-3.4.patch file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-= freecell/files/gcc-3.4.patch?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-= freecell/files/gcc-3.4.patch?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-= freecell/files/gcc-3.4.patch?r1=3D1.1&r2=3D1.2 Index: gcc-3.4.patch =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/media-plugins/vdr-freecell/files/gcc-3.= 4.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gcc-3.4.patch 8 Jan 2007 22:07:15 -0000 1.1 +++ gcc-3.4.patch 17 Nov 2008 20:45:23 -0000 1.2 @@ -8,8 +8,8 @@ =20 @DPATCH@ diff -urNad /home/chelli/vdr/cvs/vdr/vdr-plugin-freecell/tools/list.h vd= r-plugin-freecell/tools/list.h ---- /home/chelli/vdr/cvs/vdr/vdr-plugin-freecell/tools/list.h 2004-02-11= 13:33:26.000000000 +0100 -+++ vdr-plugin-freecell/tools/list.h 2004-09-11 16:00:20.000000000 +0200 +--- a/vdr-plugin-freecell/tools/list.h 2004-02-11 13:33:26.000000000 +01= 00 ++++ b/vdr-plugin-freecell/tools/list.h 2004-09-11 16:00:20.000000000 +02= 00 @@ -90,22 +90,22 @@ T &SetNextCurrent (); T &SetPrevCurrent ();