Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/factmsieve/files: factmsieve-76.patch
Date: Fri, 30 Nov 2012 08:55:23
Message-Id: 20121130085502.CAD5320C65@flycatcher.gentoo.org
1 patrick 12/11/30 08:55:02
2
3 Modified: factmsieve-76.patch
4 Log:
5 Fixing patch: logfile path
6
7 (Portage version: 2.2.0_alpha143/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.2 sci-mathematics/factmsieve/files/factmsieve-76.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/factmsieve/files/factmsieve-76.patch?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/factmsieve/files/factmsieve-76.patch?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/factmsieve/files/factmsieve-76.patch?r1=1.1&r2=1.2
15
16 Index: factmsieve-76.patch
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/factmsieve/files/factmsieve-76.patch,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- factmsieve-76.patch 30 Nov 2012 07:25:15 -0000 1.1
23 +++ factmsieve-76.patch 30 Nov 2012 08:55:02 -0000 1.2
24 @@ -50,14 +50,3 @@
25 print(date_time_string() + s, file = out_f)
26
27 def output(s, console = True, log = True):
28 -@@ -357,8 +362,9 @@
29 - msd = os.path.abspath(os.path.join(cwd, MSIEVE_PATH))
30 - os.chdir(msd)
31 - rel = os.path.relpath(cwd)
32 -+ LOGNAME_m=LOGNAME+"_m"
33 - dp = os.path.join(rel, DATNAME)
34 -- lp = os.path.join(rel, LOGNAME)
35 -+ lp = os.path.join(rel, LOGNAME_m)
36 - ip = os.path.join(rel, ININAME)
37 - fp = os.path.join(rel, FBNAME)
38 - args = ('-s {0:s} -l {1:s} -i {2:s} -nf {3:s} '