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 1L2Alj-0006tl-8t for garchives@archives.gentoo.org; Mon, 17 Nov 2008 20:32:24 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 250C9E047E; Mon, 17 Nov 2008 20:32:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id F38DAE047E for ; Mon, 17 Nov 2008 20:32:23 +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 EFDF464B18 for ; Mon, 17 Nov 2008 20:32:21 +0000 (UTC) Received: from flameeyes by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1L2Alh-0004ZS-J1 for gentoo-commits@lists.gentoo.org; Mon, 17 Nov 2008 20:32:21 +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 dev-python/twisted-lore/files: twisted-lore-0.1.0-which.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: twisted-lore-0.1.0-which.patch X-VCS-Directories: dev-python/twisted-lore/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:32:21 +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: 358bf1a6-27b8-46a4-84f3-0e78f47c6ede X-Archives-Hash: 41afd002f58247c46b1a4a98855006ff flameeyes 08/11/17 20:32:21 Modified: twisted-lore-0.1.0-which.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 dev-python/twisted-lore/files/twisted-lore-0.1.0-whi= ch.patch file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/twisted= -lore/files/twisted-lore-0.1.0-which.patch?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/twisted= -lore/files/twisted-lore-0.1.0-which.patch?rev=3D1.2&content-type=3Dtext/= plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/twisted= -lore/files/twisted-lore-0.1.0-which.patch?r1=3D1.1&r2=3D1.2 Index: twisted-lore-0.1.0-which.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/dev-python/twisted-lore/files/twisted-l= ore-0.1.0-which.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- twisted-lore-0.1.0-which.patch 26 Jun 2006 22:18:10 -0000 1.1 +++ twisted-lore-0.1.0-which.patch 17 Nov 2008 20:32:21 -0000 1.2 @@ -1,7 +1,7 @@ Index: /trunk/twisted/lore/latex.py =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D ---- /trunk/twisted/lore/latex.py (revision 11450) -+++ /trunk/twisted/lore/latex.py (revision 13880) +--- a/trunk/twisted/lore/latex.py (revision 11450) ++++ b/trunk/twisted/lore/latex.py (revision 13880) @@ -5,5 +5,5 @@ =20 from twisted.web import microdom, domhelpers