Gentoo Archives: gentoo-commits

From: "Daniel Pielmeier (billie)" <billie@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-print/hplip/files: hplip-3.10.2-plugin.patch
Date: Sun, 30 May 2010 18:58:22
Message-Id: 20100530185819.00A8D2CAD8@corvid.gentoo.org
1 billie 10/05/30 18:58:18
2
3 Modified: hplip-3.10.2-plugin.patch
4 Log:
5 Update plugin patch as ~arch patch does not seem to like it.
6 (Portage version: 2.1.8.3/cvs/Linux i686)
7
8 Revision Changes Path
9 1.4 net-print/hplip/files/hplip-3.10.2-plugin.patch
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/hplip/files/hplip-3.10.2-plugin.patch?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/hplip/files/hplip-3.10.2-plugin.patch?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/hplip/files/hplip-3.10.2-plugin.patch?r1=1.3&r2=1.4
14
15 Index: hplip-3.10.2-plugin.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-print/hplip/files/hplip-3.10.2-plugin.patch,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- hplip-3.10.2-plugin.patch 27 May 2010 20:25:46 -0000 1.3
22 +++ hplip-3.10.2-plugin.patch 30 May 2010 18:58:18 -0000 1.4
23 @@ -1,8 +1,7 @@
24 -Index: installer/core_install.py
25 -===================================================================
26 ---- installer/core_install.py (revision 13658)
27 -+++ installer/core_install.py (working copy)
28 -@@ -1990,7 +1990,11 @@
29 +diff -Naur hplip-3.10.5-old/installer/core_install.py hplip-3.10.5/installer/core_install.py
30 +--- hplip-3.10.5-old/installer/core_install.py 2010-05-30 13:44:26.900212683 +0200
31 ++++ hplip-3.10.5/installer/core_install.py 2010-05-30 13:45:58.236869364 +0200
32 +@@ -1990,7 +1990,11 @@
33 if mode == GUI_MODE:
34 return os.system("sh %s --nox11 -- -u" % plugin_file) == 0
35 else: